Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
42     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
43     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
44     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
45     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
46     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
47     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
48     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
49     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
50     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
51     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
52
53     # Detailed test configurations
54     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
55     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
56     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
57     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
58     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
59     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
60     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
61     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
62     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
63     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
68     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
69     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
70
71     # Detailed tests operational data
72     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
73     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
74     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
75     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
76     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
77     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
78     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
79
80     # .css patch file to fix tables generated by Sphinx
81     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
82     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
83
84   urls:
85     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
86     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
87     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
88     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
89     DIR[NEXUS,DOC]: "report/_static/archive"
90
91   make-dirs:
92   # List the directories which are created while preparing the environment.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[WORKING,DATA]"
95   - "DIR[STATIC,VPP]"
96   - "DIR[STATIC,DPDK]"
97   - "DIR[STATIC,ARCH]"
98   - "DIR[BUILD,LATEX]"
99   - "DIR[WORKING,SRC]"
100   - "DIR[WORKING,SRC,STATIC]"
101
102   remove-dirs:
103   # List the directories which are deleted while cleaning the environment.
104   # All directories MUST be defined in "paths" section.
105   #- "DIR[BUILD,HTML]"
106   - "DIR[WORKING,DATA]"
107
108   build-dirs:
109   # List the directories where the results (build) is stored.
110   # All directories MUST be defined in "paths" section.
111   - "DIR[BUILD,HTML]"
112   - "DIR[BUILD,LATEX]"
113
114 - type: "configuration"
115
116   limits:
117     nic:
118       x520: 24460000
119       x553: 29761905
120       x710: 35800000
121       xxv710: 35800000
122       xl710: 35800000
123
124     link:
125       10ge: 14880952.38
126       25ge: 37202380.95
127       40ge: 59523809.52
128       100ge: 148809523.81
129
130     pci:
131       pci-g3-x8: 74404761.90
132       pci-g3-x16: 148809523.81
133
134   data-sets:
135
136     ###########################################################################
137     # Plots:
138
139     # 3n-hsw
140
141     plot-vpp-throughput-lat-tsa-3n-hsw:
142       csit-vpp-perf-verify-1908_1-3n-hsw:
143         - 3   # NDRPDR sel
144         - 4   # NDRPDR sel
145         - 8   # NDRPDR sel
146         - 9   # NDRPDR sel
147         - 10  # NDRPDR sel
148         - 11  # NDRPDR sel
149         - 12  # NDRPDR sel
150         - 13  # NDRPDR sel
151
152     # 3n-skx
153
154     plot-vpp-throughput-lat-tsa-3n-skx:
155       csit-vpp-perf-verify-1908_1-3n-skx:
156         - 3   # NDRPDR sel
157         - 4   # NDRPDR sel
158         - 7   # NDRPDR sel
159         - 8   # NDRPDR sel
160         - 9   # NDRPDR sel
161         - 10  # NDRPDR sel
162         - 11  # NDRPDR sel
163
164     # 2n-skx
165
166     plot-vpp-throughput-lat-tsa-2n-skx:
167       csit-vpp-perf-verify-1908_1-2n-skx:
168         - 3   # NDRPDR sel
169         - 4   # NDRPDR sel
170         - 6   # NDRPDR sel
171         - 10  # NDRPDR sel
172         - 14  # NDRPDR sel
173         - 16  # NDRPDR sel
174         - 21  # NDRPDR sel
175         - 23  # NDRPDR sel
176         - 24  # NDRPDR sel
177         - 25  # NDRPDR sel
178
179     plot-vpp-nfv-reconf-2n-skx:
180       csit-vpp-perf-verify-1908_1-2n-skx:
181         - 8   # Reconf
182         - 9   # Reconf
183         - 11  # Reconf
184         - 12  # Reconf
185         - 13  # Reconf
186         - 15  # Reconf
187         - 17  # Reconf
188         - 18  # Reconf
189         - 19  # Reconf
190         - 20  # Reconf
191
192     # 3n-tsh
193
194     plot-vpp-throughput-lat-tsa-3n-tsh:
195       csit-vpp-perf-verify-1908_1-3n-tsh:
196         - 5   # NDRPDR sel
197         - 6   # NDRPDR sel
198         - 7   # NDRPDR sel
199         - 8   # NDRPDR sel
200
201     # 3n-dnv
202
203     plot-vpp-throughput-lat-tsa-3n-dnv:
204       csit-vpp-perf-verify-1908_1-3n-dnv:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 5   # NDRPDR sel
208         - 6   # NDRPDR sel
209         - 7   # NDRPDR sel
210         - 8   # NDRPDR sel
211         - 9   # NDRPDR sel
212         - 10  # NDRPDR sel
213         - 11  # NDRPDR sel
214         - 12  # NDRPDR sel
215
216     # 2n-dnv
217
218     plot-vpp-throughput-lat-tsa-2n-dnv:
219       csit-vpp-perf-verify-1908_1-2n-dnv:
220         - 2   # NDRPDR sel
221         - 3   # NDRPDR sel
222         - 4   # NDRPDR sel
223         - 5   # NDRPDR sel
224         - 7   # NDRPDR sel
225         - 8   # NDRPDR sel
226         - 9   # NDRPDR sel
227         - 10  # NDRPDR sel
228         - 11  # NDRPDR sel
229         - 12  # NDRPDR sel
230
231     ###########################################################################
232     # Simple tables (only one data set):
233
234     # NIC Comparisons
235
236     vpp-nic-comparison-3n-skx:
237       csit-vpp-perf-verify-1908_1-3n-skx:
238         - 3   # NDRPDR sel
239         - 4   # NDRPDR sel
240         - 7   # NDRPDR sel
241         - 8   # NDRPDR sel
242         - 9   # NDRPDR sel
243         - 10  # NDRPDR sel
244         - 11  # NDRPDR sel
245
246     vpp-nic-comparison-2n-skx:
247       csit-vpp-perf-verify-1908_1-2n-skx:
248         - 3   # NDRPDR sel
249         - 4   # NDRPDR sel
250         - 6   # NDRPDR sel
251         - 10  # NDRPDR sel
252         - 14  # NDRPDR sel
253         - 16  # NDRPDR sel
254         - 21  # NDRPDR sel
255         - 23  # NDRPDR sel
256         - 24  # NDRPDR sel
257         - 25  # NDRPDR sel
258
259     vpp-nic-comparison-3n-skx-mrr:
260       csit-vpp-perf-verify-1908_1-3n-skx:
261         - 5   # MRR sel
262
263     vpp-nic-comparison-2n-skx-mrr:
264       csit-vpp-perf-verify-1908_1-2n-skx:
265         - 5   # MRR sel
266
267     # Results
268
269     vpp-perf-results-3n-hsw:
270       csit-vpp-perf-verify-1908_1-3n-hsw:
271         - 10  # NDRPDR sel
272
273     vpp-perf-results-3n-skx:
274       csit-vpp-perf-verify-1908_1-3n-skx:
275         - 7   # NDRPDR sel
276
277     vpp-perf-results-2n-skx:
278       csit-vpp-perf-verify-1908_1-2n-skx:
279         - 23  # NDRPDR sel
280         - 8   # Reconf
281
282     vpp-perf-results-3n-tsh:
283       csit-vpp-perf-verify-1908_1-3n-tsh:
284         - 8   # NDRPDR sel
285
286     vpp-perf-results-3n-dnv:
287       csit-vpp-perf-verify-1908_1-3n-dnv:
288         - 2   # NDRPDR sel
289
290     vpp-perf-results-2n-dnv:
291       csit-vpp-perf-verify-1908_1-2n-dnv:
292         - 2   # NDRPDR sel
293
294     vpp-mrr-results-3n-hsw:
295       csit-vpp-perf-verify-1908_1-3n-hsw:
296         - 5   # MRR sel
297
298     vpp-mrr-results-3n-skx:
299       csit-vpp-perf-verify-1908_1-3n-skx:
300         - 5   # MRR sel
301
302     vpp-mrr-results-2n-skx:
303       csit-vpp-perf-verify-1908_1-2n-skx:
304         - 5   # MRR sel
305
306     vpp-mrr-results-3n-tsh:
307       csit-vpp-perf-verify-1908_1-3n-tsh:
308         - 4   # MRR sel
309
310     vpp-mrr-results-3n-dnv:
311       csit-vpp-perf-verify-1908_1-3n-dnv:
312         - 4   # MRR sel
313
314     vpp-mrr-results-2n-dnv:
315       csit-vpp-perf-verify-1908_1-2n-dnv:
316         - 6   # MRR sel
317
318     vpp-func-results-ubuntu:
319       csit-vpp-functional-1908_1-ubuntu1604-virl:
320         - 1
321
322     vpp-func-results-centos:
323       csit-vpp-functional-1908_1-centos7-virl:
324         - 1
325
326     vpp-device-results-ubuntu:
327       csit-vpp-device-1908-ubuntu1804-1n-skx:
328         - 286
329
330 ###########################################################################
331     # Tables (more than one data set)
332
333     # Performance changes
334
335     vpp-performance-changes-3n-hsw-h1:
336       csit-vpp-perf-verify-1901-3n-hsw:
337         - 10  # NDRPDR sel
338         - 19  # NDRPDR sel
339         - 31  # NDRPDR sel
340         - 36  # NDRPDR sel
341         - 40  # NDRPDR sel
342         - 42  # NDRPDR sel
343         - 44  # NDRPDR sel
344         - 46  # NDRPDR sel
345         - 47  # NDRPDR sel
346         - 48  # NDRPDR sel
347         - 61  # NDRPDR LB
348         - 62  # NDRPDR LB
349         - 63  # NDRPDR LB
350         - 64  # NDRPDR LB
351         - 65  # NDRPDR LB
352         - 66  # NDRPDR LB
353         - 67  # NDRPDR LB
354         - 69  # NDRPDR LB
355         - 70  # NDRPDR LB
356         - 71  # NDRPDR LB
357     vpp-performance-changes-3n-hsw-ref:
358       csit-vpp-perf-verify-1904-3n-hsw:
359         - 11  # NDRPDR sel
360         - 12  # NDRPDR sel
361         - 20  # NDRPDR sel
362         - 21  # NDRPDR sel
363         - 23  # NDRPDR sel
364         - 24  # NDRPDR sel
365         - 25  # NDRPDR sel
366         - 26  # NDRPDR sel
367         - 29  # NDRPDR sel
368         - 30  # NDRPDR sel
369     vpp-performance-changes-3n-hsw-cmp:
370       csit-vpp-perf-verify-1908_1-3n-hsw:
371         - 3   # NDRPDR sel
372         - 4   # NDRPDR sel
373         - 8   # NDRPDR sel
374         - 9   # NDRPDR sel
375         - 10  # NDRPDR sel
376         - 11  # NDRPDR sel
377         - 12  # NDRPDR sel
378         - 13  # NDRPDR sel
379     vpp-performance-changes-3n-hsw:
380       - "vpp-performance-changes-3n-hsw-h1"
381       - "vpp-performance-changes-3n-hsw-ref"
382       - "vpp-performance-changes-3n-hsw-cmp"
383
384     vpp-performance-changes-3n-skx-h1:
385       csit-vpp-perf-verify-1901-3n-skx:
386         - 18  # NDRPDR sel
387         - 19  # NDRPDR sel
388         - 20  # NDRPDR sel
389         - 28  # NDRPDR sel
390         - 31  # NDRPDR sel
391         - 33  # NDRPDR sel
392         - 36  # NDRPDR sel
393         - 38  # NDRPDR sel
394         - 47  # NDRPDR sel
395         - 48  # NDRPDR sel
396         - 54  # NDRPDR LB
397         - 57  # NDRPDR LB
398         - 58  # NDRPDR LB
399         - 59  # NDRPDR LB
400         - 60  # NDRPDR LB
401         - 63  # NDRPDR LB
402         - 64  # NDRPDR LB
403         - 65  # NDRPDR LB
404         - 66  # NDRPDR LB
405         - 67  # NDRPDR LB
406     vpp-performance-changes-3n-skx-ref:
407       csit-vpp-perf-verify-1904-3n-skx:
408         - 8   # NDRPDR sel
409         - 9   # NDRPDR sel
410         - 10  # NDRPDR sel
411         - 11  # NDRPDR sel
412         - 12  # NDRPDR sel
413         - 14  # NDRPDR sel
414         - 16  # NDRPDR sel
415         - 21  # NDRPDR sel
416         - 23  # NDRPDR sel
417         - 25  # NDRPDR sel
418     vpp-performance-changes-3n-skx-cmp:
419       csit-vpp-perf-verify-1908_1-3n-skx:
420         - 3   # NDRPDR sel
421         - 4   # NDRPDR sel
422         - 7   # NDRPDR sel
423         - 8   # NDRPDR sel
424         - 9   # NDRPDR sel
425         - 10  # NDRPDR sel
426         - 11  # NDRPDR sel
427     vpp-performance-changes-3n-skx:
428       - "vpp-performance-changes-3n-skx-h1"
429       - "vpp-performance-changes-3n-skx-ref"
430       - "vpp-performance-changes-3n-skx-cmp"
431
432     vpp-performance-changes-2n-skx-h1:
433       csit-vpp-perf-verify-1901-2n-skx:
434         - 5   # NDRPDR sel
435         - 12  # NDRPDR sel
436         - 13  # NDRPDR sel
437         - 21  # NDRPDR sel
438         - 23  # NDRPDR sel
439         - 31  # NDRPDR sel
440         - 34  # NDRPDR sel
441         - 40  # NDRPDR sel
442         - 42  # NDRPDR sel
443         - 43  # NDRPDR sel
444     vpp-performance-changes-2n-skx-ref:
445       csit-vpp-perf-verify-1904-2n-skx:
446         - 12  # NDRPDR sel
447         - 14  # NDRPDR sel
448         - 16  # NDRPDR sel
449         - 17  # NDRPDR sel
450         - 18  # NDRPDR sel
451         - 21  # NDRPDR sel
452         - 27  # NDRPDR sel
453         - 30  # NDRPDR sel
454         - 31  # NDRPDR sel
455         - 32  # NDRPDR sel
456     vpp-performance-changes-2n-skx-cmp:
457       csit-vpp-perf-verify-1908_1-2n-skx:
458         - 3   # NDRPDR sel
459         - 4   # NDRPDR sel
460         - 6   # NDRPDR sel
461         - 10  # NDRPDR sel
462         - 14  # NDRPDR sel
463         - 16  # NDRPDR sel
464         - 21  # NDRPDR sel
465         - 23  # NDRPDR sel
466         - 24  # NDRPDR sel
467         - 25  # NDRPDR sel
468     vpp-performance-changes-2n-skx:
469       - "vpp-performance-changes-2n-skx-h1"
470       - "vpp-performance-changes-2n-skx-ref"
471       - "vpp-performance-changes-2n-skx-cmp"
472
473     vpp-performance-changes-3n-hsw-mrr-h1:
474       csit-vpp-perf-verify-1901-3n-hsw:
475         - 35  # MRR sel
476     vpp-performance-changes-3n-hsw-mrr-ref:
477       csit-vpp-perf-verify-1904-3n-hsw:
478         - 9   # MRR sel
479     vpp-performance-changes-3n-hsw-mrr-cmp:
480       csit-vpp-perf-verify-1908_1-3n-hsw:
481         - 5   # MRR sel
482     vpp-performance-changes-3n-hsw-mrr:
483       - "vpp-performance-changes-3n-hsw-mrr-h1"
484       - "vpp-performance-changes-3n-hsw-mrr-ref"
485       - "vpp-performance-changes-3n-hsw-mrr-cmp"
486
487     vpp-performance-changes-3n-skx-mrr-h1:
488       csit-vpp-perf-verify-1901-3n-skx:
489         - 32  # MRR sel
490     vpp-performance-changes-3n-skx-mrr-ref:
491       csit-vpp-perf-verify-1904-3n-skx:
492         - 7   # MRR sel
493     vpp-performance-changes-3n-skx-mrr-cmp:
494       csit-vpp-perf-verify-1908_1-3n-skx:
495         - 5   # MRR sel
496     vpp-performance-changes-3n-skx-mrr:
497       - "vpp-performance-changes-3n-skx-mrr-h1"
498       - "vpp-performance-changes-3n-skx-mrr-ref"
499       - "vpp-performance-changes-3n-skx-mrr-cmp"
500
501     vpp-performance-changes-2n-skx-mrr-h1:
502       csit-vpp-perf-verify-1901-2n-skx:
503         - 22  # MRR sel
504     vpp-performance-changes-2n-skx-mrr-ref:
505       csit-vpp-perf-verify-1904-2n-skx:
506         - 11  # MRR sel
507     vpp-performance-changes-2n-skx-mrr-cmp:
508       csit-vpp-perf-verify-1908_1-2n-skx:
509         - 5   # MRR sel
510     vpp-performance-changes-2n-skx-mrr:
511       - "vpp-performance-changes-2n-skx-mrr-h1"
512       - "vpp-performance-changes-2n-skx-mrr-ref"
513       - "vpp-performance-changes-2n-skx-mrr-cmp"
514
515     # Compare testbeds
516
517     vpp-compare-testbeds-ref:
518       csit-vpp-perf-verify-1908_1-3n-hsw:
519         - 3   # NDRPDR sel
520         - 4   # NDRPDR sel
521         - 8   # NDRPDR sel
522         - 9   # NDRPDR sel
523         - 10  # NDRPDR sel
524         - 11  # NDRPDR sel
525         - 12  # NDRPDR sel
526         - 13  # NDRPDR sel
527     vpp-compare-testbeds-cmp:
528       csit-vpp-perf-verify-1908_1-3n-skx:
529         - 3   # NDRPDR sel
530         - 4   # NDRPDR sel
531         - 7   # NDRPDR sel
532         - 8   # NDRPDR sel
533         - 9   # NDRPDR sel
534         - 10  # NDRPDR sel
535         - 11  # NDRPDR sel
536     vpp-compare-testbeds:
537       - "vpp-compare-testbeds-ref"
538       - "vpp-compare-testbeds-cmp"
539
540     vpp-compare-testbeds-mrr-ref:
541       csit-vpp-perf-verify-1908_1-3n-hsw:
542         - 5   # MRR sel
543     vpp-compare-testbeds-mrr-cmp:
544       csit-vpp-perf-verify-1908_1-3n-skx:
545         - 5   # MRR sel
546     vpp-compare-testbeds-mrr:
547       - "vpp-compare-testbeds-mrr-ref"
548       - "vpp-compare-testbeds-mrr-cmp"
549
550     # Compare topologies
551
552     vpp-compare-topologies-ref:
553       csit-vpp-perf-verify-1908_1-3n-skx:
554         - 3   # NDRPDR sel
555         - 4   # NDRPDR sel
556         - 7   # NDRPDR sel
557         - 8   # NDRPDR sel
558         - 9   # NDRPDR sel
559         - 10  # NDRPDR sel
560         - 11  # NDRPDR sel
561     vpp-compare-topologies-cmp:
562       csit-vpp-perf-verify-1908_1-2n-skx:
563         - 3   # NDRPDR sel
564         - 4   # NDRPDR sel
565         - 6   # NDRPDR sel
566         - 10  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 16  # NDRPDR sel
569         - 21  # NDRPDR sel
570         - 23  # NDRPDR sel
571         - 24  # NDRPDR sel
572         - 25  # NDRPDR sel
573     vpp-compare-topologies:
574       - "vpp-compare-topologies-ref"
575       - "vpp-compare-topologies-cmp"
576
577     vpp-compare-topologies-mrr-ref:
578       csit-vpp-perf-verify-1908_1-3n-skx:
579         - 5   # MRR sel
580     vpp-compare-topologies-mrr-cmp:
581       csit-vpp-perf-verify-1908_1-2n-skx:
582         - 5   # MRR sel
583     vpp-compare-topologies-mrr:
584       - "vpp-compare-topologies-mrr-ref"
585       - "vpp-compare-topologies-mrr-cmp"
586
587   plot-layouts:
588
589     plot-soak-throughput:
590       titlefont:
591         size: 18
592       xaxis:
593         title: "<b>Test Cases [Index]</b>"
594         titlefont:
595           size: 16
596         autorange: True
597         fixedrange: False
598         gridcolor: "rgb(230, 230, 230)"
599         linecolor: "rgb(220, 220, 220)"
600         linewidth: 1
601         showgrid: True
602         showline: True
603         showticklabels: True
604         tickcolor: "rgb(220, 220, 220)"
605         tickmode: "linear"
606         tickfont:
607           size: 16
608         zeroline: False
609       yaxis:
610         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
611         titlefont:
612           size: 16
613         gridcolor: "rgb(230, 230, 230)"
614         hoverformat: ".4r"
615         tickformat: ".3r"
616         linecolor: "rgb(220, 220, 220)"
617         linewidth: 1
618         showgrid: True
619         showline: True
620         showticklabels: True
621         tickcolor: "rgb(220, 220, 220)"
622         tickfont:
623           size: 16
624         zeroline: False
625         range: [0,50]
626       autosize: False
627       margin:
628         t: 50
629         b: 0
630         l: 80
631         r: 20
632       showlegend: True
633       legend:
634         orientation: "h"
635         font:
636           size: 16
637       width: 700
638       height: 900
639
640     plot-service-density:
641       titlefont:
642         size: 18
643       xaxis:
644         side: "top"
645         autorange: True
646         fixedrange: False
647         showgrid: False
648         showline: False
649         showticklabels: False
650         ticks: ""
651         ticklen: 0
652         tickwidth: 0
653         zeroline: False
654       yaxis:
655         autorange: "reversed"
656         showgrid: False
657         showline: False
658         showticklabels: False
659         ticks: ""
660         ticklen: 0
661         tickwidth: 0
662         zeroline: False
663       autosize: True
664       showlegend: False
665       width: 700
666       height: 700
667
668     plot-cps:
669       titlefont:
670         size: 18
671       xaxis:
672         title: "<b>Test Cases [Index]</b>"
673         titlefont:
674           size: 16
675         autorange: True
676         fixedrange: False
677         gridcolor: "rgb(230, 230, 230)"
678         linecolor: "rgb(220, 220, 220)"
679         linewidth: 1
680         showgrid: True
681         showline: True
682         showticklabels: True
683         tickcolor: "rgb(220, 220, 220)"
684         tickmode: "linear"
685         tickfont:
686           size: 16
687         zeroline: False
688       yaxis:
689         title: "<b>Connections Per Second [cps]</b>"
690         titlefont:
691           size: 16
692         gridcolor: "rgb(230, 230, 230)"
693         hoverformat: ".4s"
694         linecolor: "rgb(220, 220, 220)"
695         linewidth: 1
696         rangemode: "tozero"
697         showgrid: True
698         showline: True
699         showticklabels: True
700         tickcolor: "rgb(220, 220, 220)"
701         tickformat: ".3s"
702         tickfont:
703           size: 16
704         zeroline: False
705       boxmode: "group"
706       boxgroupgap: 0.5
707       autosize: False
708       margin:
709         t: 50
710         b: 20
711         l: 80
712         r: 20
713       showlegend: True
714       legend:
715         orientation: "h"
716         font:
717           size: 16
718       width: 700
719       height: 800
720
721     plot-rps:
722       titlefont:
723         size: 18
724       xaxis:
725         title: "<b>Test Cases [Index]</b>"
726         titlefont:
727           size: 16
728         autorange: True
729         fixedrange: False
730         gridcolor: "rgb(230, 230, 230)"
731         linecolor: "rgb(220, 220, 220)"
732         linewidth: 1
733         showgrid: True
734         showline: True
735         showticklabels: True
736         tickcolor: "rgb(220, 220, 220)"
737         tickmode: "linear"
738         tickfont:
739           size: 16
740         zeroline: False
741       yaxis:
742         title: "<b>Requests Per Second [rps]</b>"
743         titlefont:
744           size: 16
745         gridcolor: "rgb(230, 230, 230)"
746         hoverformat: ".4s"
747         linecolor: "rgb(220, 220, 220)"
748         linewidth: 1
749         rangemode: "tozero"
750         showgrid: True
751         showline: True
752         showticklabels: True
753         tickcolor: "rgb(230, 230, 230)"
754         tickformat: ".3s"
755         tickfont:
756           size: 16
757         zeroline: False
758       boxmode: "group"
759       boxgroupgap: 0.5
760       autosize: False
761       margin:
762         t: 50
763         b: 20
764         l: 80
765         r: 20
766       showlegend: True
767       legend:
768         orientation: "h"
769         font:
770           size: 16
771       width: 700
772       height: 800
773
774     plot-throughput:
775       titlefont:
776         size: 18
777       xaxis:
778         title: "<b>Test Cases [Index]</b>"
779         titlefont:
780           size: 16
781         autorange: True
782         fixedrange: False
783         gridcolor: "rgb(230, 230, 230)"
784         linecolor: "rgb(220, 220, 220)"
785         linewidth: 1
786         showgrid: True
787         showline: True
788         showticklabels: True
789         tickcolor: "rgb(220, 220, 220)"
790         tickmode: "linear"
791         tickfont:
792           size: 16
793         zeroline: False
794       yaxis:
795         title: "<b>Packet Throughput [Mpps]</b>"
796         titlefont:
797           size: 16
798         gridcolor: "rgb(230, 230, 230)"
799         hoverformat: ".4r"
800         tickformat: ".3r"
801         linecolor: "rgb(220, 220, 220)"
802         linewidth: 1
803         showgrid: True
804         showline: True
805         showticklabels: True
806         tickcolor: "rgb(220, 220, 220)"
807         tickfont:
808           size: 16
809         zeroline: False
810         range: [0,50]
811       boxmode: "group"
812       boxgroupgap: 0.5
813       autosize: False
814       margin:
815         t: 50
816         b: 0
817         l: 80
818         r: 20
819       showlegend: True
820       legend:
821         orientation: "h"
822         font:
823           size: 16
824       width: 700
825       height: 900
826
827     plot-throughput-speedup-analysis:
828       titlefont:
829         size: 18
830       xaxis:
831         title: "<b>Number of Cores [Qty]</b>"
832         titlefont:
833           size: 16
834         autorange: True
835         fixedrange: False
836         gridcolor: "rgb(230, 230, 230)"
837         linecolor: "rgb(220, 220, 220)"
838         linewidth: 1
839         showgrid: True
840         showline: True
841         showticklabels: True
842         tickcolor: "rgb(238, 238, 238)"
843         tickmode: "linear"
844         tickfont:
845           size: 16
846         zeroline: False
847       yaxis:
848         title: "<b>Packet Throughput [Mpps]</b>"
849         titlefont:
850           size: 16
851         type: "linear"
852         gridcolor: "rgb(230, 230, 230)"
853         hoverformat: ".4s"
854         linecolor: "rgb(220, 220, 220)"
855         linewidth: 1
856         showgrid: True
857         showline: True
858         showticklabels: True
859         tickcolor: "rgb(220, 220, 220)"
860         tickformat: ".4s"
861         tickfont:
862           size: 16
863         zeroline: True
864         rangemode: "tozero"
865         range: [0,100]
866       legend:
867         orientation: "h"
868         font:
869           size: 16
870         xanchor: "left"
871         yanchor: "top"
872         x: 0
873         y: -0.2
874         bgcolor: "rgba(255, 255, 255, 0)"
875         bordercolor: "rgba(255, 255, 255, 0)"
876         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
877       autosize: False
878       margin:
879           't': 50
880           'b': 150
881           'l': 85
882           'r': 10
883       showlegend: True
884       width: 700
885       height: 700
886       hoverlabel:
887         namelength: -1
888       annotations: [
889         {
890           text: "_ _          __          ...",
891           align: "left",
892           showarrow: False,
893           xref: "paper",
894           yref: "paper",
895           xanchor: "left",
896           yanchor: "top",
897           x: 0,
898           y: -0.13,
899           font: {
900             family: "Consolas, Courier New",
901             size: 15
902           },
903         },
904         {
905           text: "    Perfect     Measured     Limit",
906           align: "left",
907           showarrow: False,
908           xref: "paper",
909           yref: "paper",
910           xanchor: "left",
911           yanchor: "top",
912           x: 0,
913           y: -0.15,
914           font: {
915             family: "Consolas, Courier New",
916             size: 15
917           },
918         },
919       ]
920
921     plot-latency:
922       titlefont:
923         size: 18
924       xaxis:
925         title: "<b>Direction</b>"
926         titlefont:
927           size: 16
928         autorange: True
929         fixedrange: False
930         gridcolor: "rgb(230, 230, 230)"
931         linecolor: "rgb(220, 220, 220)"
932         linewidth: 1
933         showgrid: True
934         showline: True
935         showticklabels: False
936         tickcolor: "rgb(220, 220, 220)"
937         tickmode: "linear"
938         tickfont:
939           size: 16
940         zeroline: False
941       yaxis:
942         title: "<b>Packet Latency [uSec]</b>"
943         titlefont:
944           size: 16
945         type: "linear"
946         gridcolor: "rgb(230, 230, 230)"
947         hoverformat: ".4s"
948         linecolor: "rgb(220, 220, 220)"
949         linewidth: 1
950         showgrid: True
951         showline: True
952         showticklabels: True
953         tickcolor: "rgb(220, 220, 220)"
954         tickformat: ".4s"
955         tickfont:
956           size: 16
957         zeroline: True
958         rangemode: "tozero"
959       legend:
960         orientation: "h"
961         font:
962           size: 16
963         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
964       autosize: False
965       margin:
966           't': 50
967           'b': 150
968           'l': 80
969           'r': 10
970       showlegend: True
971       width: 700
972       height: 700
973       hoverlabel:
974         namelength: -1
975
976 - type: "static"
977   src-path: "{DIR[RST]}"
978   dst-path: "{DIR[WORKING,SRC]}"
979
980 - type: "input"
981   general:
982     file-name: "output_info.xml.gz"
983     file-format: ".gz"
984     arch-file-format:
985       - ".gz"
986       - ".zip"
987     download-path: "{job}/{build}/archives/{filename}"
988     extract: "output.xml"
989
990     zip-file-name: "robot-plugin.zip"
991     zip-file-format: ".zip"
992     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
993     zip-extract: "robot-plugin/output.xml"
994
995   builds:
996
997     csit-vpp-perf-verify-1901-3n-hsw:
998       - 35  # MRR sel
999       - 10  # NDRPDR sel
1000       - 19  # NDRPDR sel
1001       - 31  # NDRPDR sel
1002       - 36  # NDRPDR sel
1003       - 40  # NDRPDR sel
1004       - 42  # NDRPDR sel
1005       - 44  # NDRPDR sel
1006       - 46  # NDRPDR sel
1007       - 47  # NDRPDR sel
1008       - 48  # NDRPDR sel
1009       - 61  # NDRPDR LB
1010       - 62  # NDRPDR LB
1011       - 63  # NDRPDR LB
1012       - 64  # NDRPDR LB
1013       - 65  # NDRPDR LB
1014       - 66  # NDRPDR LB
1015       - 67  # NDRPDR LB
1016       - 69  # NDRPDR LB
1017       - 70  # NDRPDR LB
1018       - 71  # NDRPDR LB
1019     csit-vpp-perf-verify-1904-3n-hsw:
1020       - 9   # MRR sel
1021       - 11  # NDRPDR sel
1022       - 12  # NDRPDR sel
1023       - 20  # NDRPDR sel
1024       - 21  # NDRPDR sel
1025       - 23  # NDRPDR sel
1026       - 24  # NDRPDR sel
1027       - 25  # NDRPDR sel
1028       - 26  # NDRPDR sel
1029       - 29  # NDRPDR sel
1030       - 30  # NDRPDR sel
1031     csit-vpp-perf-verify-1908_1-3n-hsw:
1032       - 5   # MRR sel
1033       - 3   # NDRPDR sel
1034       - 4   # NDRPDR sel
1035       - 8   # NDRPDR sel
1036       - 9   # NDRPDR sel
1037       - 10  # NDRPDR sel
1038       - 11  # NDRPDR sel
1039       - 12  # NDRPDR sel
1040       - 13  # NDRPDR sel
1041
1042     csit-vpp-perf-verify-1901-3n-skx:
1043       - 32  # MRR sel
1044       - 18  # NDRPDR sel
1045       - 19  # NDRPDR sel
1046       - 20  # NDRPDR sel
1047       - 28  # NDRPDR sel
1048       - 31  # NDRPDR sel
1049       - 33  # NDRPDR sel
1050       - 36  # NDRPDR sel
1051       - 38  # NDRPDR sel
1052       - 47  # NDRPDR sel
1053       - 48  # NDRPDR sel
1054       - 54  # NDRPDR LB
1055       - 57  # NDRPDR LB
1056       - 58  # NDRPDR LB
1057       - 59  # NDRPDR LB
1058       - 60  # NDRPDR LB
1059       - 63  # NDRPDR LB
1060       - 64  # NDRPDR LB
1061       - 65  # NDRPDR LB
1062       - 66  # NDRPDR LB
1063       - 67  # NDRPDR LB
1064     csit-vpp-perf-verify-1904-3n-skx:
1065       - 7   # MRR sel
1066       - 8   # NDRPDR sel
1067       - 9   # NDRPDR sel
1068       - 10  # NDRPDR sel
1069       - 11  # NDRPDR sel
1070       - 12  # NDRPDR sel
1071       - 14  # NDRPDR sel
1072       - 16  # NDRPDR sel
1073       - 21  # NDRPDR sel
1074       - 23  # NDRPDR sel
1075       - 25  # NDRPDR sel
1076     csit-vpp-perf-verify-1908_1-3n-skx:
1077       - 5   # MRR sel
1078       - 3   # NDRPDR sel
1079       - 4   # NDRPDR sel
1080       - 7   # NDRPDR sel
1081       - 8   # NDRPDR sel
1082       - 9   # NDRPDR sel
1083       - 10  # NDRPDR sel
1084       - 11  # NDRPDR sel
1085
1086     csit-vpp-perf-verify-1901-2n-skx:
1087       - 22  # MRR sel
1088       - 5   # NDRPDR sel
1089       - 12  # NDRPDR sel
1090       - 13  # NDRPDR sel
1091       - 21  # NDRPDR sel
1092       - 23  # NDRPDR sel
1093       - 31  # NDRPDR sel
1094       - 34  # NDRPDR sel
1095       - 40  # NDRPDR sel
1096       - 42  # NDRPDR sel
1097       - 43  # NDRPDR sel
1098     csit-vpp-perf-verify-1904-2n-skx:
1099       - 11  # MRR sel
1100       - 12  # NDRPDR sel
1101       - 14  # NDRPDR sel
1102       - 16  # NDRPDR sel
1103       - 17  # NDRPDR sel
1104       - 18  # NDRPDR sel
1105       - 21  # NDRPDR sel
1106       - 27  # NDRPDR sel
1107       - 30  # NDRPDR sel
1108       - 31  # NDRPDR sel
1109       - 32  # NDRPDR sel
1110     csit-vpp-perf-verify-1908_1-2n-skx:
1111       - 5   # MRR sel
1112       - 3   # NDRPDR sel
1113       - 4   # NDRPDR sel
1114       - 6   # NDRPDR sel
1115       - 10  # NDRPDR sel
1116       - 14  # NDRPDR sel
1117       - 16  # NDRPDR sel
1118       - 21  # NDRPDR sel
1119       - 23  # NDRPDR sel
1120       - 24  # NDRPDR sel
1121       - 25  # NDRPDR sel
1122       - 8   # Reconf
1123       - 9   # Reconf
1124       - 11  # Reconf
1125       - 12  # Reconf
1126       - 13  # Reconf
1127       - 15  # Reconf
1128       - 17  # Reconf
1129       - 18  # Reconf
1130       - 19  # Reconf
1131       - 20  # Reconf
1132
1133     csit-vpp-perf-verify-1908_1-3n-tsh:
1134       - 4   # MRR sel
1135       - 5   # NDRPDR sel
1136       - 6   # NDRPDR sel
1137       - 7   # NDRPDR sel
1138       - 8   # NDRPDR sel
1139
1140     csit-vpp-perf-verify-1908_1-3n-dnv:
1141       - 4   # MRR sel
1142       - 2   # NDRPDR sel
1143       - 3   # NDRPDR sel
1144       - 5   # NDRPDR sel
1145       - 6   # NDRPDR sel
1146       - 7   # NDRPDR sel
1147       - 8   # NDRPDR sel
1148       - 9   # NDRPDR sel
1149       - 10  # NDRPDR sel
1150       - 11  # NDRPDR sel
1151       - 12  # NDRPDR sel
1152
1153     csit-vpp-perf-verify-1908_1-2n-dnv:
1154       - 6   # MRR sel
1155       - 2   # NDRPDR sel
1156       - 3   # NDRPDR sel
1157       - 4   # NDRPDR sel
1158       - 5   # NDRPDR sel
1159       - 7   # NDRPDR sel
1160       - 8   # NDRPDR sel
1161       - 9   # NDRPDR sel
1162       - 10  # NDRPDR sel
1163       - 11  # NDRPDR sel
1164       - 12  # NDRPDR sel
1165
1166     csit-vpp-functional-1908_1-ubuntu1604-virl:
1167       - 1
1168     csit-vpp-functional-1908_1-centos7-virl:
1169       - 1
1170     csit-vpp-device-1908-ubuntu1804-1n-skx:
1171       - 286
1172
1173 - type: "output"
1174   output: "report"
1175   format:
1176     html:
1177     - full
1178     pdf:
1179     - minimal
1180
1181 ################################################################################
1182 ###                               T A B L E S                                ###
1183 ################################################################################
1184
1185 # VPP Compare NICs 3n-skx 2t1c ndr
1186 - type: "table"
1187   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1188   algorithm: "table_nics_comparison"
1189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1190   reference:
1191     title: "x710"
1192     nic: "NIC_Intel-X710"
1193   compare:
1194     title: "xxv710"
1195     nic: "NIC_Intel-XXV710"
1196   data: "vpp-nic-comparison-3n-skx"
1197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1198   filter: "'2T1C' and 'NDRPDR'"
1199   parameters:
1200   - "name"
1201   - "parent"
1202   - "throughput"
1203   - "tags"
1204
1205 # VPP Compare NICs 3n-skx 4t2c ndr
1206 - type: "table"
1207   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1208   algorithm: "table_nics_comparison"
1209   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1210   reference:
1211     title: "x710"
1212     nic: "NIC_Intel-X710"
1213   compare:
1214     title: "xxv710"
1215     nic: "NIC_Intel-XXV710"
1216   data: "vpp-nic-comparison-3n-skx"
1217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1218   filter: "'4T2C' and 'NDRPDR'"
1219   parameters:
1220   - "name"
1221   - "parent"
1222   - "throughput"
1223   - "tags"
1224
1225 # VPP Compare NICs 3n-skx 2t1c pdr
1226 - type: "table"
1227   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1228   algorithm: "table_nics_comparison"
1229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1230   reference:
1231     title: "x710"
1232     nic: "NIC_Intel-X710"
1233   compare:
1234     title: "xxv710"
1235     nic: "NIC_Intel-XXV710"
1236   data: "vpp-nic-comparison-3n-skx"
1237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1238   filter: "'2T1C' and 'NDRPDR'"
1239   parameters:
1240   - "name"
1241   - "parent"
1242   - "throughput"
1243   - "tags"
1244
1245  # VPP Compare NICs 3n-skx 4t2c pdr
1246 - type: "table"
1247   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1248   algorithm: "table_nics_comparison"
1249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1250   reference:
1251     title: "x710"
1252     nic: "NIC_Intel-X710"
1253   compare:
1254     title: "xxv710"
1255     nic: "NIC_Intel-XXV710"
1256   data: "vpp-nic-comparison-3n-skx"
1257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1258   filter: "'4T2C' and 'NDRPDR'"
1259   parameters:
1260   - "name"
1261   - "parent"
1262   - "throughput"
1263   - "tags"
1264
1265 # VPP Compare NICs 3n-skx 2t1c mrr
1266 - type: "table"
1267   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1268   algorithm: "table_nics_comparison"
1269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1270   reference:
1271     title: "x710"
1272     nic: "NIC_Intel-X710"
1273   compare:
1274     title: "xxv710"
1275     nic: "NIC_Intel-XXV710"
1276   data: "vpp-nic-comparison-3n-skx-mrr"
1277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1278   filter: "'2T1C' and 'MRR'"
1279   parameters:
1280   - "name"
1281   - "parent"
1282   - "result"
1283   - "tags"
1284
1285 # VPP Compare NICs 3n-skx 4t2c mrr
1286 - type: "table"
1287   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1288   algorithm: "table_nics_comparison"
1289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1290   reference:
1291     title: "x710"
1292     nic: "NIC_Intel-X710"
1293   compare:
1294     title: "xxv710"
1295     nic: "NIC_Intel-XXV710"
1296   data: "vpp-nic-comparison-3n-skx-mrr"
1297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1298   filter: "'4T2C' and 'MRR'"
1299   parameters:
1300   - "name"
1301   - "parent"
1302   - "result"
1303   - "tags"
1304
1305  # VPP Compare NICs 3n-skx 8t4c mrr
1306 - type: "table"
1307   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1308   algorithm: "table_nics_comparison"
1309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1310   reference:
1311     title: "x710"
1312     nic: "NIC_Intel-X710"
1313   compare:
1314     title: "xxv710"
1315     nic: "NIC_Intel-XXV710"
1316   data: "vpp-nic-comparison-3n-skx-mrr"
1317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1318   filter: "'8T4C' and 'MRR'"
1319   parameters:
1320   - "name"
1321   - "parent"
1322   - "result"
1323   - "tags"
1324
1325 # VPP Compare NICs 2n-skx 2t1c ndr
1326 - type: "table"
1327   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1328   algorithm: "table_nics_comparison"
1329   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1330   reference:
1331     title: "x710"
1332     nic: "NIC_Intel-X710"
1333   compare:
1334     title: "xxv710"
1335     nic: "NIC_Intel-XXV710"
1336   data: "vpp-nic-comparison-2n-skx"
1337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1338   filter: "'2T1C' and 'NDRPDR'"
1339   parameters:
1340   - "name"
1341   - "parent"
1342   - "throughput"
1343   - "tags"
1344
1345 # VPP Compare NICs 2n-skx 4t2c ndr
1346 - type: "table"
1347   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1348   algorithm: "table_nics_comparison"
1349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1350   reference:
1351     title: "x710"
1352     nic: "NIC_Intel-X710"
1353   compare:
1354     title: "xxv710"
1355     nic: "NIC_Intel-XXV710"
1356   data: "vpp-nic-comparison-2n-skx"
1357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1358   filter: "'4T2C' and 'NDRPDR'"
1359   parameters:
1360   - "name"
1361   - "parent"
1362   - "throughput"
1363   - "tags"
1364
1365  # VPP Compare NICs 2n-skx 2t1c pdr
1366 - type: "table"
1367   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1368   algorithm: "table_nics_comparison"
1369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1370   reference:
1371     title: "x710"
1372     nic: "NIC_Intel-X710"
1373   compare:
1374     title: "xxv710"
1375     nic: "NIC_Intel-XXV710"
1376   data: "vpp-nic-comparison-2n-skx"
1377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1378   filter: "'2T1C' and 'NDRPDR'"
1379   parameters:
1380   - "name"
1381   - "parent"
1382   - "throughput"
1383   - "tags"
1384
1385 # VPP Compare NICs 2n-skx 4t2c pdr
1386 - type: "table"
1387   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1388   algorithm: "table_nics_comparison"
1389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1390   reference:
1391     title: "x710"
1392     nic: "NIC_Intel-X710"
1393   compare:
1394     title: "xxv710"
1395     nic: "NIC_Intel-XXV710"
1396   data: "vpp-nic-comparison-2n-skx"
1397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1398   filter: "'4T2C' and 'NDRPDR'"
1399   parameters:
1400   - "name"
1401   - "parent"
1402   - "throughput"
1403   - "tags"
1404
1405 # VPP Compare NICs 2n-skx 2t1c mrr
1406 - type: "table"
1407   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1408   algorithm: "table_nics_comparison"
1409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1410   reference:
1411     title: "x710"
1412     nic: "NIC_Intel-X710"
1413   compare:
1414     title: "xxv710"
1415     nic: "NIC_Intel-XXV710"
1416   data: "vpp-nic-comparison-2n-skx-mrr"
1417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1418   filter: "'2T1C' and 'MRR'"
1419   parameters:
1420   - "name"
1421   - "parent"
1422   - "result"
1423   - "tags"
1424
1425 # VPP Compare NICs 2n-skx 4t2c mrr
1426 - type: "table"
1427   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1428   algorithm: "table_nics_comparison"
1429   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1430   reference:
1431     title: "x710"
1432     nic: "NIC_Intel-X710"
1433   compare:
1434     title: "xxv710"
1435     nic: "NIC_Intel-XXV710"
1436   data: "vpp-nic-comparison-2n-skx-mrr"
1437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1438   filter: "'4T2C' and 'MRR'"
1439   parameters:
1440   - "name"
1441   - "parent"
1442   - "result"
1443   - "tags"
1444
1445 # VPP Compare NICs 2n-skx 8t4c mrr
1446 - type: "table"
1447   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1448   algorithm: "table_nics_comparison"
1449   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1450   reference:
1451     title: "x710"
1452     nic: "NIC_Intel-X710"
1453   compare:
1454     title: "xxv710"
1455     nic: "NIC_Intel-XXV710"
1456   data: "vpp-nic-comparison-2n-skx-mrr"
1457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1458   filter: "'8T4C' and 'MRR'"
1459   parameters:
1460   - "name"
1461   - "parent"
1462   - "result"
1463   - "tags"
1464
1465 ################################################################################
1466 # VPP
1467
1468 # VPP Performance Changes 3n-hsw 1t1c pdr
1469 - type: "table"
1470   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1471   algorithm: "table_performance_comparison"
1472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1473   history:
1474     - title: "rls1901"
1475       data: "vpp-performance-changes-3n-hsw-h1"
1476   reference:
1477     title: "rls1904"
1478     data: "vpp-performance-changes-3n-hsw-ref"
1479   compare:
1480     title: "rls1908.1"
1481     data: "vpp-performance-changes-3n-hsw-cmp"
1482   data: "vpp-performance-changes-3n-hsw"
1483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1484   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1485   parameters:
1486   - "name"
1487   - "parent"
1488   - "throughput"
1489
1490 # VPP Performance Changes 3n-hsw 2t2c pdr
1491 - type: "table"
1492   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1493   algorithm: "table_performance_comparison"
1494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1495   history:
1496     - title: "rls1901"
1497       data: "vpp-performance-changes-3n-hsw-h1"
1498   reference:
1499     title: "rls1904"
1500     data: "vpp-performance-changes-3n-hsw-ref"
1501   compare:
1502     title: "rls1908.1"
1503     data: "vpp-performance-changes-3n-hsw-cmp"
1504   data: "vpp-performance-changes-3n-hsw"
1505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1506   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1507   parameters:
1508   - "name"
1509   - "parent"
1510   - "throughput"
1511
1512 # VPP Performance Changes 3n-hsw 1t1c ndr
1513 - type: "table"
1514   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1515   algorithm: "table_performance_comparison"
1516   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1517   history:
1518     - title: "rls1901"
1519       data: "vpp-performance-changes-3n-hsw-h1"
1520   reference:
1521     title: "rls1904"
1522     data: "vpp-performance-changes-3n-hsw-ref"
1523   compare:
1524     title: "rls1908.1"
1525     data: "vpp-performance-changes-3n-hsw-cmp"
1526   data: "vpp-performance-changes-3n-hsw"
1527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1529   parameters:
1530   - "name"
1531   - "parent"
1532   - "throughput"
1533
1534 # VPP Performance Changes 3n-hsw 2t2c ndr
1535 - type: "table"
1536   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1537   algorithm: "table_performance_comparison"
1538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1539   history:
1540     - title: "rls1901"
1541       data: "vpp-performance-changes-3n-hsw-h1"
1542   reference:
1543     title: "rls1904"
1544     data: "vpp-performance-changes-3n-hsw-ref"
1545   compare:
1546     title: "rls1908.1"
1547     data: "vpp-performance-changes-3n-hsw-cmp"
1548   data: "vpp-performance-changes-3n-hsw"
1549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1551   parameters:
1552   - "name"
1553   - "parent"
1554   - "throughput"
1555
1556 # VPP Performance Changes 3n-skx 2t1c pdr
1557 - type: "table"
1558   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1559   algorithm: "table_performance_comparison_nic"
1560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1561   history:
1562     - title: "rls1901 x710"
1563       data: "vpp-performance-changes-3n-skx-h1"
1564       nic: "NIC_Intel-X710"
1565   reference:
1566     title: "rls1904 x710"
1567     data: "vpp-performance-changes-3n-skx-ref"
1568     nic: "NIC_Intel-X710"
1569   compare:
1570     title: "rls1908.1 xxv710"
1571     data: "vpp-performance-changes-3n-skx-cmp"
1572     nic: "NIC_Intel-XXV710"
1573   data: "vpp-performance-changes-3n-skx"
1574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1575   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "throughput"
1580   - "tags"
1581
1582 # VPP Performance Changes 3n-skx 4t2c pdr
1583 - type: "table"
1584   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1585   algorithm: "table_performance_comparison_nic"
1586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1587   history:
1588     - title: "rls1901 x710"
1589       data: "vpp-performance-changes-3n-skx-h1"
1590       nic: "NIC_Intel-X710"
1591   reference:
1592     title: "rls1904 x710"
1593     data: "vpp-performance-changes-3n-skx-ref"
1594     nic: "NIC_Intel-X710"
1595   compare:
1596     title: "rls1908.1 xxv710"
1597     data: "vpp-performance-changes-3n-skx-cmp"
1598     nic: "NIC_Intel-XXV710"
1599   data: "vpp-performance-changes-3n-skx"
1600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1601   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1602   parameters:
1603   - "name"
1604   - "parent"
1605   - "throughput"
1606   - "tags"
1607
1608 # VPP Performance Changes 3n-skx 2t1c ndr
1609 - type: "table"
1610   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1611   algorithm: "table_performance_comparison_nic"
1612   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1613   history:
1614     - title: "rls1901 x710"
1615       data: "vpp-performance-changes-3n-skx-h1"
1616       nic: "NIC_Intel-X710"
1617   reference:
1618     title: "rls1904 x710"
1619     data: "vpp-performance-changes-3n-skx-ref"
1620     nic: "NIC_Intel-X710"
1621   compare:
1622     title: "rls1908.1 xxv710"
1623     data: "vpp-performance-changes-3n-skx-cmp"
1624     nic: "NIC_Intel-XXV710"
1625   data: "vpp-performance-changes-3n-skx"
1626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1627   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1628   parameters:
1629   - "name"
1630   - "parent"
1631   - "throughput"
1632   - "tags"
1633
1634 # VPP Performance Changes 3n-skx 4t2c ndr
1635 - type: "table"
1636   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1637   algorithm: "table_performance_comparison_nic"
1638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1639   history:
1640     - title: "rls1901 x710"
1641       data: "vpp-performance-changes-3n-skx-h1"
1642       nic: "NIC_Intel-X710"
1643   reference:
1644     title: "rls1904 x710"
1645     data: "vpp-performance-changes-3n-skx-ref"
1646     nic: "NIC_Intel-X710"
1647   compare:
1648     title: "rls1908.1 xxv710"
1649     data: "vpp-performance-changes-3n-skx-cmp"
1650     nic: "NIC_Intel-XXV710"
1651   data: "vpp-performance-changes-3n-skx"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658   - "tags"
1659
1660 # VPP Performance Changes 2n-skx 2t1c pdr
1661 - type: "table"
1662   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1663   algorithm: "table_performance_comparison_nic"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1665   history:
1666     - title: "rls1901 x710"
1667       data: "vpp-performance-changes-2n-skx-h1"
1668       nic: "NIC_Intel-X710"
1669   reference:
1670     title: "rls1904 x710"
1671     data: "vpp-performance-changes-2n-skx-ref"
1672     nic: "NIC_Intel-X710"
1673   compare:
1674     title: "rls1908.1 xxv710"
1675     data: "vpp-performance-changes-2n-skx-cmp"
1676     nic: "NIC_Intel-XXV710"
1677   data: "vpp-performance-changes-2n-skx"
1678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1679   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1680   parameters:
1681   - "name"
1682   - "parent"
1683   - "throughput"
1684   - "tags"
1685
1686 # VPP Performance Changes 2n-skx 4t2c pdr
1687 - type: "table"
1688   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1689   algorithm: "table_performance_comparison_nic"
1690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1691   history:
1692     - title: "rls1901 x710"
1693       data: "vpp-performance-changes-2n-skx-h1"
1694       nic: "NIC_Intel-X710"
1695   reference:
1696     title: "rls1904 x710"
1697     data: "vpp-performance-changes-2n-skx-ref"
1698     nic: "NIC_Intel-X710"
1699   compare:
1700     title: "rls1908.1 xxv710"
1701     data: "vpp-performance-changes-2n-skx-cmp"
1702     nic: "NIC_Intel-XXV710"
1703   data: "vpp-performance-changes-2n-skx"
1704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1705   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1706   parameters:
1707   - "name"
1708   - "parent"
1709   - "throughput"
1710   - "tags"
1711
1712 # VPP Performance Changes 2n-skx 2t1c ndr
1713 - type: "table"
1714   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1715   algorithm: "table_performance_comparison_nic"
1716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1717   history:
1718     - title: "rls1901 x710"
1719       data: "vpp-performance-changes-2n-skx-h1"
1720       nic: "NIC_Intel-X710"
1721   reference:
1722     title: "rls1904 x710"
1723     data: "vpp-performance-changes-2n-skx-ref"
1724     nic: "NIC_Intel-X710"
1725   compare:
1726     title: "rls1908.1 xxv710"
1727     data: "vpp-performance-changes-2n-skx-cmp"
1728     nic: "NIC_Intel-XXV710"
1729   data: "vpp-performance-changes-2n-skx"
1730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1731   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "throughput"
1736   - "tags"
1737
1738 # VPP Performance Changes 2n-skx 4t2c ndr
1739 - type: "table"
1740   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1741   algorithm: "table_performance_comparison_nic"
1742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1743   history:
1744     - title: "rls1901 x710"
1745       data: "vpp-performance-changes-2n-skx-h1"
1746       nic: "NIC_Intel-X710"
1747   reference:
1748     title: "rls1904 x710"
1749     data: "vpp-performance-changes-2n-skx-ref"
1750     nic: "NIC_Intel-X710"
1751   compare:
1752     title: "rls1908.1 xxv710"
1753     data: "vpp-performance-changes-2n-skx-cmp"
1754     nic: "NIC_Intel-XXV710"
1755   data: "vpp-performance-changes-2n-skx"
1756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1757   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1758   parameters:
1759   - "name"
1760   - "parent"
1761   - "throughput"
1762   - "tags"
1763
1764 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1765 - type: "table"
1766   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1767   algorithm: "table_performance_comparison_nic"
1768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1769   reference:
1770     title: "3n-hsw xl710"
1771     data: "vpp-compare-testbeds-ref"
1772     nic: "NIC_Intel-XL710"
1773   compare:
1774     title: "3n-skx xxv710"
1775     data: "vpp-compare-testbeds-cmp"
1776     nic: "NIC_Intel-XXV710"
1777   data: "vpp-compare-testbeds"
1778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1779   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "throughput"
1784   - "tags"
1785
1786 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1787 - type: "table"
1788   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1789   algorithm: "table_performance_comparison_nic"
1790   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1791   reference:
1792     title: "3n-hsw xl710"
1793     data: "vpp-compare-testbeds-ref"
1794     nic: "NIC_Intel-XL710"
1795   compare:
1796     title: "3n-skx xxv710"
1797     data: "vpp-compare-testbeds-cmp"
1798     nic: "NIC_Intel-XXV710"
1799   data: "vpp-compare-testbeds"
1800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1801   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1802   parameters:
1803   - "name"
1804   - "parent"
1805   - "throughput"
1806   - "tags"
1807
1808 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1809 - type: "table"
1810   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1811   algorithm: "table_performance_comparison_nic"
1812   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1813   reference:
1814     title: "3n-hsw xl710"
1815     data: "vpp-compare-testbeds-ref"
1816     nic: "NIC_Intel-XL710"
1817   compare:
1818     title: "3n-skx xxv710"
1819     data: "vpp-compare-testbeds-cmp"
1820     nic: "NIC_Intel-XXV710"
1821   data: "vpp-compare-testbeds"
1822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1823   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
1824   parameters:
1825   - "name"
1826   - "parent"
1827   - "throughput"
1828   - "tags"
1829
1830 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1831 - type: "table"
1832   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1833   algorithm: "table_performance_comparison_nic"
1834   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
1835   reference:
1836     title: "3n-hsw xl710"
1837     data: "vpp-compare-testbeds-ref"
1838     nic: "NIC_Intel-XL710"
1839   compare:
1840     title: "3n-skx xxv710"
1841     data: "vpp-compare-testbeds-cmp"
1842     nic: "NIC_Intel-XXV710"
1843   data: "vpp-compare-testbeds"
1844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1845   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
1846   parameters:
1847   - "name"
1848   - "parent"
1849   - "throughput"
1850   - "tags"
1851
1852 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1853 - type: "table"
1854   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1855   algorithm: "table_performance_comparison"
1856   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1857   reference:
1858     title: "3-Node Skx"
1859     data: "vpp-compare-topologies-ref"
1860   compare:
1861     title: "2-Node Skx"
1862     data: "vpp-compare-topologies-cmp"
1863   data: "vpp-compare-topologies"
1864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1865   filter: "'NDRPDR' and '1C'"
1866   parameters:
1867   - "name"
1868   - "parent"
1869   - "throughput"
1870
1871 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1872 - type: "table"
1873   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1874   algorithm: "table_performance_comparison"
1875   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1876   reference:
1877     title: "3-Node Skx"
1878     data: "vpp-compare-topologies-ref"
1879   compare:
1880     title: "2-Node Skx"
1881     data: "vpp-compare-topologies-cmp"
1882   data: "vpp-compare-topologies"
1883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1884   filter: "'NDRPDR' and '2C'"
1885   parameters:
1886   - "name"
1887   - "parent"
1888   - "throughput"
1889
1890 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1891 - type: "table"
1892   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1893   algorithm: "table_performance_comparison"
1894   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1895   reference:
1896     title: "3-Node Skx"
1897     data: "vpp-compare-topologies-ref"
1898   compare:
1899     title: "2-Node Skx"
1900     data: "vpp-compare-topologies-cmp"
1901   data: "vpp-compare-topologies"
1902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1903   filter: "'NDRPDR' and '1C'"
1904   parameters:
1905   - "name"
1906   - "parent"
1907   - "throughput"
1908
1909 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1910 - type: "table"
1911   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1912   algorithm: "table_performance_comparison"
1913   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1914   reference:
1915     title: "3-Node Skx"
1916     data: "vpp-compare-topologies-ref"
1917   compare:
1918     title: "2-Node Skx"
1919     data: "vpp-compare-topologies-cmp"
1920   data: "vpp-compare-topologies"
1921   include-tests: "PDR"
1922   filter: "'NDRPDR' and '2C'"
1923   parameters:
1924   - "name"
1925   - "parent"
1926   - "throughput"
1927
1928 # VPP Performance Changes 3n-hsw 1t1c MRR
1929 - type: "table"
1930   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1931   algorithm: "table_performance_comparison"
1932   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1933   history:
1934     - title: "rls1901"
1935       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1936   reference:
1937     title: "rls1904"
1938     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1939   compare:
1940     title: "rls1908.1"
1941     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1942   data: "vpp-performance-changes-3n-hsw-mrr"
1943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1944   filter: "'1T1C' and 'MRR'"
1945   parameters:
1946   - "name"
1947   - "parent"
1948   - "result"
1949
1950 # VPP Performance Changes 3n-hsw 2t2c MRR
1951 - type: "table"
1952   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1953   algorithm: "table_performance_comparison"
1954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1955   history:
1956     - title: "rls1901"
1957       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1958   reference:
1959     title: "rls1904"
1960     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1961   compare:
1962     title: "rls1908.1"
1963     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1964   data: "vpp-performance-changes-3n-hsw-mrr"
1965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1966   filter: "'2T2C' and 'MRR'"
1967   parameters:
1968   - "name"
1969   - "parent"
1970   - "result"
1971
1972 # VPP Performance Changes 3n-hsw 4t4c MRR
1973 - type: "table"
1974   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1975   algorithm: "table_performance_comparison"
1976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1977   history:
1978     - title: "rls1901"
1979       data: "vpp-performance-changes-3n-hsw-mrr-h1"
1980   reference:
1981     title: "rls1904"
1982     data: "vpp-performance-changes-3n-hsw-mrr-ref"
1983   compare:
1984     title: "rls1908.1"
1985     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
1986   data: "vpp-performance-changes-3n-hsw-mrr"
1987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1988   filter: "'4T4C' and 'MRR'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "result"
1993
1994 # VPP Performance Changes 3n-skx 2t1c MRR
1995 - type: "table"
1996   title: "VPP Performance Changes 3n-skx 2t1c MRR"
1997   algorithm: "table_performance_comparison"
1998   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1999   history:
2000     - title: "rls1901"
2001       data: "vpp-performance-changes-3n-skx-mrr-h1"
2002   reference:
2003     title: "rls1904"
2004     data: "vpp-performance-changes-3n-skx-mrr-ref"
2005   compare:
2006     title: "rls1908.1"
2007     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2008   data: "vpp-performance-changes-3n-skx-mrr"
2009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2010   filter: "'2T1C' and 'MRR'"
2011   parameters:
2012   - "name"
2013   - "parent"
2014   - "result"
2015
2016 # VPP Performance Changes 3n-skx 4t2c MRR
2017 - type: "table"
2018   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2019   algorithm: "table_performance_comparison"
2020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2021   history:
2022     - title: "rls1901"
2023       data: "vpp-performance-changes-3n-skx-mrr-h1"
2024   reference:
2025     title: "rls1904"
2026     data: "vpp-performance-changes-3n-skx-mrr-ref"
2027   compare:
2028     title: "rls1908.1"
2029     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2030   data: "vpp-performance-changes-3n-skx-mrr"
2031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2032   filter: "'4T2C' and 'MRR'"
2033   parameters:
2034   - "name"
2035   - "parent"
2036   - "result"
2037
2038 # VPP Performance Changes 3n-skx 8t4c MRR
2039 - type: "table"
2040   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2041   algorithm: "table_performance_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2043   history:
2044     - title: "rls1901"
2045       data: "vpp-performance-changes-3n-skx-mrr-h1"
2046   reference:
2047     title: "rls1904"
2048     data: "vpp-performance-changes-3n-skx-mrr-ref"
2049   compare:
2050     title: "rls1908.1"
2051     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2052   data: "vpp-performance-changes-3n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'8T4C' and 'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059
2060 # VPP Performance Changes 2n-skx 2t1c MRR
2061 - type: "table"
2062   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2063   algorithm: "table_performance_comparison"
2064   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2065   history:
2066     - title: "rls1901"
2067       data: "vpp-performance-changes-2n-skx-mrr-h1"
2068   reference:
2069     title: "rls1904"
2070     data: "vpp-performance-changes-2n-skx-mrr-ref"
2071   compare:
2072     title: "rls1908.1"
2073     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2074   data: "vpp-performance-changes-2n-skx-mrr"
2075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2076   filter: "'2T1C' and 'MRR'"
2077   parameters:
2078   - "name"
2079   - "parent"
2080   - "result"
2081
2082 # VPP Performance Changes 2n-skx 4t2c MRR
2083 - type: "table"
2084   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2085   algorithm: "table_performance_comparison"
2086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2087   history:
2088     - title: "rls1901"
2089       data: "vpp-performance-changes-2n-skx-mrr-h1"
2090   reference:
2091     title: "rls1904"
2092     data: "vpp-performance-changes-2n-skx-mrr-ref"
2093   compare:
2094     title: "rls1908.1"
2095     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2096   data: "vpp-performance-changes-2n-skx-mrr"
2097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2098   filter: "'4T2C' and 'MRR'"
2099   parameters:
2100   - "name"
2101   - "parent"
2102   - "result"
2103
2104 # VPP Performance Changes 2n-skx 8t4c MRR
2105 - type: "table"
2106   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2107   algorithm: "table_performance_comparison"
2108   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2109   history:
2110     - title: "rls1901"
2111       data: "vpp-performance-changes-2n-skx-mrr-h1"
2112   reference:
2113     title: "rls1904"
2114     data: "vpp-performance-changes-2n-skx-mrr-ref"
2115   compare:
2116     title: "rls1908.1"
2117     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2118   data: "vpp-performance-changes-2n-skx-mrr"
2119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2120   filter: "'8T4C' and 'MRR'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "result"
2125
2126 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2127 - type: "table"
2128   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2129   algorithm: "table_performance_comparison_nic"
2130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2131   reference:
2132     title: "3n-hsw xl710"
2133     data: "vpp-compare-testbeds-mrr-ref"
2134     nic: "NIC_Intel-XL710"
2135   compare:
2136     title: "3n-skx xxv710"
2137     data: "vpp-compare-testbeds-mrr-cmp"
2138     nic: "NIC_Intel-XXV710"
2139   data: "vpp-compare-testbeds-mrr"
2140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2141   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2142   parameters:
2143   - "name"
2144   - "parent"
2145   - "result"
2146   - "tags"
2147
2148 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2149 - type: "table"
2150   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2151   algorithm: "table_performance_comparison_nic"
2152   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2153   reference:
2154     title: "3n-hsw xl710"
2155     data: "vpp-compare-testbeds-mrr-ref"
2156     nic: "NIC_Intel-XL710"
2157   compare:
2158     title: "3n-skx xxv710"
2159     data: "vpp-compare-testbeds-mrr-cmp"
2160     nic: "NIC_Intel-XXV710"
2161   data: "vpp-compare-testbeds-mrr"
2162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2163   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2164   parameters:
2165   - "name"
2166   - "parent"
2167   - "result"
2168   - "tags"
2169
2170 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2171 - type: "table"
2172   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2173   algorithm: "table_performance_comparison_nic"
2174   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2175   reference:
2176     title: "3n-hsw xl710"
2177     data: "vpp-compare-testbeds-mrr-ref"
2178     nic: "NIC_Intel-XL710"
2179   compare:
2180     title: "3n-skx xxv710"
2181     data: "vpp-compare-testbeds-mrr-cmp"
2182     nic: "NIC_Intel-XXV710"
2183   data: "vpp-compare-testbeds-mrr"
2184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2185   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2186   parameters:
2187   - "name"
2188   - "parent"
2189   - "result"
2190   - "tags"
2191
2192 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2193 - type: "table"
2194   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2195   algorithm: "table_performance_comparison"
2196   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2197   reference:
2198     title: "3-Node Skx"
2199     data: "vpp-compare-topologies-mrr-ref"
2200   compare:
2201     title: "2-Node Skx"
2202     data: "vpp-compare-topologies-mrr-cmp"
2203   data: "vpp-compare-topologies-mrr"
2204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2205   filter: "'MRR' and '1C'"
2206   parameters:
2207   - "name"
2208   - "parent"
2209   - "result"
2210
2211 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2212 - type: "table"
2213   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2214   algorithm: "table_performance_comparison"
2215   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2216   reference:
2217     title: "3-Node Skx"
2218     data: "vpp-compare-topologies-mrr-ref"
2219   compare:
2220     title: "2-Node Skx"
2221     data: "vpp-compare-topologies-mrr-cmp"
2222   data: "vpp-compare-topologies-mrr"
2223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2224   filter: "'MRR' and '2C'"
2225   parameters:
2226   - "name"
2227   - "parent"
2228   - "result"
2229
2230 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2231 - type: "table"
2232   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2233   algorithm: "table_performance_comparison"
2234   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2235   reference:
2236     title: "3-Node Skx"
2237     data: "vpp-compare-topologies-mrr-ref"
2238   compare:
2239     title: "2-Node Skx"
2240     data: "vpp-compare-topologies-mrr-cmp"
2241   data: "vpp-compare-topologies-mrr"
2242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2243   filter: "'MRR' and '4C'"
2244   parameters:
2245   - "name"
2246   - "parent"
2247   - "result"
2248
2249 # Detailed Test Results - VPP Performance Results 3n-hsw
2250 - type: "table"
2251   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2252   algorithm: "table_merged_details"
2253   output-file-ext: ".csv"
2254   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2255   columns:
2256   - title: "Name"
2257     data: "data name"
2258   - title: "Status"
2259     data: "data msg"
2260   rows: "generated"
2261   data: "vpp-perf-results-3n-hsw"
2262   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2263   parameters:
2264   - "name"
2265   - "parent"
2266   - "msg"
2267
2268 # Detailed Test Results - VPP Performance Results 3n-skx
2269 - type: "table"
2270   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2271   algorithm: "table_merged_details"
2272   output-file-ext: ".csv"
2273   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2274   columns:
2275   - title: "Name"
2276     data: "data name"
2277   - title: "Status"
2278     data: "data msg"
2279   rows: "generated"
2280   data: "vpp-perf-results-3n-skx"
2281   filter: "not 'CFS_OPT'"
2282   parameters:
2283   - "name"
2284   - "parent"
2285   - "msg"
2286
2287 # Detailed Test Results - VPP Performance Results 2n-skx
2288 - type: "table"
2289   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2290   algorithm: "table_merged_details"
2291   output-file-ext: ".csv"
2292   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2293   columns:
2294   - title: "Name"
2295     data: "data name"
2296   - title: "Status"
2297     data: "data msg"
2298   rows: "generated"
2299   data: "vpp-perf-results-2n-skx"
2300   filter: "not 'CFS_OPT'"
2301   parameters:
2302   - "name"
2303   - "parent"
2304   - "msg"
2305
2306 # Detailed Test Results - VPP Performance Results 3n-tsh
2307 - type: "table"
2308   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2309   algorithm: "table_merged_details"
2310   output-file-ext: ".csv"
2311   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2312   columns:
2313   - title: "Name"
2314     data: "data name"
2315   - title: "Status"
2316     data: "data msg"
2317   rows: "generated"
2318   data: "vpp-perf-results-3n-tsh"
2319   filter: "not 'CFS_OPT'"
2320   parameters:
2321   - "name"
2322   - "parent"
2323   - "msg"
2324
2325 # Detailed Test Results - VPP Performance Results 3n-dnv
2326 - type: "table"
2327   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2328   algorithm: "table_details"
2329   output-file-ext: ".csv"
2330   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2331   columns:
2332   - title: "Name"
2333     data: "data name"
2334   - title: "Status"
2335     data: "data msg"
2336   rows: "generated"
2337   data: "vpp-perf-results-3n-dnv"
2338   filter: "'NDRPDR'"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "msg"
2343
2344 # Detailed Test Results - VPP Performance Results 2n-dnv
2345 - type: "table"
2346   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2347   algorithm: "table_details"
2348   output-file-ext: ".csv"
2349   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2350   columns:
2351   - title: "Name"
2352     data: "data name"
2353   - title: "Status"
2354     data: "data msg"
2355   rows: "generated"
2356   data: "vpp-perf-results-2n-dnv"
2357   filter: "'NDRPDR'"
2358   parameters:
2359   - "name"
2360   - "parent"
2361   - "msg"
2362
2363 # Test configuration - VPP Performance Test Configs 3n-hsw
2364 - type: "table"
2365   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2366   algorithm: "table_merged_details"
2367   output-file-ext: ".csv"
2368   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2369   columns:
2370   - title: "Name"
2371     data: "data name"
2372   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2373     data: "data conf-history"
2374   rows: "generated"
2375   data: "vpp-perf-results-3n-hsw"
2376   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2377   parameters:
2378   - "parent"
2379   - "name"
2380   - "conf-history"
2381
2382 # Test configuration - VPP Performance Test Configs 3n-skx
2383 - type: "table"
2384   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2385   algorithm: "table_merged_details"
2386   output-file-ext: ".csv"
2387   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2388   columns:
2389   - title: "Name"
2390     data: "data name"
2391   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2392     data: "data conf-history"
2393   rows: "generated"
2394   data: "vpp-perf-results-3n-skx"
2395   filter: "not 'CFS_OPT'"
2396   parameters:
2397   - "parent"
2398   - "name"
2399   - "conf-history"
2400
2401 # Test configuration - VPP Performance Test Configs 2n-skx
2402 - type: "table"
2403   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2404   algorithm: "table_merged_details"
2405   output-file-ext: ".csv"
2406   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2407   columns:
2408   - title: "Name"
2409     data: "data name"
2410   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2411     data: "data conf-history"
2412   rows: "generated"
2413   data: "vpp-perf-results-2n-skx"
2414   filter: "not 'CFS_OPT'"
2415   parameters:
2416   - "parent"
2417   - "name"
2418   - "conf-history"
2419
2420 # Test configuration - VPP Performance Test Configs 3n-tsh
2421 - type: "table"
2422   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2423   algorithm: "table_merged_details"
2424   output-file-ext: ".csv"
2425   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2426   columns:
2427   - title: "Name"
2428     data: "data name"
2429   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2430     data: "data conf-history"
2431   rows: "generated"
2432   data: "vpp-perf-results-3n-tsh"
2433   filter: "not 'CFS_OPT'"
2434   parameters:
2435   - "parent"
2436   - "name"
2437   - "conf-history"
2438
2439 # Test configuration - VPP Performance Test Configs 3n-dnv
2440 - type: "table"
2441   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2442   algorithm: "table_details"
2443   output-file-ext: ".csv"
2444   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2445   columns:
2446   - title: "Name"
2447     data: "data name"
2448   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2449     data: "data conf-history"
2450   rows: "generated"
2451   data: "vpp-perf-results-3n-dnv"
2452   filter: "'NDRPDR'"
2453   parameters:
2454   - "parent"
2455   - "name"
2456   - "conf-history"
2457
2458 # Test configuration - VPP Performance Test Configs 2n-dnv
2459 - type: "table"
2460   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2461   algorithm: "table_details"
2462   output-file-ext: ".csv"
2463   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2464   columns:
2465   - title: "Name"
2466     data: "data name"
2467   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2468     data: "data conf-history"
2469   rows: "generated"
2470   data: "vpp-perf-results-2n-dnv"
2471   filter: "'NDRPDR'"
2472   parameters:
2473   - "parent"
2474   - "name"
2475   - "conf-history"
2476
2477 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2478 - type: "table"
2479   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2480   algorithm: "table_merged_details"
2481   output-file-ext: ".csv"
2482   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2483   columns:
2484   - title: "Name"
2485     data: "data name"
2486   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2487     data: "data show-run"
2488   rows: "generated"
2489   data: "vpp-perf-results-3n-hsw"
2490   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2491   parameters:
2492   - "parent"
2493   - "name"
2494   - "show-run"
2495
2496 # Test Operational Data - VPP Performance Operational Data 3n-skx
2497 - type: "table"
2498   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2499   algorithm: "table_merged_details"
2500   output-file-ext: ".csv"
2501   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2502   columns:
2503   - title: "Name"
2504     data: "data name"
2505   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2506     data: "data show-run"
2507   rows: "generated"
2508   data: "vpp-perf-results-3n-skx"
2509   filter: "not 'CFS_OPT'"
2510   parameters:
2511   - "parent"
2512   - "name"
2513   - "show-run"
2514
2515 # Test Operational Data - VPP Performance Operational Data 2n-skx
2516 - type: "table"
2517   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2518   algorithm: "table_merged_details"
2519   output-file-ext: ".csv"
2520   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2521   columns:
2522   - title: "Name"
2523     data: "data name"
2524   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2525     data: "data show-run"
2526   rows: "generated"
2527   data: "vpp-perf-results-2n-skx"
2528   filter: "not 'CFS_OPT'"
2529   parameters:
2530   - "parent"
2531   - "name"
2532   - "show-run"
2533
2534 # Test Operational Data - VPP Performance Operational Data 3n-tsh
2535 - type: "table"
2536   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
2537   algorithm: "table_merged_details"
2538   output-file-ext: ".csv"
2539   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
2540   columns:
2541   - title: "Name"
2542     data: "data name"
2543   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2544     data: "data show-run"
2545   rows: "generated"
2546   data: "vpp-perf-results-3n-tsh"
2547   filter: "not 'CFS_OPT'"
2548   parameters:
2549   - "parent"
2550   - "name"
2551   - "show-run"
2552
2553 # Test Operational Data - VPP Performance Operational Data 3n-dnv
2554 - type: "table"
2555   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
2556   algorithm: "table_details"
2557   output-file-ext: ".csv"
2558   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
2559   columns:
2560   - title: "Name"
2561     data: "data name"
2562   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2563     data: "data show-run"
2564   rows: "generated"
2565   data: "vpp-perf-results-3n-dnv"
2566   filter: "'NDRPDR'"
2567   parameters:
2568   - "parent"
2569   - "name"
2570   - "show-run"
2571
2572 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2573 - type: "table"
2574   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2575   algorithm: "table_details"
2576   output-file-ext: ".csv"
2577   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2578   columns:
2579   - title: "Name"
2580     data: "data name"
2581   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2582     data: "data show-run"
2583   rows: "generated"
2584   data: "vpp-perf-results-2n-dnv"
2585   filter: "'NDRPDR'"
2586   parameters:
2587   - "parent"
2588   - "name"
2589   - "show-run"
2590
2591 # Detailed Test Results - VPP MRR Results 3n-hsw
2592 - type: "table"
2593   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2594   algorithm: "table_details"
2595   output-file-ext: ".csv"
2596   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2597   columns:
2598   - title: "Name"
2599     data: "data name"
2600   - title: "Status"
2601     data: "data msg"
2602   rows: "generated"
2603   data: "vpp-mrr-results-3n-hsw"
2604   filter: "'MRR'"
2605   parameters:
2606   - "name"
2607   - "parent"
2608   - "msg"
2609
2610 # Detailed Test Results - VPP MRR Results 3n-skx
2611 - type: "table"
2612   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2613   algorithm: "table_details"
2614   output-file-ext: ".csv"
2615   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2616   columns:
2617   - title: "Name"
2618     data: "data name"
2619   - title: "Status"
2620     data: "data msg"
2621   rows: "generated"
2622   data: "vpp-mrr-results-3n-skx"
2623   filter: "'MRR'"
2624   parameters:
2625   - "name"
2626   - "parent"
2627   - "msg"
2628
2629 # Detailed Test Results - VPP MRR Results 2n-skx
2630 - type: "table"
2631   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2632   algorithm: "table_details"
2633   output-file-ext: ".csv"
2634   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2635   columns:
2636   - title: "Name"
2637     data: "data name"
2638   - title: "Status"
2639     data: "data msg"
2640   rows: "generated"
2641   data: "vpp-mrr-results-2n-skx"
2642   filter: "'MRR'"
2643   parameters:
2644   - "name"
2645   - "parent"
2646   - "msg"
2647
2648 # Detailed Test Results - VPP MRR Results 3n-tsh
2649 - type: "table"
2650   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
2651   algorithm: "table_details"
2652   output-file-ext: ".csv"
2653   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
2654   columns:
2655   - title: "Name"
2656     data: "data name"
2657   - title: "Status"
2658     data: "data msg"
2659   rows: "generated"
2660   data: "vpp-mrr-results-3n-tsh"
2661   filter: "'MRR'"
2662   parameters:
2663   - "name"
2664   - "parent"
2665   - "msg"
2666
2667 # Detailed Test Results - VPP MRR Results 3n-dnv
2668 - type: "table"
2669   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
2670   algorithm: "table_details"
2671   output-file-ext: ".csv"
2672   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
2673   columns:
2674   - title: "Name"
2675     data: "data name"
2676   - title: "Status"
2677     data: "data msg"
2678   rows: "generated"
2679   data: "vpp-mrr-results-3n-dnv"
2680   filter: "'MRR'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "msg"
2685
2686 # Detailed Test Results - VPP MRR Results 2n-dnv
2687 - type: "table"
2688   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2689   algorithm: "table_details"
2690   output-file-ext: ".csv"
2691   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2692   columns:
2693   - title: "Name"
2694     data: "data name"
2695   - title: "Status"
2696     data: "data msg"
2697   rows: "generated"
2698   data: "vpp-mrr-results-2n-dnv"
2699   filter: "'MRR'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "msg"
2704
2705 # Test configuration - VPP MRR Test Configs 3n-hsw
2706 - type: "table"
2707   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2708   algorithm: "table_details"
2709   output-file-ext: ".csv"
2710   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2711   columns:
2712   - title: "Name"
2713     data: "data name"
2714   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2715     data: "data conf-history"
2716   rows: "generated"
2717   data: "vpp-mrr-results-3n-hsw"
2718   filter: "'MRR'"
2719   parameters:
2720   - "parent"
2721   - "name"
2722   - "conf-history"
2723
2724 # Test configuration - VPP MRR Test Configs 3n-skx
2725 - type: "table"
2726   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2727   algorithm: "table_details"
2728   output-file-ext: ".csv"
2729   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2730   columns:
2731   - title: "Name"
2732     data: "data name"
2733   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2734     data: "data conf-history"
2735   rows: "generated"
2736   data: "vpp-mrr-results-3n-skx"
2737   filter: "'MRR'"
2738   parameters:
2739   - "parent"
2740   - "name"
2741   - "conf-history"
2742
2743 # Test configuration - VPP MRR Test Configs 2n-skx
2744 - type: "table"
2745   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2746   algorithm: "table_details"
2747   output-file-ext: ".csv"
2748   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2749   columns:
2750   - title: "Name"
2751     data: "data name"
2752   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2753     data: "data conf-history"
2754   rows: "generated"
2755   data: "vpp-mrr-results-2n-skx"
2756   filter: "'MRR'"
2757   parameters:
2758   - "parent"
2759   - "name"
2760   - "conf-history"
2761
2762 # Test configuration - VPP MRR Test Configs 3n-tsh
2763 - type: "table"
2764   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
2765   algorithm: "table_details"
2766   output-file-ext: ".csv"
2767   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
2768   columns:
2769   - title: "Name"
2770     data: "data name"
2771   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2772     data: "data conf-history"
2773   rows: "generated"
2774   data: "vpp-mrr-results-3n-tsh"
2775   filter: "'MRR'"
2776   parameters:
2777   - "parent"
2778   - "name"
2779   - "conf-history"
2780
2781 # Test configuration - VPP MRR Test Configs 3n-dnv
2782 - type: "table"
2783   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
2784   algorithm: "table_details"
2785   output-file-ext: ".csv"
2786   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
2787   columns:
2788   - title: "Name"
2789     data: "data name"
2790   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2791     data: "data conf-history"
2792   rows: "generated"
2793   data: "vpp-mrr-results-3n-dnv"
2794   filter: "'MRR'"
2795   parameters:
2796   - "parent"
2797   - "name"
2798   - "conf-history"
2799
2800 # Test configuration - VPP MRR Test Configs 2n-dnv
2801 - type: "table"
2802   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2803   algorithm: "table_details"
2804   output-file-ext: ".csv"
2805   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2806   columns:
2807   - title: "Name"
2808     data: "data name"
2809   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2810     data: "data conf-history"
2811   rows: "generated"
2812   data: "vpp-mrr-results-2n-dnv"
2813   filter: "'MRR'"
2814   parameters:
2815   - "parent"
2816   - "name"
2817   - "conf-history"
2818
2819 # Detailed Test Results - VPP Functional Results - Ubuntu
2820 - type: "table"
2821   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2822   algorithm: "table_details"
2823   output-file-ext: ".csv"
2824   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2825   columns:
2826   - title: "Name"
2827     data: "data name"
2828   - title: "Documentation"
2829     data: "data doc"
2830   - title: "Status"
2831     data: "data status"
2832   rows: "generated"
2833   data: "vpp-func-results-ubuntu"
2834   filter: "all"
2835   parameters:
2836   - "name"
2837   - "parent"
2838   - "doc"
2839   - "status"
2840
2841 # Detailed Test Results - VPP Functional Results - CentOS
2842 - type: "table"
2843   title: "Detailed Test Results - VPP Functional Results - CentOS"
2844   algorithm: "table_details"
2845   output-file-ext: ".csv"
2846   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2847   columns:
2848   - title: "Name"
2849     data: "data name"
2850   - title: "Documentation"
2851     data: "data doc"
2852   -
2853     title: "Status"
2854     data: "data status"
2855   rows: "generated"
2856   data:
2857     "vpp-func-results-centos"
2858   filter: "all"
2859   parameters:
2860   - "name"
2861   - "parent"
2862   - "doc"
2863   - "status"
2864
2865 # Test configuration - VPP Functional Test Configs - Ubuntu
2866 - type: "table"
2867   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2868   algorithm: "table_details"
2869   output-file-ext: ".csv"
2870   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2871   columns:
2872   - title: "Name"
2873     data: "data name"
2874   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2875     data: "data conf-history"
2876   rows: "generated"
2877   data: "vpp-func-results-ubuntu"
2878   filter: "all"
2879   parameters:
2880   - "parent"
2881   - "name"
2882   - "conf-history"
2883
2884 # Test configuration - VPP Functional Test Configs - CentOS
2885 - type: "table"
2886   title: "Test configuration - VPP Functional Test Configs - CentOS"
2887   algorithm: "table_details"
2888   output-file-ext: ".csv"
2889   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2890   columns:
2891   - title: "Name"
2892     data: "data name"
2893   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2894     data: "data conf-history"
2895   rows: "generated"
2896   data: "vpp-func-results-centos"
2897   filter: "all"
2898   parameters:
2899   - "parent"
2900   - "name"
2901   - "conf-history"
2902
2903 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2904 #- type: "table"
2905 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2906 #  algorithm: "table_details"
2907 #  output-file-ext: ".csv"
2908 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2909 #  columns:
2910 #  - title: "Name"
2911 #    data: "data name"
2912 #  - title: "Status"
2913 #    data: "data msg"
2914 #  rows: "generated"
2915 #  data: "ligato-perf-results-3n-hsw"
2916 #  filter: "all"
2917 #  parameters:
2918 #  - "name"
2919 #  - "parent"
2920 #  - "msg"
2921
2922 # Detailed Test Results - VPP Device Results - Ubuntu
2923 - type: "table"
2924   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2925   algorithm: "table_details"
2926   output-file-ext: ".csv"
2927   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2928   columns:
2929   - title: "Name"
2930     data: "data name"
2931   - title: "Documentation"
2932     data: "data doc"
2933   - title: "Status"
2934     data: "data status"
2935   rows: "generated"
2936   data: "vpp-device-results-ubuntu"
2937   filter: "all"
2938   parameters:
2939   - "name"
2940   - "parent"
2941   - "doc"
2942   - "status"
2943
2944 # Test configuration - VPP Device Test Configs - Ubuntu
2945 - type: "table"
2946   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2947   algorithm: "table_details"
2948   output-file-ext: ".csv"
2949   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2950   columns:
2951   - title: "Name"
2952     data: "data name"
2953   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2954     data: "data conf-history"
2955   rows: "generated"
2956   data: "vpp-device-results-ubuntu"
2957   filter: "all"
2958   parameters:
2959   - "parent"
2960   - "name"
2961   - "conf-history"
2962
2963 ################################################################################
2964 ###                                F I L E S                                 ###
2965 ################################################################################
2966
2967 # VPP Performance Results 3n-hsw
2968 - type: "file"
2969   title: "VPP Performance Results 3n-hsw"
2970   algorithm: "file_test_results"
2971   output-file-ext: ".rst"
2972   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2973   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"
2974   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2975   data: "vpp-perf-results-3n-hsw"
2976   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2977   parameters:
2978   - "name"
2979   - "doc"
2980   - "level"
2981   - "parent"
2982   data-start-level: 3
2983
2984 # VPP Performance Results 3n-skx
2985 - type: "file"
2986   title: "VPP Performance Results 3n-skx"
2987   algorithm: "file_test_results"
2988   output-file-ext: ".rst"
2989   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2990   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"
2991   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2992   data: "vpp-perf-results-3n-skx"
2993   filter: "not 'CFS_OPT'"
2994   parameters:
2995   - "name"
2996   - "doc"
2997   - "level"
2998   - "parent"
2999   data-start-level: 3
3000
3001 # VPP Performance Results 2n-skx
3002 - type: "file"
3003   title: "VPP Performance Results 2n-skx"
3004   algorithm: "file_test_results"
3005   output-file-ext: ".rst"
3006   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3007   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"
3008   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3009   data: "vpp-perf-results-2n-skx"
3010   filter: "not 'CFS_OPT'"
3011   parameters:
3012   - "name"
3013   - "doc"
3014   - "level"
3015   - "parent"
3016   data-start-level: 3
3017
3018 # VPP Performance Results 3n-tsh
3019 - type: "file"
3020   title: "VPP Performance Results 3n-tsh"
3021   algorithm: "file_test_results"
3022   output-file-ext: ".rst"
3023   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3024   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"
3025   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3026   data: "vpp-perf-results-3n-tsh"
3027   filter: "not 'CFS_OPT'"
3028   parameters:
3029   - "name"
3030   - "doc"
3031   - "level"
3032   - "parent"
3033   data-start-level: 3
3034
3035 # VPP Performance Results 3n-dnv
3036 - type: "file"
3037   title: "VPP Performance Results 3n-dnv"
3038   algorithm: "file_test_results"
3039   output-file-ext: ".rst"
3040   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3041   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"
3042   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3043   data: "vpp-perf-results-3n-dnv"
3044   filter: "'NDRPDR'"
3045   parameters:
3046   - "name"
3047   - "doc"
3048   - "level"
3049   - "parent"
3050   data-start-level: 3
3051
3052 # VPP Performance Results 2n-dnv
3053 - type: "file"
3054   title: "VPP Performance Results 2n-dnv"
3055   algorithm: "file_test_results"
3056   output-file-ext: ".rst"
3057   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3058   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"
3059   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3060   data: "vpp-perf-results-2n-dnv"
3061   filter: "'NDRPDR'"
3062   parameters:
3063   - "name"
3064   - "doc"
3065   - "level"
3066   - "parent"
3067   data-start-level: 3
3068
3069 # VPP Performance Configuration 3n-hsw
3070 - type: "file"
3071   title: "VPP Performance Configuration 3n-hsw"
3072   algorithm: "file_test_results"
3073   output-file-ext: ".rst"
3074   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3075   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"
3076   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3077   data: "vpp-perf-results-3n-hsw"
3078   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3079   parameters:
3080   - "name"
3081   - "doc"
3082   - "level"
3083   - "parent"
3084   data-start-level: 3
3085
3086 # VPP Performance Configuration 3n-skx
3087 - type: "file"
3088   title: "VPP Performance Configuration 3n-skx"
3089   algorithm: "file_test_results"
3090   output-file-ext: ".rst"
3091   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3092   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"
3093   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3094   data: "vpp-perf-results-3n-skx"
3095   filter: "not 'CFS_OPT'"
3096   parameters:
3097   - "name"
3098   - "doc"
3099   - "level"
3100   - "parent"
3101   data-start-level: 3
3102
3103 # VPP Performance Configuration 2n-skx
3104 - type: "file"
3105   title: "VPP Performance Configuration 2n-skx"
3106   algorithm: "file_test_results"
3107   output-file-ext: ".rst"
3108   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3109   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"
3110   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3111   data: "vpp-perf-results-2n-skx"
3112   filter: "not 'CFS_OPT'"
3113   parameters:
3114   - "name"
3115   - "doc"
3116   - "level"
3117   - "parent"
3118   data-start-level: 3
3119
3120 # VPP Performance Configuration 3n-tsh
3121 - type: "file"
3122   title: "VPP Performance Configuration 3n-tsh"
3123   algorithm: "file_test_results"
3124   output-file-ext: ".rst"
3125   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3126   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"
3127   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3128   data: "vpp-perf-results-3n-tsh"
3129   filter: "not 'CFS_OPT'"
3130   parameters:
3131   - "name"
3132   - "doc"
3133   - "level"
3134   - "parent"
3135   data-start-level: 3
3136
3137 # VPP Performance Configuration 3n-dnv
3138 - type: "file"
3139   title: "VPP Performance Configuration 3n-dnv"
3140   algorithm: "file_test_results"
3141   output-file-ext: ".rst"
3142   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3143   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"
3144   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3145   data: "vpp-perf-results-3n-dnv"
3146   filter: "'NDRPDR'"
3147   parameters:
3148   - "name"
3149   - "doc"
3150   - "level"
3151   - "parent"
3152   data-start-level: 3
3153
3154 # VPP Performance Configuration 2n-dnv
3155 - type: "file"
3156   title: "VPP Performance Configuration 2n-dnv"
3157   algorithm: "file_test_results"
3158   output-file-ext: ".rst"
3159   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3160   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"
3161   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3162   data: "vpp-perf-results-2n-dnv"
3163   filter: "'NDRPDR'"
3164   parameters:
3165   - "name"
3166   - "doc"
3167   - "level"
3168   - "parent"
3169   data-start-level: 3
3170
3171 # VPP Performance Operational Data 3n-hsw
3172 - type: "file"
3173   title: "VPP Performance Operational Data 3n-hsw"
3174   algorithm: "file_test_results"
3175   output-file-ext: ".rst"
3176   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3177   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"
3178   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3179   data: "vpp-perf-results-3n-hsw"
3180   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3181   parameters:
3182   - "name"
3183   - "doc"
3184   - "level"
3185   - "parent"
3186   data-start-level: 3
3187
3188 # VPP Performance Operational Data 3n-skx
3189 - type: "file"
3190   title: "VPP Performance Operational Data 3n-skx"
3191   algorithm: "file_test_results"
3192   output-file-ext: ".rst"
3193   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3194   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"
3195   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3196   data: "vpp-perf-results-3n-skx"
3197   filter: "not 'CFS_OPT'"
3198   parameters:
3199   - "name"
3200   - "doc"
3201   - "level"
3202   - "parent"
3203   data-start-level: 3
3204
3205 # VPP Performance Operational Data 2n-skx
3206 - type: "file"
3207   title: "VPP Performance Operational Data 2n-skx"
3208   algorithm: "file_test_results"
3209   output-file-ext: ".rst"
3210   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3211   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"
3212   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3213   data: "vpp-perf-results-2n-skx"
3214   filter: "not 'CFS_OPT'"
3215   parameters:
3216   - "name"
3217   - "doc"
3218   - "level"
3219   - "parent"
3220   data-start-level: 3
3221
3222 # VPP Performance Operational Data 3n-tsh
3223 - type: "file"
3224   title: "VPP Performance Operational Data 3n-tsh"
3225   algorithm: "file_test_results"
3226   output-file-ext: ".rst"
3227   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
3228   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"
3229   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
3230   data: "vpp-perf-results-3n-tsh"
3231   filter: "not 'CFS_OPT'"
3232   parameters:
3233   - "name"
3234   - "doc"
3235   - "level"
3236   - "parent"
3237   data-start-level: 3
3238
3239 # VPP Performance Operational Data 3n-dnv
3240 - type: "file"
3241   title: "VPP Performance Operational Data 3n-dnv"
3242   algorithm: "file_test_results"
3243   output-file-ext: ".rst"
3244   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
3245   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"
3246   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
3247   data: "vpp-perf-results-3n-dnv"
3248   filter: "'NDRPDR'"
3249   parameters:
3250   - "name"
3251   - "doc"
3252   - "level"
3253   - "parent"
3254   data-start-level: 3
3255
3256 # VPP Performance Operational Data 2n-dnv
3257 - type: "file"
3258   title: "VPP Performance Operational Data 2n-dnv"
3259   algorithm: "file_test_results"
3260   output-file-ext: ".rst"
3261   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
3262   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"
3263   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
3264   data: "vpp-perf-results-2n-dnv"
3265   filter: "'NDRPDR'"
3266   parameters:
3267   - "name"
3268   - "doc"
3269   - "level"
3270   - "parent"
3271   data-start-level: 3
3272
3273 # VPP MRR Results 3n-hsw
3274 - type: "file"
3275   title: "VPP MRR Results 3n-hsw"
3276   algorithm: "file_test_results"
3277   output-file-ext: ".rst"
3278   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3279   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"
3280   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3281   data: "vpp-mrr-results-3n-hsw"
3282   filter: "'MRR'"
3283   parameters:
3284   - "name"
3285   - "doc"
3286   - "level"
3287   - "parent"
3288   data-start-level: 3
3289
3290 # VPP MRR Results 3n-skx
3291 - type: "file"
3292   title: "VPP MRR Results 3n-skx"
3293   algorithm: "file_test_results"
3294   output-file-ext: ".rst"
3295   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3296   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"
3297   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3298   data: "vpp-mrr-results-3n-skx"
3299   filter: "'MRR'"
3300   parameters:
3301   - "name"
3302   - "doc"
3303   - "level"
3304   - "parent"
3305   data-start-level: 3
3306
3307 # VPP MRR Results 2n-skx
3308 - type: "file"
3309   title: "VPP MRR Results 2n-skx"
3310   algorithm: "file_test_results"
3311   output-file-ext: ".rst"
3312   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3313   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"
3314   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3315   data: "vpp-mrr-results-2n-skx"
3316   filter: "all"
3317   parameters:
3318   - "name"
3319   - "doc"
3320   - "level"
3321   - "parent"
3322   data-start-level: 3
3323
3324 # VPP MRR Results 3n-tsh
3325 - type: "file"
3326   title: "VPP MRR Results 3n-tsh"
3327   algorithm: "file_test_results"
3328   output-file-ext: ".rst"
3329   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
3330   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"
3331   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
3332   data: "vpp-mrr-results-3n-tsh"
3333   filter: "'MRR'"
3334   parameters:
3335   - "name"
3336   - "doc"
3337   - "level"
3338   - "parent"
3339   data-start-level: 3
3340
3341 # VPP MRR Results 3n-dnv
3342 - type: "file"
3343   title: "VPP MRR Results 3n-dnv"
3344   algorithm: "file_test_results"
3345   output-file-ext: ".rst"
3346   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3347   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"
3348   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
3349   data: "vpp-mrr-results-3n-dnv"
3350   filter: "'MRR'"
3351   parameters:
3352   - "name"
3353   - "doc"
3354   - "level"
3355   - "parent"
3356   data-start-level: 3
3357
3358 # VPP MRR Results 2n-dnv
3359 - type: "file"
3360   title: "VPP MRR Results 2n-dnv"
3361   algorithm: "file_test_results"
3362   output-file-ext: ".rst"
3363   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3364   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"
3365   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3366   data: "vpp-mrr-results-2n-dnv"
3367   filter: "'MRR'"
3368   parameters:
3369   - "name"
3370   - "doc"
3371   - "level"
3372   - "parent"
3373   data-start-level: 3
3374
3375 # VPP MRR Configuration 3n-hsw
3376 - type: "file"
3377   title: "VPP MRR Configuration 3n-hsw"
3378   algorithm: "file_test_results"
3379   output-file-ext: ".rst"
3380   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3381   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"
3382   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3383   data: "vpp-mrr-results-3n-hsw"
3384   filter: "'MRR'"
3385   parameters:
3386   - "name"
3387   - "doc"
3388   - "level"
3389   - "parent"
3390   data-start-level: 3
3391
3392 # VPP MRR Configuration 3n-skx
3393 - type: "file"
3394   title: "VPP MRR Configuration 3n-skx"
3395   algorithm: "file_test_results"
3396   output-file-ext: ".rst"
3397   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3398   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"
3399   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3400   data: "vpp-mrr-results-3n-skx"
3401   filter: "'MRR'"
3402   parameters:
3403   - "name"
3404   - "doc"
3405   - "level"
3406   - "parent"
3407   data-start-level: 3
3408
3409 # VPP MRR Configuration 2n-skx
3410 - type: "file"
3411   title: "VPP MRR Configuration 2n-skx"
3412   algorithm: "file_test_results"
3413   output-file-ext: ".rst"
3414   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3415   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"
3416   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3417   data: "vpp-mrr-results-2n-skx"
3418   filter: "'MRR'"
3419   parameters:
3420   - "name"
3421   - "doc"
3422   - "level"
3423   - "parent"
3424   data-start-level: 3
3425
3426 # VPP MRR Configuration 3n-tsh
3427 - type: "file"
3428   title: "VPP MRR Configuration 3n-tsh"
3429   algorithm: "file_test_results"
3430   output-file-ext: ".rst"
3431   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
3432   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"
3433   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
3434   data: "vpp-mrr-results-3n-tsh"
3435   filter: "'MRR'"
3436   parameters:
3437   - "name"
3438   - "doc"
3439   - "level"
3440   - "parent"
3441   data-start-level: 3
3442
3443 # VPP MRR Configuration 3n-dnv
3444 - type: "file"
3445   title: "VPP MRR Configuration 3n-dnv"
3446   algorithm: "file_test_results"
3447   output-file-ext: ".rst"
3448   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
3449   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"
3450   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
3451   data: "vpp-mrr-results-3n-dnv"
3452   filter: "'MRR'"
3453   parameters:
3454   - "name"
3455   - "doc"
3456   - "level"
3457   - "parent"
3458   data-start-level: 3
3459
3460 # VPP MRR Configuration 2n-dnv
3461 - type: "file"
3462   title: "VPP MRR Configuration 2n-dnv"
3463   algorithm: "file_test_results"
3464   output-file-ext: ".rst"
3465   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
3466   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"
3467   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
3468   data: "vpp-mrr-results-2n-dnv"
3469   filter: "'MRR'"
3470   parameters:
3471   - "name"
3472   - "doc"
3473   - "level"
3474   - "parent"
3475   data-start-level: 3
3476
3477 # VPP Functional Results - Ubuntu
3478 - type: "file"
3479   title: "VPP Functional Results - Ubuntu"
3480   algorithm: "file_test_results"
3481   output-file-ext: ".rst"
3482   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3483   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"
3484   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3485   data: "vpp-func-results-ubuntu"
3486   filter: "all"
3487   parameters:
3488   - "name"
3489   - "doc"
3490   - "level"
3491   - "parent"
3492   data-start-level: 3
3493
3494 # VPP Functional Results - CentOS
3495 - type: "file"
3496   title: "VPP Functional Results - CentOS"
3497   algorithm: "file_test_results"
3498   output-file-ext: ".rst"
3499   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3500   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"
3501   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3502   data:
3503     "vpp-func-results-centos"
3504   filter: "all"
3505   parameters:
3506   - "name"
3507   - "doc"
3508   - "level"
3509   - "parent"
3510   data-start-level: 3
3511
3512 # VPP Functional Configuration - Ubuntu
3513 - type: "file"
3514   title: "VPP Functional Configuration - Ubuntu"
3515   algorithm: "file_test_results"
3516   output-file-ext: ".rst"
3517   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3518   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"
3519   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3520   data: "vpp-func-results-ubuntu"
3521   filter: "all"
3522   parameters:
3523   - "name"
3524   - "doc"
3525   - "level"
3526   - "parent"
3527   data-start-level: 3
3528
3529 # VPP Functional Configuration - CentOS
3530 - type: "file"
3531   title: "VPP Functional Configuration - CentOS"
3532   algorithm: "file_test_results"
3533   output-file-ext: ".rst"
3534   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3535   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"
3536   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3537   data:
3538     "vpp-func-results-centos"
3539   filter: "all"
3540   parameters:
3541   - "name"
3542   - "doc"
3543   - "level"
3544   - "parent"
3545   data-start-level: 3
3546
3547 # VPP Device Results - Ubuntu
3548 - type: "file"
3549   title: "VPP Device Results - Ubuntu"
3550   algorithm: "file_test_results"
3551   output-file-ext: ".rst"
3552   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3553   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"
3554   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3555   data: "vpp-device-results-ubuntu"
3556   filter: "all"
3557   parameters:
3558   - "name"
3559   - "doc"
3560   - "level"
3561   - "parent"
3562   data-start-level: 2
3563
3564 # VPP Device Configuration - Ubuntu
3565 - type: "file"
3566   title: "VPP Device Configuration - Ubuntu"
3567   algorithm: "file_test_results"
3568   output-file-ext: ".rst"
3569   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3570   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"
3571   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3572   data: "vpp-device-results-ubuntu"
3573   filter: "all"
3574   parameters:
3575   - "name"
3576   - "doc"
3577   - "level"
3578   - "parent"
3579   data-start-level: 2
3580
3581 ################################################################################
3582 ###                                P L O T S                                 ###
3583 ################################################################################
3584
3585 - type: "plot"
3586   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3587   algorithm: "plot_service_density_reconf_box_name"
3588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
3589   data: "plot-vpp-nfv-reconf-2n-skx"
3590   include:
3591     - "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"
3592     - "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"
3593     - "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"
3594     - "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"
3595     - "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"
3596     - "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"
3597   layout:
3598     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3599     layout: "plot-throughput"
3600
3601 - type: "plot"
3602   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3603   algorithm: "plot_service_density_reconf_box_name"
3604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
3605   data: "plot-vpp-nfv-reconf-2n-skx"
3606   include:
3607     - "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"
3608     - "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"
3609     - "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"
3610     - "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"
3611     - "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"
3612     - "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"
3613   layout:
3614     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3615     layout: "plot-throughput"
3616
3617 - type: "plot"
3618   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
3619   algorithm: "plot_service_density_reconf_box_name"
3620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
3621   data: "plot-vpp-nfv-reconf-2n-skx"
3622   include:
3623     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
3624     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
3625     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
3626     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
3627     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
3628     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
3629   layout:
3630     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
3631     layout: "plot-throughput"
3632
3633 ###############################################################################
3634
3635 # Packet Throughput
3636
3637 - type: "plot"
3638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3639   algorithm: "plot_performance_box_name"
3640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3642   include:
3643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3647   layout:
3648     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3649     layout: "plot-throughput"
3650
3651 - type: "plot"
3652   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3653   algorithm: "plot_performance_box_name"
3654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3656   include:
3657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3661   layout:
3662     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3663     layout: "plot-throughput"
3664
3665 - type: "plot"
3666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3667   algorithm: "plot_performance_box_name"
3668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3670   include:
3671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3676   layout:
3677     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
3678     layout: "plot-throughput"
3679
3680 - type: "plot"
3681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3682   algorithm: "plot_performance_box_name"
3683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3685   include:
3686     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3687     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3688     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3689     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3690     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3691   layout:
3692     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
3693     layout: "plot-throughput"
3694
3695 - type: "plot"
3696   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3697   algorithm: "plot_performance_box_name"
3698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3700   include:
3701     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3702     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3703     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3704     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3705     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3706   layout:
3707     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
3708     layout: "plot-throughput"
3709
3710 - type: "plot"
3711   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3712   algorithm: "plot_performance_box_name"
3713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3715   include:
3716     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3717     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3718     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3719     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3720     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3721   layout:
3722     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
3723     layout: "plot-throughput"
3724
3725 - type: "plot"
3726   title: "Throughput: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3727   algorithm: "plot_performance_box_name"
3728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3730   include:
3731     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3732     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3733     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3734     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3735     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3736   layout:
3737     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-pdr"
3738     layout: "plot-throughput"
3739
3740 - type: "plot"
3741   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3742   algorithm: "plot_performance_box_name"
3743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
3745   include:
3746     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
3747     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
3748     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
3749     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
3750     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
3751   layout:
3752     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
3753     layout: "plot-throughput"
3754
3755 - type: "plot"
3756   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3757   algorithm: "plot_performance_box_name"
3758   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3760   include:
3761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3763   layout:
3764     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3765     layout: "plot-throughput"
3766
3767 - type: "plot"
3768   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3769   algorithm: "plot_performance_box_name"
3770   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3772   include:
3773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3775   layout:
3776     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3777     layout: "plot-throughput"
3778
3779 - type: "plot"
3780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3781   algorithm: "plot_performance_box_name"
3782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3784   include:
3785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3790   layout:
3791     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3792     layout: "plot-throughput"
3793
3794 - type: "plot"
3795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3796   algorithm: "plot_performance_box_name"
3797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3799   include:
3800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
3801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
3802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3805   layout:
3806     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3807     layout: "plot-throughput"
3808
3809 - type: "plot"
3810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3811   algorithm: "plot_performance_box_name"
3812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3814   include:
3815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3820   layout:
3821     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3822     layout: "plot-throughput"
3823
3824 - type: "plot"
3825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3826   algorithm: "plot_performance_box_name"
3827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3829   include:
3830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3835   layout:
3836     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3837     layout: "plot-throughput"
3838
3839 - type: "plot"
3840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3841   algorithm: "plot_performance_box_name"
3842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3844   include:
3845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3847   layout:
3848     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3849     layout: "plot-throughput"
3850
3851 - type: "plot"
3852   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3853   algorithm: "plot_performance_box_name"
3854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
3856   include:
3857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3859   layout:
3860     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3861     layout: "plot-throughput"
3862
3863 - type: "plot"
3864   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3865   algorithm: "plot_performance_box_name"
3866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3868   include:
3869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3871     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3872   layout:
3873     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
3874     layout: "plot-throughput"
3875
3876 - type: "plot"
3877   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3878   algorithm: "plot_performance_box_name"
3879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
3881   include:
3882     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
3883     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
3884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
3885   layout:
3886     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
3887     layout: "plot-throughput"
3888
3889 - type: "plot"
3890   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3891   algorithm: "plot_performance_box_name"
3892   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3894   include:
3895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3897   layout:
3898     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
3899     layout: "plot-throughput"
3900
3901 - type: "plot"
3902   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3903   algorithm: "plot_performance_box_name"
3904   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3906   include:
3907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3909   layout:
3910     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
3911     layout: "plot-throughput"
3912
3913 - type: "plot"
3914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3915   algorithm: "plot_performance_box_name"
3916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3918   include:
3919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3923   layout:
3924     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
3925     layout: "plot-throughput"
3926
3927 - type: "plot"
3928   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3929   algorithm: "plot_performance_box_name"
3930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3932   include:
3933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
3934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
3935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
3936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
3937   layout:
3938     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
3939     layout: "plot-throughput"
3940
3941 - type: "plot"
3942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3943   algorithm: "plot_performance_box_name"
3944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3946   include:
3947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3952   layout:
3953     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
3954     layout: "plot-throughput"
3955
3956 - type: "plot"
3957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3958   algorithm: "plot_performance_box_name"
3959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3961   include:
3962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
3963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
3965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
3966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
3967   layout:
3968     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
3969     layout: "plot-throughput"
3970
3971 - type: "plot"
3972   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3973   algorithm: "plot_performance_box_name"
3974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3976   include:
3977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3983   layout:
3984     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
3985     layout: "plot-throughput"
3986
3987 - type: "plot"
3988   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3989   algorithm: "plot_performance_box_name"
3990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
3991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
3992   include:
3993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
3994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
3995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
3996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
3997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
3998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
3999   layout:
4000     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
4001     layout: "plot-throughput"
4002
4003 - type: "plot"
4004   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4005   algorithm: "plot_performance_box_name"
4006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4008   include:
4009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4014   layout:
4015     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4016     layout: "plot-throughput"
4017
4018 - type: "plot"
4019   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4020   algorithm: "plot_performance_box_name"
4021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4023   include:
4024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
4025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
4027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
4028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
4029   layout:
4030     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4031     layout: "plot-throughput"
4032
4033 - type: "plot"
4034   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4035   algorithm: "plot_performance_box_name"
4036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4038   include:
4039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4041   layout:
4042     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
4043     layout: "plot-throughput"
4044
4045 - type: "plot"
4046   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4047   algorithm: "plot_performance_box_name"
4048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4050   include:
4051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
4053   layout:
4054     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
4055     layout: "plot-throughput"
4056
4057 - type: "plot"
4058   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4059   algorithm: "plot_performance_box_name"
4060   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4061   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4062   include:
4063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4064   layout:
4065     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4066     layout: "plot-throughput"
4067
4068 - type: "plot"
4069   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4070   algorithm: "plot_performance_box_name"
4071   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4072   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4073   include:
4074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4075   layout:
4076     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4077     layout: "plot-throughput"
4078
4079 - type: "plot"
4080   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4081   algorithm: "plot_performance_box_name"
4082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
4083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4084   include:
4085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4086   layout:
4087     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-ndr"
4088     layout: "plot-throughput"
4089
4090 - type: "plot"
4091   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4092   algorithm: "plot_performance_box_name"
4093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
4094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4095   include:
4096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
4097   layout:
4098     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-ixgbe-pdr"
4099     layout: "plot-throughput"
4100
4101 - type: "plot"
4102   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4103   algorithm: "plot_performance_box_name"
4104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4106   include:
4107     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4108     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4109     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4110     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4111   layout:
4112     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
4113     layout: "plot-throughput"
4114
4115 - type: "plot"
4116   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4117   algorithm: "plot_performance_box_name"
4118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4120   include:
4121     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4122     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4123     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4124     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4125   layout:
4126     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-pdr"
4127     layout: "plot-throughput"
4128
4129 - type: "plot"
4130   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4131   algorithm: "plot_performance_box_name"
4132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4134   include:
4135     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4136     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4137     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4138     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4139   layout:
4140     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
4141     layout: "plot-throughput"
4142
4143 - type: "plot"
4144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4145   algorithm: "plot_performance_box_name"
4146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4148   include:
4149     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
4150     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4151     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4152     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4153   layout:
4154     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
4155     layout: "plot-throughput"
4156
4157 - type: "plot"
4158   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4159   algorithm: "plot_performance_box_name"
4160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4162   include:
4163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4167   layout:
4168     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4169     layout: "plot-throughput"
4170
4171 - type: "plot"
4172   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4173   algorithm: "plot_performance_box_name"
4174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4176   include:
4177     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
4178     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
4179     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
4180     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
4181   layout:
4182     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4183     layout: "plot-throughput"
4184
4185 - type: "plot"
4186   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4187   algorithm: "plot_performance_box_name"
4188   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
4189   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4190   include:
4191     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4192     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4193   layout:
4194     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
4195     layout: "plot-throughput"
4196
4197 - type: "plot"
4198   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4199   algorithm: "plot_performance_box_name"
4200   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
4201   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4202   include:
4203     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
4204     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
4205   layout:
4206     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
4207     layout: "plot-throughput"
4208
4209 - type: "plot"
4210   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4211   algorithm: "plot_performance_box_name"
4212   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4214   include:
4215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4216   layout:
4217     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4218     layout: "plot-throughput"
4219
4220 - type: "plot"
4221   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4222   algorithm: "plot_performance_box_name"
4223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4225   include:
4226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4227   layout:
4228     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4229     layout: "plot-throughput"
4230
4231 - type: "plot"
4232   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4233   algorithm: "plot_performance_box_name"
4234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4236   include:
4237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4242   layout:
4243     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4244     layout: "plot-throughput"
4245
4246 - type: "plot"
4247   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4248   algorithm: "plot_performance_box_name"
4249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4251   include:
4252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4257   layout:
4258     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4259     layout: "plot-throughput"
4260
4261 - type: "plot"
4262   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4263   algorithm: "plot_performance_box_name"
4264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4266   include:
4267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4268     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4269     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4270   layout:
4271     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
4272     layout: "plot-throughput"
4273
4274 - type: "plot"
4275   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4276   algorithm: "plot_performance_box_name"
4277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4279   include:
4280     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4281     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4282     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4283   layout:
4284     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
4285     layout: "plot-throughput"
4286
4287 - type: "plot"
4288   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4289   algorithm: "plot_performance_box_name"
4290   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4292   include:
4293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4294   layout:
4295     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4296     layout: "plot-throughput"
4297
4298 - type: "plot"
4299   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4300   algorithm: "plot_performance_box_name"
4301   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4303   include:
4304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4305   layout:
4306     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4307     layout: "plot-throughput"
4308
4309 - type: "plot"
4310   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4311   algorithm: "plot_performance_box_name"
4312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4314   include:
4315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4320   layout:
4321     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
4322     layout: "plot-throughput"
4323
4324 - type: "plot"
4325   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4326   algorithm: "plot_performance_box_name"
4327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4329   include:
4330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
4331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
4332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
4333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
4334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
4335   layout:
4336     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
4337     layout: "plot-throughput"
4338
4339 - type: "plot"
4340   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4341   algorithm: "plot_performance_box_name"
4342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4344   include:
4345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4350   layout:
4351     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4352     layout: "plot-throughput"
4353
4354 - type: "plot"
4355   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4356   algorithm: "plot_performance_box_name"
4357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4359   include:
4360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
4361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
4363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
4364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
4365   layout:
4366     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4367     layout: "plot-throughput"
4368
4369 - type: "plot"
4370   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4371   algorithm: "plot_performance_box_name"
4372   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4373   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4374   include:
4375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4376   layout:
4377     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4378     layout: "plot-throughput"
4379
4380 - type: "plot"
4381   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4382   algorithm: "plot_performance_box_name"
4383   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4384   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4385   include:
4386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4387   layout:
4388     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4389     layout: "plot-throughput"
4390
4391 - type: "plot"
4392   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4393   algorithm: "plot_performance_box_name"
4394   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
4395   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4396   include:
4397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4398   layout:
4399     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-ndr"
4400     layout: "plot-throughput"
4401
4402 - type: "plot"
4403   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4404   algorithm: "plot_performance_box_name"
4405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
4406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4407   include:
4408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
4409   layout:
4410     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-ixgbe-pdr"
4411     layout: "plot-throughput"
4412
4413 - type: "plot"
4414   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4415   algorithm: "plot_performance_box_name"
4416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4418   include:
4419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4425   layout:
4426     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
4427     layout: "plot-throughput"
4428
4429 - type: "plot"
4430   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4431   algorithm: "plot_performance_box_name"
4432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4434   include:
4435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4441   layout:
4442     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
4443     layout: "plot-throughput"
4444
4445 - type: "plot"
4446   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4447   algorithm: "plot_performance_box_name"
4448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4450   include:
4451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
4454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4455   layout:
4456     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
4457     layout: "plot-throughput"
4458
4459 - type: "plot"
4460   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4461   algorithm: "plot_performance_box_name"
4462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4464   include:
4465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
4466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4469   layout:
4470     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
4471     layout: "plot-throughput"
4472
4473 - type: "plot"
4474   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4475   algorithm: "plot_performance_box_name"
4476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4478   include:
4479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4485   layout:
4486     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
4487     layout: "plot-throughput"
4488
4489 - type: "plot"
4490   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4491   algorithm: "plot_performance_box_name"
4492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4494   include:
4495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4501   layout:
4502     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
4503     layout: "plot-throughput"
4504
4505 - type: "plot"
4506   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4507   algorithm: "plot_performance_box_name"
4508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4510   include:
4511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4517   layout:
4518     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4519     layout: "plot-throughput"
4520
4521 - type: "plot"
4522   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4523   algorithm: "plot_performance_box_name"
4524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4526   include:
4527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4533   layout:
4534     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4535     layout: "plot-throughput"
4536
4537 - type: "plot"
4538   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4539   algorithm: "plot_performance_box_name"
4540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4542   include:
4543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4549   layout:
4550     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
4551     layout: "plot-throughput"
4552
4553 - type: "plot"
4554   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4555   algorithm: "plot_performance_box_name"
4556   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4557   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4558   include:
4559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
4560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
4564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
4565   layout:
4566     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
4567     layout: "plot-throughput"
4568
4569 - type: "plot"
4570   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4571   algorithm: "plot_performance_box_name"
4572   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4574   include:
4575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4578   layout:
4579     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4580     layout: "plot-throughput"
4581
4582 - type: "plot"
4583   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4584   algorithm: "plot_performance_box_name"
4585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4587   include:
4588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4591   layout:
4592     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4593     layout: "plot-throughput"
4594
4595 - type: "plot"
4596   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4597   algorithm: "plot_performance_box_name"
4598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4600   include:
4601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4604   layout:
4605     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4606     layout: "plot-throughput"
4607
4608 - type: "plot"
4609   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4610   algorithm: "plot_performance_box_name"
4611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4613   include:
4614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4617   layout:
4618     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4619     layout: "plot-throughput"
4620
4621 - type: "plot"
4622   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4623   algorithm: "plot_performance_box_name"
4624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4626   include:
4627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4632   layout:
4633     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4634     layout: "plot-throughput"
4635
4636 - type: "plot"
4637   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4638   algorithm: "plot_performance_box_name"
4639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4641   include:
4642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4647   layout:
4648     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4649     layout: "plot-throughput"
4650
4651 - type: "plot"
4652   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4653   algorithm: "plot_performance_box_name"
4654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4656   include:
4657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4661   layout:
4662     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4663     layout: "plot-throughput"
4664
4665 - type: "plot"
4666   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4667   algorithm: "plot_performance_box_name"
4668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4670   include:
4671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4675   layout:
4676     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4677     layout: "plot-throughput"
4678
4679 - type: "plot"
4680   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4681   algorithm: "plot_performance_box_name"
4682   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4684   include:
4685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4688     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4691   layout:
4692     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
4693     layout: "plot-throughput"
4694
4695 - type: "plot"
4696   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4697   algorithm: "plot_performance_box_name"
4698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4700   include:
4701     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4707   layout:
4708     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
4709     layout: "plot-throughput"
4710
4711 - type: "plot"
4712   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4713   algorithm: "plot_performance_box_name"
4714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4716   include:
4717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4720   layout:
4721     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
4722     layout: "plot-throughput"
4723
4724 - type: "plot"
4725   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4726   algorithm: "plot_performance_box_name"
4727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4729   include:
4730     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4731     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4732     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4733   layout:
4734     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
4735     layout: "plot-throughput"
4736
4737 - type: "plot"
4738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4739   algorithm: "plot_performance_box_name"
4740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4742   include:
4743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4746   layout:
4747     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
4748     layout: "plot-throughput"
4749
4750 - type: "plot"
4751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4752   algorithm: "plot_performance_box_name"
4753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4755   include:
4756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
4757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
4758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
4759   layout:
4760     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
4761     layout: "plot-throughput"
4762
4763 - type: "plot"
4764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4765   algorithm: "plot_performance_box_name"
4766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4768   include:
4769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4773   layout:
4774     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
4775     layout: "plot-throughput"
4776
4777 - type: "plot"
4778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4779   algorithm: "plot_performance_box_name"
4780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4782   include:
4783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
4784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4787   layout:
4788     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
4789     layout: "plot-throughput"
4790
4791 - type: "plot"
4792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4793   algorithm: "plot_performance_box_name"
4794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4796   include:
4797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4803   layout:
4804     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
4805     layout: "plot-throughput"
4806
4807 - type: "plot"
4808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4809   algorithm: "plot_performance_box_name"
4810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
4812   include:
4813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
4814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
4815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
4816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4819   layout:
4820     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
4821     layout: "plot-throughput"
4822
4823 - type: "plot"
4824   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4825   algorithm: "plot_performance_box_name"
4826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4828   include:
4829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4833   layout:
4834     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
4835     layout: "plot-throughput"
4836
4837 - type: "plot"
4838   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4839   algorithm: "plot_performance_box_name"
4840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4842   include:
4843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
4844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
4846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4847   layout:
4848     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
4849     layout: "plot-throughput"
4850
4851 - type: "plot"
4852   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4853   algorithm: "plot_performance_box_name"
4854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4856   include:
4857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4863   layout:
4864     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
4865     layout: "plot-throughput"
4866
4867 - type: "plot"
4868   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4869   algorithm: "plot_performance_box_name"
4870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
4872   include:
4873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
4877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
4878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
4879   layout:
4880     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
4881     layout: "plot-throughput"
4882
4883 - type: "plot"
4884   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4885   algorithm: "plot_performance_box_name"
4886   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4887   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4888   include:
4889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4892   layout:
4893     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4894     layout: "plot-throughput"
4895
4896 - type: "plot"
4897   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4898   algorithm: "plot_performance_box_name"
4899   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4900   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
4901   include:
4902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4905   layout:
4906     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4907     layout: "plot-throughput"
4908
4909 - type: "plot"
4910   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4911   algorithm: "plot_performance_box_name"
4912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4914   include:
4915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4918   layout:
4919     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
4920     layout: "plot-throughput"
4921
4922 - type: "plot"
4923   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4924   algorithm: "plot_performance_box_name"
4925   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4926   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
4927   include:
4928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
4929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
4930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
4931   layout:
4932     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
4933     layout: "plot-throughput"
4934
4935 - type: "plot"
4936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4937   algorithm: "plot_performance_box_name"
4938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4940   include:
4941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4945   layout:
4946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
4947     layout: "plot-throughput"
4948
4949 - type: "plot"
4950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4951   algorithm: "plot_performance_box_name"
4952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4954   include:
4955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
4959   layout:
4960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
4961     layout: "plot-throughput"
4962
4963 - type: "plot"
4964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4965   algorithm: "plot_performance_box_name"
4966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4968   include:
4969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4973   layout:
4974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
4975     layout: "plot-throughput"
4976
4977 - type: "plot"
4978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4979   algorithm: "plot_performance_box_name"
4980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
4982   include:
4983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
4986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
4987   layout:
4988     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
4989     layout: "plot-throughput"
4990
4991 - type: "plot"
4992   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4993   algorithm: "plot_performance_box_name"
4994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
4995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
4996   include:
4997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
4998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
4999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5001   layout:
5002     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5003     layout: "plot-throughput"
5004
5005 - type: "plot"
5006   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5007   algorithm: "plot_performance_box_name"
5008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5010   include:
5011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5015   layout:
5016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
5017     layout: "plot-throughput"
5018
5019 - type: "plot"
5020   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5021   algorithm: "plot_performance_box_name"
5022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5024   include:
5025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5029   layout:
5030     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5031     layout: "plot-throughput"
5032
5033 - type: "plot"
5034   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5035   algorithm: "plot_performance_box_name"
5036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5038   include:
5039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5043   layout:
5044     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
5045     layout: "plot-throughput"
5046
5047 - type: "plot"
5048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5049   algorithm: "plot_performance_box_name"
5050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5052   include:
5053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5058   layout:
5059     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5060     layout: "plot-throughput"
5061
5062 - type: "plot"
5063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5064   algorithm: "plot_performance_box_name"
5065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5067   include:
5068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5073   layout:
5074     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
5075     layout: "plot-throughput"
5076
5077 - type: "plot"
5078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5079   algorithm: "plot_performance_box_name"
5080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5082   include:
5083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5088   layout:
5089     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5090     layout: "plot-throughput"
5091
5092 - type: "plot"
5093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5094   algorithm: "plot_performance_box_name"
5095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5097   include:
5098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5103   layout:
5104     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
5105     layout: "plot-throughput"
5106
5107 - type: "plot"
5108   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5109   algorithm: "plot_performance_box_name"
5110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5112   include:
5113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5119   layout:
5120     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5121     layout: "plot-throughput"
5122
5123 - type: "plot"
5124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5125   algorithm: "plot_performance_box_name"
5126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5128   include:
5129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5135   layout:
5136     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
5137     layout: "plot-throughput"
5138
5139 - type: "plot"
5140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5141   algorithm: "plot_performance_box_name"
5142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5144   include:
5145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5151   layout:
5152     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5153     layout: "plot-throughput"
5154
5155 - type: "plot"
5156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5157   algorithm: "plot_performance_box_name"
5158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5160   include:
5161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5167   layout:
5168     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5169     layout: "plot-throughput"
5170
5171 - type: "plot"
5172   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5173   algorithm: "plot_performance_box_name"
5174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5176   include:
5177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5183   layout:
5184     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5185     layout: "plot-throughput"
5186
5187 - type: "plot"
5188   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5189   algorithm: "plot_performance_box_name"
5190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5192   include:
5193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5199   layout:
5200     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
5201     layout: "plot-throughput"
5202
5203 - type: "plot"
5204   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5205   algorithm: "plot_performance_box_name"
5206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5208   include:
5209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5215   layout:
5216     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5217     layout: "plot-throughput"
5218
5219 - type: "plot"
5220   title: "Throughput: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5221   algorithm: "plot_performance_box_name"
5222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5224   include:
5225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5231   layout:
5232     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-pdr"
5233     layout: "plot-throughput"
5234
5235 - type: "plot"
5236   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5237   algorithm: "plot_performance_box_name"
5238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5240   include:
5241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5246   layout:
5247     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5248     layout: "plot-throughput"
5249
5250 - type: "plot"
5251   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5252   algorithm: "plot_performance_box_name"
5253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5255   include:
5256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5261   layout:
5262     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
5263     layout: "plot-throughput"
5264
5265 - type: "plot"
5266   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5267   algorithm: "plot_performance_box_name"
5268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5270   include:
5271     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5272     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5273     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5274   layout:
5275     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
5276     layout: "plot-throughput"
5277
5278 - type: "plot"
5279   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5280   algorithm: "plot_performance_box_name"
5281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5283   include:
5284     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
5285     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
5286     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
5287   layout:
5288     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
5289     layout: "plot-throughput"
5290
5291 ################################################################################
5292
5293 # Packet Latency 1C
5294
5295 - type: "plot"
5296   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5297   algorithm: "plot_latency_error_bars_name"
5298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5300   include:
5301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5305   layout:
5306     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5307     layout: "plot-latency"
5308
5309 - type: "plot"
5310   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5311   algorithm: "plot_latency_error_bars_name"
5312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
5313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5314   include:
5315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5320   layout:
5321     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
5322     layout: "plot-latency"
5323
5324 - type: "plot"
5325   title: "Latency: 3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5326   algorithm: "plot_latency_error_bars_name"
5327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr-lat"
5328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5329   include:
5330     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5331     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5332     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5333     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5334     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5335   layout:
5336     title: "3n-hsw-xl710-64b-1t1c-memif-base-i40e-ndr"
5337     layout: "plot-latency"
5338
5339 - type: "plot"
5340   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5341   algorithm: "plot_latency_error_bars_name"
5342   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5344   include:
5345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5347   layout:
5348     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5349     layout: "plot-latency"
5350
5351 - type: "plot"
5352   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5353   algorithm: "plot_latency_error_bars_name"
5354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5356   include:
5357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
5358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
5359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5362   layout:
5363     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5364     layout: "plot-latency"
5365
5366 - type: "plot"
5367   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5368   algorithm: "plot_latency_error_bars_name"
5369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5371   include:
5372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5377   layout:
5378     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5379     layout: "plot-latency"
5380
5381 - type: "plot"
5382   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5383   algorithm: "plot_latency_error_bars_name"
5384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5386   include:
5387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5389   layout:
5390     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5391     layout: "plot-latency"
5392
5393 - type: "plot"
5394   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5395   algorithm: "plot_latency_error_bars_name"
5396   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
5397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5398   include:
5399     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5400     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5401     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5402   layout:
5403     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
5404     layout: "plot-latency"
5405
5406 - type: "plot"
5407   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5408   algorithm: "plot_latency_error_bars_name"
5409   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
5410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5411   include:
5412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5414   layout:
5415     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
5416     layout: "plot-latency"
5417
5418 - type: "plot"
5419   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5420   algorithm: "plot_latency_error_bars_name"
5421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
5422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5423   include:
5424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
5425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
5426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
5427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
5428   layout:
5429     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
5430     layout: "plot-latency"
5431
5432 - type: "plot"
5433   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5434   algorithm: "plot_latency_error_bars_name"
5435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
5436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5437   include:
5438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
5439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
5441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
5442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
5443   layout:
5444     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
5445     layout: "plot-latency"
5446
5447 - type: "plot"
5448   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5449   algorithm: "plot_latency_error_bars_name"
5450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
5451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5452   include:
5453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
5454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
5459   layout:
5460     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
5461     layout: "plot-latency"
5462
5463 - type: "plot"
5464   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5465   algorithm: "plot_latency_error_bars_name"
5466   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5468   include:
5469     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5470     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5471     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5472     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5473   layout:
5474     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-scale-i40e-ndr"
5475     layout: "plot-latency"
5476
5477 - type: "plot"
5478   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5479   algorithm: "plot_latency_error_bars_name"
5480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
5481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5482   include:
5483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
5484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
5485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5487   layout:
5488     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
5489     layout: "plot-latency"
5490
5491 - type: "plot"
5492   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5493   algorithm: "plot_latency_error_bars_name"
5494   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5496   include:
5497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5498   layout:
5499     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5500     layout: "plot-latency"
5501
5502 - type: "plot"
5503   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5504   algorithm: "plot_latency_error_bars_name"
5505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5507   include:
5508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5513   layout:
5514     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5515     layout: "plot-latency"
5516
5517 - type: "plot"
5518   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5519   algorithm: "plot_latency_error_bars_name"
5520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
5521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5522   include:
5523     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5524     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5525     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5526   layout:
5527     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
5528     layout: "plot-latency"
5529
5530 - type: "plot"
5531   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5532   algorithm: "plot_latency_error_bars_name"
5533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5535   include:
5536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5537   layout:
5538     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5539     layout: "plot-latency"
5540
5541 - type: "plot"
5542   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5543   algorithm: "plot_latency_error_bars_name"
5544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
5545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5546   include:
5547     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
5548     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
5549     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
5550     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
5551     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
5552   layout:
5553     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
5554     layout: "plot-latency"
5555
5556 #- type: "plot"
5557 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5558 #  algorithm: "plot_latency_error_bars_name"
5559 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
5560 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5561 #  include:
5562 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5563 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5564 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5565 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5566 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5567 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5568 #  layout:
5569 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
5570 #    layout: "plot-latency"
5571
5572 #- type: "plot"
5573 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5574 #  algorithm: "plot_latency_error_bars_name"
5575 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
5576 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5577 #  include:
5578 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
5579 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5580 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
5581 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5582 #  layout:
5583 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
5584 #    layout: "plot-latency"
5585
5586 #- type: "plot"
5587 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5588 #  algorithm: "plot_latency_error_bars_name"
5589 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
5590 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
5591 #  include:
5592 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
5593 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5594 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5595 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5596 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
5597 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
5598 #  layout:
5599 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
5600 #    layout: "plot-latency"
5601
5602 - type: "plot"
5603   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5604   algorithm: "plot_latency_error_bars_name"
5605   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5607   include:
5608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5611   layout:
5612     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5613     layout: "plot-latency"
5614
5615 - type: "plot"
5616   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5617   algorithm: "plot_latency_error_bars_name"
5618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5620   include:
5621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5624   layout:
5625     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5626     layout: "plot-latency"
5627
5628 - type: "plot"
5629   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5630   algorithm: "plot_latency_error_bars_name"
5631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5633   include:
5634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5639   layout:
5640     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5641     layout: "plot-latency"
5642
5643 - type: "plot"
5644   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5645   algorithm: "plot_latency_error_bars_name"
5646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5648   include:
5649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5653   layout:
5654     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5655     layout: "plot-latency"
5656
5657 - type: "plot"
5658   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5659   algorithm: "plot_latency_error_bars_name"
5660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
5661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5662   include:
5663     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5664     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5665     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5666     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5667     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5668     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5669   layout:
5670     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
5671     layout: "plot-latency"
5672
5673 - type: "plot"
5674   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5675   algorithm: "plot_latency_error_bars_name"
5676   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
5677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5678   include:
5679     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5680     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5681     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5682   layout:
5683     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
5684     layout: "plot-latency"
5685
5686 - type: "plot"
5687   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5688   algorithm: "plot_latency_error_bars_name"
5689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
5690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5691   include:
5692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
5693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
5694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
5695   layout:
5696     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
5697     layout: "plot-latency"
5698
5699 - type: "plot"
5700   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5701   algorithm: "plot_latency_error_bars_name"
5702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
5703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5704   include:
5705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
5706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5709   layout:
5710     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
5711     layout: "plot-latency"
5712
5713 - type: "plot"
5714   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5715   algorithm: "plot_latency_error_bars_name"
5716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
5717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5718   include:
5719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
5720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
5721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
5722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5725   layout:
5726     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
5727     layout: "plot-latency"
5728
5729 - type: "plot"
5730   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5731   algorithm: "plot_latency_error_bars_name"
5732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5734   include:
5735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5739   layout:
5740     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5741     layout: "plot-latency"
5742
5743 - type: "plot"
5744   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5745   algorithm: "plot_latency_error_bars_name"
5746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
5748   include:
5749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5753   layout:
5754     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5755     layout: "plot-latency"
5756
5757 - type: "plot"
5758   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5759   algorithm: "plot_latency_error_bars_name"
5760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
5761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5762   include:
5763     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5767   layout:
5768     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
5769     layout: "plot-latency"
5770
5771 - type: "plot"
5772   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5773   algorithm: "plot_latency_error_bars_name"
5774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
5775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5776   include:
5777     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5781   layout:
5782     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
5783     layout: "plot-latency"
5784
5785 - type: "plot"
5786   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5787   algorithm: "plot_latency_error_bars_name"
5788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
5789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5790   include:
5791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5796   layout:
5797     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
5798     layout: "plot-latency"
5799
5800 - type: "plot"
5801   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5802   algorithm: "plot_latency_error_bars_name"
5803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
5804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5805   include:
5806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
5811   layout:
5812     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
5813     layout: "plot-latency"
5814
5815 - type: "plot"
5816   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5817   algorithm: "plot_latency_error_bars_name"
5818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
5819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5820   include:
5821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5827   layout:
5828     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
5829     layout: "plot-latency"
5830
5831 - type: "plot"
5832   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5833   algorithm: "plot_latency_error_bars_name"
5834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
5836   include:
5837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5843   layout:
5844     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5845     layout: "plot-latency"
5846
5847 - type: "plot"
5848   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5849   algorithm: "plot_latency_error_bars_name"
5850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
5851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5852   include:
5853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5854     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5855     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5857     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5858     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5859   layout:
5860     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
5861     layout: "plot-latency"
5862
5863 - type: "plot"
5864   title: "Latency: 3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5865   algorithm: "plot_latency_error_bars_name"
5866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
5867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5868   include:
5869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5871     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5872     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5873     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5874     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
5875   layout:
5876     title: "3n-hsw-xl710-64b-1t1c-link-bonding-vhost-base-i40e-vpp-ndr"
5877     layout: "plot-latency"
5878
5879 - type: "plot"
5880   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5881   algorithm: "plot_latency_error_bars_name"
5882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
5883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5884   include:
5885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5890   layout:
5891     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
5892     layout: "plot-latency"
5893
5894 - type: "plot"
5895   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5896   algorithm: "plot_latency_error_bars_name"
5897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
5898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5899   include:
5900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
5901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
5903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
5904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
5905   layout:
5906     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
5907     layout: "plot-latency"
5908
5909 - type: "plot"
5910   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5911   algorithm: "plot_latency_error_bars_name"
5912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
5913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5914   include:
5915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
5916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
5917   layout:
5918     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
5919     layout: "plot-latency"
5920
5921 - type: "plot"
5922   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5923   algorithm: "plot_latency_error_bars_name"
5924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5926   include:
5927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
5928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
5929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
5930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
5931   layout:
5932     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
5933     layout: "plot-latency"
5934
5935 - type: "plot"
5936   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5937   algorithm: "plot_latency_error_bars_name"
5938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
5939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5940   include:
5941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
5942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
5943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
5944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
5945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
5946   layout:
5947     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
5948     layout: "plot-latency"
5949
5950 - type: "plot"
5951   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5952   algorithm: "plot_latency_error_bars_name"
5953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
5954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5955   include:
5956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
5957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
5959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5960   layout:
5961     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
5962     layout: "plot-latency"
5963
5964 - type: "plot"
5965   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5966   algorithm: "plot_latency_error_bars_name"
5967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
5968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5969   include:
5970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
5971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
5972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
5973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
5974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
5975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
5976   layout:
5977     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
5978     layout: "plot-latency"
5979
5980 - type: "plot"
5981   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5982   algorithm: "plot_latency_error_bars_name"
5983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
5984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
5985   include:
5986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
5988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
5990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
5991   layout:
5992     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
5993     layout: "plot-latency"
5994
5995 ################################################################################
5996
5997 # Packet Latency 2C
5998
5999 - type: "plot"
6000   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6001   algorithm: "plot_latency_error_bars_name"
6002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6004   include:
6005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6009   layout:
6010     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6011     layout: "plot-latency"
6012
6013 - type: "plot"
6014   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6015   algorithm: "plot_latency_error_bars_name"
6016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
6017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6018   include:
6019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6024   layout:
6025     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
6026     layout: "plot-latency"
6027
6028 - type: "plot"
6029   title: "Latency: 3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6030   algorithm: "plot_latency_error_bars_name"
6031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr-lat"
6032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6033   include:
6034     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6035     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6036     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6037     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6038     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6039   layout:
6040     title: "3n-hsw-xl710-64b-2t2c-memif-base-i40e-ndr"
6041     layout: "plot-latency"
6042
6043 - type: "plot"
6044   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6045   algorithm: "plot_latency_error_bars_name"
6046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6048   include:
6049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6051   layout:
6052     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6053     layout: "plot-latency"
6054
6055 - type: "plot"
6056   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6057   algorithm: "plot_latency_error_bars_name"
6058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6060   include:
6061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-avf-dot1q-ip4base-ndrpdr"
6062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
6063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6066   layout:
6067     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6068     layout: "plot-latency"
6069
6070 - type: "plot"
6071   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6072   algorithm: "plot_latency_error_bars_name"
6073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6075   include:
6076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6081   layout:
6082     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6083     layout: "plot-latency"
6084
6085 - type: "plot"
6086   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6087   algorithm: "plot_latency_error_bars_name"
6088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6090   include:
6091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6093   layout:
6094     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6095     layout: "plot-latency"
6096
6097 - type: "plot"
6098   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6099   algorithm: "plot_latency_error_bars_name"
6100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
6101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6102   include:
6103     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6104     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6105     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6106   layout:
6107     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
6108     layout: "plot-latency"
6109
6110 - type: "plot"
6111   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6112   algorithm: "plot_latency_error_bars_name"
6113   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
6114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6115   include:
6116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6118   layout:
6119     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
6120     layout: "plot-latency"
6121
6122 - type: "plot"
6123   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6124   algorithm: "plot_latency_error_bars_name"
6125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
6126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6127   include:
6128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
6129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
6130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
6131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
6132   layout:
6133     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
6134     layout: "plot-latency"
6135
6136 - type: "plot"
6137   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6138   algorithm: "plot_latency_error_bars_name"
6139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
6140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6141   include:
6142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
6143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
6145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
6146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
6147   layout:
6148     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
6149     layout: "plot-latency"
6150
6151 - type: "plot"
6152   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6153   algorithm: "plot_latency_error_bars_name"
6154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
6155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6156   include:
6157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
6158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
6163   layout:
6164     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
6165     layout: "plot-latency"
6166
6167 - type: "plot"
6168   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6169   algorithm: "plot_latency_error_bars_name"
6170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6172   include:
6173     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6174     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6175     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6176     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6177   layout:
6178     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-scale-i40e-ndr"
6179     layout: "plot-latency"
6180
6181 - type: "plot"
6182   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6183   algorithm: "plot_latency_error_bars_name"
6184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
6185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6186   include:
6187     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
6188     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6189     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6190     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6191   layout:
6192     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
6193     layout: "plot-latency"
6194
6195 - type: "plot"
6196   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6197   algorithm: "plot_latency_error_bars_name"
6198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6200   include:
6201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6202   layout:
6203     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6204     layout: "plot-latency"
6205
6206 - type: "plot"
6207   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6208   algorithm: "plot_latency_error_bars_name"
6209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6211   include:
6212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6217   layout:
6218     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6219     layout: "plot-latency"
6220
6221 - type: "plot"
6222   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6223   algorithm: "plot_latency_error_bars_name"
6224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
6225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6226   include:
6227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6230   layout:
6231     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
6232     layout: "plot-latency"
6233
6234 - type: "plot"
6235   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6236   algorithm: "plot_latency_error_bars_name"
6237   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6239   include:
6240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6241   layout:
6242     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6243     layout: "plot-latency"
6244
6245 - type: "plot"
6246   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6247   algorithm: "plot_latency_error_bars_name"
6248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
6249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6250   include:
6251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
6252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
6253     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
6254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
6255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
6256   layout:
6257     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
6258     layout: "plot-latency"
6259
6260 #- type: "plot"
6261 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6262 #  algorithm: "plot_latency_error_bars_name"
6263 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6264 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6265 #  include:
6266 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6267 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6268 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6269 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6270 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6271 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6272 #  layout:
6273 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6274 #    layout: "plot-latency"
6275
6276 #- type: "plot"
6277 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6278 #  algorithm: "plot_latency_error_bars_name"
6279 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6280 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6281 #  include:
6282 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6283 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6284 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6285 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6286 #  layout:
6287 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6288 #    layout: "plot-latency"
6289
6290 #- type: "plot"
6291 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6292 #  algorithm: "plot_latency_error_bars_name"
6293 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6294 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6295 #  include:
6296 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6297 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6298 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6299 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6300 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6301 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6302 #  layout:
6303 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
6304 #    layout: "plot-latency"
6305
6306 - type: "plot"
6307   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6308   algorithm: "plot_latency_error_bars_name"
6309   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6311   include:
6312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6315   layout:
6316     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6317     layout: "plot-latency"
6318
6319 - type: "plot"
6320   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6321   algorithm: "plot_latency_error_bars_name"
6322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6324   include:
6325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6328   layout:
6329     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6330     layout: "plot-latency"
6331
6332 - type: "plot"
6333   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6334   algorithm: "plot_latency_error_bars_name"
6335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6337   include:
6338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6343   layout:
6344     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6345     layout: "plot-latency"
6346
6347 - type: "plot"
6348   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6349   algorithm: "plot_latency_error_bars_name"
6350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6352   include:
6353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6357   layout:
6358     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6359     layout: "plot-latency"
6360
6361 - type: "plot"
6362   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6363   algorithm: "plot_latency_error_bars_name"
6364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
6365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6366   include:
6367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6371     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6372     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6373   layout:
6374     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
6375     layout: "plot-latency"
6376
6377 - type: "plot"
6378   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6379   algorithm: "plot_latency_error_bars_name"
6380   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
6381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6382   include:
6383     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6384     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6385     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6386   layout:
6387     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
6388     layout: "plot-latency"
6389
6390 - type: "plot"
6391   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6392   algorithm: "plot_latency_error_bars_name"
6393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
6394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6395   include:
6396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
6397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
6398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
6399   layout:
6400     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
6401     layout: "plot-latency"
6402
6403 - type: "plot"
6404   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6405   algorithm: "plot_latency_error_bars_name"
6406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
6407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6408   include:
6409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
6410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6413   layout:
6414     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
6415     layout: "plot-latency"
6416
6417 - type: "plot"
6418   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6419   algorithm: "plot_latency_error_bars_name"
6420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
6421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6422   include:
6423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
6424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
6425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
6426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6429   layout:
6430     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
6431     layout: "plot-latency"
6432
6433 - type: "plot"
6434   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6435   algorithm: "plot_latency_error_bars_name"
6436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6438   include:
6439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6443   layout:
6444     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6445     layout: "plot-latency"
6446
6447 - type: "plot"
6448   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6449   algorithm: "plot_latency_error_bars_name"
6450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6452   include:
6453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6457   layout:
6458     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6459     layout: "plot-latency"
6460
6461 - type: "plot"
6462   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6463   algorithm: "plot_latency_error_bars_name"
6464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
6465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6466   include:
6467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6471   layout:
6472     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
6473     layout: "plot-latency"
6474
6475 - type: "plot"
6476   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6477   algorithm: "plot_latency_error_bars_name"
6478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
6479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6480   include:
6481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6485   layout:
6486     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
6487     layout: "plot-latency"
6488
6489 - type: "plot"
6490   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6491   algorithm: "plot_latency_error_bars_name"
6492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
6493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6494   include:
6495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6500   layout:
6501     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
6502     layout: "plot-latency"
6503
6504 - type: "plot"
6505   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6506   algorithm: "plot_latency_error_bars_name"
6507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
6508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6509   include:
6510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6515   layout:
6516     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
6517     layout: "plot-latency"
6518
6519 - type: "plot"
6520   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6521   algorithm: "plot_latency_error_bars_name"
6522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
6523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6524   include:
6525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6531   layout:
6532     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
6533     layout: "plot-latency"
6534
6535 - type: "plot"
6536   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6537   algorithm: "plot_latency_error_bars_name"
6538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6540   include:
6541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6547   layout:
6548     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6549     layout: "plot-latency"
6550
6551 - type: "plot"
6552   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6553   algorithm: "plot_latency_error_bars_name"
6554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
6555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6556   include:
6557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6563   layout:
6564     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
6565     layout: "plot-latency"
6566
6567 - type: "plot"
6568   title: "Latency: 3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6569   algorithm: "plot_latency_error_bars_name"
6570   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
6571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6572   include:
6573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6579   layout:
6580     title: "3n-hsw-xl710-64b-2t2c-link-bonding-vhost-base-i40e-vpp-ndr"
6581     layout: "plot-latency"
6582
6583 - type: "plot"
6584   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6585   algorithm: "plot_latency_error_bars_name"
6586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
6587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6588   include:
6589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6590     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6592     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6593     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6594   layout:
6595     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
6596     layout: "plot-latency"
6597
6598 - type: "plot"
6599   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6600   algorithm: "plot_latency_error_bars_name"
6601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
6602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6603   include:
6604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
6605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
6609   layout:
6610     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
6611     layout: "plot-latency"
6612
6613 - type: "plot"
6614   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6615   algorithm: "plot_latency_error_bars_name"
6616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
6617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6618   include:
6619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
6620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
6621   layout:
6622     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
6623     layout: "plot-latency"
6624
6625 - type: "plot"
6626   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6627   algorithm: "plot_latency_error_bars_name"
6628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6630   include:
6631     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6635   layout:
6636     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
6637     layout: "plot-latency"
6638
6639 - type: "plot"
6640   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6641   algorithm: "plot_latency_error_bars_name"
6642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
6643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6644   include:
6645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
6647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
6648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
6649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
6650   layout:
6651     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
6652     layout: "plot-latency"
6653
6654 - type: "plot"
6655   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6656   algorithm: "plot_latency_error_bars_name"
6657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
6658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6659   include:
6660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
6661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
6663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6664   layout:
6665     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
6666     layout: "plot-latency"
6667
6668 - type: "plot"
6669   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6670   algorithm: "plot_latency_error_bars_name"
6671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
6672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6673   include:
6674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
6675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
6676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
6677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
6678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
6679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
6680   layout:
6681     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
6682     layout: "plot-latency"
6683
6684 - type: "plot"
6685   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6686   algorithm: "plot_latency_error_bars_name"
6687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
6688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6689   include:
6690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6695   layout:
6696     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
6697     layout: "plot-latency"
6698
6699 ################################################################################
6700
6701 # Packet Latency 4C
6702
6703 - type: "plot"
6704   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6705   algorithm: "plot_latency_error_bars_name"
6706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6708   include:
6709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6713   layout:
6714     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6715     layout: "plot-latency"
6716
6717 - type: "plot"
6718   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6719   algorithm: "plot_latency_error_bars_name"
6720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
6721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6722   include:
6723     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6724     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6725     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6726     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6727     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6728   layout:
6729     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
6730     layout: "plot-latency"
6731
6732 - type: "plot"
6733   title: "Latency: 3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6734   algorithm: "plot_latency_error_bars_name"
6735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr-lat"
6736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6737   include:
6738     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6739     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6740     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6741     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6742     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6743   layout:
6744     title: "3n-hsw-xl710-64b-4t4c-memif-base-i40e-ndr"
6745     layout: "plot-latency"
6746
6747 - type: "plot"
6748   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6749   algorithm: "plot_latency_error_bars_name"
6750   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6752   include:
6753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6755   layout:
6756     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6757     layout: "plot-latency"
6758
6759 - type: "plot"
6760   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6761   algorithm: "plot_latency_error_bars_name"
6762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6764   include:
6765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-avf-dot1q-ip4base-ndrpdr"
6766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
6767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6770   layout:
6771     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6772     layout: "plot-latency"
6773
6774 - type: "plot"
6775   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6776   algorithm: "plot_latency_error_bars_name"
6777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6779   include:
6780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6785   layout:
6786     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6787     layout: "plot-latency"
6788
6789 - type: "plot"
6790   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6791   algorithm: "plot_latency_error_bars_name"
6792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6794   include:
6795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6797   layout:
6798     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6799     layout: "plot-latency"
6800
6801 - type: "plot"
6802   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6803   algorithm: "plot_latency_error_bars_name"
6804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
6805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6806   include:
6807     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
6808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
6809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
6810   layout:
6811     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
6812     layout: "plot-latency"
6813
6814 - type: "plot"
6815   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6816   algorithm: "plot_latency_error_bars_name"
6817   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
6818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6819   include:
6820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6822   layout:
6823     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
6824     layout: "plot-latency"
6825
6826 - type: "plot"
6827   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6828   algorithm: "plot_latency_error_bars_name"
6829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
6830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6831   include:
6832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
6833     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
6834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
6835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
6836   layout:
6837     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
6838     layout: "plot-latency"
6839
6840 - type: "plot"
6841   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6842   algorithm: "plot_latency_error_bars_name"
6843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
6844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6845   include:
6846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
6847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
6849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
6850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
6851   layout:
6852     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
6853     layout: "plot-latency"
6854
6855 - type: "plot"
6856   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6857   algorithm: "plot_latency_error_bars_name"
6858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
6859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6860   include:
6861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
6862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
6867   layout:
6868     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
6869     layout: "plot-latency"
6870
6871 - type: "plot"
6872   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6873   algorithm: "plot_latency_error_bars_name"
6874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr-lat"
6875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6876   include:
6877     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6878     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
6879     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6880     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
6881   layout:
6882     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-scale-i40e-ndr"
6883     layout: "plot-latency"
6884
6885 - type: "plot"
6886   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6887   algorithm: "plot_latency_error_bars_name"
6888   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6890   include:
6891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6892   layout:
6893     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6894     layout: "plot-latency"
6895
6896 - type: "plot"
6897   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6898   algorithm: "plot_latency_error_bars_name"
6899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6901   include:
6902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6907   layout:
6908     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6909     layout: "plot-latency"
6910
6911 - type: "plot"
6912   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6913   algorithm: "plot_latency_error_bars_name"
6914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
6915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6916   include:
6917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
6918     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
6919     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
6920   layout:
6921     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
6922     layout: "plot-latency"
6923
6924 - type: "plot"
6925   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6926   algorithm: "plot_latency_error_bars_name"
6927   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6929   include:
6930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6931   layout:
6932     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6933     layout: "plot-latency"
6934
6935 - type: "plot"
6936   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6937   algorithm: "plot_latency_error_bars_name"
6938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
6939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6940   include:
6941     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
6942     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
6943     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
6944     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
6945     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
6946   layout:
6947     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
6948     layout: "plot-latency"
6949
6950 #- type: "plot"
6951 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6952 #  algorithm: "plot_latency_error_bars_name"
6953 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
6954 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6955 #  include:
6956 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6957 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6958 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6959 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6960 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6961 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6962 #  layout:
6963 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6964 #    layout: "plot-latency"
6965
6966 #- type: "plot"
6967 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6968 #  algorithm: "plot_latency_error_bars_name"
6969 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
6970 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6971 #  include:
6972 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6973 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6974 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6975 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6976 #  layout:
6977 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6978 #    layout: "plot-latency"
6979
6980 #- type: "plot"
6981 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6982 #  algorithm: "plot_latency_error_bars_name"
6983 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
6984 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
6985 #  include:
6986 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6987 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6988 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6989 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6990 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6991 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6992 #  layout:
6993 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
6994 #    layout: "plot-latency"
6995
6996 - type: "plot"
6997   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
6998   algorithm: "plot_latency_error_bars_name"
6999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7001   include:
7002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7005   layout:
7006     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7007     layout: "plot-latency"
7008
7009 - type: "plot"
7010   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7011   algorithm: "plot_latency_error_bars_name"
7012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7014   include:
7015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7018   layout:
7019     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7020     layout: "plot-latency"
7021
7022 - type: "plot"
7023   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7024   algorithm: "plot_latency_error_bars_name"
7025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7027   include:
7028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7033   layout:
7034     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7035     layout: "plot-latency"
7036
7037 - type: "plot"
7038   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7039   algorithm: "plot_latency_error_bars_name"
7040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7042   include:
7043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7047   layout:
7048     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7049     layout: "plot-latency"
7050
7051 - type: "plot"
7052   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7053   algorithm: "plot_latency_error_bars_name"
7054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
7055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7056   include:
7057     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7058     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7059     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7060     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7061     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7062     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7063   layout:
7064     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
7065     layout: "plot-latency"
7066
7067 - type: "plot"
7068   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7069   algorithm: "plot_latency_error_bars_name"
7070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
7071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7072   include:
7073     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7074     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7075     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7076   layout:
7077     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
7078     layout: "plot-latency"
7079
7080 - type: "plot"
7081   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7082   algorithm: "plot_latency_error_bars_name"
7083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
7084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7085   include:
7086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
7087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
7088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
7089   layout:
7090     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
7091     layout: "plot-latency"
7092
7093 - type: "plot"
7094   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7095   algorithm: "plot_latency_error_bars_name"
7096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
7097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7098   include:
7099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
7100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7103   layout:
7104     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
7105     layout: "plot-latency"
7106
7107 - type: "plot"
7108   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7109   algorithm: "plot_latency_error_bars_name"
7110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
7111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7112   include:
7113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
7114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
7115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
7116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7119   layout:
7120     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
7121     layout: "plot-latency"
7122
7123 - type: "plot"
7124   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7125   algorithm: "plot_latency_error_bars_name"
7126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7128   include:
7129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7133   layout:
7134     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7135     layout: "plot-latency"
7136
7137 - type: "plot"
7138   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7139   algorithm: "plot_latency_error_bars_name"
7140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7142   include:
7143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7147   layout:
7148     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7149     layout: "plot-latency"
7150
7151 - type: "plot"
7152   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7153   algorithm: "plot_latency_error_bars_name"
7154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
7155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7156   include:
7157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7161   layout:
7162     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
7163     layout: "plot-latency"
7164
7165 - type: "plot"
7166   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7167   algorithm: "plot_latency_error_bars_name"
7168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
7169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7170   include:
7171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7175   layout:
7176     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
7177     layout: "plot-latency"
7178
7179 - type: "plot"
7180   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7181   algorithm: "plot_latency_error_bars_name"
7182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
7183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7184   include:
7185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7190   layout:
7191     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
7192     layout: "plot-latency"
7193
7194 - type: "plot"
7195   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7196   algorithm: "plot_latency_error_bars_name"
7197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
7198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7199   include:
7200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7205   layout:
7206     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
7207     layout: "plot-latency"
7208
7209 - type: "plot"
7210   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7211   algorithm: "plot_latency_error_bars_name"
7212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
7213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7214   include:
7215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7221   layout:
7222     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
7223     layout: "plot-latency"
7224
7225 - type: "plot"
7226   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7227   algorithm: "plot_latency_error_bars_name"
7228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7230   include:
7231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7237   layout:
7238     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7239     layout: "plot-latency"
7240
7241 - type: "plot"
7242   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7243   algorithm: "plot_latency_error_bars_name"
7244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
7245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7246   include:
7247     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7253   layout:
7254     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
7255     layout: "plot-latency"
7256
7257 - type: "plot"
7258   title: "Latency: 3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7259   algorithm: "plot_latency_error_bars_name"
7260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
7261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7262   include:
7263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7269   layout:
7270     title: "3n-hsw-xl710-64b-4t4c-link-bonding-vhost-base-i40e-vpp-ndr"
7271     layout: "plot-latency"
7272
7273 - type: "plot"
7274   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7275   algorithm: "plot_latency_error_bars_name"
7276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
7277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7278   include:
7279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7284   layout:
7285     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
7286     layout: "plot-latency"
7287
7288 - type: "plot"
7289   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7290   algorithm: "plot_latency_error_bars_name"
7291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
7292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7293   include:
7294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
7295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
7297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
7298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
7299   layout:
7300     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
7301     layout: "plot-latency"
7302
7303 - type: "plot"
7304   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7305   algorithm: "plot_latency_error_bars_name"
7306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
7307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7308   include:
7309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
7310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
7311   layout:
7312     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
7313     layout: "plot-latency"
7314
7315 - type: "plot"
7316   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7317   algorithm: "plot_latency_error_bars_name"
7318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7320   include:
7321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
7323     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7324     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
7325   layout:
7326     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
7327     layout: "plot-latency"
7328
7329 - type: "plot"
7330   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7331   algorithm: "plot_latency_error_bars_name"
7332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
7333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7334   include:
7335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
7336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
7337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
7338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
7339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
7340   layout:
7341     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
7342     layout: "plot-latency"
7343
7344 - type: "plot"
7345   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7346   algorithm: "plot_latency_error_bars_name"
7347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
7348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7349   include:
7350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
7351     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
7353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7354   layout:
7355     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
7356     layout: "plot-latency"
7357
7358 - type: "plot"
7359   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7360   algorithm: "plot_latency_error_bars_name"
7361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
7362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7363   include:
7364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
7365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
7366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
7367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
7368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
7369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
7370   layout:
7371     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
7372     layout: "plot-latency"
7373
7374 - type: "plot"
7375   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7376   algorithm: "plot_latency_error_bars_name"
7377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
7378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7379   include:
7380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7385   layout:
7386     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
7387     layout: "plot-latency"
7388
7389 ################################################################################
7390
7391 # Packet Speedup
7392
7393 - type: "plot"
7394   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7395   algorithm: "plot_throughput_speedup_analysis_name"
7396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7398   include:
7399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7403   layout:
7404     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
7405     layout: "plot-throughput-speedup-analysis"
7406
7407 - type: "plot"
7408   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7409   algorithm: "plot_throughput_speedup_analysis_name"
7410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7412   include:
7413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7417   layout:
7418     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
7419     layout: "plot-throughput-speedup-analysis"
7420
7421 - type: "plot"
7422   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7423   algorithm: "plot_throughput_speedup_analysis_name"
7424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
7425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7426   include:
7427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7432   layout:
7433     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
7434     layout: "plot-throughput-speedup-analysis"
7435
7436 - type: "plot"
7437   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7438   algorithm: "plot_throughput_speedup_analysis_name"
7439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
7440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7441   include:
7442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7443     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7445     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7446     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7447   layout:
7448     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
7449     layout: "plot-throughput-speedup-analysis"
7450
7451 - type: "plot"
7452   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7453   algorithm: "plot_throughput_speedup_analysis_name"
7454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-ndr-tsa"
7455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7456   include:
7457     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7458     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7459     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7460     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7461     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7462   layout:
7463     title: "3n-hsw-xl710-64b-memif-base-i40e-ndr"
7464     layout: "plot-throughput-speedup-analysis"
7465
7466 - type: "plot"
7467   title: "Speedup: 3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7468   algorithm: "plot_throughput_speedup_analysis_name"
7469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-memif-base-i40e-pdr-tsa"
7470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7471   include:
7472     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7473     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7474     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7475     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7476     - "Tests.Vpp.Perf.Container Memif.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7477   layout:
7478     title: "3n-hsw-xl710-64b-memif-base-i40e-pdr"
7479     layout: "plot-throughput-speedup-analysis"
7480
7481 - type: "plot"
7482   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7483   algorithm: "plot_throughput_speedup_analysis_name"
7484   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7486   include:
7487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7489   layout:
7490     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7491     layout: "plot-throughput-speedup-analysis"
7492
7493 - type: "plot"
7494   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7495   algorithm: "plot_throughput_speedup_analysis_name"
7496   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7498   include:
7499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7501   layout:
7502     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7503     layout: "plot-throughput-speedup-analysis"
7504
7505 - type: "plot"
7506   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7507   algorithm: "plot_throughput_speedup_analysis_name"
7508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7510   include:
7511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7516   layout:
7517     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7518     layout: "plot-throughput-speedup-analysis"
7519
7520 - type: "plot"
7521   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7522   algorithm: "plot_throughput_speedup_analysis_name"
7523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7525   include:
7526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7531   layout:
7532     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7533     layout: "plot-throughput-speedup-analysis"
7534
7535 - type: "plot"
7536   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7537   algorithm: "plot_throughput_speedup_analysis_name"
7538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7540   include:
7541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7546   layout:
7547     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7548     layout: "plot-throughput-speedup-analysis"
7549
7550 - type: "plot"
7551   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7552   algorithm: "plot_throughput_speedup_analysis_name"
7553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7555   include:
7556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7561   layout:
7562     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7563     layout: "plot-throughput-speedup-analysis"
7564
7565 - type: "plot"
7566   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7567   algorithm: "plot_throughput_speedup_analysis_name"
7568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7570   include:
7571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7573   layout:
7574     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7575     layout: "plot-throughput-speedup-analysis"
7576
7577 - type: "plot"
7578   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7579   algorithm: "plot_throughput_speedup_analysis_name"
7580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7582   include:
7583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7585   layout:
7586     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7587     layout: "plot-throughput-speedup-analysis"
7588
7589 - type: "plot"
7590   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7591   algorithm: "plot_throughput_speedup_analysis_name"
7592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7594   include:
7595     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7596     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7597     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7598   layout:
7599     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
7600     layout: "plot-throughput-speedup-analysis"
7601
7602 - type: "plot"
7603   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7604   algorithm: "plot_throughput_speedup_analysis_name"
7605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7607   include:
7608     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7609     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7610     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7611   layout:
7612     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
7613     layout: "plot-throughput-speedup-analysis"
7614
7615 - type: "plot"
7616   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7617   algorithm: "plot_throughput_speedup_analysis_name"
7618   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
7619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7620   include:
7621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7623   layout:
7624     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
7625     layout: "plot-throughput-speedup-analysis"
7626
7627 - type: "plot"
7628   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7629   algorithm: "plot_throughput_speedup_analysis_name"
7630   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
7631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7632   include:
7633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7638   layout:
7639     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
7640     layout: "plot-throughput-speedup-analysis"
7641
7642 - type: "plot"
7643   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7644   algorithm: "plot_throughput_speedup_analysis_name"
7645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
7646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7647   include:
7648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7652   layout:
7653     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
7654     layout: "plot-throughput-speedup-analysis"
7655
7656 - type: "plot"
7657   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7658   algorithm: "plot_throughput_speedup_analysis_name"
7659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
7660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7661   include:
7662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7666   layout:
7667     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
7668     layout: "plot-throughput-speedup-analysis"
7669
7670 - type: "plot"
7671   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7672   algorithm: "plot_throughput_speedup_analysis_name"
7673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
7674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7675   include:
7676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7681   layout:
7682     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
7683     layout: "plot-throughput-speedup-analysis"
7684
7685 - type: "plot"
7686   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7687   algorithm: "plot_throughput_speedup_analysis_name"
7688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
7689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7690   include:
7691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7696   layout:
7697     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
7698     layout: "plot-throughput-speedup-analysis"
7699
7700 - type: "plot"
7701   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7702   algorithm: "plot_throughput_speedup_analysis_name"
7703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
7704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7705   include:
7706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7712   layout:
7713     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
7714     layout: "plot-throughput-speedup-analysis"
7715
7716 - type: "plot"
7717   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7718   algorithm: "plot_throughput_speedup_analysis_name"
7719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
7720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7721   include:
7722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
7728   layout:
7729     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
7730     layout: "plot-throughput-speedup-analysis"
7731
7732 - type: "plot"
7733   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7734   algorithm: "plot_throughput_speedup_analysis_name"
7735   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7737   include:
7738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7739   layout:
7740     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7741     layout: "plot-throughput-speedup-analysis"
7742
7743 - type: "plot"
7744   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7745   algorithm: "plot_throughput_speedup_analysis_name"
7746   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7748   include:
7749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7750   layout:
7751     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7752     layout: "plot-throughput-speedup-analysis"
7753
7754 - type: "plot"
7755   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7756   algorithm: "plot_throughput_speedup_analysis_name"
7757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7759   include:
7760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7765   layout:
7766     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7767     layout: "plot-throughput-speedup-analysis"
7768
7769 - type: "plot"
7770   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7771   algorithm: "plot_throughput_speedup_analysis_name"
7772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7774   include:
7775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7780   layout:
7781     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7782     layout: "plot-throughput-speedup-analysis"
7783
7784 - type: "plot"
7785   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7786   algorithm: "plot_throughput_speedup_analysis_name"
7787   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7789   include:
7790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7791     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7792     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7793   layout:
7794     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
7795     layout: "plot-throughput-speedup-analysis"
7796
7797 - type: "plot"
7798   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7799   algorithm: "plot_throughput_speedup_analysis_name"
7800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7802   include:
7803     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7804     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7805     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7806   layout:
7807     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
7808     layout: "plot-throughput-speedup-analysis"
7809
7810 - type: "plot"
7811   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7812   algorithm: "plot_throughput_speedup_analysis_name"
7813   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7815   include:
7816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7817   layout:
7818     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
7819     layout: "plot-throughput-speedup-analysis"
7820
7821 - type: "plot"
7822   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7823   algorithm: "plot_throughput_speedup_analysis_name"
7824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7826   include:
7827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7828   layout:
7829     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
7830     layout: "plot-throughput-speedup-analysis"
7831
7832 - type: "plot"
7833   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7834   algorithm: "plot_throughput_speedup_analysis_name"
7835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
7836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7837   include:
7838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7843   layout:
7844     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
7845     layout: "plot-throughput-speedup-analysis"
7846
7847 - type: "plot"
7848   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7849   algorithm: "plot_throughput_speedup_analysis_name"
7850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
7851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7852   include:
7853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7858   layout:
7859     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
7860     layout: "plot-throughput-speedup-analysis"
7861
7862 - type: "plot"
7863   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7864   algorithm: "plot_throughput_speedup_analysis_name"
7865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
7866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7867   include:
7868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7874   layout:
7875     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7876     layout: "plot-throughput-speedup-analysis"
7877
7878 - type: "plot"
7879   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7880   algorithm: "plot_throughput_speedup_analysis_name"
7881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
7882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7883   include:
7884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7890   layout:
7891     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7892     layout: "plot-throughput-speedup-analysis"
7893
7894 - type: "plot"
7895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7896   algorithm: "plot_throughput_speedup_analysis_name"
7897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
7898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7899   include:
7900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7904   layout:
7905     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7906     layout: "plot-throughput-speedup-analysis"
7907
7908 - type: "plot"
7909   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7910   algorithm: "plot_throughput_speedup_analysis_name"
7911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
7912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7913   include:
7914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7918   layout:
7919     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7920     layout: "plot-throughput-speedup-analysis"
7921
7922 - type: "plot"
7923   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7924   algorithm: "plot_throughput_speedup_analysis_name"
7925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
7926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7927   include:
7928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7934   layout:
7935     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
7936     layout: "plot-throughput-speedup-analysis"
7937
7938 - type: "plot"
7939   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7940   algorithm: "plot_throughput_speedup_analysis_name"
7941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
7942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7943   include:
7944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7950   layout:
7951     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
7952     layout: "plot-throughput-speedup-analysis"
7953
7954 - type: "plot"
7955   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7956   algorithm: "plot_throughput_speedup_analysis_name"
7957   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
7958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7959   include:
7960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7963   layout:
7964     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
7965     layout: "plot-throughput-speedup-analysis"
7966
7967 - type: "plot"
7968   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7969   algorithm: "plot_throughput_speedup_analysis_name"
7970   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
7971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7972   include:
7973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7976   layout:
7977     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
7978     layout: "plot-throughput-speedup-analysis"
7979
7980 - type: "plot"
7981   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7982   algorithm: "plot_throughput_speedup_analysis_name"
7983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
7984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7985   include:
7986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7989   layout:
7990     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
7991     layout: "plot-throughput-speedup-analysis"
7992
7993 - type: "plot"
7994   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7995   algorithm: "plot_throughput_speedup_analysis_name"
7996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
7997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7998   include:
7999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8002   layout:
8003     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
8004     layout: "plot-throughput-speedup-analysis"
8005
8006 - type: "plot"
8007   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8008   algorithm: "plot_throughput_speedup_analysis_name"
8009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8011   include:
8012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8017   layout:
8018     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8019     layout: "plot-throughput-speedup-analysis"
8020
8021 - type: "plot"
8022   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8023   algorithm: "plot_throughput_speedup_analysis_name"
8024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8026   include:
8027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8032   layout:
8033     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8034     layout: "plot-throughput-speedup-analysis"
8035
8036 - type: "plot"
8037   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8038   algorithm: "plot_throughput_speedup_analysis_name"
8039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8041   include:
8042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8046   layout:
8047     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8048     layout: "plot-throughput-speedup-analysis"
8049
8050 - type: "plot"
8051   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8052   algorithm: "plot_throughput_speedup_analysis_name"
8053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8055   include:
8056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8060   layout:
8061     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8062     layout: "plot-throughput-speedup-analysis"
8063
8064 - type: "plot"
8065   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8066   algorithm: "plot_throughput_speedup_analysis_name"
8067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
8068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8069   include:
8070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8076   layout:
8077     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
8078     layout: "plot-throughput-speedup-analysis"
8079
8080 - type: "plot"
8081   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8082   algorithm: "plot_throughput_speedup_analysis_name"
8083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
8084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8085   include:
8086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8092   layout:
8093     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
8094     layout: "plot-throughput-speedup-analysis"
8095
8096 - type: "plot"
8097   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8098   algorithm: "plot_throughput_speedup_analysis_name"
8099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
8100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8101   include:
8102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8105   layout:
8106     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
8107     layout: "plot-throughput-speedup-analysis"
8108
8109 - type: "plot"
8110   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8111   algorithm: "plot_throughput_speedup_analysis_name"
8112   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
8113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8114   include:
8115     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8116     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Xcbase-ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8117     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8118   layout:
8119     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
8120     layout: "plot-throughput-speedup-analysis"
8121
8122 - type: "plot"
8123   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8124   algorithm: "plot_throughput_speedup_analysis_name"
8125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
8126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8127   include:
8128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8131   layout:
8132     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
8133     layout: "plot-throughput-speedup-analysis"
8134
8135 - type: "plot"
8136   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8137   algorithm: "plot_throughput_speedup_analysis_name"
8138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
8139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8140   include:
8141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
8142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
8143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
8144   layout:
8145     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
8146     layout: "plot-throughput-speedup-analysis"
8147
8148 - type: "plot"
8149   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8150   algorithm: "plot_throughput_speedup_analysis_name"
8151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
8152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8153   include:
8154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8158   layout:
8159     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
8160     layout: "plot-throughput-speedup-analysis"
8161
8162 - type: "plot"
8163   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8164   algorithm: "plot_throughput_speedup_analysis_name"
8165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
8166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8167   include:
8168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8172   layout:
8173     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
8174     layout: "plot-throughput-speedup-analysis"
8175
8176 - type: "plot"
8177   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8178   algorithm: "plot_throughput_speedup_analysis_name"
8179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
8180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8181   include:
8182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8188   layout:
8189     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
8190     layout: "plot-throughput-speedup-analysis"
8191
8192 - type: "plot"
8193   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8194   algorithm: "plot_throughput_speedup_analysis_name"
8195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
8196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8197   include:
8198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8204   layout:
8205     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
8206     layout: "plot-throughput-speedup-analysis"
8207
8208 - type: "plot"
8209   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8210   algorithm: "plot_throughput_speedup_analysis_name"
8211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8213   include:
8214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8218   layout:
8219     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
8220     layout: "plot-throughput-speedup-analysis"
8221
8222 - type: "plot"
8223   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8224   algorithm: "plot_throughput_speedup_analysis_name"
8225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8227   include:
8228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8232   layout:
8233     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
8234     layout: "plot-throughput-speedup-analysis"
8235
8236 - type: "plot"
8237   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8238   algorithm: "plot_throughput_speedup_analysis_name"
8239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8241   include:
8242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8246   layout:
8247     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8248     layout: "plot-throughput-speedup-analysis"
8249
8250 - type: "plot"
8251   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8252   algorithm: "plot_throughput_speedup_analysis_name"
8253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8255   include:
8256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8260   layout:
8261     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8262     layout: "plot-throughput-speedup-analysis"
8263
8264 - type: "plot"
8265   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8266   algorithm: "plot_throughput_speedup_analysis_name"
8267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
8268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8269   include:
8270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8274   layout:
8275     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
8276     layout: "plot-throughput-speedup-analysis"
8277
8278 - type: "plot"
8279   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8280   algorithm: "plot_throughput_speedup_analysis_name"
8281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
8282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8283   include:
8284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8288   layout:
8289     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
8290     layout: "plot-throughput-speedup-analysis"
8291
8292 - type: "plot"
8293   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8294   algorithm: "plot_throughput_speedup_analysis_name"
8295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
8296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8297   include:
8298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8302   layout:
8303     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
8304     layout: "plot-throughput-speedup-analysis"
8305
8306 - type: "plot"
8307   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8308   algorithm: "plot_throughput_speedup_analysis_name"
8309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
8310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8311   include:
8312     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8313     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8314     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8315     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8316   layout:
8317     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
8318     layout: "plot-throughput-speedup-analysis"
8319
8320 - type: "plot"
8321   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8322   algorithm: "plot_throughput_speedup_analysis_name"
8323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
8324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8325   include:
8326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8331   layout:
8332     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
8333     layout: "plot-throughput-speedup-analysis"
8334
8335 - type: "plot"
8336   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8337   algorithm: "plot_throughput_speedup_analysis_name"
8338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
8339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8340   include:
8341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8346   layout:
8347     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
8348     layout: "plot-throughput-speedup-analysis"
8349
8350 - type: "plot"
8351   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8352   algorithm: "plot_throughput_speedup_analysis_name"
8353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
8354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8355   include:
8356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8361   layout:
8362     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
8363     layout: "plot-throughput-speedup-analysis"
8364
8365 - type: "plot"
8366   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8367   algorithm: "plot_throughput_speedup_analysis_name"
8368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
8369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8370   include:
8371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8376   layout:
8377     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
8378     layout: "plot-throughput-speedup-analysis"
8379
8380 - type: "plot"
8381   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8382   algorithm: "plot_throughput_speedup_analysis_name"
8383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8385   include:
8386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8392   layout:
8393     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
8394     layout: "plot-throughput-speedup-analysis"
8395
8396 - type: "plot"
8397   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8398   algorithm: "plot_throughput_speedup_analysis_name"
8399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8401   include:
8402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8408   layout:
8409     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
8410     layout: "plot-throughput-speedup-analysis"
8411
8412 - type: "plot"
8413   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8414   algorithm: "plot_throughput_speedup_analysis_name"
8415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8417   include:
8418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8421     - "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"
8422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8424   layout:
8425     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8426     layout: "plot-throughput-speedup-analysis"
8427
8428 - type: "plot"
8429   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8430   algorithm: "plot_throughput_speedup_analysis_name"
8431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8433   include:
8434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8437     - "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"
8438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8440   layout:
8441     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8442     layout: "plot-throughput-speedup-analysis"
8443
8444 - type: "plot"
8445   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8446   algorithm: "plot_throughput_speedup_analysis_name"
8447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
8448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8449   include:
8450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8456   layout:
8457     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-ndr"
8458     layout: "plot-throughput-speedup-analysis"
8459
8460 - type: "plot"
8461   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8462   algorithm: "plot_throughput_speedup_analysis_name"
8463   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
8464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8465   include:
8466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8472   layout:
8473     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-pdr"
8474     layout: "plot-throughput-speedup-analysis"
8475
8476 - type: "plot"
8477   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8478   algorithm: "plot_throughput_speedup_analysis_name"
8479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
8480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8481   include:
8482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8485     - "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"
8486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8488   layout:
8489     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
8490     layout: "plot-throughput-speedup-analysis"
8491
8492 - type: "plot"
8493   title: "Speedup: 3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8494   algorithm: "plot_throughput_speedup_analysis_name"
8495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
8496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8497   include:
8498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8501     - "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"
8502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8504   layout:
8505     title: "3n-hsw-xl710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
8506     layout: "plot-throughput-speedup-analysis"
8507
8508 - type: "plot"
8509   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8510   algorithm: "plot_throughput_speedup_analysis_name"
8511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
8512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8513   include:
8514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8519   layout:
8520     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
8521     layout: "plot-throughput-speedup-analysis"
8522
8523 - type: "plot"
8524   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8525   algorithm: "plot_throughput_speedup_analysis_name"
8526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
8527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8528   include:
8529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8531     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8532     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8533     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8534   layout:
8535     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
8536     layout: "plot-throughput-speedup-analysis"
8537
8538 - type: "plot"
8539   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8540   algorithm: "plot_throughput_speedup_analysis_name"
8541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8543   include:
8544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8549   layout:
8550     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
8551     layout: "plot-throughput-speedup-analysis"
8552
8553 - type: "plot"
8554   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8555   algorithm: "plot_throughput_speedup_analysis_name"
8556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8558   include:
8559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8564   layout:
8565     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
8566     layout: "plot-throughput-speedup-analysis"
8567
8568 - type: "plot"
8569   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8570   algorithm: "plot_throughput_speedup_analysis_name"
8571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
8572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8573   include:
8574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8576   layout:
8577     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
8578     layout: "plot-throughput-speedup-analysis"
8579
8580 - type: "plot"
8581   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8582   algorithm: "plot_throughput_speedup_analysis_name"
8583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
8584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8585   include:
8586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
8588   layout:
8589     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
8590     layout: "plot-throughput-speedup-analysis"
8591
8592 - type: "plot"
8593   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8594   algorithm: "plot_throughput_speedup_analysis_name"
8595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8597   include:
8598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8602   layout:
8603     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
8604     layout: "plot-throughput-speedup-analysis"
8605
8606 - type: "plot"
8607   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8608   algorithm: "plot_throughput_speedup_analysis_name"
8609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8611   include:
8612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale10L2Bd10Vlan10Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale10l2bd10vlan10vxlan-ndrpdr"
8614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1Kl2Bd1Kvlan1Kvxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1kl2bd1kvlan1kvxlan-ndrpdr"
8616   layout:
8617     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
8618     layout: "plot-throughput-speedup-analysis"
8619
8620 - type: "plot"
8621   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8622   algorithm: "plot_throughput_speedup_analysis_name"
8623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8625   include:
8626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8631   layout:
8632     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
8633     layout: "plot-throughput-speedup-analysis"
8634
8635 - type: "plot"
8636   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8637   algorithm: "plot_throughput_speedup_analysis_name"
8638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8640   include:
8641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8646   layout:
8647     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
8648     layout: "plot-throughput-speedup-analysis"
8649
8650 - type: "plot"
8651   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8652   algorithm: "plot_throughput_speedup_analysis_name"
8653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8655   include:
8656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8662   layout:
8663     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8664     layout: "plot-throughput-speedup-analysis"
8665
8666 - type: "plot"
8667   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8668   algorithm: "plot_throughput_speedup_analysis_name"
8669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8671   include:
8672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8678   layout:
8679     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8680     layout: "plot-throughput-speedup-analysis"
8681
8682 - type: "plot"
8683   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8684   algorithm: "plot_throughput_speedup_analysis_name"
8685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
8686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8687   include:
8688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8692   layout:
8693     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
8694     layout: "plot-throughput-speedup-analysis"
8695
8696 - type: "plot"
8697   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8698   algorithm: "plot_throughput_speedup_analysis_name"
8699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
8700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8701   include:
8702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8706   layout:
8707     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
8708     layout: "plot-throughput-speedup-analysis"
8709
8710 - type: "plot"
8711   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8712   algorithm: "plot_throughput_speedup_analysis_name"
8713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
8714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8715   include:
8716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8722   layout:
8723     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
8724     layout: "plot-throughput-speedup-analysis"
8725
8726 - type: "plot"
8727   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8728   algorithm: "plot_throughput_speedup_analysis_name"
8729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
8730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8731   include:
8732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8738   layout:
8739     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
8740     layout: "plot-throughput-speedup-analysis"
8741
8742 - type: "plot"
8743   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8744   algorithm: "plot_throughput_speedup_analysis_name"
8745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
8746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8747   include:
8748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8753   layout:
8754     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
8755     layout: "plot-throughput-speedup-analysis"
8756
8757 - type: "plot"
8758   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8759   algorithm: "plot_throughput_speedup_analysis_name"
8760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
8761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8762   include:
8763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8768   layout:
8769     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
8770     layout: "plot-throughput-speedup-analysis"
8771
8772 - type: "plot"
8773   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8774   algorithm: "plot_throughput_speedup_analysis_name"
8775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
8776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8777   include:
8778     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8779     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8780     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8781   layout:
8782     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
8783     layout: "plot-throughput-speedup-analysis"
8784
8785 - type: "plot"
8786   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8787   algorithm: "plot_throughput_speedup_analysis_name"
8788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
8789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8790   include:
8791     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8792     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8793     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8794   layout:
8795     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
8796     layout: "plot-throughput-speedup-analysis"
8797
8798 - type: "plot"
8799   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8800   algorithm: "plot_throughput_speedup_analysis_name"
8801   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8802   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8803   include:
8804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8805   layout:
8806     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8807     layout: "plot-throughput-speedup-analysis"
8808
8809 - type: "plot"
8810   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8811   algorithm: "plot_throughput_speedup_analysis_name"
8812   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8813   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8814   include:
8815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8816   layout:
8817     title: "2n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8818     layout: "plot-throughput-speedup-analysis"
8819
8820 - type: "plot"
8821   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8822   algorithm: "plot_throughput_speedup_analysis_name"
8823   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8824   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8825   include:
8826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8827   layout:
8828     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8829     layout: "plot-throughput-speedup-analysis"
8830
8831 - type: "plot"
8832   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8833   algorithm: "plot_throughput_speedup_analysis_name"
8834   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8835   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8836   include:
8837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8838   layout:
8839     title: "2n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8840     layout: "plot-throughput-speedup-analysis"
8841
8842 - type: "plot"
8843   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8844   algorithm: "plot_throughput_speedup_analysis_name"
8845   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8846   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8847   include:
8848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8851   layout:
8852     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8853     layout: "plot-throughput-speedup-analysis"
8854
8855 - type: "plot"
8856   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8857   algorithm: "plot_throughput_speedup_analysis_name"
8858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8860   include:
8861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8864   layout:
8865     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8866     layout: "plot-throughput-speedup-analysis"
8867
8868 - type: "plot"
8869   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8870   algorithm: "plot_throughput_speedup_analysis_name"
8871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
8872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8873   include:
8874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8875   layout:
8876     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-ndr-tsa"
8877     layout: "plot-throughput-speedup-analysis"
8878
8879 - type: "plot"
8880   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8881   algorithm: "plot_throughput_speedup_analysis_name"
8882   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
8883   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8884   include:
8885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8886   layout:
8887     title: "3n-dnv-x553-64b-ip4routing-base-ixgbe-pdr-tsa"
8888     layout: "plot-throughput-speedup-analysis"
8889
8890 - type: "plot"
8891   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8892   algorithm: "plot_throughput_speedup_analysis_name"
8893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
8894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8895   include:
8896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8898   layout:
8899     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-ndr-tsa"
8900     layout: "plot-throughput-speedup-analysis"
8901
8902 - type: "plot"
8903   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8904   algorithm: "plot_throughput_speedup_analysis_name"
8905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
8906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8907   include:
8908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8910   layout:
8911     title: "3n-dnv-x553-64b-ip4tunnel-base-ixgbe-pdr-tsa"
8912     layout: "plot-throughput-speedup-analysis"
8913
8914 - type: "plot"
8915   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8916   algorithm: "plot_throughput_speedup_analysis_name"
8917   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
8918   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8919   include:
8920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8921   layout:
8922     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-ndr-tsa"
8923     layout: "plot-throughput-speedup-analysis"
8924
8925 - type: "plot"
8926   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8927   algorithm: "plot_throughput_speedup_analysis_name"
8928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
8929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8930   include:
8931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8932   layout:
8933     title: "3n-dnv-x553-78b-ip6routing-base-ixgbe-pdr-tsa"
8934     layout: "plot-throughput-speedup-analysis"
8935
8936 - type: "plot"
8937   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8938   algorithm: "plot_throughput_speedup_analysis_name"
8939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8941   include:
8942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8948   layout:
8949     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
8950     layout: "plot-throughput-speedup-analysis"
8951
8952 - type: "plot"
8953   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8954   algorithm: "plot_throughput_speedup_analysis_name"
8955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8957   include:
8958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8964   layout:
8965     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
8966     layout: "plot-throughput-speedup-analysis"
8967
8968 - type: "plot"
8969   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8970   algorithm: "plot_throughput_speedup_analysis_name"
8971   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8972   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8973   include:
8974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8977   layout:
8978     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
8979     layout: "plot-throughput-speedup-analysis"
8980
8981 - type: "plot"
8982   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8983   algorithm: "plot_throughput_speedup_analysis_name"
8984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8986   include:
8987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8990   layout:
8991     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
8992     layout: "plot-throughput-speedup-analysis"