fc1d3bdc427a4ead41f983b8c18bce0670753266
[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,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
37     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
38     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
39     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
40     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
41     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
42     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
43     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
44     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
45     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
46     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
47     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
48     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
49     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50
51     # Detailed test configurations
52     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
53     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
54     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
55     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
56     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
57     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
58     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
59     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
60     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
61     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
62     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
63     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
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,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
68
69     # Detailed tests operational data
70     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
71     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
72     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
73     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
74     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
75     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
76     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
77     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
78
79     # .css patch file to fix tables generated by Sphinx
80     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
81     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
82
83   urls:
84     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
85     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
86     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
87     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
88     DIR[NEXUS,DOC]: "report/_static/archive"
89
90   make-dirs:
91   # List the directories which are created while preparing the environment.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[WORKING,DATA]"
94   - "DIR[STATIC,VPP]"
95   - "DIR[STATIC,DPDK]"
96   - "DIR[STATIC,ARCH]"
97   - "DIR[BUILD,LATEX]"
98   - "DIR[WORKING,SRC]"
99   - "DIR[WORKING,SRC,STATIC]"
100
101   remove-dirs:
102   # List the directories which are deleted while cleaning the environment.
103   # All directories MUST be defined in "paths" section.
104   #- "DIR[BUILD,HTML]"
105   - "DIR[WORKING,DATA]"
106
107   build-dirs:
108   # List the directories where the results (build) is stored.
109   # All directories MUST be defined in "paths" section.
110   - "DIR[BUILD,HTML]"
111   - "DIR[BUILD,LATEX]"
112
113 - type: "configuration"
114
115   limits:
116     nic:
117       x520: 24460000
118       x553: 29761905
119       x710: 35800000
120       xxv710: 35800000
121       xl710: 35800000
122
123     link:
124       10ge: 14880952.38
125       25ge: 37202380.95
126       40ge: 59523809.52
127       100ge: 148809523.81
128
129     pci:
130       pci-g3-x8: 74404761.90
131       pci-g3-x16: 148809523.81
132
133   data-sets:
134
135     ###########################################################################
136     # Plots:
137
138     # 3n-hsw
139
140     plot-vpp-throughput-lat-tsa-3n-hsw:
141       csit-vpp-perf-verify-1908-3n-hsw:
142         - 12  # NDRPDR sel
143         - 13  # NDRPDR sel
144         - 14  # NDRPDR sel
145 #        - 15  # NDRPDR sel
146 #        - 16  # NDRPDR sel
147 #        - 17  # NDRPDR sel
148 #        - 18  # NDRPDR sel
149 #        - 19  # NDRPDR sel
150 #        - 20  # NDRPDR sel
151 #        - 21  # NDRPDR sel
152
153     plot-vpp-hdrh-lat-3n-hsw:
154       # TODO: Replace the data
155       #       This data is only an example
156       csit-vpp-perf-verify-master-3n-hsw:
157         - 595
158
159     plot-vpp-throughput-lat-tsa-3n-hsw-vhost:
160       csit-vpp-perf-verify-1908-3n-hsw:
161         - 48  # NDRPDR sel vhost
162         - 49  # NDRPDR sel vhost
163         - 52  # NDRPDR sel vhost
164 #        - 53  # NDRPDR sel vhost
165 #        - 54  # NDRPDR sel vhost
166 #        - 55  # NDRPDR sel vhost
167 #        - 56  # NDRPDR sel vhost
168 #        - 57  # NDRPDR sel vhost
169 #        - 58  # NDRPDR sel vhost
170 #        - 59  # NDRPDR sel vhost
171
172     plot-vpp-http-server-performance:
173       csit-vpp-perf-verify-1908-2n-skx:
174         - 29  # TCP
175         - 30  # TCP
176         - 58  # TCP
177 #        - 59  # TCP
178 #        - 60  # TCP
179 #        - 61  # TCP
180 #        - 62  # TCP
181 #        - 63  # TCP
182 #        - 64  # TCP
183 #        - 65  # TCP
184
185     plot-dpdk-throughput-latency-3n-hsw:
186       csit-dpdk-perf-verify-1908-3n-hsw:
187         - 2   # NDRPDR sel
188         - 3   # NDRPDR sel
189         - 4   # NDRPDR sel
190 #        - 5   # NDRPDR sel
191 #        - 6   # NDRPDR sel
192 #        - 7   # NDRPDR sel
193 #        - 8   # NDRPDR sel
194 #        - 9   # NDRPDR sel
195 #        - 10  # NDRPDR sel
196 #        - 11  # NDRPDR sel
197
198     plot-dpdk-hdrh-lat-3n-hsw:
199       # TODO: Replace the data
200       #       This data is only an example
201       csit-dpdk-perf-verify-master-3n-hsw:
202         - 13
203
204     # 3n-skx
205
206     plot-vpp-throughput-lat-tsa-3n-skx:
207       csit-vpp-perf-verify-1908-3n-skx:
208         - 14  # NDRPDR sel
209         - 16  # NDRPDR sel
210         - 19  # NDRPDR sel
211 #        - 20  # NDRPDR sel
212 #        - 22  # NDRPDR sel
213 #        - 23  # NDRPDR sel
214 #        - 24  # NDRPDR sel
215 #        - 25  # NDRPDR sel
216 #        - 26  # NDRPDR sel
217 #        - 29  # NDRPDR sel
218
219     plot-vpp-hdrh-lat-3n-skx:
220       # TODO: Replace the data
221       #       This data is only an example
222       csit-vpp-perf-verify-master-3n-skx:
223         - 299
224
225     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
226       csit-vpp-perf-verify-1908-3n-skx:
227         - 52  # NDRPDR sel vhost
228         - 53  # NDRPDR sel vhost
229         - 55  # NDRPDR sel vhost
230 #        - 61  # NDRPDR sel vhost
231 #        - 62  # NDRPDR sel vhost
232 #        - 63  # NDRPDR sel vhost
233 #        - 64  # NDRPDR sel vhost
234 #        - 65  # NDRPDR sel vhost
235 #        - 66  # NDRPDR sel vhost
236 #        - 67  # NDRPDR sel vhost
237
238     plot-dpdk-throughput-latency-3n-skx:
239       csit-dpdk-perf-verify-1908-3n-skx:
240         - 3   # NDRPDR sel
241         - 4   # NDRPDR sel
242         - 5   # NDRPDR sel
243 #        - 6   # NDRPDR sel
244 #        - 7   # NDRPDR sel
245 #        - 8   # NDRPDR sel
246 #        - 9   # NDRPDR sel
247 #        - 10  # NDRPDR sel
248 #        - 11  # NDRPDR sel
249 #        - 12  # NDRPDR sel
250
251     plot-dpdk-hdrh-lat-3n-skx:
252       # TODO: Replace the data
253       #       This data is only an example
254       csit-dpdk-perf-verify-master-3n-skx:
255         - 23
256
257     # 2n-skx
258
259     plot-vpp-throughput-lat-tsa-2n-skx:
260       csit-vpp-perf-verify-1908-2n-skx:
261         - 26  # NDRPDR sel
262         - 27  # NDRPDR sel
263         - 34  # NDRPDR sel
264 #        - 35  # NDRPDR sel
265 #        - 36  # NDRPDR sel
266 #        - 42  # NDRPDR sel
267 #        - 43  # NDRPDR sel
268 #        - 44  # NDRPDR sel
269 #        - 45  # NDRPDR sel
270 #        - 46  # NDRPDR sel
271
272     plot-vpp-hdrh-lat-2n-skx:
273       # TODO: Replace the data
274       #       This data is only an example
275       csit-vpp-perf-verify-master-2n-skx:
276         - 930
277
278     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
279       csit-vpp-perf-verify-1908-2n-skx:
280         - 88  # NDRPDR sel vhost
281         - 89  # NDRPDR sel vhost
282         - 91  # NDRPDR sel vhost
283 #        - 92  # NDRPDR sel vhost
284 #        - 93  # NDRPDR sel vhost
285 #        - 94  # NDRPDR sel vhost
286 #        - 95  # NDRPDR sel vhost
287 #        - 96  # NDRPDR sel vhost
288 #        - 97  # NDRPDR sel vhost
289 #        - 98  # NDRPDR sel vhost
290
291     plot-vpp-soak-2n-skx:
292       csit-vpp-perf-verify-1908-2n-skx:
293         - 83  # SOAK
294         - 86  # SOAK
295
296     plot-vpp-nfv-2n-skx-ndrpdr:
297       csit-vpp-perf-verify-1908-2n-skx:
298         - 22  # NFV
299         - 31  # NFV
300         - 32  # NFV
301 #        - 37  # NFV
302 #        - 38  # NFV
303 #        - 39  # NFV
304 #        - 53  # NFV
305 #        - 67  # NFV
306 #        - 68  # NFV
307 #        - 70  # NFV
308
309     plot-vpp-nfv-2n-skx-mrr:
310       csit-vpp-perf-verify-1908-2n-skx:
311         - 71  # NFV MRR
312
313     plot-vpp-nfv-reconf-2n-skx:
314       csit-vpp-perf-verify-1908-2n-skx:
315         - 113 # NFV reconf sel
316         - 114 # NFV reconf sel
317         - 115 # NFV reconf sel
318 #        - 116 # NFV reconf sel
319 #        - 118 # NFV reconf sel
320 #        - 119 # NFV reconf sel
321 #        - 120 # NFV reconf sel
322 #        - 121 # NFV reconf sel
323 #        - 122 # NFV reconf sel
324 #        - 123 # NFV reconf sel
325
326     plot-dpdk-throughput-latency-2n-skx:
327       csit-dpdk-perf-verify-1908-2n-skx:
328         - 2   # NDRPDR sel
329         - 3   # NDRPDR sel
330         - 4   # NDRPDR sel
331 #        - 5   # NDRPDR sel
332 #        - 7   # NDRPDR sel
333 #        - 8   # NDRPDR sel
334 #        - 9   # NDRPDR sel
335 #        - 10  # NDRPDR sel
336 #        - 11  # NDRPDR sel
337 #        - 12  # NDRPDR sel
338
339     plot-dpdk-hdrh-lat-2n-skx:
340       # TODO: Replace the data
341       #       This data is only an example
342       csit-dpdk-perf-verify-master-2n-skx:
343         - 16
344
345     # 2n-clx
346
347     plot-vpp-throughput-lat-tsa-2n-clx:
348       # TODO: Replace
349       # csit-vpp-perf-verify-2001-2n-clx:
350       csit-vpp-perf-verify-1908-2n-skx:
351         - 26  # NDRPDR sel
352         - 27  # NDRPDR sel
353         - 34  # NDRPDR sel
354
355     plot-vpp-hdrh-lat-2n-clx:
356       # TODO: Replace
357       # csit-vpp-perf-verify-2001-2n-clx:
358       csit-vpp-perf-verify-master-2n-skx:
359         - 930
360
361     plot-dpdk-throughput-latency-2n-clx:
362       # TODO: Replace
363       # csit-dpdk-perf-verify-2001-2n-clx:
364       csit-dpdk-perf-verify-1908-2n-skx:
365         - 2   # NDRPDR sel
366         - 3   # NDRPDR sel
367         - 4   # NDRPDR sel
368
369     plot-dpdk-hdrh-lat-2n-clx:
370       # TODO: Replace
371       # csit-dpdk-perf-verify-2001-2n-clx:
372       csit-dpdk-perf-verify-master-2n-skx:
373         - 16
374
375     # 3n-tsh
376
377     plot-vpp-throughput-lat-tsa-3n-tsh:
378       csit-vpp-perf-verify-1908-3n-tsh:
379         - 7   # NDRPDR sel
380         - 8   # NDRPDR sel
381         - 9   # NDRPDR sel
382 #        - 10  # NDRPDR sel
383 #        - 11  # NDRPDR sel
384 #        - 12  # NDRPDR sel
385 #        - 13  # NDRPDR sel
386 #        - 14  # NDRPDR sel
387 #        - 15  # NDRPDR sel
388 #        - 16  # NDRPDR sel
389
390     plot-vpp-hdrh-lat-3n-tsh:
391       # TODO: Replace the data
392       csit-vpp-perf-verify-master-3n-tsh:
393         - 25
394
395     # 3n-dnv
396
397     plot-vpp-throughput-lat-tsa-3n-dnv:
398       csit-vpp-perf-verify-1908-3n-dnv:
399         - 6   # NDRPDR sel
400         - 7   # NDRPDR sel
401         - 8   # NDRPDR sel
402 #        - 9   # NDRPDR sel
403 #        - 10  # NDRPDR sel
404 #        - 12  # NDRPDR sel
405 #        - 13  # NDRPDR sel
406 #        - 14  # NDRPDR sel
407 #        - 15  # NDRPDR sel
408 #        - 16  # NDRPDR sel
409
410     # 2n-dnv
411
412     plot-vpp-throughput-lat-tsa-2n-dnv:
413       csit-vpp-perf-verify-1908-2n-dnv:
414         - 1   # NDRPDR sel
415         - 2   # NDRPDR sel
416         - 3   # NDRPDR sel
417 #        - 4   # NDRPDR sel
418 #        - 5   # NDRPDR sel
419 #        - 6   # NDRPDR sel
420 #        - 7   # NDRPDR sel
421 #        - 8   # NDRPDR sel
422 #        - 9   # NDRPDR sel
423 #        - 10  # NDRPDR sel
424
425     ###########################################################################
426     # Simple tables (only one data set):
427
428     # NIC Comparisons
429
430     vpp-nic-comparison-3n-skx:
431       csit-vpp-perf-verify-1908-3n-skx:
432         - 14  # NDRPDR sel
433         - 16  # NDRPDR sel
434         - 19  # NDRPDR sel
435 #        - 20  # NDRPDR sel
436 #        - 22  # NDRPDR sel
437 #        - 23  # NDRPDR sel
438 #        - 24  # NDRPDR sel
439 #        - 25  # NDRPDR sel
440 #        - 26  # NDRPDR sel
441 #        - 29  # NDRPDR sel
442
443     vpp-nic-comparison-2n-skx:
444       csit-vpp-perf-verify-1908-2n-skx:
445         - 26  # NDRPDR sel
446         - 27  # NDRPDR sel
447         - 34  # NDRPDR sel
448 #        - 35  # NDRPDR sel
449 #        - 36  # NDRPDR sel
450 #        - 42  # NDRPDR sel
451 #        - 43  # NDRPDR sel
452 #        - 44  # NDRPDR sel
453 #        - 45  # NDRPDR sel
454 #        - 46  # NDRPDR sel
455
456     vpp-nic-comparison-3n-skx-mrr:
457       csit-vpp-perf-verify-1908-3n-skx:
458         - 36  # MRR sel
459
460     vpp-nic-comparison-2n-skx-mrr:
461       csit-vpp-perf-verify-1908-2n-skx:
462         - 69  # MRR sel
463
464     # Results
465
466     vpp-perf-results-3n-hsw:
467       csit-vpp-perf-verify-1908-3n-hsw:
468         - 24  # NDRPDR full
469         - 25  # NDRPDR full
470         - 26  # NDRPDR full
471 #        - 27  # NDRPDR full
472 #        - 28  # NDRPDR full
473 #        - 29  # NDRPDR full
474 #        - 32  # NDRPDR full
475 #        - 33  # NDRPDR full
476 #        - 36  # NDRPDR full
477 #        - 38  # NDRPDR full
478 #        - 50  # NDRPDR full vhost
479
480     vpp-perf-results-3n-skx:
481       csit-vpp-perf-verify-1908-3n-skx:
482         - 27  # NDRPDR full
483         - 28  # NDRPDR full
484         - 30  # NDRPDR full
485 #        - 31  # NDRPDR full
486 #        - 32  # NDRPDR full
487 #        - 33  # NDRPDR full
488 #        - 34  # NDRPDR full
489 #        - 35  # NDRPDR full
490 #        - 37  # NDRPDR full
491 #        - 39  # NDRPDR full
492 #        - 40  # NDRPDR full
493 #        - 41  # NDRPDR full
494 #        - 54  # NDRPDR full
495
496     vpp-perf-results-2n-skx:
497       csit-vpp-perf-verify-1908-2n-skx:
498         - 48  # NDRPDR full
499         - 49  # NDRPDR full
500         - 50  # NDRPDR full
501 #        - 51  # NDRPDR full
502 #        - 54  # NDRPDR full
503 #        - 55  # NDRPDR full
504 #        - 90  # NDRPDR full vhost
505 #        - 110 # NFV full
506 #        - 111 # NFV full
507 #        - 126 # NFV full
508 #        - 127 # NFV full
509 #        - 112 # NFV reconf full
510
511     vpp-perf-results-2n-clx:
512       # TODO: Replace
513       # csit-vpp-perf-verify-2001-2n-clx:
514       csit-vpp-perf-verify-1908-2n-skx:
515         - 48  # NDRPDR full
516         - 49  # NDRPDR full
517         - 50  # NDRPDR full
518
519     vpp-perf-results-3n-tsh:
520       csit-vpp-perf-verify-1908-3n-tsh:
521         - 13  # NDRPDR sel
522
523     vpp-perf-results-3n-dnv:
524       csit-vpp-perf-verify-1908-3n-dnv:
525         - 16  # NDRPDR sel
526
527     vpp-perf-results-2n-dnv:
528       csit-vpp-perf-verify-1908-2n-dnv:
529         - 9   # NDRPDR sel
530
531     vpp-mrr-results-3n-hsw:
532       csit-vpp-perf-verify-1908-3n-hsw:
533         - 39  # MRR sel
534
535     vpp-mrr-results-3n-skx:
536       csit-vpp-perf-verify-1908-3n-skx:
537         - 36  # MRR sel
538
539     vpp-mrr-results-2n-skx:
540       csit-vpp-perf-verify-1908-2n-skx:
541         - 69  # MRR sel
542
543     vpp-mrr-results-2n-clx:
544       # TODO: Replace
545       # csit-vpp-perf-verify-2001-2n-clx:
546       csit-vpp-perf-verify-1908-2n-skx:
547         - 69  # MRR sel
548
549     vpp-mrr-results-3n-tsh:
550       csit-vpp-perf-verify-1908-3n-tsh:
551         - 17  # MRR sel
552
553     vpp-mrr-results-3n-dnv:
554       csit-vpp-perf-verify-1908-3n-dnv:
555         - 17  # MRR sel
556
557     vpp-mrr-results-2n-dnv:
558       csit-vpp-perf-verify-1908-2n-dnv:
559         - 11  # MRR sel
560
561     vpp-device-results-ubuntu:
562       csit-vpp-device-1908-ubuntu1804-1n-skx:
563         - 65
564
565     dpdk-perf-results-3n-hsw:
566       csit-dpdk-perf-verify-1908-3n-hsw:
567         - 10  # NDRPDR sel
568
569     dpdk-perf-results-3n-skx:
570       csit-dpdk-perf-verify-1908-3n-skx:
571         - 12  # NDRPDR sel
572
573     dpdk-perf-results-2n-skx:
574       csit-dpdk-perf-verify-1908-2n-skx:
575         - 12  # NDRPDR sel
576
577     dpdk-perf-results-2n-clx:
578       # TODO: Replace
579       # csit-dpdk-perf-verify-2001-2n-clx:
580       csit-dpdk-perf-verify-1908-2n-skx:
581         - 12  # NDRPDR sel
582
583 ###########################################################################
584     # Tables (more than one data set)
585
586     # Performance changes
587
588     vpp-performance-changes-3n-hsw-h1:
589       csit-vpp-perf-verify-1901-3n-hsw:
590         - 10  # NDRPDR sel
591         - 19  # NDRPDR sel
592         - 31  # NDRPDR sel
593 #        - 36  # NDRPDR sel
594 #        - 40  # NDRPDR sel
595 #        - 42  # NDRPDR sel
596 #        - 44  # NDRPDR sel
597 #        - 46  # NDRPDR sel
598 #        - 47  # NDRPDR sel
599 #        - 48  # NDRPDR sel
600 #        - 61  # NDRPDR LB
601 #        - 62  # NDRPDR LB
602 #        - 63  # NDRPDR LB
603 #        - 64  # NDRPDR LB
604 #        - 65  # NDRPDR LB
605 #        - 66  # NDRPDR LB
606 #        - 67  # NDRPDR LB
607 #        - 69  # NDRPDR LB
608 #        - 70  # NDRPDR LB
609 #        - 71  # NDRPDR LB
610     vpp-performance-changes-3n-hsw-ref:
611       csit-vpp-perf-verify-1904-3n-hsw:
612         - 11  # NDRPDR sel
613         - 12  # NDRPDR sel
614         - 20  # NDRPDR sel
615 #        - 21  # NDRPDR sel
616 #        - 23  # NDRPDR sel
617 #        - 24  # NDRPDR sel
618 #        - 25  # NDRPDR sel
619 #        - 26  # NDRPDR sel
620 #        - 29  # NDRPDR sel
621 #        - 30  # NDRPDR sel
622     vpp-performance-changes-3n-hsw-cmp:
623       csit-vpp-perf-verify-1908-3n-hsw:
624         - 12  # NDRPDR sel
625         - 13  # NDRPDR sel
626         - 14  # NDRPDR sel
627 #        - 15  # NDRPDR sel
628 #        - 16  # NDRPDR sel
629 #        - 17  # NDRPDR sel
630 #        - 18  # NDRPDR sel
631 #        - 19  # NDRPDR sel
632 #        - 20  # NDRPDR sel
633 #        - 21  # NDRPDR sel
634     vpp-performance-changes-3n-hsw:
635       - "vpp-performance-changes-3n-hsw-h1"
636       - "vpp-performance-changes-3n-hsw-ref"
637       - "vpp-performance-changes-3n-hsw-cmp"
638
639     vpp-performance-changes-3n-skx-h1:
640       csit-vpp-perf-verify-1901-3n-skx:
641         - 18  # NDRPDR sel
642         - 19  # NDRPDR sel
643         - 20  # NDRPDR sel
644 #        - 28  # NDRPDR sel
645 #        - 31  # NDRPDR sel
646 #        - 33  # NDRPDR sel
647 #        - 36  # NDRPDR sel
648 #        - 38  # NDRPDR sel
649 #        - 47  # NDRPDR sel
650 #        - 48  # NDRPDR sel
651 #        - 54  # NDRPDR LB
652 #        - 57  # NDRPDR LB
653 #        - 58  # NDRPDR LB
654 #        - 59  # NDRPDR LB
655 #        - 60  # NDRPDR LB
656 #        - 63  # NDRPDR LB
657 #        - 64  # NDRPDR LB
658 #        - 65  # NDRPDR LB
659 #        - 66  # NDRPDR LB
660 #        - 67  # NDRPDR LB
661     vpp-performance-changes-3n-skx-ref:
662       csit-vpp-perf-verify-1904-3n-skx:
663         - 8   # NDRPDR sel
664         - 9   # NDRPDR sel
665         - 10  # NDRPDR sel
666 #        - 11  # NDRPDR sel
667 #        - 12  # NDRPDR sel
668 #        - 14  # NDRPDR sel
669 #        - 16  # NDRPDR sel
670 #        - 21  # NDRPDR sel
671 #        - 23  # NDRPDR sel
672 #        - 25  # NDRPDR sel
673     vpp-performance-changes-3n-skx-cmp:
674       csit-vpp-perf-verify-1908-3n-skx:
675         - 14  # NDRPDR sel
676         - 16  # NDRPDR sel
677         - 19  # NDRPDR sel
678 #        - 20  # NDRPDR sel
679 #        - 22  # NDRPDR sel
680 #        - 23  # NDRPDR sel
681 #        - 24  # NDRPDR sel
682 #        - 25  # NDRPDR sel
683 #        - 26  # NDRPDR sel
684 #        - 29  # NDRPDR sel
685     vpp-performance-changes-3n-skx:
686       - "vpp-performance-changes-3n-skx-h1"
687       - "vpp-performance-changes-3n-skx-ref"
688       - "vpp-performance-changes-3n-skx-cmp"
689
690     vpp-performance-changes-2n-skx-h1:
691       csit-vpp-perf-verify-1901-2n-skx:
692         - 5   # NDRPDR sel
693         - 12  # NDRPDR sel
694         - 13  # NDRPDR sel
695 #        - 21  # NDRPDR sel
696 #        - 23  # NDRPDR sel
697 #        - 31  # NDRPDR sel
698 #        - 34  # NDRPDR sel
699 #        - 40  # NDRPDR sel
700 #        - 42  # NDRPDR sel
701 #        - 43  # NDRPDR sel
702     vpp-performance-changes-2n-skx-ref:
703       csit-vpp-perf-verify-1904-2n-skx:
704         - 12  # NDRPDR sel
705         - 14  # NDRPDR sel
706         - 16  # NDRPDR sel
707 #        - 17  # NDRPDR sel
708 #        - 18  # NDRPDR sel
709 #        - 21  # NDRPDR sel
710 #        - 27  # NDRPDR sel
711 #        - 30  # NDRPDR sel
712 #        - 31  # NDRPDR sel
713 #        - 32  # NDRPDR sel
714     vpp-performance-changes-2n-skx-cmp:
715       csit-vpp-perf-verify-1908-2n-skx:
716         - 26  # NDRPDR sel
717         - 27  # NDRPDR sel
718         - 34  # NDRPDR sel
719 #        - 35  # NDRPDR sel
720 #        - 36  # NDRPDR sel
721 #        - 42  # NDRPDR sel
722 #        - 43  # NDRPDR sel
723 #        - 44  # NDRPDR sel
724 #        - 45  # NDRPDR sel
725 #        - 46  # NDRPDR sel
726     vpp-performance-changes-2n-skx:
727       - "vpp-performance-changes-2n-skx-h1"
728       - "vpp-performance-changes-2n-skx-ref"
729       - "vpp-performance-changes-2n-skx-cmp"
730
731     vpp-performance-changes-2n-dnv-ref:
732       csit-vpp-perf-verify-1908-2n-dnv:
733           - 1   # NDRPDR sel
734           - 2   # NDRPDR sel
735           - 3   # NDRPDR sel
736     vpp-performance-changes-2n-dnv-cmp:
737       # TODO: Replace
738       # csit-vpp-perf-verify-2001-2n-dnv:
739       csit-vpp-perf-verify-1908-2n-dnv:
740           - 1   # NDRPDR sel
741           - 2   # NDRPDR sel
742           - 3   # NDRPDR sel
743     vpp-performance-changes-2n-dnv:
744       - "vpp-performance-changes-2n-dnv-ref"
745       - "vpp-performance-changes-2n-dnv-cmp"
746
747     vpp-performance-changes-3n-dnv-ref:
748       csit-vpp-perf-verify-1908-3n-dnv:
749           - 6   # NDRPDR sel
750           - 7   # NDRPDR sel
751           - 8   # NDRPDR sel
752     vpp-performance-changes-3n-dnv-cmp:
753       # TODO: Replace
754       # csit-vpp-perf-verify-2001-3n-dnv:
755       csit-vpp-perf-verify-1908-3n-dnv:
756           - 6   # NDRPDR sel
757           - 7   # NDRPDR sel
758           - 8   # NDRPDR sel
759     vpp-performance-changes-3n-dnv:
760       - "vpp-performance-changes-3n-dnv-ref"
761       - "vpp-performance-changes-3n-dnv-cmp"
762
763     vpp-performance-changes-3n-tsh-ref:
764       csit-vpp-perf-verify-1908-3n-tsh:
765         - 7   # NDRPDR sel
766         - 8   # NDRPDR sel
767         - 9   # NDRPDR sel
768     vpp-performance-changes-3n-tsh-cmp:
769       # TODO: Replace
770       # csit-vpp-perf-verify-2001-3n-tsh:
771       csit-vpp-perf-verify-1908-3n-tsh:
772         - 7   # NDRPDR sel
773         - 8   # NDRPDR sel
774         - 9   # NDRPDR sel
775     vpp-performance-changes-3n-tsh:
776       - "vpp-performance-changes-3n-tsh-ref"
777       - "vpp-performance-changes-3n-tsh-cmp"
778
779     vpp-soak-vs-ndr-2n-skx-ref:
780       csit-vpp-perf-verify-1908-2n-skx:
781         - 26  # NDRPDR sel
782         - 27  # NDRPDR sel
783         - 34  # NDRPDR sel
784 #        - 35  # NDRPDR sel
785 #        - 36  # NDRPDR sel
786 #        - 42  # NDRPDR sel
787 #        - 43  # NDRPDR sel
788 #        - 44  # NDRPDR sel
789 #        - 45  # NDRPDR sel
790 #        - 46  # NDRPDR sel
791     vpp-soak-vs-ndr-2n-skx-cmp:
792       csit-vpp-perf-verify-1908-2n-skx:
793         - 83  # SOAK
794         - 86  # SOAK
795     vpp-soak-vs-ndr-2n-skx:
796       csit-vpp-perf-verify-1908-2n-skx:
797         - 26  # NDRPDR sel
798         - 27  # NDRPDR sel
799         - 34  # NDRPDR sel
800 #        - 35  # NDRPDR sel
801 #        - 36  # NDRPDR sel
802 #        - 42  # NDRPDR sel
803 #        - 43  # NDRPDR sel
804 #        - 44  # NDRPDR sel
805 #        - 45  # NDRPDR sel
806 #        - 46  # NDRPDR sel
807         - 83  # SOAK
808         - 86  # SOAK
809
810     vpp-performance-changes-3n-hsw-mrr-h1:
811       csit-vpp-perf-verify-1901-3n-hsw:
812         - 35  # MRR sel
813     vpp-performance-changes-3n-hsw-mrr-ref:
814       csit-vpp-perf-verify-1904-3n-hsw:
815         - 9   # MRR sel
816     vpp-performance-changes-3n-hsw-mrr-cmp:
817       csit-vpp-perf-verify-1908-3n-hsw:
818         - 39  # MRR sel
819     vpp-performance-changes-3n-hsw-mrr:
820       - "vpp-performance-changes-3n-hsw-mrr-h1"
821       - "vpp-performance-changes-3n-hsw-mrr-ref"
822       - "vpp-performance-changes-3n-hsw-mrr-cmp"
823
824     vpp-performance-changes-3n-skx-mrr-h1:
825       csit-vpp-perf-verify-1901-3n-skx:
826         - 32  # MRR sel
827     vpp-performance-changes-3n-skx-mrr-ref:
828       csit-vpp-perf-verify-1904-3n-skx:
829         - 7   # MRR sel
830     vpp-performance-changes-3n-skx-mrr-cmp:
831       csit-vpp-perf-verify-1908-3n-skx:
832         - 36  # MRR sel
833     vpp-performance-changes-3n-skx-mrr:
834       - "vpp-performance-changes-3n-skx-mrr-h1"
835       - "vpp-performance-changes-3n-skx-mrr-ref"
836       - "vpp-performance-changes-3n-skx-mrr-cmp"
837
838     vpp-performance-changes-2n-skx-mrr-h1:
839       csit-vpp-perf-verify-1901-2n-skx:
840         - 22  # MRR sel
841     vpp-performance-changes-2n-skx-mrr-ref:
842       csit-vpp-perf-verify-1904-2n-skx:
843         - 11  # MRR sel
844     vpp-performance-changes-2n-skx-mrr-cmp:
845       csit-vpp-perf-verify-1908-2n-skx:
846         - 69  # MRR sel
847     vpp-performance-changes-2n-skx-mrr:
848       - "vpp-performance-changes-2n-skx-mrr-h1"
849       - "vpp-performance-changes-2n-skx-mrr-ref"
850       - "vpp-performance-changes-2n-skx-mrr-cmp"
851
852     vpp-performance-changes-2n-dnv-mrr-ref:
853       csit-vpp-perf-verify-1908-2n-dnv:
854         - 11  # MRR sel
855     vpp-performance-changes-2n-dnv-mrr-cmp:
856       # TODO: Replace
857       # csit-vpp-perf-verify-2001-2n-dnv:
858       csit-vpp-perf-verify-1908-2n-dnv:
859         - 11  # MRR sel
860     vpp-performance-changes-2n-dnv-mrr:
861       - "vpp-performance-changes-2n-dnv-mrr-ref"
862       - "vpp-performance-changes-2n-dnv-mrr-cmp"
863
864     vpp-performance-changes-3n-dnv-mrr-ref:
865       csit-vpp-perf-verify-1908-3n-dnv:
866         - 17  # MRR sel
867     vpp-performance-changes-3n-dnv-mrr-cmp:
868       # TODO: Replace
869       # csit-vpp-perf-verify-2001-3n-dnv:
870       csit-vpp-perf-verify-1908-3n-dnv:
871         - 17  # MRR sel
872     vpp-performance-changes-3n-dnv-mrr:
873       - "vpp-performance-changes-3n-dnv-mrr-ref"
874       - "vpp-performance-changes-3n-dnv-mrr-cmp"
875
876     vpp-performance-changes-3n-tsh-mrr-ref:
877       csit-vpp-perf-verify-1908-3n-tsh:
878         - 17  # MRR sel
879     vpp-performance-changes-3n-tsh-mrr-cmp:
880       # TODO: Replace
881       # csit-vpp-perf-verify-2001-3n-tsh:
882       csit-vpp-perf-verify-1908-3n-tsh:
883         - 17  # MRR sel
884     vpp-performance-changes-3n-tsh-mrr:
885       - "vpp-performance-changes-3n-tsh-mrr-ref"
886       - "vpp-performance-changes-3n-tsh-mrr-cmp"
887
888     dpdk-performance-changes-3n-hsw-h1:
889       csit-dpdk-perf-verify-1901-3n-hsw:
890         - 13  # NDRPDR sel
891         - 14  # NDRPDR sel
892         - 16  # NDRPDR sel
893 #        - 17  # NDRPDR sel
894 #        - 18  # NDRPDR sel
895 #        - 19  # NDRPDR sel
896 #        - 20  # NDRPDR sel
897 #        - 21  # NDRPDR sel
898 #        - 22  # NDRPDR sel
899 #        - 23  # NDRPDR sel
900     dpdk-performance-changes-3n-hsw-ref:
901       csit-dpdk-perf-verify-1904-3n-hsw:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 5   # NDRPDR sel
905 #        - 6   # NDRPDR sel
906 #        - 13  # NDRPDR sel
907 #        - 14  # NDRPDR sel
908 #        - 15  # NDRPDR sel
909 #        - 18  # NDRPDR sel
910 #        - 19  # NDRPDR sel
911 #        - 20  # NDRPDR sel
912     dpdk-performance-changes-3n-hsw-cmp:
913       csit-dpdk-perf-verify-1908-3n-hsw:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917 #        - 5   # NDRPDR sel
918 #        - 6   # NDRPDR sel
919 #        - 7   # NDRPDR sel
920 #        - 8   # NDRPDR sel
921 #        - 9   # NDRPDR sel
922 #        - 10  # NDRPDR sel
923 #        - 11  # NDRPDR sel
924     dpdk-performance-changes-3n-hsw:
925       - "dpdk-performance-changes-3n-hsw-h1"
926       - "dpdk-performance-changes-3n-hsw-ref"
927       - "dpdk-performance-changes-3n-hsw-cmp"
928
929     dpdk-performance-changes-3n-skx-h1:
930       csit-dpdk-perf-verify-1901-3n-skx:
931         - 3   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 6   # NDRPDR sel
934 #        - 7   # NDRPDR sel
935 #        - 8   # NDRPDR sel
936 #        - 9   # NDRPDR sel
937 #        - 10  # NDRPDR sel
938 #        - 11  # NDRPDR sel
939 #        - 12  # NDRPDR sel
940 #        - 13  # NDRPDR sel
941     dpdk-performance-changes-3n-skx-ref:
942       csit-dpdk-perf-verify-1904-3n-skx:
943         - 2   # NDRPDR sel
944         - 3   # NDRPDR sel
945         - 4   # NDRPDR sel
946 #        - 5   # NDRPDR sel
947 #        - 6   # NDRPDR sel
948 #        - 7   # NDRPDR sel
949 #        - 11  # NDRPDR sel
950 #        - 12  # NDRPDR sel
951 #        - 13  # NDRPDR sel
952 #        - 14  # NDRPDR sel
953     dpdk-performance-changes-3n-skx-cmp:
954       csit-dpdk-perf-verify-1908-3n-skx:
955         - 3   # NDRPDR sel
956         - 4   # NDRPDR sel
957         - 5   # NDRPDR sel
958 #        - 6   # NDRPDR sel
959 #        - 7   # NDRPDR sel
960 #        - 8   # NDRPDR sel
961 #        - 9   # NDRPDR sel
962 #        - 10  # NDRPDR sel
963 #        - 11  # NDRPDR sel
964 #        - 12  # NDRPDR sel
965     dpdk-performance-changes-3n-skx:
966       - "dpdk-performance-changes-3n-skx-h1"
967       - "dpdk-performance-changes-3n-skx-ref"
968       - "dpdk-performance-changes-3n-skx-cmp"
969
970     dpdk-performance-changes-2n-skx-h1:
971       csit-dpdk-perf-verify-1901-2n-skx:
972         - 12  # NDRPDR sel
973         - 13  # NDRPDR sel
974         - 14  # NDRPDR sel
975 #        - 15  # NDRPDR sel
976 #        - 16  # NDRPDR sel
977 #        - 17  # NDRPDR sel
978 #        - 18  # NDRPDR sel
979 #        - 19  # NDRPDR sel
980 #        - 20  # NDRPDR sel
981 #        - 21  # NDRPDR sel
982     dpdk-performance-changes-2n-skx-ref:
983       csit-dpdk-perf-verify-1904-2n-skx:
984         - 2   # NDRPDR sel
985         - 3   # NDRPDR sel
986         - 4   # NDRPDR sel
987 #        - 5   # NDRPDR sel
988 #        - 7   # NDRPDR sel
989 #        - 8   # NDRPDR sel
990 #        - 9   # NDRPDR sel
991 #        - 10  # NDRPDR sel
992 #        - 11  # NDRPDR sel
993 #        - 12  # NDRPDR sel
994     dpdk-performance-changes-2n-skx-cmp:
995       csit-dpdk-perf-verify-1908-2n-skx:
996         - 2   # NDRPDR sel
997         - 3   # NDRPDR sel
998         - 4   # NDRPDR sel
999 #        - 5   # NDRPDR sel
1000 #        - 7   # NDRPDR sel
1001 #        - 8   # NDRPDR sel
1002 #        - 9   # NDRPDR sel
1003 #        - 10  # NDRPDR sel
1004 #        - 11  # NDRPDR sel
1005 #        - 12  # NDRPDR sel
1006     dpdk-performance-changes-2n-skx:
1007       - "dpdk-performance-changes-2n-skx-h1"
1008       - "dpdk-performance-changes-2n-skx-ref"
1009       - "dpdk-performance-changes-2n-skx-cmp"
1010
1011     # Compare testbeds
1012
1013     vpp-compare-testbeds-ref:
1014       csit-vpp-perf-verify-1908-3n-hsw:
1015         - 12  # NDRPDR sel
1016         - 13  # NDRPDR sel
1017         - 14  # NDRPDR sel
1018 #        - 15  # NDRPDR sel
1019 #        - 16  # NDRPDR sel
1020 #        - 17  # NDRPDR sel
1021 #        - 18  # NDRPDR sel
1022 #        - 19  # NDRPDR sel
1023 #        - 20  # NDRPDR sel
1024 #        - 21  # NDRPDR sel
1025     vpp-compare-testbeds-cmp:
1026       csit-vpp-perf-verify-1908-3n-skx:
1027         - 14  # NDRPDR sel
1028         - 16  # NDRPDR sel
1029         - 19  # NDRPDR sel
1030 #        - 20  # NDRPDR sel
1031 #        - 22  # NDRPDR sel
1032 #        - 23  # NDRPDR sel
1033 #        - 24  # NDRPDR sel
1034 #        - 25  # NDRPDR sel
1035 #        - 26  # NDRPDR sel
1036 #        - 29  # NDRPDR sel
1037     vpp-compare-testbeds:
1038       - "vpp-compare-testbeds-ref"
1039       - "vpp-compare-testbeds-cmp"
1040
1041     vpp-compare-testbeds-skx-clx-ref:
1042       # TODO: Replace
1043       # csit-vpp-perf-verify-2001-2n-skx:
1044       csit-vpp-perf-verify-1908-2n-skx:
1045         - 26  # NDRPDR sel
1046         - 27  # NDRPDR sel
1047         - 34  # NDRPDR sel
1048     vpp-compare-testbeds-skx-clx-cmp:
1049       # TODO: Replace
1050       # csit-vpp-perf-verify-2001-2n-clx:
1051       csit-vpp-perf-verify-1908-2n-skx:
1052         - 26  # NDRPDR sel
1053         - 27  # NDRPDR sel
1054         - 34  # NDRPDR sel
1055     vpp-compare-testbeds-skx-clx:
1056       - "vpp-compare-testbeds-skx-clx-ref"
1057       - "vpp-compare-testbeds-skx-clx-cmp"
1058
1059     vpp-compare-testbeds-mrr-ref:
1060       csit-vpp-perf-verify-1908-3n-hsw:
1061         - 39  # MRR sel
1062     vpp-compare-testbeds-mrr-cmp:
1063       csit-vpp-perf-verify-1908-3n-skx:
1064         - 36  # MRR sel
1065     vpp-compare-testbeds-mrr:
1066       - "vpp-compare-testbeds-mrr-ref"
1067       - "vpp-compare-testbeds-mrr-cmp"
1068
1069     vpp-compare-testbeds-mrr-skx-clx-ref:
1070       # TODO: Replace
1071       # csit-vpp-perf-verify-2001-2n-skx:
1072       csit-vpp-perf-verify-1908-2n-skx:
1073         - 69  # MRR sel
1074     vpp-compare-testbeds-mrr-skx-clx-cmp:
1075       # TODO: Replace
1076       # csit-vpp-perf-verify-2001-2n-clx:
1077       csit-vpp-perf-verify-1908-2n-skx:
1078         - 69  # MRR sel
1079     vpp-compare-testbeds-mrr-skx-clx:
1080       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1081       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1082
1083     dpdk-compare-testbeds-ref:
1084       csit-dpdk-perf-verify-1908-3n-hsw:
1085         - 2   # NDRPDR sel
1086         - 3   # NDRPDR sel
1087         - 4   # NDRPDR sel
1088 #        - 5   # NDRPDR sel
1089 #        - 6   # NDRPDR sel
1090 #        - 7   # NDRPDR sel
1091 #        - 8   # NDRPDR sel
1092 #        - 9   # NDRPDR sel
1093 #        - 10  # NDRPDR sel
1094 #        - 11  # NDRPDR sel
1095     dpdk-compare-testbeds-cmp:
1096       csit-dpdk-perf-verify-1908-3n-skx:
1097         - 3   # NDRPDR sel
1098         - 4   # NDRPDR sel
1099         - 5   # NDRPDR sel
1100 #        - 6   # NDRPDR sel
1101 #        - 7   # NDRPDR sel
1102 #        - 8   # NDRPDR sel
1103 #        - 9   # NDRPDR sel
1104 #        - 10  # NDRPDR sel
1105 #        - 11  # NDRPDR sel
1106 #        - 12  # NDRPDR sel
1107     dpdk-compare-testbeds:
1108       - "dpdk-compare-testbeds-ref"
1109       - "dpdk-compare-testbeds-cmp"
1110
1111     dpdk-compare-testbeds-skx-clx-ref:
1112       # TODO: Replace
1113       # csit-dpdk-perf-verify-2001-2n-skx:
1114       csit-dpdk-perf-verify-1908-2n-skx:
1115         - 2   # NDRPDR sel
1116         - 3   # NDRPDR sel
1117         - 4   # NDRPDR sel
1118     dpdk-compare-testbeds-skx-clx-cmp:
1119       # TODO: Replace
1120       # csit-dpdk-perf-verify-2001-2n-clx:
1121       csit-dpdk-perf-verify-1908-2n-skx:
1122         - 2   # NDRPDR sel
1123         - 3   # NDRPDR sel
1124         - 4   # NDRPDR sel
1125     dpdk-compare-testbeds-skx-clx:
1126       - "dpdk-compare-testbeds-skx-clx-ref"
1127       - "dpdk-compare-testbeds-skx-clx-cmp"
1128
1129     # Compare topologies
1130
1131     vpp-compare-topologies-ref:
1132       csit-vpp-perf-verify-1908-3n-skx:
1133         - 14  # NDRPDR sel
1134         - 16  # NDRPDR sel
1135         - 19  # NDRPDR sel
1136 #        - 20  # NDRPDR sel
1137 #        - 22  # NDRPDR sel
1138 #        - 23  # NDRPDR sel
1139 #        - 24  # NDRPDR sel
1140 #        - 25  # NDRPDR sel
1141 #        - 26  # NDRPDR sel
1142 #        - 29  # NDRPDR sel
1143     vpp-compare-topologies-cmp:
1144       csit-vpp-perf-verify-1908-2n-skx:
1145         - 26  # NDRPDR sel
1146         - 27  # NDRPDR sel
1147         - 34  # NDRPDR sel
1148 #        - 35  # NDRPDR sel
1149 #        - 36  # NDRPDR sel
1150 #        - 42  # NDRPDR sel
1151 #        - 43  # NDRPDR sel
1152 #        - 44  # NDRPDR sel
1153 #        - 45  # NDRPDR sel
1154 #        - 46  # NDRPDR sel
1155     vpp-compare-topologies:
1156       - "vpp-compare-topologies-ref"
1157       - "vpp-compare-topologies-cmp"
1158
1159     vpp-compare-topologies-mrr-ref:
1160       csit-vpp-perf-verify-1908-3n-skx:
1161         - 36  # MRR sel
1162     vpp-compare-topologies-mrr-cmp:
1163       csit-vpp-perf-verify-1908-2n-skx:
1164         - 69  # MRR sel
1165     vpp-compare-topologies-mrr:
1166       - "vpp-compare-topologies-mrr-ref"
1167       - "vpp-compare-topologies-mrr-cmp"
1168
1169     dpdk-compare-topologies-ref:
1170       csit-dpdk-perf-verify-1908-3n-skx:
1171         - 3   # NDRPDR sel
1172         - 4   # NDRPDR sel
1173         - 5   # NDRPDR sel
1174 #        - 6   # NDRPDR sel
1175 #        - 7   # NDRPDR sel
1176 #        - 8   # NDRPDR sel
1177 #        - 9   # NDRPDR sel
1178 #        - 10  # NDRPDR sel
1179 #        - 11  # NDRPDR sel
1180 #        - 12  # NDRPDR sel
1181     dpdk-compare-topologies-cmp:
1182       csit-dpdk-perf-verify-1908-2n-skx:
1183         - 2   # NDRPDR sel
1184         - 3   # NDRPDR sel
1185         - 4   # NDRPDR sel
1186 #        - 5   # NDRPDR sel
1187 #        - 7   # NDRPDR sel
1188 #        - 8   # NDRPDR sel
1189 #        - 9   # NDRPDR sel
1190 #        - 10  # NDRPDR sel
1191 #        - 11  # NDRPDR sel
1192 #        - 12  # NDRPDR sel
1193     dpdk-compare-topologies:
1194       - "dpdk-compare-topologies-ref"
1195       - "dpdk-compare-topologies-cmp"
1196
1197   plot-layouts:
1198
1199     plot-soak-throughput:
1200       titlefont:
1201         size: 18
1202       xaxis:
1203         title: "<b>Test Cases [Index]</b>"
1204         titlefont:
1205           size: 16
1206         autorange: True
1207         fixedrange: False
1208         gridcolor: "rgb(230, 230, 230)"
1209         linecolor: "rgb(220, 220, 220)"
1210         linewidth: 1
1211         showgrid: True
1212         showline: True
1213         showticklabels: True
1214         tickcolor: "rgb(220, 220, 220)"
1215         tickmode: "linear"
1216         tickfont:
1217           size: 16
1218         zeroline: False
1219       yaxis:
1220         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1221         titlefont:
1222           size: 16
1223         gridcolor: "rgb(230, 230, 230)"
1224         hoverformat: ".4r"
1225         tickformat: ".3r"
1226         linecolor: "rgb(220, 220, 220)"
1227         linewidth: 1
1228         showgrid: True
1229         showline: True
1230         showticklabels: True
1231         tickcolor: "rgb(220, 220, 220)"
1232         tickfont:
1233           size: 16
1234         zeroline: False
1235         range: [0,50]
1236       autosize: False
1237       margin:
1238         t: 50
1239         b: 0
1240         l: 80
1241         r: 20
1242       showlegend: True
1243       legend:
1244         orientation: "h"
1245         font:
1246           size: 16
1247       width: 700
1248       height: 900
1249       paper_bgcolor: "#fff"
1250       plot_bgcolor: "#fff"
1251       hoverlabel:
1252         namelength: -1
1253
1254     plot-service-density:
1255       titlefont:
1256         size: 18
1257       xaxis:
1258         side: "top"
1259         autorange: True
1260         fixedrange: False
1261         showgrid: False
1262         showline: False
1263         showticklabels: False
1264         ticks: ""
1265         ticklen: 0
1266         tickwidth: 0
1267         zeroline: False
1268       yaxis:
1269         autorange: "reversed"
1270         showgrid: False
1271         showline: False
1272         showticklabels: False
1273         ticks: ""
1274         ticklen: 0
1275         tickwidth: 0
1276         zeroline: False
1277       showlegend: False
1278       paper_bgcolor: "#fff"
1279       plot_bgcolor: "#fff"
1280       width: 700
1281       height: 700
1282       hoverlabel:
1283         namelength: -1
1284
1285     plot-cps:
1286       titlefont:
1287         size: 18
1288       xaxis:
1289         title: "<b>Test Cases [Index]</b>"
1290         titlefont:
1291           size: 16
1292         autorange: True
1293         fixedrange: False
1294         gridcolor: "rgb(230, 230, 230)"
1295         linecolor: "rgb(220, 220, 220)"
1296         linewidth: 1
1297         showgrid: True
1298         showline: True
1299         showticklabels: True
1300         tickcolor: "rgb(220, 220, 220)"
1301         tickmode: "linear"
1302         tickfont:
1303           size: 16
1304         zeroline: False
1305       yaxis:
1306         title: "<b>Connections Per Second [cps]</b>"
1307         titlefont:
1308           size: 16
1309         gridcolor: "rgb(230, 230, 230)"
1310         hoverformat: ".4s"
1311         linecolor: "rgb(220, 220, 220)"
1312         linewidth: 1
1313         rangemode: "tozero"
1314         showgrid: True
1315         showline: True
1316         showticklabels: True
1317         tickcolor: "rgb(220, 220, 220)"
1318         tickformat: ".3s"
1319         tickfont:
1320           size: 16
1321         zeroline: False
1322       boxmode: "group"
1323       boxgroupgap: 0.5
1324       autosize: False
1325       margin:
1326         t: 50
1327         b: 20
1328         l: 80
1329         r: 20
1330       showlegend: True
1331       legend:
1332         orientation: "h"
1333         font:
1334           size: 16
1335       width: 700
1336       height: 800
1337       paper_bgcolor: "#fff"
1338       plot_bgcolor: "#fff"
1339       hoverlabel:
1340         namelength: -1
1341
1342     plot-rps:
1343       titlefont:
1344         size: 18
1345       xaxis:
1346         title: "<b>Test Cases [Index]</b>"
1347         titlefont:
1348           size: 16
1349         autorange: True
1350         fixedrange: False
1351         gridcolor: "rgb(230, 230, 230)"
1352         linecolor: "rgb(220, 220, 220)"
1353         linewidth: 1
1354         showgrid: True
1355         showline: True
1356         showticklabels: True
1357         tickcolor: "rgb(220, 220, 220)"
1358         tickmode: "linear"
1359         tickfont:
1360           size: 16
1361         zeroline: False
1362       yaxis:
1363         title: "<b>Requests Per Second [rps]</b>"
1364         titlefont:
1365           size: 16
1366         gridcolor: "rgb(230, 230, 230)"
1367         hoverformat: ".4s"
1368         linecolor: "rgb(220, 220, 220)"
1369         linewidth: 1
1370         rangemode: "tozero"
1371         showgrid: True
1372         showline: True
1373         showticklabels: True
1374         tickcolor: "rgb(230, 230, 230)"
1375         tickformat: ".3s"
1376         tickfont:
1377           size: 16
1378         zeroline: False
1379       boxmode: "group"
1380       boxgroupgap: 0.5
1381       autosize: False
1382       margin:
1383         t: 50
1384         b: 20
1385         l: 80
1386         r: 20
1387       showlegend: True
1388       legend:
1389         orientation: "h"
1390         font:
1391           size: 16
1392       width: 700
1393       height: 800
1394       paper_bgcolor: "#fff"
1395       plot_bgcolor: "#fff"
1396       hoverlabel:
1397         namelength: -1
1398
1399     plot-throughput:
1400       titlefont:
1401         size: 18
1402       xaxis:
1403         title: "<b>Test Cases [Index]</b>"
1404         titlefont:
1405           size: 16
1406         autorange: True
1407         fixedrange: False
1408         gridcolor: "rgb(230, 230, 230)"
1409         linecolor: "rgb(220, 220, 220)"
1410         linewidth: 1
1411         showgrid: True
1412         showline: True
1413         showticklabels: True
1414         tickcolor: "rgb(220, 220, 220)"
1415         tickmode: "linear"
1416         tickfont:
1417           size: 16
1418         zeroline: False
1419       yaxis:
1420         title: "<b>Packet Throughput [Mpps]</b>"
1421         titlefont:
1422           size: 16
1423         gridcolor: "rgb(230, 230, 230)"
1424         hoverformat: ".4r"
1425         tickformat: ".3r"
1426         linecolor: "rgb(220, 220, 220)"
1427         linewidth: 1
1428         showgrid: True
1429         showline: True
1430         showticklabels: True
1431         tickcolor: "rgb(220, 220, 220)"
1432         tickfont:
1433           size: 16
1434         zeroline: False
1435         range: [0,50]
1436       autosize: False
1437       margin:
1438         t: 50
1439         b: 0
1440         l: 80
1441         r: 20
1442       showlegend: True
1443       legend:
1444         orientation: "h"
1445         font:
1446           size: 16
1447       width: 700
1448       height: 900
1449       paper_bgcolor: "#fff"
1450       plot_bgcolor: "#fff"
1451       hoverlabel:
1452         namelength: -1
1453
1454     plot-throughput-speedup-analysis:
1455       titlefont:
1456         size: 18
1457       xaxis:
1458         title: "<b>Number of Cores [Qty]</b>"
1459         titlefont:
1460           size: 16
1461         autorange: True
1462         fixedrange: False
1463         gridcolor: "rgb(230, 230, 230)"
1464         linecolor: "rgb(220, 220, 220)"
1465         linewidth: 1
1466         showgrid: True
1467         showline: True
1468         showticklabels: True
1469         tickcolor: "rgb(238, 238, 238)"
1470         tickmode: "linear"
1471         tickfont:
1472           size: 16
1473         zeroline: False
1474       yaxis:
1475         title: "<b>Packet Throughput [Mpps]</b>"
1476         titlefont:
1477           size: 16
1478         type: "linear"
1479         gridcolor: "rgb(230, 230, 230)"
1480         hoverformat: ".4s"
1481         linecolor: "rgb(220, 220, 220)"
1482         linewidth: 1
1483         showgrid: True
1484         showline: True
1485         showticklabels: True
1486         tickcolor: "rgb(220, 220, 220)"
1487         tickformat: ".4s"
1488         tickfont:
1489           size: 16
1490         zeroline: True
1491         rangemode: "tozero"
1492         range: [0,100]
1493       legend:
1494         orientation: "h"
1495         font:
1496           size: 16
1497         xanchor: "left"
1498         yanchor: "top"
1499         x: 0
1500         y: -0.2
1501         bgcolor: "rgba(255, 255, 255, 0)"
1502         bordercolor: "rgba(255, 255, 255, 0)"
1503         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1504       autosize: False
1505       margin:
1506           't': 50
1507           'b': 150
1508           'l': 85
1509           'r': 10
1510       showlegend: True
1511       width: 700
1512       height: 700
1513       paper_bgcolor: "#fff"
1514       plot_bgcolor: "#fff"
1515       hoverlabel:
1516         namelength: -1
1517       annotations: [
1518         {
1519           text: "_ _          __          ...",
1520           align: "left",
1521           showarrow: False,
1522           xref: "paper",
1523           yref: "paper",
1524           xanchor: "left",
1525           yanchor: "top",
1526           x: 0,
1527           y: -0.13,
1528           font: {
1529             family: "Consolas, Courier New",
1530             size: 15
1531           },
1532         },
1533         {
1534           text: "    Perfect     Measured     Limit",
1535           align: "left",
1536           showarrow: False,
1537           xref: "paper",
1538           yref: "paper",
1539           xanchor: "left",
1540           yanchor: "top",
1541           x: 0,
1542           y: -0.15,
1543           font: {
1544             family: "Consolas, Courier New",
1545             size: 15
1546           },
1547         },
1548       ]
1549
1550     plot-latency:
1551       titlefont:
1552         size: 18
1553       xaxis:
1554         title: "<b>Direction</b>"
1555         titlefont:
1556           size: 16
1557         autorange: True
1558         fixedrange: False
1559         gridcolor: "rgb(230, 230, 230)"
1560         linecolor: "rgb(220, 220, 220)"
1561         linewidth: 1
1562         showgrid: True
1563         showline: True
1564         showticklabels: False
1565         tickcolor: "rgb(220, 220, 220)"
1566         tickmode: "linear"
1567         tickfont:
1568           size: 16
1569         zeroline: False
1570       yaxis:
1571         title: "<b>Packet Latency [uSec]</b>"
1572         titlefont:
1573           size: 16
1574         type: "linear"
1575         gridcolor: "rgb(230, 230, 230)"
1576         hoverformat: ".4s"
1577         linecolor: "rgb(220, 220, 220)"
1578         linewidth: 1
1579         showgrid: True
1580         showline: True
1581         showticklabels: True
1582         tickcolor: "rgb(220, 220, 220)"
1583         tickformat: ".4s"
1584         tickfont:
1585           size: 16
1586         zeroline: True
1587         rangemode: "tozero"
1588       legend:
1589         orientation: "h"
1590         font:
1591           size: 16
1592         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1593       autosize: False
1594       margin:
1595           't': 50
1596           'b': 150
1597           'l': 80
1598           'r': 10
1599       showlegend: True
1600       width: 700
1601       height: 700
1602       paper_bgcolor: "#fff"
1603       plot_bgcolor: "#fff"
1604       hoverlabel:
1605         namelength: -1
1606
1607     plot-hdrh-latency:
1608       title:
1609         text: ""
1610         xanchor: "center"
1611         x: 0.5
1612         font:
1613           size: 16
1614       width: 700
1615       plot_bgcolor: "white"
1616       annotations:
1617         - font:
1618             size: 14
1619           showarrow: False
1620           text: "<b>Packet Latency [uSec]</b>"
1621           x: 1
1622           xanchor: "right"
1623           xref: "paper"
1624           y: -0.045
1625           yanchor: "top"
1626           yref: "paper"
1627         - font:
1628             size: 14
1629           showarrow: False
1630           text: "<b>Probability [%]</b>"
1631           textangle: 270
1632           x: -0.06
1633           xanchor: "center"
1634           xref: "paper"
1635           y: 0.5
1636           yanchor: "middle"
1637           yref: "paper"
1638         - font:
1639             size: 14
1640           showarrow: False
1641           text: "<b>Direction: E-W</b>"
1642           x: 0.24
1643           xanchor: "center"
1644           xref: "paper"
1645           y: 1.05
1646           yanchor: "bottom"
1647           yref: "paper"
1648         - font:
1649             size: 14
1650           showarrow: False
1651           text: "<b>Direction: W-E</b>"
1652           x: 0.74
1653           xanchor: "center"
1654           xref: "paper"
1655           y: 1.05
1656           yanchor: "bottom"
1657           yref: "paper"
1658
1659 - type: "static"
1660   src-path: "{DIR[RST]}"
1661   dst-path: "{DIR[WORKING,SRC]}"
1662
1663 - type: "input"
1664   general:
1665     file-name: "output_info.xml.gz"
1666     file-format: ".gz"
1667     arch-file-format:
1668       - ".gz"
1669       - ".zip"
1670     download-path: "{job}/{build}/archives/{filename}"
1671     extract: "output.xml"
1672
1673     zip-file-name: "robot-plugin.zip"
1674     zip-file-format: ".zip"
1675     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1676     zip-extract: "robot-plugin/output.xml"
1677
1678   builds:
1679
1680     csit-vpp-perf-verify-1901-3n-hsw:
1681       - 35  # MRR sel
1682       - 10  # NDRPDR sel
1683       - 19  # NDRPDR sel
1684       - 31  # NDRPDR sel
1685 #      - 36  # NDRPDR sel
1686 #      - 40  # NDRPDR sel
1687 #      - 42  # NDRPDR sel
1688 #      - 44  # NDRPDR sel
1689 #      - 46  # NDRPDR sel
1690 #      - 47  # NDRPDR sel
1691 #      - 48  # NDRPDR sel
1692 #      - 61  # NDRPDR LB
1693 #      - 62  # NDRPDR LB
1694 #      - 63  # NDRPDR LB
1695 #      - 64  # NDRPDR LB
1696 #      - 65  # NDRPDR LB
1697 #      - 66  # NDRPDR LB
1698 #      - 67  # NDRPDR LB
1699 #      - 69  # NDRPDR LB
1700 #      - 70  # NDRPDR LB
1701 #      - 71  # NDRPDR LB
1702     csit-vpp-perf-verify-1904-3n-hsw:
1703       - 9   # MRR sel
1704       - 11  # NDRPDR sel
1705       - 12  # NDRPDR sel
1706       - 20  # NDRPDR sel
1707 #      - 21  # NDRPDR sel
1708 #      - 23  # NDRPDR sel
1709 #      - 24  # NDRPDR sel
1710 #      - 25  # NDRPDR sel
1711 #      - 26  # NDRPDR sel
1712 #      - 29  # NDRPDR sel
1713 #      - 30  # NDRPDR sel
1714     csit-vpp-perf-verify-1908-3n-hsw:
1715       - 12  # NDRPDR sel
1716       - 13  # NDRPDR sel
1717       - 14  # NDRPDR sel
1718 #      - 15  # NDRPDR sel
1719 #      - 16  # NDRPDR sel
1720 #      - 17  # NDRPDR sel
1721 #      - 18  # NDRPDR sel
1722 #      - 19  # NDRPDR sel
1723 #      - 20  # NDRPDR sel
1724 #      - 21  # NDRPDR sel
1725       - 48  # NDRPDR sel vhost
1726       - 49  # NDRPDR sel vhost
1727       - 52  # NDRPDR sel vhost
1728 #      - 53  # NDRPDR sel vhost
1729 #      - 54  # NDRPDR sel vhost
1730 #      - 55  # NDRPDR sel vhost
1731 #      - 56  # NDRPDR sel vhost
1732 #      - 57  # NDRPDR sel vhost
1733 #      - 58  # NDRPDR sel vhost
1734 #      - 59  # NDRPDR sel vhost
1735       - 24  # NDRPDR full
1736       - 25  # NDRPDR full
1737       - 26  # NDRPDR full
1738 #      - 27  # NDRPDR full
1739 #      - 28  # NDRPDR full
1740 #      - 29  # NDRPDR full
1741 #      - 32  # NDRPDR full
1742 #      - 33  # NDRPDR full
1743 #      - 36  # NDRPDR full
1744 #      - 38  # NDRPDR full
1745 #      - 50  # NDRPDR full vhost
1746       - 39  # MRR sel
1747     # TODO: Remove
1748     #       This data is only an example for HDRHistogram
1749     csit-vpp-perf-verify-master-3n-hsw:
1750       - 595
1751
1752     csit-vpp-perf-verify-1901-3n-skx:
1753       - 32  # MRR sel
1754       - 18  # NDRPDR sel
1755       - 19  # NDRPDR sel
1756       - 20  # NDRPDR sel
1757 #      - 28  # NDRPDR sel
1758 #      - 31  # NDRPDR sel
1759 #      - 33  # NDRPDR sel
1760 #      - 36  # NDRPDR sel
1761 #      - 38  # NDRPDR sel
1762 #      - 47  # NDRPDR sel
1763 #      - 48  # NDRPDR sel
1764 #      - 54  # NDRPDR LB
1765 #      - 57  # NDRPDR LB
1766 #      - 58  # NDRPDR LB
1767 #      - 59  # NDRPDR LB
1768 #      - 60  # NDRPDR LB
1769 #      - 63  # NDRPDR LB
1770 #      - 64  # NDRPDR LB
1771 #      - 65  # NDRPDR LB
1772 #      - 66  # NDRPDR LB
1773 #      - 67  # NDRPDR LB
1774     csit-vpp-perf-verify-1904-3n-skx:
1775       - 7   # MRR sel
1776       - 8   # NDRPDR sel
1777       - 9   # NDRPDR sel
1778       - 10  # NDRPDR sel
1779 #      - 11  # NDRPDR sel
1780 #      - 12  # NDRPDR sel
1781 #      - 14  # NDRPDR sel
1782 #      - 16  # NDRPDR sel
1783 #      - 21  # NDRPDR sel
1784 #      - 23  # NDRPDR sel
1785 #      - 25  # NDRPDR sel
1786     csit-vpp-perf-verify-1908-3n-skx:
1787       - 14  # NDRPDR sel
1788       - 16  # NDRPDR sel
1789       - 19  # NDRPDR sel
1790 #      - 20  # NDRPDR sel
1791 #      - 22  # NDRPDR sel
1792 #      - 23  # NDRPDR sel
1793 #      - 24  # NDRPDR sel
1794 #      - 25  # NDRPDR sel
1795 #      - 26  # NDRPDR sel
1796 #      - 29  # NDRPDR sel
1797 #      - 52  # NDRPDR sel vhost
1798 #      - 53  # NDRPDR sel vhost
1799 #      - 55  # NDRPDR sel vhost
1800 #      - 61  # NDRPDR sel vhost
1801 #      - 62  # NDRPDR sel vhost
1802 #      - 63  # NDRPDR sel vhost
1803 #      - 64  # NDRPDR sel vhost
1804 #      - 65  # NDRPDR sel vhost
1805 #      - 66  # NDRPDR sel vhost
1806 #      - 67  # NDRPDR sel vhost
1807       - 27  # NDRPDR full
1808       - 28  # NDRPDR full
1809       - 30  # NDRPDR full
1810 #      - 31  # NDRPDR full
1811 #      - 32  # NDRPDR full
1812 #      - 33  # NDRPDR full
1813 #      - 34  # NDRPDR full
1814 #      - 35  # NDRPDR full
1815 #      - 37  # NDRPDR full
1816 #      - 39  # NDRPDR full
1817 #      - 40  # NDRPDR full
1818 #      - 41  # NDRPDR full
1819 #      - 54  # NDRPDR full
1820       - 36  # MRR sel
1821     # TODO: Remove
1822     #       This data is only an example for HDRHistogram
1823     csit-vpp-perf-verify-master-3n-skx:
1824       - 299
1825
1826     csit-vpp-perf-verify-1901-2n-skx:
1827       - 22  # MRR sel
1828       - 5   # NDRPDR sel
1829       - 12  # NDRPDR sel
1830       - 13  # NDRPDR sel
1831 #      - 21  # NDRPDR sel
1832 #      - 23  # NDRPDR sel
1833 #      - 31  # NDRPDR sel
1834 #      - 34  # NDRPDR sel
1835 #      - 40  # NDRPDR sel
1836 #      - 42  # NDRPDR sel
1837 #      - 43  # NDRPDR sel
1838     csit-vpp-perf-verify-1904-2n-skx:
1839       - 11  # MRR sel
1840       - 12  # NDRPDR sel
1841       - 14  # NDRPDR sel
1842       - 16  # NDRPDR sel
1843 #      - 17  # NDRPDR sel
1844 #      - 18  # NDRPDR sel
1845 #      - 21  # NDRPDR sel
1846 #      - 27  # NDRPDR sel
1847 #      - 30  # NDRPDR sel
1848 #      - 31  # NDRPDR sel
1849 #      - 32  # NDRPDR sel
1850     csit-vpp-perf-verify-1908-2n-skx:
1851       - 26  # NDRPDR sel
1852       - 27  # NDRPDR sel
1853       - 34  # NDRPDR sel
1854 #      - 35  # NDRPDR sel
1855 #      - 36  # NDRPDR sel
1856 #      - 42  # NDRPDR sel
1857 #      - 43  # NDRPDR sel
1858 #      - 44  # NDRPDR sel
1859 #      - 45  # NDRPDR sel
1860 #      - 46  # NDRPDR sel
1861       - 88  # NDRPDR sel vhost
1862       - 89  # NDRPDR sel vhost
1863       - 91  # NDRPDR sel vhost
1864 #      - 92  # NDRPDR sel vhost
1865 #      - 93  # NDRPDR sel vhost
1866 #      - 94  # NDRPDR sel vhost
1867 #      - 95  # NDRPDR sel vhost
1868 #      - 96  # NDRPDR sel vhost
1869 #      - 97  # NDRPDR sel vhost
1870 #      - 98  # NDRPDR sel vhost
1871       - 48  # NDRPDR full
1872       - 49  # NDRPDR full
1873       - 50  # NDRPDR full
1874 #      - 51  # NDRPDR full
1875 #      - 54  # NDRPDR full
1876 #      - 55  # NDRPDR full
1877 #      - 90  # NDRPDR full vhost
1878       - 69  # MRR sel
1879       - 29  # TCP
1880       - 30  # TCP
1881       - 58  # TCP
1882 #      - 59  # TCP
1883 #      - 60  # TCP
1884 #      - 61  # TCP
1885 #      - 62  # TCP
1886 #      - 63  # TCP
1887 #      - 64  # TCP
1888 #      - 65  # TCP
1889       - 22  # NFV
1890       - 31  # NFV
1891       - 32  # NFV
1892 #      - 37  # NFV
1893 #      - 38  # NFV
1894 #      - 39  # NFV
1895 #      - 53  # NFV
1896 #      - 67  # NFV
1897 #      - 68  # NFV
1898 #      - 70  # NFV
1899 #      - 110 # NFV full
1900 #      - 111 # NFV full
1901 #      - 126 # NFV full
1902 #      - 127 # NFV full
1903       - 71  # NFV MRR
1904 #      - 112 # NFV reconf full
1905       - 113 # NFV reconf sel
1906       - 114 # NFV reconf sel
1907       - 115 # NFV reconf sel
1908 #      - 116 # NFV reconf sel
1909 #      - 118 # NFV reconf sel
1910 #      - 119 # NFV reconf sel
1911 #      - 120 # NFV reconf sel
1912 #      - 121 # NFV reconf sel
1913 #      - 122 # NFV reconf sel
1914 #      - 123 # NFV reconf sel
1915       - 83  # SOAK
1916       - 86  # SOAK
1917     # TODO: Remove
1918     #       This data is only an example for HDRHistogram
1919     csit-vpp-perf-verify-master-2n-skx:
1920       - 930
1921
1922     # csit-vpp-perf-verify-2001-2n-clx:
1923
1924     csit-vpp-perf-verify-1908-3n-tsh:
1925       - 7   # NDRPDR sel
1926       - 8   # NDRPDR sel
1927       - 9   # NDRPDR sel
1928 #      - 10  # NDRPDR sel
1929 #      - 11  # NDRPDR sel
1930 #      - 12  # NDRPDR sel
1931       - 13  # NDRPDR sel
1932 #      - 14  # NDRPDR sel
1933 #      - 15  # NDRPDR sel
1934 #      - 16  # NDRPDR sel
1935       - 17  # MRR sel
1936     # TODO: Remove
1937     #       This data is only an example for HDRHistogram
1938     csit-vpp-perf-verify-master-3n-tsh:
1939       - 25
1940
1941     csit-vpp-perf-verify-1908-3n-dnv:
1942       - 6   # NDRPDR sel
1943       - 7   # NDRPDR sel
1944       - 8   # NDRPDR sel
1945 #      - 9   # NDRPDR sel
1946 #      - 10  # NDRPDR sel
1947 #      - 12  # NDRPDR sel
1948 #      - 13  # NDRPDR sel
1949 #      - 14  # NDRPDR sel
1950 #      - 15  # NDRPDR sel
1951       - 16  # NDRPDR sel
1952       - 17  # MRR sel
1953
1954     csit-vpp-perf-verify-1908-2n-dnv:
1955       - 1   # NDRPDR sel
1956       - 2   # NDRPDR sel
1957       - 3   # NDRPDR sel
1958 #      - 4   # NDRPDR sel
1959 #      - 5   # NDRPDR sel
1960 #      - 6   # NDRPDR sel
1961 #      - 7   # NDRPDR sel
1962 #      - 8   # NDRPDR sel
1963       - 9   # NDRPDR sel
1964 #      - 10  # NDRPDR sel
1965       - 11  # MRR sel
1966
1967     csit-dpdk-perf-verify-1901-3n-hsw:
1968       - 13  # NDRPDR sel
1969       - 14  # NDRPDR sel
1970       - 16  # NDRPDR sel
1971 #      - 17  # NDRPDR sel
1972 #      - 18  # NDRPDR sel
1973 #      - 19  # NDRPDR sel
1974 #      - 20  # NDRPDR sel
1975 #      - 21  # NDRPDR sel
1976 #      - 22  # NDRPDR sel
1977 #      - 23  # NDRPDR sel
1978     csit-dpdk-perf-verify-1904-3n-hsw:
1979       - 2   # NDRPDR sel
1980       - 3   # NDRPDR sel
1981       - 5   # NDRPDR sel
1982 #      - 6   # NDRPDR sel
1983 #      - 13  # NDRPDR sel
1984 #      - 14  # NDRPDR sel
1985 #      - 15  # NDRPDR sel
1986 #      - 18  # NDRPDR sel
1987 #      - 19  # NDRPDR sel
1988 #      - 20  # NDRPDR sel
1989     csit-dpdk-perf-verify-1908-3n-hsw:
1990       - 2   # NDRPDR sel
1991       - 3   # NDRPDR sel
1992       - 4   # NDRPDR sel
1993 #      - 5   # NDRPDR sel
1994 #      - 6   # NDRPDR sel
1995 #      - 7   # NDRPDR sel
1996 #      - 8   # NDRPDR sel
1997 #      - 9   # NDRPDR sel
1998       - 10  # NDRPDR sel
1999 #      - 11  # NDRPDR sel
2000     # TODO: Replace
2001     #       This data is only an example for HDRHistogram
2002     csit-dpdk-perf-verify-master-3n-hsw:
2003       - 13
2004
2005     csit-dpdk-perf-verify-1901-3n-skx:
2006       - 3   # NDRPDR sel
2007       - 5   # NDRPDR sel
2008       - 6   # NDRPDR sel
2009 #      - 7   # NDRPDR sel
2010 #      - 8   # NDRPDR sel
2011 #      - 9   # NDRPDR sel
2012 #      - 10  # NDRPDR sel
2013 #      - 11  # NDRPDR sel
2014 #      - 12  # NDRPDR sel
2015 #      - 13  # NDRPDR sel
2016     csit-dpdk-perf-verify-1904-3n-skx:
2017       - 2   # NDRPDR sel
2018       - 3   # NDRPDR sel
2019       - 4   # NDRPDR sel
2020 #      - 5   # NDRPDR sel
2021 #      - 6   # NDRPDR sel
2022 #      - 7   # NDRPDR sel
2023 #      - 11  # NDRPDR sel
2024 #      - 12  # NDRPDR sel
2025 #      - 13  # NDRPDR sel
2026 #      - 14  # NDRPDR sel
2027     csit-dpdk-perf-verify-1908-3n-skx:
2028       - 3   # NDRPDR sel
2029       - 4   # NDRPDR sel
2030       - 5   # NDRPDR sel
2031 #      - 6   # NDRPDR sel
2032 #      - 7   # NDRPDR sel
2033 #      - 8   # NDRPDR sel
2034 #      - 9   # NDRPDR sel
2035 #      - 10  # NDRPDR sel
2036 #      - 11  # NDRPDR sel
2037       - 12  # NDRPDR sel
2038     # TODO: Replace
2039     #       This data is only an example for HDRHistogram
2040     csit-dpdk-perf-verify-master-3n-skx:
2041       - 23
2042
2043     csit-dpdk-perf-verify-1901-2n-skx:
2044       - 12  # NDRPDR sel
2045       - 13  # NDRPDR sel
2046       - 14  # NDRPDR sel
2047 #      - 15  # NDRPDR sel
2048 #      - 16  # NDRPDR sel
2049 #      - 17  # NDRPDR sel
2050 #      - 18  # NDRPDR sel
2051 #      - 19  # NDRPDR sel
2052 #      - 20  # NDRPDR sel
2053 #      - 21  # NDRPDR sel
2054     csit-dpdk-perf-verify-1904-2n-skx:
2055       - 2   # NDRPDR sel
2056       - 3   # NDRPDR sel
2057       - 4   # NDRPDR sel
2058 #      - 5   # NDRPDR sel
2059 #      - 7   # NDRPDR sel
2060 #      - 8   # NDRPDR sel
2061 #      - 9   # NDRPDR sel
2062 #      - 10  # NDRPDR sel
2063 #      - 11  # NDRPDR sel
2064 #      - 12  # NDRPDR sel
2065     csit-dpdk-perf-verify-1908-2n-skx:
2066       - 2   # NDRPDR sel
2067       - 3   # NDRPDR sel
2068       - 4   # NDRPDR sel
2069 #      - 5   # NDRPDR sel
2070 #      - 7   # NDRPDR sel
2071 #      - 8   # NDRPDR sel
2072 #      - 9   # NDRPDR sel
2073 #      - 10  # NDRPDR sel
2074 #      - 11  # NDRPDR sel
2075       - 12  # NDRPDR sel
2076     # TODO: Replace
2077     #       This data is only an example for HDRHistogram
2078     csit-dpdk-perf-verify-master-2n-skx:
2079       - 16
2080
2081     # csit-dpdk-perf-verify-2001-2n-clx:
2082
2083     csit-vpp-device-1908-ubuntu1804-1n-skx:
2084       - 65
2085
2086 - type: "output"
2087   output: "report"
2088   format:
2089     html:
2090     - full
2091 # TODO: Enable for release runs:
2092 #    pdf:
2093 #    - minimal
2094
2095 ################################################################################
2096 ###                               T A B L E S                                ###
2097 ################################################################################
2098
2099 # VPP Soak vs NDR
2100 - type: "table"
2101   title: "VPP Soak vs NDR 2n-skx"
2102   algorithm: "table_soak_vs_ndr"
2103   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2104   reference:
2105     title: "NDR"
2106     data: "vpp-soak-vs-ndr-2n-skx-ref"
2107   compare:
2108     title: "Soak"
2109     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2110   data: "vpp-soak-vs-ndr-2n-skx"
2111   include-tests: "NDR"
2112   filter: "('NDRPDR' or 'SOAK')"
2113   parameters:
2114     - "throughput"
2115     - "name"
2116     - "parent"
2117
2118 ################################################################################
2119
2120 # VPP Compare NICs 3n-skx 2t1c ndr
2121 - type: "table"
2122   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2123   algorithm: "table_nics_comparison"
2124   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2125   reference:
2126     title: "x710"
2127     nic: "NIC_Intel-X710"
2128   compare:
2129     title: "xxv710"
2130     nic: "NIC_Intel-XXV710"
2131   data: "vpp-nic-comparison-3n-skx"
2132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2133   filter: "'2T1C' and 'NDRPDR'"
2134   parameters:
2135   - "name"
2136   - "parent"
2137   - "throughput"
2138   - "tags"
2139
2140 # VPP Compare NICs 3n-skx 4t2c ndr
2141 - type: "table"
2142   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2143   algorithm: "table_nics_comparison"
2144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2145   reference:
2146     title: "x710"
2147     nic: "NIC_Intel-X710"
2148   compare:
2149     title: "xxv710"
2150     nic: "NIC_Intel-XXV710"
2151   data: "vpp-nic-comparison-3n-skx"
2152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2153   filter: "'4T2C' and 'NDRPDR'"
2154   parameters:
2155   - "name"
2156   - "parent"
2157   - "throughput"
2158   - "tags"
2159
2160 # VPP Compare NICs 3n-skx 2t1c pdr
2161 - type: "table"
2162   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2163   algorithm: "table_nics_comparison"
2164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2165   reference:
2166     title: "x710"
2167     nic: "NIC_Intel-X710"
2168   compare:
2169     title: "xxv710"
2170     nic: "NIC_Intel-XXV710"
2171   data: "vpp-nic-comparison-3n-skx"
2172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2173   filter: "'2T1C' and 'NDRPDR'"
2174   parameters:
2175   - "name"
2176   - "parent"
2177   - "throughput"
2178   - "tags"
2179
2180  # VPP Compare NICs 3n-skx 4t2c pdr
2181 - type: "table"
2182   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2183   algorithm: "table_nics_comparison"
2184   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2185   reference:
2186     title: "x710"
2187     nic: "NIC_Intel-X710"
2188   compare:
2189     title: "xxv710"
2190     nic: "NIC_Intel-XXV710"
2191   data: "vpp-nic-comparison-3n-skx"
2192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2193   filter: "'4T2C' and 'NDRPDR'"
2194   parameters:
2195   - "name"
2196   - "parent"
2197   - "throughput"
2198   - "tags"
2199
2200 # VPP Compare NICs 3n-skx 2t1c mrr
2201 - type: "table"
2202   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2203   algorithm: "table_nics_comparison"
2204   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2205   reference:
2206     title: "x710"
2207     nic: "NIC_Intel-X710"
2208   compare:
2209     title: "xxv710"
2210     nic: "NIC_Intel-XXV710"
2211   data: "vpp-nic-comparison-3n-skx-mrr"
2212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2213   filter: "'2T1C' and 'MRR'"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "result"
2218   - "tags"
2219
2220 # VPP Compare NICs 3n-skx 4t2c mrr
2221 - type: "table"
2222   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2223   algorithm: "table_nics_comparison"
2224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2225   reference:
2226     title: "x710"
2227     nic: "NIC_Intel-X710"
2228   compare:
2229     title: "xxv710"
2230     nic: "NIC_Intel-XXV710"
2231   data: "vpp-nic-comparison-3n-skx-mrr"
2232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2233   filter: "'4T2C' and 'MRR'"
2234   parameters:
2235   - "name"
2236   - "parent"
2237   - "result"
2238   - "tags"
2239
2240  # VPP Compare NICs 3n-skx 8t4c mrr
2241 - type: "table"
2242   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2243   algorithm: "table_nics_comparison"
2244   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2245   reference:
2246     title: "x710"
2247     nic: "NIC_Intel-X710"
2248   compare:
2249     title: "xxv710"
2250     nic: "NIC_Intel-XXV710"
2251   data: "vpp-nic-comparison-3n-skx-mrr"
2252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2253   filter: "'8T4C' and 'MRR'"
2254   parameters:
2255   - "name"
2256   - "parent"
2257   - "result"
2258   - "tags"
2259
2260 # VPP Compare NICs 2n-skx 2t1c ndr
2261 - type: "table"
2262   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2263   algorithm: "table_nics_comparison"
2264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2265   reference:
2266     title: "x710"
2267     nic: "NIC_Intel-X710"
2268   compare:
2269     title: "xxv710"
2270     nic: "NIC_Intel-XXV710"
2271   data: "vpp-nic-comparison-2n-skx"
2272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2273   filter: "'2T1C' and 'NDRPDR'"
2274   parameters:
2275   - "name"
2276   - "parent"
2277   - "throughput"
2278   - "tags"
2279
2280 # VPP Compare NICs 2n-skx 4t2c ndr
2281 - type: "table"
2282   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2283   algorithm: "table_nics_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2285   reference:
2286     title: "x710"
2287     nic: "NIC_Intel-X710"
2288   compare:
2289     title: "xxv710"
2290     nic: "NIC_Intel-XXV710"
2291   data: "vpp-nic-comparison-2n-skx"
2292   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2293   filter: "'4T2C' and 'NDRPDR'"
2294   parameters:
2295   - "name"
2296   - "parent"
2297   - "throughput"
2298   - "tags"
2299
2300  # VPP Compare NICs 2n-skx 2t1c pdr
2301 - type: "table"
2302   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2303   algorithm: "table_nics_comparison"
2304   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2305   reference:
2306     title: "x710"
2307     nic: "NIC_Intel-X710"
2308   compare:
2309     title: "xxv710"
2310     nic: "NIC_Intel-XXV710"
2311   data: "vpp-nic-comparison-2n-skx"
2312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2313   filter: "'2T1C' and 'NDRPDR'"
2314   parameters:
2315   - "name"
2316   - "parent"
2317   - "throughput"
2318   - "tags"
2319
2320 # VPP Compare NICs 2n-skx 4t2c pdr
2321 - type: "table"
2322   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2323   algorithm: "table_nics_comparison"
2324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2325   reference:
2326     title: "x710"
2327     nic: "NIC_Intel-X710"
2328   compare:
2329     title: "xxv710"
2330     nic: "NIC_Intel-XXV710"
2331   data: "vpp-nic-comparison-2n-skx"
2332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2333   filter: "'4T2C' and 'NDRPDR'"
2334   parameters:
2335   - "name"
2336   - "parent"
2337   - "throughput"
2338   - "tags"
2339
2340 # VPP Compare NICs 2n-skx 2t1c mrr
2341 - type: "table"
2342   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2343   algorithm: "table_nics_comparison"
2344   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2345   reference:
2346     title: "x710"
2347     nic: "NIC_Intel-X710"
2348   compare:
2349     title: "xxv710"
2350     nic: "NIC_Intel-XXV710"
2351   data: "vpp-nic-comparison-2n-skx-mrr"
2352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2353   filter: "'2T1C' and 'MRR'"
2354   parameters:
2355   - "name"
2356   - "parent"
2357   - "result"
2358   - "tags"
2359
2360 # VPP Compare NICs 2n-skx 4t2c mrr
2361 - type: "table"
2362   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2363   algorithm: "table_nics_comparison"
2364   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2365   reference:
2366     title: "x710"
2367     nic: "NIC_Intel-X710"
2368   compare:
2369     title: "xxv710"
2370     nic: "NIC_Intel-XXV710"
2371   data: "vpp-nic-comparison-2n-skx-mrr"
2372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2373   filter: "'4T2C' and 'MRR'"
2374   parameters:
2375   - "name"
2376   - "parent"
2377   - "result"
2378   - "tags"
2379
2380 # VPP Compare NICs 2n-skx 8t4c mrr
2381 - type: "table"
2382   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2383   algorithm: "table_nics_comparison"
2384   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2385   reference:
2386     title: "x710"
2387     nic: "NIC_Intel-X710"
2388   compare:
2389     title: "xxv710"
2390     nic: "NIC_Intel-XXV710"
2391   data: "vpp-nic-comparison-2n-skx-mrr"
2392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2393   filter: "'8T4C' and 'MRR'"
2394   parameters:
2395   - "name"
2396   - "parent"
2397   - "result"
2398   - "tags"
2399
2400 ################################################################################
2401 # VPP
2402
2403 # VPP Performance Changes 3n-hsw 1t1c pdr
2404 - type: "table"
2405   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2406   algorithm: "table_perf_comparison"
2407   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2408   history:
2409     - title: "rls1901"
2410       data: "vpp-performance-changes-3n-hsw-h1"
2411   reference:
2412     title: "rls1904"
2413     data: "vpp-performance-changes-3n-hsw-ref"
2414   compare:
2415     title: "rls1908"
2416     data: "vpp-performance-changes-3n-hsw-cmp"
2417     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2418   data: "vpp-performance-changes-3n-hsw"
2419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2420   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2421   parameters:
2422   - "name"
2423   - "parent"
2424   - "throughput"
2425
2426 # VPP Performance Changes 3n-hsw 2t2c pdr
2427 - type: "table"
2428   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2429   algorithm: "table_perf_comparison"
2430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2431   history:
2432     - title: "rls1901"
2433       data: "vpp-performance-changes-3n-hsw-h1"
2434   reference:
2435     title: "rls1904"
2436     data: "vpp-performance-changes-3n-hsw-ref"
2437   compare:
2438     title: "rls1908"
2439     data: "vpp-performance-changes-3n-hsw-cmp"
2440     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2441   data: "vpp-performance-changes-3n-hsw"
2442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2443   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2444   parameters:
2445   - "name"
2446   - "parent"
2447   - "throughput"
2448
2449 # VPP Performance Changes 3n-hsw 1t1c ndr
2450 - type: "table"
2451   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2452   algorithm: "table_perf_comparison"
2453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2454   history:
2455     - title: "rls1901"
2456       data: "vpp-performance-changes-3n-hsw-h1"
2457   reference:
2458     title: "rls1904"
2459     data: "vpp-performance-changes-3n-hsw-ref"
2460   compare:
2461     title: "rls1908"
2462     data: "vpp-performance-changes-3n-hsw-cmp"
2463     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2464   data: "vpp-performance-changes-3n-hsw"
2465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2466   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2467   parameters:
2468   - "name"
2469   - "parent"
2470   - "throughput"
2471
2472 # VPP Performance Changes 3n-hsw 2t2c ndr
2473 - type: "table"
2474   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2475   algorithm: "table_perf_comparison"
2476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2477   history:
2478     - title: "rls1901"
2479       data: "vpp-performance-changes-3n-hsw-h1"
2480   reference:
2481     title: "rls1904"
2482     data: "vpp-performance-changes-3n-hsw-ref"
2483   compare:
2484     title: "rls1908"
2485     data: "vpp-performance-changes-3n-hsw-cmp"
2486     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2487   data: "vpp-performance-changes-3n-hsw"
2488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2489   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2490   parameters:
2491   - "name"
2492   - "parent"
2493   - "throughput"
2494
2495 # VPP Performance Changes 3n-skx 2t1c pdr
2496 - type: "table"
2497   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2498   algorithm: "table_perf_comparison_nic"
2499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2500   history:
2501     - title: "rls1901 x710"
2502       data: "vpp-performance-changes-3n-skx-h1"
2503       nic: "NIC_Intel-X710"
2504   reference:
2505     title: "rls1904 x710"
2506     data: "vpp-performance-changes-3n-skx-ref"
2507     nic: "NIC_Intel-X710"
2508   compare:
2509     title: "rls1908 xxv710"
2510     data: "vpp-performance-changes-3n-skx-cmp"
2511     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2512     nic: "NIC_Intel-XXV710"
2513   data: "vpp-performance-changes-3n-skx"
2514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2515   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2516   parameters:
2517   - "name"
2518   - "parent"
2519   - "throughput"
2520   - "tags"
2521
2522 # VPP Performance Changes 3n-skx 4t2c pdr
2523 - type: "table"
2524   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2525   algorithm: "table_perf_comparison_nic"
2526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2527   history:
2528     - title: "rls1901 x710"
2529       data: "vpp-performance-changes-3n-skx-h1"
2530       nic: "NIC_Intel-X710"
2531   reference:
2532     title: "rls1904 x710"
2533     data: "vpp-performance-changes-3n-skx-ref"
2534     nic: "NIC_Intel-X710"
2535   compare:
2536     title: "rls1908 xxv710"
2537     data: "vpp-performance-changes-3n-skx-cmp"
2538     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2539     nic: "NIC_Intel-XXV710"
2540   data: "vpp-performance-changes-3n-skx"
2541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2542   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2543   parameters:
2544   - "name"
2545   - "parent"
2546   - "throughput"
2547   - "tags"
2548
2549 # VPP Performance Changes 3n-skx 2t1c ndr
2550 - type: "table"
2551   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2552   algorithm: "table_perf_comparison_nic"
2553   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2554   history:
2555     - title: "rls1901 x710"
2556       data: "vpp-performance-changes-3n-skx-h1"
2557       nic: "NIC_Intel-X710"
2558   reference:
2559     title: "rls1904 x710"
2560     data: "vpp-performance-changes-3n-skx-ref"
2561     nic: "NIC_Intel-X710"
2562   compare:
2563     title: "rls1908 xxv710"
2564     data: "vpp-performance-changes-3n-skx-cmp"
2565     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2566     nic: "NIC_Intel-XXV710"
2567   data: "vpp-performance-changes-3n-skx"
2568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2569   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "throughput"
2574   - "tags"
2575
2576 # VPP Performance Changes 3n-skx 4t2c ndr
2577 - type: "table"
2578   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2579   algorithm: "table_perf_comparison_nic"
2580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2581   history:
2582     - title: "rls1901 x710"
2583       data: "vpp-performance-changes-3n-skx-h1"
2584       nic: "NIC_Intel-X710"
2585   reference:
2586     title: "rls1904 x710"
2587     data: "vpp-performance-changes-3n-skx-ref"
2588     nic: "NIC_Intel-X710"
2589   compare:
2590     title: "rls1908 xxv710"
2591     data: "vpp-performance-changes-3n-skx-cmp"
2592     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2593     nic: "NIC_Intel-XXV710"
2594   data: "vpp-performance-changes-3n-skx"
2595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2596   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2597   parameters:
2598   - "name"
2599   - "parent"
2600   - "throughput"
2601   - "tags"
2602
2603 # VPP Performance Changes 2n-skx 2t1c pdr
2604 - type: "table"
2605   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2606   algorithm: "table_perf_comparison_nic"
2607   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2608   history:
2609     - title: "rls1901 x710"
2610       data: "vpp-performance-changes-2n-skx-h1"
2611       nic: "NIC_Intel-X710"
2612   reference:
2613     title: "rls1904 x710"
2614     data: "vpp-performance-changes-2n-skx-ref"
2615     nic: "NIC_Intel-X710"
2616   compare:
2617     title: "rls1908 xxv710"
2618     data: "vpp-performance-changes-2n-skx-cmp"
2619     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2620     nic: "NIC_Intel-XXV710"
2621   data: "vpp-performance-changes-2n-skx"
2622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2623   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2624   parameters:
2625   - "name"
2626   - "parent"
2627   - "throughput"
2628   - "tags"
2629
2630 # VPP Performance Changes 2n-skx 4t2c pdr
2631 - type: "table"
2632   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2633   algorithm: "table_perf_comparison_nic"
2634   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2635   history:
2636     - title: "rls1901 x710"
2637       data: "vpp-performance-changes-2n-skx-h1"
2638       nic: "NIC_Intel-X710"
2639   reference:
2640     title: "rls1904 x710"
2641     data: "vpp-performance-changes-2n-skx-ref"
2642     nic: "NIC_Intel-X710"
2643   compare:
2644     title: "rls1908 xxv710"
2645     data: "vpp-performance-changes-2n-skx-cmp"
2646     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2647     nic: "NIC_Intel-XXV710"
2648   data: "vpp-performance-changes-2n-skx"
2649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2650   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2651   parameters:
2652   - "name"
2653   - "parent"
2654   - "throughput"
2655   - "tags"
2656
2657 # VPP Performance Changes 2n-skx 2t1c ndr
2658 - type: "table"
2659   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2660   algorithm: "table_perf_comparison_nic"
2661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2662   history:
2663     - title: "rls1901 x710"
2664       data: "vpp-performance-changes-2n-skx-h1"
2665       nic: "NIC_Intel-X710"
2666   reference:
2667     title: "rls1904 x710"
2668     data: "vpp-performance-changes-2n-skx-ref"
2669     nic: "NIC_Intel-X710"
2670   compare:
2671     title: "rls1908 xxv710"
2672     data: "vpp-performance-changes-2n-skx-cmp"
2673     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2674     nic: "NIC_Intel-XXV710"
2675   data: "vpp-performance-changes-2n-skx"
2676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2677   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2678   parameters:
2679   - "name"
2680   - "parent"
2681   - "throughput"
2682   - "tags"
2683
2684 # VPP Performance Changes 2n-skx 4t2c ndr
2685 - type: "table"
2686   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2687   algorithm: "table_perf_comparison_nic"
2688   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2689   history:
2690     - title: "rls1901 x710"
2691       data: "vpp-performance-changes-2n-skx-h1"
2692       nic: "NIC_Intel-X710"
2693   reference:
2694     title: "rls1904 x710"
2695     data: "vpp-performance-changes-2n-skx-ref"
2696     nic: "NIC_Intel-X710"
2697   compare:
2698     title: "rls1908 xxv710"
2699     data: "vpp-performance-changes-2n-skx-cmp"
2700     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2701     nic: "NIC_Intel-XXV710"
2702   data: "vpp-performance-changes-2n-skx"
2703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2704   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2705   parameters:
2706   - "name"
2707   - "parent"
2708   - "throughput"
2709   - "tags"
2710
2711 # VPP Performance Changes 2n-dnv 1t1c pdr
2712 - type: "table"
2713   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2714   algorithm: "table_perf_comparison"
2715   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2716   reference:
2717     title: "rls1908"
2718     data: "vpp-performance-changes-2n-dnv-ref"
2719   compare:
2720     title: "rls2001"
2721     data: "vpp-performance-changes-2n-dnv-cmp"
2722   data: "vpp-performance-changes-2n-dnv"
2723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2724   filter: "'1T1C'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "throughput"
2729   - "tags"
2730
2731 # VPP Performance Changes 2n-dnv 2t2c pdr
2732 - type: "table"
2733   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2734   algorithm: "table_perf_comparison"
2735   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2736   reference:
2737     title: "rls1908"
2738     data: "vpp-performance-changes-2n-dnv-ref"
2739   compare:
2740     title: "rls2001"
2741     data: "vpp-performance-changes-2n-dnv-cmp"
2742   data: "vpp-performance-changes-2n-dnv"
2743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2744   filter: "'2T2C'"
2745   parameters:
2746   - "name"
2747   - "parent"
2748   - "throughput"
2749   - "tags"
2750
2751 # VPP Performance Changes 2n-dnv 1t1c ndr
2752 - type: "table"
2753   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2754   algorithm: "table_perf_comparison"
2755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2756   reference:
2757     title: "rls1908"
2758     data: "vpp-performance-changes-2n-dnv-ref"
2759   compare:
2760     title: "rls2001"
2761     data: "vpp-performance-changes-2n-dnv-cmp"
2762   data: "vpp-performance-changes-2n-dnv"
2763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2764   filter: "'1T1C'"
2765   parameters:
2766   - "name"
2767   - "parent"
2768   - "throughput"
2769   - "tags"
2770
2771 # VPP Performance Changes 2n-dnv 2t2c ndr
2772 - type: "table"
2773   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2774   algorithm: "table_perf_comparison"
2775   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2776   reference:
2777     title: "rls1908 "
2778     data: "vpp-performance-changes-2n-dnv-ref"
2779   compare:
2780     title: "rls2001"
2781     data: "vpp-performance-changes-2n-dnv-cmp"
2782   data: "vpp-performance-changes-2n-dnv"
2783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2784   filter: "'2T2C'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "throughput"
2789   - "tags"
2790
2791 # VPP Performance Changes 3n-dnv 1t1c pdr
2792 - type: "table"
2793   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
2794   algorithm: "table_perf_comparison"
2795   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
2796   reference:
2797     title: "rls1908"
2798     data: "vpp-performance-changes-3n-dnv-ref"
2799   compare:
2800     title: "rls2001"
2801     data: "vpp-performance-changes-3n-dnv-cmp"
2802   data: "vpp-performance-changes-3n-dnv"
2803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2804   filter: "'1T1C'"
2805   parameters:
2806   - "name"
2807   - "parent"
2808   - "throughput"
2809   - "tags"
2810
2811 # VPP Performance Changes 3n-dnv 2t2c pdr
2812 - type: "table"
2813   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
2814   algorithm: "table_perf_comparison"
2815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
2816   reference:
2817     title: "rls1908"
2818     data: "vpp-performance-changes-3n-dnv-ref"
2819   compare:
2820     title: "rls2001"
2821     data: "vpp-performance-changes-3n-dnv-cmp"
2822   data: "vpp-performance-changes-3n-dnv"
2823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2824   filter: "'2T2C'"
2825   parameters:
2826   - "name"
2827   - "parent"
2828   - "throughput"
2829   - "tags"
2830
2831 # VPP Performance Changes 3n-dnv 1t1c ndr
2832 - type: "table"
2833   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
2834   algorithm: "table_perf_comparison"
2835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
2836   reference:
2837     title: "rls1908"
2838     data: "vpp-performance-changes-3n-dnv-ref"
2839   compare:
2840     title: "rls2001"
2841     data: "vpp-performance-changes-3n-dnv-cmp"
2842   data: "vpp-performance-changes-3n-dnv"
2843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2844   filter: "'1T1C'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "throughput"
2849   - "tags"
2850
2851 # VPP Performance Changes 3n-dnv 2t2c ndr
2852 - type: "table"
2853   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
2854   algorithm: "table_perf_comparison"
2855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
2856   reference:
2857     title: "rls1908"
2858     data: "vpp-performance-changes-3n-dnv-ref"
2859   compare:
2860     title: "rls2001"
2861     data: "vpp-performance-changes-3n-dnv-cmp"
2862   data: "vpp-performance-changes-3n-dnv"
2863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2864   filter: "'2T2C'"
2865   parameters:
2866   - "name"
2867   - "parent"
2868   - "throughput"
2869   - "tags"
2870
2871 # VPP Performance Changes 3n-tsh 1t1c pdr
2872 - type: "table"
2873   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
2874   algorithm: "table_perf_comparison"
2875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
2876   reference:
2877     title: "rls1908"
2878     data: "vpp-performance-changes-3n-tsh-ref"
2879   compare:
2880     title: "rls2001"
2881     data: "vpp-performance-changes-3n-tsh-cmp"
2882   data: "vpp-performance-changes-3n-tsh"
2883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2884   filter: "'1T1C'"
2885   parameters:
2886   - "name"
2887   - "parent"
2888   - "throughput"
2889   - "tags"
2890
2891 # VPP Performance Changes 3n-tsh 2t2c pdr
2892 - type: "table"
2893   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
2894   algorithm: "table_perf_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
2896   reference:
2897     title: "rls1908"
2898     data: "vpp-performance-changes-3n-tsh-ref"
2899   compare:
2900     title: "rls2001"
2901     data: "vpp-performance-changes-3n-tsh-cmp"
2902   data: "vpp-performance-changes-3n-tsh"
2903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2904   filter: "'2T2C'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "throughput"
2909   - "tags"
2910
2911 # VPP Performance Changes 3n-tsh 1t1c ndr
2912 - type: "table"
2913   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
2914   algorithm: "table_perf_comparison"
2915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
2916   reference:
2917     title: "rls1908"
2918     data: "vpp-performance-changes-3n-tsh-ref"
2919   compare:
2920     title: "rls2001"
2921     data: "vpp-performance-changes-3n-tsh-cmp"
2922   data: "vpp-performance-changes-3n-tsh"
2923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2924   filter: "'1T1C'"
2925   parameters:
2926   - "name"
2927   - "parent"
2928   - "throughput"
2929   - "tags"
2930
2931 # VPP Performance Changes 3n-tsh 2t2c ndr
2932 - type: "table"
2933   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
2934   algorithm: "table_perf_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
2936   reference:
2937     title: "rls1908"
2938     data: "vpp-performance-changes-3n-tsh-ref"
2939   compare:
2940     title: "rls2001"
2941     data: "vpp-performance-changes-3n-tsh-cmp"
2942   data: "vpp-performance-changes-3n-tsh"
2943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2944   filter: "'2T2C'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "throughput"
2949   - "tags"
2950
2951 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2952 - type: "table"
2953   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2954   algorithm: "table_perf_comparison_nic"
2955   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2956   reference:
2957     title: "3n-hsw xl710"
2958     data: "vpp-compare-testbeds-ref"
2959     nic: "NIC_Intel-XL710"
2960   compare:
2961     title: "3n-skx xxv710"
2962     data: "vpp-compare-testbeds-cmp"
2963     nic: "NIC_Intel-XXV710"
2964   data: "vpp-compare-testbeds"
2965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2966   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2967   parameters:
2968   - "name"
2969   - "parent"
2970   - "throughput"
2971   - "tags"
2972
2973 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2974 - type: "table"
2975   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2976   algorithm: "table_perf_comparison_nic"
2977   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2978   reference:
2979     title: "3n-hsw xl710"
2980     data: "vpp-compare-testbeds-ref"
2981     nic: "NIC_Intel-XL710"
2982   compare:
2983     title: "3n-skx xxv710"
2984     data: "vpp-compare-testbeds-cmp"
2985     nic: "NIC_Intel-XXV710"
2986   data: "vpp-compare-testbeds"
2987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2988   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2989   parameters:
2990   - "name"
2991   - "parent"
2992   - "throughput"
2993   - "tags"
2994
2995 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2996 - type: "table"
2997   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2998   algorithm: "table_perf_comparison_nic"
2999   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3000   reference:
3001     title: "3n-hsw xl710"
3002     data: "vpp-compare-testbeds-ref"
3003     nic: "NIC_Intel-XL710"
3004   compare:
3005     title: "3n-skx xxv710"
3006     data: "vpp-compare-testbeds-cmp"
3007     nic: "NIC_Intel-XXV710"
3008   data: "vpp-compare-testbeds"
3009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3010   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "throughput"
3015   - "tags"
3016
3017 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3018 - type: "table"
3019   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3020   algorithm: "table_perf_comparison_nic"
3021   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3022   reference:
3023     title: "3n-hsw xl710"
3024     data: "vpp-compare-testbeds-ref"
3025     nic: "NIC_Intel-XL710"
3026   compare:
3027     title: "3n-skx xxv710"
3028     data: "vpp-compare-testbeds-cmp"
3029     nic: "NIC_Intel-XXV710"
3030   data: "vpp-compare-testbeds"
3031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3032   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "throughput"
3037   - "tags"
3038
3039 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3040 - type: "table"
3041   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3042   algorithm: "table_perf_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3044   reference:
3045     title: "2n-skx"
3046     data: "vpp-compare-testbeds-skx-clx-ref"
3047   compare:
3048     title: "2n-clx"
3049     data: "vpp-compare-testbeds-skx-clx-cmp"
3050   data: "vpp-compare-testbeds-skx-clx"
3051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3052   filter: "'2T1C'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "throughput"
3057   - "tags"
3058
3059 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3060 - type: "table"
3061   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3062   algorithm: "table_perf_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3064   reference:
3065     title: "2n-skx"
3066     data: "vpp-compare-testbeds-skx-clx-ref"
3067   compare:
3068     title: "2n-clx"
3069     data: "vpp-compare-testbeds-skx-clx-cmp"
3070   data: "vpp-compare-testbeds-skx-clx"
3071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'4T2C'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "throughput"
3077   - "tags"
3078
3079 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3080 - type: "table"
3081   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3082   algorithm: "table_perf_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3084   reference:
3085     title: "2n-skx"
3086     data: "vpp-compare-testbeds-skx-clx-ref"
3087   compare:
3088     title: "2n-clx"
3089     data: "vpp-compare-testbeds-skx-clx-cmp"
3090   data: "vpp-compare-testbeds-skx-clx"
3091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'2T1C'"
3093   parameters:
3094   - "name"
3095   - "parent"
3096   - "throughput"
3097   - "tags"
3098
3099 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3100 - type: "table"
3101   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3102   algorithm: "table_perf_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3104   reference:
3105     title: "2n-skx"
3106     data: "vpp-compare-testbeds-skx-clx-ref"
3107   compare:
3108     title: "2n-clx"
3109     data: "vpp-compare-testbeds-skx-clx-cmp"
3110   data: "vpp-compare-testbeds-skx-clx"
3111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3112   filter: "'4T2C'"
3113   parameters:
3114   - "name"
3115   - "parent"
3116   - "throughput"
3117   - "tags"
3118
3119 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3120 - type: "table"
3121   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3122   algorithm: "table_perf_comparison"
3123   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3124   reference:
3125     title: "3-Node Skx"
3126     data: "vpp-compare-topologies-ref"
3127   compare:
3128     title: "2-Node Skx"
3129     data: "vpp-compare-topologies-cmp"
3130   data: "vpp-compare-topologies"
3131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3132   filter: "'NDRPDR' and '1C'"
3133   parameters:
3134   - "name"
3135   - "parent"
3136   - "throughput"
3137
3138 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3139 - type: "table"
3140   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3141   algorithm: "table_perf_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3143   reference:
3144     title: "3-Node Skx"
3145     data: "vpp-compare-topologies-ref"
3146   compare:
3147     title: "2-Node Skx"
3148     data: "vpp-compare-topologies-cmp"
3149   data: "vpp-compare-topologies"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'NDRPDR' and '2C'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "throughput"
3156
3157 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3158 - type: "table"
3159   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3160   algorithm: "table_perf_comparison"
3161   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3162   reference:
3163     title: "3-Node Skx"
3164     data: "vpp-compare-topologies-ref"
3165   compare:
3166     title: "2-Node Skx"
3167     data: "vpp-compare-topologies-cmp"
3168   data: "vpp-compare-topologies"
3169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3170   filter: "'NDRPDR' and '1C'"
3171   parameters:
3172   - "name"
3173   - "parent"
3174   - "throughput"
3175
3176 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3177 - type: "table"
3178   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3179   algorithm: "table_perf_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3181   reference:
3182     title: "3-Node Skx"
3183     data: "vpp-compare-topologies-ref"
3184   compare:
3185     title: "2-Node Skx"
3186     data: "vpp-compare-topologies-cmp"
3187   data: "vpp-compare-topologies"
3188   include-tests: "PDR"
3189   filter: "'NDRPDR' and '2C'"
3190   parameters:
3191   - "name"
3192   - "parent"
3193   - "throughput"
3194
3195 # VPP Performance Changes 3n-hsw 1t1c MRR
3196 - type: "table"
3197   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3198   algorithm: "table_perf_comparison"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3200   history:
3201     - title: "rls1901"
3202       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3203   reference:
3204     title: "rls1904"
3205     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3206   compare:
3207     title: "rls1908"
3208     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3209   data: "vpp-performance-changes-3n-hsw-mrr"
3210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3211   filter: "'1T1C' and 'MRR'"
3212   parameters:
3213   - "name"
3214   - "parent"
3215   - "result"
3216
3217 # VPP Performance Changes 3n-hsw 2t2c MRR
3218 - type: "table"
3219   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3220   algorithm: "table_perf_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3222   history:
3223     - title: "rls1901"
3224       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3225   reference:
3226     title: "rls1904"
3227     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3228   compare:
3229     title: "rls1908"
3230     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3231   data: "vpp-performance-changes-3n-hsw-mrr"
3232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3233   filter: "'2T2C' and 'MRR'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "result"
3238
3239 # VPP Performance Changes 3n-hsw 4t4c MRR
3240 - type: "table"
3241   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3242   algorithm: "table_perf_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3244   history:
3245     - title: "rls1901"
3246       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3247   reference:
3248     title: "rls1904"
3249     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3250   compare:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3253   data: "vpp-performance-changes-3n-hsw-mrr"
3254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3255   filter: "'4T4C' and 'MRR'"
3256   parameters:
3257   - "name"
3258   - "parent"
3259   - "result"
3260
3261 # VPP Performance Changes 3n-skx 2t1c MRR
3262 - type: "table"
3263   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3264   algorithm: "table_perf_comparison"
3265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3266   history:
3267     - title: "rls1901"
3268       data: "vpp-performance-changes-3n-skx-mrr-h1"
3269   reference:
3270     title: "rls1904"
3271     data: "vpp-performance-changes-3n-skx-mrr-ref"
3272   compare:
3273     title: "rls1908"
3274     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3275   data: "vpp-performance-changes-3n-skx-mrr"
3276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3277   filter: "'2T1C' and 'MRR'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "result"
3282
3283 # VPP Performance Changes 3n-skx 4t2c MRR
3284 - type: "table"
3285   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3286   algorithm: "table_perf_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3288   history:
3289     - title: "rls1901"
3290       data: "vpp-performance-changes-3n-skx-mrr-h1"
3291   reference:
3292     title: "rls1904"
3293     data: "vpp-performance-changes-3n-skx-mrr-ref"
3294   compare:
3295     title: "rls1908"
3296     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3297   data: "vpp-performance-changes-3n-skx-mrr"
3298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3299   filter: "'4T2C' and 'MRR'"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "result"
3304
3305 # VPP Performance Changes 3n-skx 8t4c MRR
3306 - type: "table"
3307   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3308   algorithm: "table_perf_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3310   history:
3311     - title: "rls1901"
3312       data: "vpp-performance-changes-3n-skx-mrr-h1"
3313   reference:
3314     title: "rls1904"
3315     data: "vpp-performance-changes-3n-skx-mrr-ref"
3316   compare:
3317     title: "rls1908"
3318     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3319   data: "vpp-performance-changes-3n-skx-mrr"
3320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3321   filter: "'8T4C' and 'MRR'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "result"
3326
3327 # VPP Performance Changes 2n-skx 2t1c MRR
3328 - type: "table"
3329   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3330   algorithm: "table_perf_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3332   history:
3333     - title: "rls1901"
3334       data: "vpp-performance-changes-2n-skx-mrr-h1"
3335   reference:
3336     title: "rls1904"
3337     data: "vpp-performance-changes-2n-skx-mrr-ref"
3338   compare:
3339     title: "rls1908"
3340     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3341   data: "vpp-performance-changes-2n-skx-mrr"
3342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3343   filter: "'2T1C' and 'MRR'"
3344   parameters:
3345   - "name"
3346   - "parent"
3347   - "result"
3348
3349 # VPP Performance Changes 2n-skx 4t2c MRR
3350 - type: "table"
3351   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3352   algorithm: "table_perf_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3354   history:
3355     - title: "rls1901"
3356       data: "vpp-performance-changes-2n-skx-mrr-h1"
3357   reference:
3358     title: "rls1904"
3359     data: "vpp-performance-changes-2n-skx-mrr-ref"
3360   compare:
3361     title: "rls1908"
3362     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3363   data: "vpp-performance-changes-2n-skx-mrr"
3364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3365   filter: "'4T2C' and 'MRR'"
3366   parameters:
3367   - "name"
3368   - "parent"
3369   - "result"
3370
3371 # VPP Performance Changes 2n-skx 8t4c MRR
3372 - type: "table"
3373   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3374   algorithm: "table_perf_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3376   history:
3377     - title: "rls1901"
3378       data: "vpp-performance-changes-2n-skx-mrr-h1"
3379   reference:
3380     title: "rls1904"
3381     data: "vpp-performance-changes-2n-skx-mrr-ref"
3382   compare:
3383     title: "rls1908"
3384     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3385   data: "vpp-performance-changes-2n-skx-mrr"
3386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3387   filter: "'8T4C' and 'MRR'"
3388   parameters:
3389   - "name"
3390   - "parent"
3391   - "result"
3392
3393 # VPP Performance Changes 2n-dnv 1t1c MRR
3394 - type: "table"
3395   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3396   algorithm: "table_perf_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3398   reference:
3399     title: "rls1908"
3400     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3401   compare:
3402     title: "rls2001"
3403     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3404   data: "vpp-performance-changes-2n-dnv-mrr"
3405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3406   filter: "'1T1C' and 'MRR'"
3407   parameters:
3408   - "name"
3409   - "parent"
3410   - "result"
3411
3412 # VPP Performance Changes 2n-dnv 2t2c MRR
3413 - type: "table"
3414   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3415   algorithm: "table_perf_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3417   reference:
3418     title: "rls1908"
3419     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3420   compare:
3421     title: "rls2001"
3422     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3423   data: "vpp-performance-changes-2n-dnv-mrr"
3424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3425   filter: "'2T2C' and 'MRR'"
3426   parameters:
3427   - "name"
3428   - "parent"
3429   - "result"
3430
3431 # VPP Performance Changes 2n-dnv 4t4c MRR
3432 - type: "table"
3433   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3434   algorithm: "table_perf_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3436   reference:
3437     title: "rls1908"
3438     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3439   compare:
3440     title: "rls2001"
3441     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3442   data: "vpp-performance-changes-2n-dnv-mrr"
3443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3444   filter: "'4T4C' and 'MRR'"
3445   parameters:
3446   - "name"
3447   - "parent"
3448   - "result"
3449
3450 # VPP Performance Changes 3n-dnv 1t1c MRR
3451 - type: "table"
3452   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3453   algorithm: "table_perf_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3455   reference:
3456     title: "rls1908"
3457     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3458   compare:
3459     title: "rls2001"
3460     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3461   data: "vpp-performance-changes-3n-dnv-mrr"
3462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3463   filter: "'1T1C' and 'MRR'"
3464   parameters:
3465   - "name"
3466   - "parent"
3467   - "result"
3468
3469 # VPP Performance Changes 3n-dnv 2t2c MRR
3470 - type: "table"
3471   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3472   algorithm: "table_perf_comparison"
3473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3474   reference:
3475     title: "rls1908"
3476     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3477   compare:
3478     title: "rls2001"
3479     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3480   data: "vpp-performance-changes-3n-dnv-mrr"
3481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3482   filter: "'2T2C' and 'MRR'"
3483   parameters:
3484   - "name"
3485   - "parent"
3486   - "result"
3487
3488 # VPP Performance Changes 3n-dnv 4t4c MRR
3489 - type: "table"
3490   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3491   algorithm: "table_perf_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3493   reference:
3494     title: "rls1908"
3495     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3496   compare:
3497     title: "rls2001"
3498     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3499   data: "vpp-performance-changes-3n-dnv-mrr"
3500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3501   filter: "'4T4C' and 'MRR'"
3502   parameters:
3503   - "name"
3504   - "parent"
3505   - "result"
3506
3507 # VPP Performance Changes 3n-tsh 1t1c MRR
3508 - type: "table"
3509   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3510   algorithm: "table_perf_comparison"
3511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3512   reference:
3513     title: "rls1908"
3514     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3515   compare:
3516     title: "rls2001"
3517     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3518   data: "vpp-performance-changes-3n-tsh-mrr"
3519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3520   filter: "'1T1C' and 'MRR'"
3521   parameters:
3522   - "name"
3523   - "parent"
3524   - "result"
3525
3526 # VPP Performance Changes 3n-tsh 2t2c MRR
3527 - type: "table"
3528   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3529   algorithm: "table_perf_comparison"
3530   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3531   reference:
3532     title: "rls1908"
3533     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3534   compare:
3535     title: "rls2001"
3536     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3537   data: "vpp-performance-changes-3n-tsh-mrr"
3538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3539   filter: "'2T2C' and 'MRR'"
3540   parameters:
3541   - "name"
3542   - "parent"
3543   - "result"
3544
3545 # VPP Performance Changes 3n-tsh 4t4c MRR
3546 - type: "table"
3547   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3548   algorithm: "table_perf_comparison"
3549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3550   reference:
3551     title: "rls1908"
3552     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3553   compare:
3554     title: "rls2001"
3555     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3556   data: "vpp-performance-changes-3n-tsh-mrr"
3557   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3558   filter: "'4T4C' and 'MRR'"
3559   parameters:
3560   - "name"
3561   - "parent"
3562   - "result"
3563
3564 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3565 - type: "table"
3566   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3567   algorithm: "table_perf_comparison_nic"
3568   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3569   reference:
3570     title: "3n-hsw xl710"
3571     data: "vpp-compare-testbeds-mrr-ref"
3572     nic: "NIC_Intel-XL710"
3573   compare:
3574     title: "3n-skx xxv710"
3575     data: "vpp-compare-testbeds-mrr-cmp"
3576     nic: "NIC_Intel-XXV710"
3577   data: "vpp-compare-testbeds-mrr"
3578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3579   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "result"
3584   - "tags"
3585
3586 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3587 - type: "table"
3588   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3589   algorithm: "table_perf_comparison_nic"
3590   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3591   reference:
3592     title: "3n-hsw xl710"
3593     data: "vpp-compare-testbeds-mrr-ref"
3594     nic: "NIC_Intel-XL710"
3595   compare:
3596     title: "3n-skx xxv710"
3597     data: "vpp-compare-testbeds-mrr-cmp"
3598     nic: "NIC_Intel-XXV710"
3599   data: "vpp-compare-testbeds-mrr"
3600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3601   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "result"
3606   - "tags"
3607
3608 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3609 - type: "table"
3610   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3611   algorithm: "table_perf_comparison_nic"
3612   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3613   reference:
3614     title: "3n-hsw xl710"
3615     data: "vpp-compare-testbeds-mrr-ref"
3616     nic: "NIC_Intel-XL710"
3617   compare:
3618     title: "3n-skx xxv710"
3619     data: "vpp-compare-testbeds-mrr-cmp"
3620     nic: "NIC_Intel-XXV710"
3621   data: "vpp-compare-testbeds-mrr"
3622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3623   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3624   parameters:
3625   - "name"
3626   - "parent"
3627   - "result"
3628   - "tags"
3629
3630 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3631 - type: "table"
3632   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3633   algorithm: "table_perf_comparison"
3634   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3635   reference:
3636     title: "2n-skx"
3637     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3638   compare:
3639     title: "2n-clx"
3640     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3641   data: "vpp-compare-testbeds-mrr-skx-clx"
3642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3643   filter: "'2T1C'"
3644   parameters:
3645   - "name"
3646   - "parent"
3647   - "result"
3648   - "tags"
3649
3650 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3651 - type: "table"
3652   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3653   algorithm: "table_perf_comparison"
3654   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3655   reference:
3656     title: "2n-skx"
3657     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3658   compare:
3659     title: "2n-clx"
3660     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3661   data: "vpp-compare-testbeds-mrr-skx-clx"
3662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3663   filter: "'4T2C'"
3664   parameters:
3665   - "name"
3666   - "parent"
3667   - "result"
3668   - "tags"
3669
3670 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3671 - type: "table"
3672   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3673   algorithm: "table_perf_comparison"
3674   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3675   reference:
3676     title: "2n-skx"
3677     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3678   compare:
3679     title: "2n-clx"
3680     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3681   data: "vpp-compare-testbeds-mrr-skx-clx"
3682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3683   filter: "'8T4C'"
3684   parameters:
3685   - "name"
3686   - "parent"
3687   - "result"
3688   - "tags"
3689
3690 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3691 - type: "table"
3692   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3693   algorithm: "table_perf_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3695   reference:
3696     title: "3-Node Skx"
3697     data: "vpp-compare-topologies-mrr-ref"
3698   compare:
3699     title: "2-Node Skx"
3700     data: "vpp-compare-topologies-mrr-cmp"
3701   data: "vpp-compare-topologies-mrr"
3702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3703   filter: "'MRR' and '1C'"
3704   parameters:
3705   - "name"
3706   - "parent"
3707   - "result"
3708
3709 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3710 - type: "table"
3711   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3712   algorithm: "table_perf_comparison"
3713   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3714   reference:
3715     title: "3-Node Skx"
3716     data: "vpp-compare-topologies-mrr-ref"
3717   compare:
3718     title: "2-Node Skx"
3719     data: "vpp-compare-topologies-mrr-cmp"
3720   data: "vpp-compare-topologies-mrr"
3721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3722   filter: "'MRR' and '2C'"
3723   parameters:
3724   - "name"
3725   - "parent"
3726   - "result"
3727
3728 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3729 - type: "table"
3730   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3731   algorithm: "table_perf_comparison"
3732   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3733   reference:
3734     title: "3-Node Skx"
3735     data: "vpp-compare-topologies-mrr-ref"
3736   compare:
3737     title: "2-Node Skx"
3738     data: "vpp-compare-topologies-mrr-cmp"
3739   data: "vpp-compare-topologies-mrr"
3740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3741   filter: "'MRR' and '4C'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "result"
3746
3747 # Detailed Test Results - VPP Performance Results 3n-hsw
3748 - type: "table"
3749   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3750   algorithm: "table_merged_details"
3751   output-file-ext: ".csv"
3752   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3753   columns:
3754   - title: "Name"
3755     data: "data name"
3756   - title: "Status"
3757     data: "data msg"
3758   rows: "generated"
3759   data: "vpp-perf-results-3n-hsw"
3760   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3761   parameters:
3762   - "name"
3763   - "parent"
3764   - "msg"
3765
3766 # Detailed Test Results - VPP Performance Results 3n-skx
3767 - type: "table"
3768   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3769   algorithm: "table_merged_details"
3770   output-file-ext: ".csv"
3771   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3772   columns:
3773   - title: "Name"
3774     data: "data name"
3775   - title: "Status"
3776     data: "data msg"
3777   rows: "generated"
3778   data: "vpp-perf-results-3n-skx"
3779   filter: "not 'CFS_OPT'"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "msg"
3784
3785 # Detailed Test Results - VPP Performance Results 2n-skx
3786 - type: "table"
3787   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3788   algorithm: "table_merged_details"
3789   output-file-ext: ".csv"
3790   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3791   columns:
3792   - title: "Name"
3793     data: "data name"
3794   - title: "Status"
3795     data: "data msg"
3796   rows: "generated"
3797   data: "vpp-perf-results-2n-skx"
3798   filter: "not 'CFS_OPT'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "msg"
3803
3804 # Detailed Test Results - VPP Performance Results 2n-clx
3805 - type: "table"
3806   title: "Detailed Test Results - VPP Performance Results 2n-clx"
3807   algorithm: "table_merged_details"
3808   output-file-ext: ".csv"
3809   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
3810   columns:
3811   - title: "Name"
3812     data: "data name"
3813   - title: "Status"
3814     data: "data msg"
3815   rows: "generated"
3816   data: "vpp-perf-results-2n-clx"
3817   filter: "not 'CFS_OPT'"
3818   parameters:
3819   - "name"
3820   - "parent"
3821   - "msg"
3822
3823 # Detailed Test Results - VPP Performance Results 3n-tsh
3824 - type: "table"
3825   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
3826   algorithm: "table_merged_details"
3827   output-file-ext: ".csv"
3828   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3829   columns:
3830   - title: "Name"
3831     data: "data name"
3832   - title: "Status"
3833     data: "data msg"
3834   rows: "generated"
3835   data: "vpp-perf-results-3n-tsh"
3836   filter: "not 'CFS_OPT'"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "msg"
3841
3842 # Detailed Test Results - VPP Performance Results 3n-dnv
3843 - type: "table"
3844   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
3845   algorithm: "table_details"
3846   output-file-ext: ".csv"
3847   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3848   columns:
3849   - title: "Name"
3850     data: "data name"
3851   - title: "Status"
3852     data: "data msg"
3853   rows: "generated"
3854   data: "vpp-perf-results-3n-dnv"
3855   filter: "'NDRPDR'"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "msg"
3860
3861 # Detailed Test Results - VPP Performance Results 2n-dnv
3862 - type: "table"
3863   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3864   algorithm: "table_details"
3865   output-file-ext: ".csv"
3866   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3867   columns:
3868   - title: "Name"
3869     data: "data name"
3870   - title: "Status"
3871     data: "data msg"
3872   rows: "generated"
3873   data: "vpp-perf-results-2n-dnv"
3874   filter: "'NDRPDR'"
3875   parameters:
3876   - "name"
3877   - "parent"
3878   - "msg"
3879
3880 # Test configuration - VPP Performance Test Configs 3n-hsw
3881 - type: "table"
3882   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3883   algorithm: "table_merged_details"
3884   output-file-ext: ".csv"
3885   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3886   columns:
3887   - title: "Name"
3888     data: "data name"
3889   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3890     data: "data conf-history"
3891   rows: "generated"
3892   data: "vpp-perf-results-3n-hsw"
3893   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3894   parameters:
3895   - "parent"
3896   - "name"
3897   - "conf-history"
3898
3899 # Test configuration - VPP Performance Test Configs 3n-skx
3900 - type: "table"
3901   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3902   algorithm: "table_merged_details"
3903   output-file-ext: ".csv"
3904   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3905   columns:
3906   - title: "Name"
3907     data: "data name"
3908   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3909     data: "data conf-history"
3910   rows: "generated"
3911   data: "vpp-perf-results-3n-skx"
3912   filter: "not 'CFS_OPT'"
3913   parameters:
3914   - "parent"
3915   - "name"
3916   - "conf-history"
3917
3918 # Test configuration - VPP Performance Test Configs 2n-skx
3919 - type: "table"
3920   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3921   algorithm: "table_merged_details"
3922   output-file-ext: ".csv"
3923   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3924   columns:
3925   - title: "Name"
3926     data: "data name"
3927   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3928     data: "data conf-history"
3929   rows: "generated"
3930   data: "vpp-perf-results-2n-skx"
3931   filter: "not 'CFS_OPT'"
3932   parameters:
3933   - "parent"
3934   - "name"
3935   - "conf-history"
3936
3937 # Test configuration - VPP Performance Test Configs 2n-clx
3938 - type: "table"
3939   title: "Test configuration - VPP Performance Test Configs 2n-clx"
3940   algorithm: "table_merged_details"
3941   output-file-ext: ".csv"
3942   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
3943   columns:
3944   - title: "Name"
3945     data: "data name"
3946   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3947     data: "data conf-history"
3948   rows: "generated"
3949   data: "vpp-perf-results-2n-clx"
3950   filter: "not 'CFS_OPT'"
3951   parameters:
3952   - "parent"
3953   - "name"
3954   - "conf-history"
3955
3956 # Test configuration - VPP Performance Test Configs 3n-tsh
3957 - type: "table"
3958   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3959   algorithm: "table_merged_details"
3960   output-file-ext: ".csv"
3961   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3962   columns:
3963   - title: "Name"
3964     data: "data name"
3965   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3966     data: "data conf-history"
3967   rows: "generated"
3968   data: "vpp-perf-results-3n-tsh"
3969   filter: "not 'CFS_OPT'"
3970   parameters:
3971   - "parent"
3972   - "name"
3973   - "conf-history"
3974
3975 # Test configuration - VPP Performance Test Configs 3n-dnv
3976 - type: "table"
3977   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3978   algorithm: "table_details"
3979   output-file-ext: ".csv"
3980   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
3981   columns:
3982   - title: "Name"
3983     data: "data name"
3984   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3985     data: "data conf-history"
3986   rows: "generated"
3987   data: "vpp-perf-results-3n-dnv"
3988   filter: "'NDRPDR'"
3989   parameters:
3990   - "parent"
3991   - "name"
3992   - "conf-history"
3993
3994 # Test configuration - VPP Performance Test Configs 2n-dnv
3995 - type: "table"
3996   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3997   algorithm: "table_details"
3998   output-file-ext: ".csv"
3999   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4000   columns:
4001   - title: "Name"
4002     data: "data name"
4003   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4004     data: "data conf-history"
4005   rows: "generated"
4006   data: "vpp-perf-results-2n-dnv"
4007   filter: "'NDRPDR'"
4008   parameters:
4009   - "parent"
4010   - "name"
4011   - "conf-history"
4012
4013 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4014 - type: "table"
4015   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4016   algorithm: "table_merged_details"
4017   output-file-ext: ".csv"
4018   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4019   columns:
4020   - title: "Name"
4021     data: "data name"
4022   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4023     data: "data show-run"
4024   rows: "generated"
4025   data: "vpp-perf-results-3n-hsw"
4026   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4027   parameters:
4028   - "parent"
4029   - "name"
4030   - "show-run"
4031
4032 # Test Operational Data - VPP Performance Operational Data 3n-skx
4033 - type: "table"
4034   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4035   algorithm: "table_merged_details"
4036   output-file-ext: ".csv"
4037   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4038   columns:
4039   - title: "Name"
4040     data: "data name"
4041   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4042     data: "data show-run"
4043   rows: "generated"
4044   data: "vpp-perf-results-3n-skx"
4045   filter: "not 'CFS_OPT'"
4046   parameters:
4047   - "parent"
4048   - "name"
4049   - "show-run"
4050
4051 # Test Operational Data - VPP Performance Operational Data 2n-skx
4052 - type: "table"
4053   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4054   algorithm: "table_merged_details"
4055   output-file-ext: ".csv"
4056   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4057   columns:
4058   - title: "Name"
4059     data: "data name"
4060   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4061     data: "data show-run"
4062   rows: "generated"
4063   data: "vpp-perf-results-2n-skx"
4064   filter: "not 'CFS_OPT'"
4065   parameters:
4066   - "parent"
4067   - "name"
4068   - "show-run"
4069
4070 # Test Operational Data - VPP Performance Operational Data 2n-clx
4071 - type: "table"
4072   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4073   algorithm: "table_merged_details"
4074   output-file-ext: ".csv"
4075   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4076   columns:
4077   - title: "Name"
4078     data: "data name"
4079   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4080     data: "data show-run"
4081   rows: "generated"
4082   data: "vpp-perf-results-2n-clx"
4083   filter: "not 'CFS_OPT'"
4084   parameters:
4085   - "parent"
4086   - "name"
4087   - "show-run"
4088
4089 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4090 - type: "table"
4091   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4092   algorithm: "table_merged_details"
4093   output-file-ext: ".csv"
4094   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4095   columns:
4096   - title: "Name"
4097     data: "data name"
4098   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4099     data: "data show-run"
4100   rows: "generated"
4101   data: "vpp-perf-results-3n-tsh"
4102   filter: "not 'CFS_OPT'"
4103   parameters:
4104   - "parent"
4105   - "name"
4106   - "show-run"
4107
4108 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4109 - type: "table"
4110   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4111   algorithm: "table_details"
4112   output-file-ext: ".csv"
4113   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4114   columns:
4115   - title: "Name"
4116     data: "data name"
4117   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4118     data: "data show-run"
4119   rows: "generated"
4120   data: "vpp-perf-results-3n-dnv"
4121   filter: "'NDRPDR'"
4122   parameters:
4123   - "parent"
4124   - "name"
4125   - "show-run"
4126
4127 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4128 - type: "table"
4129   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4130   algorithm: "table_details"
4131   output-file-ext: ".csv"
4132   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4133   columns:
4134   - title: "Name"
4135     data: "data name"
4136   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4137     data: "data show-run"
4138   rows: "generated"
4139   data: "vpp-perf-results-2n-dnv"
4140   filter: "'NDRPDR'"
4141   parameters:
4142   - "parent"
4143   - "name"
4144   - "show-run"
4145
4146 # Detailed Test Results - VPP MRR Results 3n-hsw
4147 - type: "table"
4148   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4149   algorithm: "table_details"
4150   output-file-ext: ".csv"
4151   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4152   columns:
4153   - title: "Name"
4154     data: "data name"
4155   - title: "Status"
4156     data: "data msg"
4157   rows: "generated"
4158   data: "vpp-mrr-results-3n-hsw"
4159   filter: "'MRR'"
4160   parameters:
4161   - "name"
4162   - "parent"
4163   - "msg"
4164
4165 # Detailed Test Results - VPP MRR Results 3n-skx
4166 - type: "table"
4167   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4168   algorithm: "table_details"
4169   output-file-ext: ".csv"
4170   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4171   columns:
4172   - title: "Name"
4173     data: "data name"
4174   - title: "Status"
4175     data: "data msg"
4176   rows: "generated"
4177   data: "vpp-mrr-results-3n-skx"
4178   filter: "'MRR'"
4179   parameters:
4180   - "name"
4181   - "parent"
4182   - "msg"
4183
4184 # Detailed Test Results - VPP MRR Results 2n-skx
4185 - type: "table"
4186   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4187   algorithm: "table_details"
4188   output-file-ext: ".csv"
4189   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4190   columns:
4191   - title: "Name"
4192     data: "data name"
4193   - title: "Status"
4194     data: "data msg"
4195   rows: "generated"
4196   data: "vpp-mrr-results-2n-skx"
4197   filter: "'MRR'"
4198   parameters:
4199   - "name"
4200   - "parent"
4201   - "msg"
4202
4203 # Detailed Test Results - VPP MRR Results 2n-clx
4204 - type: "table"
4205   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4206   algorithm: "table_details"
4207   output-file-ext: ".csv"
4208   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4209   columns:
4210   - title: "Name"
4211     data: "data name"
4212   - title: "Status"
4213     data: "data msg"
4214   rows: "generated"
4215   data: "vpp-mrr-results-2n-clx"
4216   filter: "'MRR'"
4217   parameters:
4218   - "name"
4219   - "parent"
4220   - "msg"
4221
4222 # Detailed Test Results - VPP MRR Results 3n-tsh
4223 - type: "table"
4224   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4225   algorithm: "table_details"
4226   output-file-ext: ".csv"
4227   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4228   columns:
4229   - title: "Name"
4230     data: "data name"
4231   - title: "Status"
4232     data: "data msg"
4233   rows: "generated"
4234   data: "vpp-mrr-results-3n-tsh"
4235   filter: "'MRR'"
4236   parameters:
4237   - "name"
4238   - "parent"
4239   - "msg"
4240
4241 # Detailed Test Results - VPP MRR Results 3n-dnv
4242 - type: "table"
4243   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4244   algorithm: "table_details"
4245   output-file-ext: ".csv"
4246   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4247   columns:
4248   - title: "Name"
4249     data: "data name"
4250   - title: "Status"
4251     data: "data msg"
4252   rows: "generated"
4253   data: "vpp-mrr-results-3n-dnv"
4254   filter: "'MRR'"
4255   parameters:
4256   - "name"
4257   - "parent"
4258   - "msg"
4259
4260 # Detailed Test Results - VPP MRR Results 2n-dnv
4261 - type: "table"
4262   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4263   algorithm: "table_details"
4264   output-file-ext: ".csv"
4265   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4266   columns:
4267   - title: "Name"
4268     data: "data name"
4269   - title: "Status"
4270     data: "data msg"
4271   rows: "generated"
4272   data: "vpp-mrr-results-2n-dnv"
4273   filter: "'MRR'"
4274   parameters:
4275   - "name"
4276   - "parent"
4277   - "msg"
4278
4279 # Test configuration - VPP MRR Test Configs 3n-hsw
4280 - type: "table"
4281   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4282   algorithm: "table_details"
4283   output-file-ext: ".csv"
4284   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4285   columns:
4286   - title: "Name"
4287     data: "data name"
4288   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4289     data: "data conf-history"
4290   rows: "generated"
4291   data: "vpp-mrr-results-3n-hsw"
4292   filter: "'MRR'"
4293   parameters:
4294   - "parent"
4295   - "name"
4296   - "conf-history"
4297
4298 # Test configuration - VPP MRR Test Configs 3n-skx
4299 - type: "table"
4300   title: "Test configuration - VPP MRR Test Configs 3n-skx"
4301   algorithm: "table_details"
4302   output-file-ext: ".csv"
4303   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4304   columns:
4305   - title: "Name"
4306     data: "data name"
4307   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4308     data: "data conf-history"
4309   rows: "generated"
4310   data: "vpp-mrr-results-3n-skx"
4311   filter: "'MRR'"
4312   parameters:
4313   - "parent"
4314   - "name"
4315   - "conf-history"
4316
4317 # Test configuration - VPP MRR Test Configs 2n-skx
4318 - type: "table"
4319   title: "Test configuration - VPP MRR Test Configs 2n-skx"
4320   algorithm: "table_details"
4321   output-file-ext: ".csv"
4322   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4323   columns:
4324   - title: "Name"
4325     data: "data name"
4326   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4327     data: "data conf-history"
4328   rows: "generated"
4329   data: "vpp-mrr-results-2n-skx"
4330   filter: "'MRR'"
4331   parameters:
4332   - "parent"
4333   - "name"
4334   - "conf-history"
4335
4336 # Test configuration - VPP MRR Test Configs 2n-clx
4337 - type: "table"
4338   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4339   algorithm: "table_details"
4340   output-file-ext: ".csv"
4341   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4342   columns:
4343   - title: "Name"
4344     data: "data name"
4345   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4346     data: "data conf-history"
4347   rows: "generated"
4348   data: "vpp-mrr-results-2n-clx"
4349   filter: "'MRR'"
4350   parameters:
4351   - "parent"
4352   - "name"
4353   - "conf-history"
4354
4355 # Test configuration - VPP MRR Test Configs 3n-tsh
4356 - type: "table"
4357   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4358   algorithm: "table_details"
4359   output-file-ext: ".csv"
4360   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4361   columns:
4362   - title: "Name"
4363     data: "data name"
4364   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4365     data: "data conf-history"
4366   rows: "generated"
4367   data: "vpp-mrr-results-3n-tsh"
4368   filter: "'MRR'"
4369   parameters:
4370   - "parent"
4371   - "name"
4372   - "conf-history"
4373
4374 # Test configuration - VPP MRR Test Configs 3n-dnv
4375 - type: "table"
4376   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4377   algorithm: "table_details"
4378   output-file-ext: ".csv"
4379   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4380   columns:
4381   - title: "Name"
4382     data: "data name"
4383   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4384     data: "data conf-history"
4385   rows: "generated"
4386   data: "vpp-mrr-results-3n-dnv"
4387   filter: "'MRR'"
4388   parameters:
4389   - "parent"
4390   - "name"
4391   - "conf-history"
4392
4393 # Test configuration - VPP MRR Test Configs 2n-dnv
4394 - type: "table"
4395   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4396   algorithm: "table_details"
4397   output-file-ext: ".csv"
4398   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4399   columns:
4400   - title: "Name"
4401     data: "data name"
4402   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4403     data: "data conf-history"
4404   rows: "generated"
4405   data: "vpp-mrr-results-2n-dnv"
4406   filter: "'MRR'"
4407   parameters:
4408   - "parent"
4409   - "name"
4410   - "conf-history"
4411
4412 # Detailed Test Results - VPP Device Results - Ubuntu
4413 - type: "table"
4414   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4415   algorithm: "table_details"
4416   output-file-ext: ".csv"
4417   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4418   columns:
4419   - title: "Name"
4420     data: "data name"
4421   - title: "Documentation"
4422     data: "data doc"
4423   - title: "Status"
4424     data: "data status"
4425   rows: "generated"
4426   data: "vpp-device-results-ubuntu"
4427   filter: "all"
4428   parameters:
4429   - "name"
4430   - "parent"
4431   - "doc"
4432   - "status"
4433
4434 # Test configuration - VPP Device Test Configs - Ubuntu
4435 - type: "table"
4436   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4437   algorithm: "table_details"
4438   output-file-ext: ".csv"
4439   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4440   columns:
4441   - title: "Name"
4442     data: "data name"
4443   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4444     data: "data conf-history"
4445   rows: "generated"
4446   data: "vpp-device-results-ubuntu"
4447   filter: "all"
4448   parameters:
4449   - "parent"
4450   - "name"
4451   - "conf-history"
4452
4453 ################################################################################
4454
4455 # DPDK Performance Changes 3n-hsw 1t1c pdr
4456 - type: "table"
4457   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4458   algorithm: "table_perf_comparison"
4459   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4460   history:
4461     - title: "rls1901"
4462       data: "dpdk-performance-changes-3n-hsw-h1"
4463   reference:
4464     title: "rls1904"
4465     data: "dpdk-performance-changes-3n-hsw-ref"
4466   compare:
4467     title: "rls1908"
4468     data: "dpdk-performance-changes-3n-hsw-cmp"
4469   data: "dpdk-performance-changes-3n-hsw"
4470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4471   filter: "'1T1C'"
4472   parameters:
4473   - "name"
4474   - "parent"
4475   - "throughput"
4476
4477 # DPDK Performance Changes 3n-hsw 2t2c pdr
4478 - type: "table"
4479   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4480   algorithm: "table_perf_comparison"
4481   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4482   history:
4483     - title: "rls1901"
4484       data: "dpdk-performance-changes-3n-hsw-h1"
4485   reference:
4486     title: "rls1904"
4487     data: "dpdk-performance-changes-3n-hsw-ref"
4488   compare:
4489     title: "rls1908"
4490     data: "dpdk-performance-changes-3n-hsw-cmp"
4491   data: "dpdk-performance-changes-3n-hsw"
4492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4493   filter: "'2T2C'"
4494   parameters:
4495   - "name"
4496   - "parent"
4497   - "throughput"
4498
4499 # DPDK Performance Changes 3n-hsw 1t1c ndr
4500 - type: "table"
4501   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4502   algorithm: "table_perf_comparison"
4503   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4504   history:
4505     - title: "rls1901"
4506       data: "dpdk-performance-changes-3n-hsw-h1"
4507   reference:
4508     title: "rls1904"
4509     data: "dpdk-performance-changes-3n-hsw-ref"
4510   compare:
4511     title: "rls1908"
4512     data: "dpdk-performance-changes-3n-hsw-cmp"
4513   data: "dpdk-performance-changes-3n-hsw"
4514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4515   filter: "'1T1C'"
4516   parameters:
4517   - "name"
4518   - "parent"
4519   - "throughput"
4520
4521 # DPDK Performance Changes 3n-hsw 2t2c ndr
4522 - type: "table"
4523   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4524   algorithm: "table_perf_comparison"
4525   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4526   history:
4527     - title: "rls1901"
4528       data: "dpdk-performance-changes-3n-hsw-h1"
4529   reference:
4530     title: "rls1904"
4531     data: "dpdk-performance-changes-3n-hsw-ref"
4532   compare:
4533     title: "rls1908"
4534     data: "dpdk-performance-changes-3n-hsw-cmp"
4535   data: "dpdk-performance-changes-3n-hsw"
4536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4537   filter: "'2T2C'"
4538   parameters:
4539   - "name"
4540   - "parent"
4541   - "throughput"
4542
4543 # DPDK Performance Changes 3n-skx 2t1c pdr
4544 - type: "table"
4545   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4546   algorithm: "table_perf_comparison"
4547   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4548   history:
4549     - title: "rls1901"
4550       data: "dpdk-performance-changes-3n-skx-h1"
4551   reference:
4552     title: "rls1904"
4553     data: "dpdk-performance-changes-3n-skx-ref"
4554   compare:
4555     title: "rls1908"
4556     data: "dpdk-performance-changes-3n-skx-cmp"
4557   data: "dpdk-performance-changes-3n-skx"
4558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4559   filter: "'2T1C'"
4560   parameters:
4561   - "name"
4562   - "parent"
4563   - "throughput"
4564
4565 # DPDK Performance Changes 3n-skx 4t2c pdr
4566 - type: "table"
4567   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4568   algorithm: "table_perf_comparison"
4569   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4570   history:
4571     - title: "rls1901"
4572       data: "dpdk-performance-changes-3n-skx-h1"
4573   reference:
4574     title: "rls1904"
4575     data: "dpdk-performance-changes-3n-skx-ref"
4576   compare:
4577     title: "rls1908"
4578     data: "dpdk-performance-changes-3n-skx-cmp"
4579   data: "dpdk-performance-changes-3n-skx"
4580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4581   filter: "'4T2C'"
4582   parameters:
4583   - "name"
4584   - "parent"
4585   - "throughput"
4586
4587 # DPDK Performance Changes 3n-skx 2t1c ndr
4588 - type: "table"
4589   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4590   algorithm: "table_perf_comparison"
4591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4592   history:
4593     - title: "rls1901"
4594       data: "dpdk-performance-changes-3n-skx-h1"
4595   reference:
4596     title: "rls1904"
4597     data: "dpdk-performance-changes-3n-skx-ref"
4598   compare:
4599     title: "rls1908"
4600     data: "dpdk-performance-changes-3n-skx-cmp"
4601   data: "dpdk-performance-changes-3n-skx"
4602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4603   filter: "'2T1C'"
4604   parameters:
4605   - "name"
4606   - "parent"
4607   - "throughput"
4608
4609 # DPDK Performance Changes 3n-skx 4t2c ndr
4610 - type: "table"
4611   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4612   algorithm: "table_perf_comparison"
4613   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4614   history:
4615     - title: "rls1901"
4616       data: "dpdk-performance-changes-3n-skx-h1"
4617   reference:
4618     title: "rls1904"
4619     data: "dpdk-performance-changes-3n-skx-ref"
4620   compare:
4621     title: "rls1908"
4622     data: "dpdk-performance-changes-3n-skx-cmp"
4623   data: "dpdk-performance-changes-3n-skx"
4624   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4625   filter: "'4T2C'"
4626   parameters:
4627   - "name"
4628   - "parent"
4629   - "throughput"
4630
4631 # DPDK Performance Changes 2n-skx 2t1c pdr
4632 - type: "table"
4633   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4634   algorithm: "table_perf_comparison"
4635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4636   history:
4637     - title: "rls1901"
4638       data: "dpdk-performance-changes-2n-skx-h1"
4639   reference:
4640     title: "rls1904"
4641     data: "dpdk-performance-changes-2n-skx-ref"
4642   compare:
4643     title: "rls1908"
4644     data: "dpdk-performance-changes-2n-skx-cmp"
4645   data: "dpdk-performance-changes-2n-skx"
4646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4647   filter: "'2T1C'"
4648   parameters:
4649   - "name"
4650   - "parent"
4651   - "throughput"
4652
4653 # DPDK Performance Changes 2n-skx 4t2c pdr
4654 - type: "table"
4655   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4656   algorithm: "table_perf_comparison"
4657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4658   history:
4659     - title: "rls1901"
4660       data: "dpdk-performance-changes-2n-skx-h1"
4661   reference:
4662     title: "rls1904"
4663     data: "dpdk-performance-changes-2n-skx-ref"
4664   compare:
4665     title: "rls1908"
4666     data: "dpdk-performance-changes-2n-skx-cmp"
4667   data: "dpdk-performance-changes-2n-skx"
4668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4669   filter: "'4T2C'"
4670   parameters:
4671   - "name"
4672   - "parent"
4673   - "throughput"
4674
4675 # DPDK Performance Changes 2n-skx 2t1c ndr
4676 - type: "table"
4677   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4678   algorithm: "table_perf_comparison"
4679   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4680   history:
4681     - title: "rls1901"
4682       data: "dpdk-performance-changes-2n-skx-h1"
4683   reference:
4684     title: "rls1904"
4685     data: "dpdk-performance-changes-2n-skx-ref"
4686   compare:
4687     title: "rls1908"
4688     data: "dpdk-performance-changes-2n-skx-cmp"
4689   data: "dpdk-performance-changes-2n-skx"
4690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4691   filter: "'2T1C'"
4692   parameters:
4693   - "name"
4694   - "parent"
4695   - "throughput"
4696
4697 # DPDK Performance Changes 2n-skx 4t2c ndr
4698 - type: "table"
4699   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4700   algorithm: "table_perf_comparison"
4701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4702   history:
4703     - title: "rls1901"
4704       data: "dpdk-performance-changes-2n-skx-h1"
4705   reference:
4706     title: "rls1904"
4707     data: "dpdk-performance-changes-2n-skx-ref"
4708   compare:
4709     title: "rls1908"
4710     data: "dpdk-performance-changes-2n-skx-cmp"
4711   data: "dpdk-performance-changes-2n-skx"
4712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4713   filter: "'4T2C'"
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "throughput"
4718
4719 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4720 - type: "table"
4721   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4722   algorithm: "table_perf_comparison"
4723   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4724   reference:
4725     title: "3-Node Hsw"
4726     data: "dpdk-compare-testbeds-ref"
4727   compare:
4728     title: "3-Node Skx"
4729     data: "dpdk-compare-testbeds-cmp"
4730   data: "dpdk-compare-testbeds"
4731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4732   filter: "'NIC_Intel-X710'"
4733   parameters:
4734   - "name"
4735   - "parent"
4736   - "throughput"
4737
4738 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4739 - type: "table"
4740   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4741   algorithm: "table_perf_comparison"
4742   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4743   reference:
4744     title: "3-Node Hsw"
4745     data: "dpdk-compare-testbeds-ref"
4746   compare:
4747     title: "3-Node Skx"
4748     data: "dpdk-compare-testbeds-cmp"
4749   data: "dpdk-compare-testbeds"
4750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4751   filter: "'NIC_Intel-X710'"
4752   parameters:
4753   - "name"
4754   - "parent"
4755   - "throughput"
4756
4757 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4758 - type: "table"
4759   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4760   algorithm: "table_perf_comparison"
4761   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4762   reference:
4763     title: "2-Node Skx"
4764     data: "dpdk-compare-testbeds-skx-clx-ref"
4765   compare:
4766     title: "2-Node Clx"
4767     data: "dpdk-compare-testbeds-skx-clx-cmp"
4768   data: "dpdk-compare-testbeds-skx-clx"
4769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4770   filter: "'NDRPDR'"
4771   parameters:
4772   - "name"
4773   - "parent"
4774   - "throughput"
4775
4776 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4777 - type: "table"
4778   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4779   algorithm: "table_perf_comparison"
4780   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4781   reference:
4782     title: "2-Node Skx"
4783     data: "dpdk-compare-testbeds-skx-clx-ref"
4784   compare:
4785     title: "2-Node Clx"
4786     data: "dpdk-compare-testbeds-skx-clx-cmp"
4787   data: "dpdk-compare-testbeds-skx-clx"
4788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4789   filter: "'NDRPDR'"
4790   parameters:
4791   - "name"
4792   - "parent"
4793   - "throughput"
4794
4795 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4796 - type: "table"
4797   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4798   algorithm: "table_perf_comparison"
4799   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4800   reference:
4801     title: "3-Node Skx"
4802     data: "dpdk-compare-topologies-ref"
4803   compare:
4804     title: "2-Node Skx"
4805     data: "dpdk-compare-topologies-cmp"
4806   data: "dpdk-compare-topologies"
4807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4808   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4809   parameters:
4810   - "name"
4811   - "parent"
4812   - "throughput"
4813
4814 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4815 - type: "table"
4816   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4817   algorithm: "table_perf_comparison"
4818   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4819   reference:
4820     title: "3-Node Skx"
4821     data: "dpdk-compare-topologies-ref"
4822   compare:
4823     title: "2-Node Skx"
4824     data: "dpdk-compare-topologies-cmp"
4825   data: "dpdk-compare-topologies"
4826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4827   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4828   parameters:
4829   - "name"
4830   - "parent"
4831   - "throughput"
4832
4833 # Detailed Test Results - DPDK Performance Results 3n-hsw
4834 - type: "table"
4835   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4836   algorithm: "table_details"
4837   output-file-ext: ".csv"
4838   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4839   columns:
4840   - title: "Name"
4841     data: "data name"
4842   - title: "Status"
4843     data: "data msg"
4844   rows: "generated"
4845   data: "dpdk-perf-results-3n-hsw"
4846   filter: "all"
4847   parameters:
4848   - "name"
4849   - "parent"
4850   - "msg"
4851
4852 # Detailed Test Results - DPDK Performance Results 3n-skx
4853 - type: "table"
4854   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4855   algorithm: "table_details"
4856   output-file-ext: ".csv"
4857   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4858   columns:
4859   - title: "Name"
4860     data: "data name"
4861   - title: "Status"
4862     data: "data msg"
4863   rows: "generated"
4864   data: "dpdk-perf-results-3n-skx"
4865   filter: "all"
4866   parameters:
4867   - "name"
4868   - "parent"
4869   - "msg"
4870
4871 # Detailed Test Results - DPDK Performance Results 2n-skx
4872 - type: "table"
4873   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4874   algorithm: "table_details"
4875   output-file-ext: ".csv"
4876   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4877   columns:
4878   - title: "Name"
4879     data: "data name"
4880   - title: "Status"
4881     data: "data msg"
4882   rows: "generated"
4883   data: "dpdk-perf-results-2n-skx"
4884   filter: "all"
4885   parameters:
4886   - "name"
4887   - "parent"
4888   - "msg"
4889
4890 # Detailed Test Results - DPDK Performance Results 2n-clx
4891 - type: "table"
4892   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
4893   algorithm: "table_details"
4894   output-file-ext: ".csv"
4895   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
4896   columns:
4897   - title: "Name"
4898     data: "data name"
4899   - title: "Status"
4900     data: "data msg"
4901   rows: "generated"
4902   data: "dpdk-perf-results-2n-clx"
4903   filter: "all"
4904   parameters:
4905   - "name"
4906   - "parent"
4907   - "msg"
4908
4909 ################################################################################
4910 ###                                F I L E S                                 ###
4911 ################################################################################
4912
4913 # VPP Performance Results 3n-hsw
4914 - type: "file"
4915   title: "VPP Performance Results 3n-hsw"
4916   algorithm: "file_test_results"
4917   output-file-ext: ".rst"
4918   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4919   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"
4920   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4921   data: "vpp-perf-results-3n-hsw"
4922   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4923   parameters:
4924   - "name"
4925   - "doc"
4926   - "level"
4927   - "parent"
4928   data-start-level: 3
4929
4930 # VPP Performance Results 3n-skx
4931 - type: "file"
4932   title: "VPP Performance Results 3n-skx"
4933   algorithm: "file_test_results"
4934   output-file-ext: ".rst"
4935   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4936   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"
4937   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4938   data: "vpp-perf-results-3n-skx"
4939   filter: "not 'CFS_OPT'"
4940   parameters:
4941   - "name"
4942   - "doc"
4943   - "level"
4944   - "parent"
4945   data-start-level: 3
4946
4947 # VPP Performance Results 2n-skx
4948 - type: "file"
4949   title: "VPP Performance Results 2n-skx"
4950   algorithm: "file_test_results"
4951   output-file-ext: ".rst"
4952   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4953   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"
4954   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4955   data: "vpp-perf-results-2n-skx"
4956   filter: "not 'CFS_OPT'"
4957   parameters:
4958   - "name"
4959   - "doc"
4960   - "level"
4961   - "parent"
4962   data-start-level: 3
4963
4964 # VPP Performance Results 2n-clx
4965 - type: "file"
4966   title: "VPP Performance Results 2n-clx"
4967   algorithm: "file_test_results"
4968   output-file-ext: ".rst"
4969   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4970   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"
4971   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
4972   data: "vpp-perf-results-2n-clx"
4973   filter: "not 'CFS_OPT'"
4974   parameters:
4975   - "name"
4976   - "doc"
4977   - "level"
4978   - "parent"
4979   data-start-level: 3
4980
4981 # VPP Performance Results 3n-tsh
4982 - type: "file"
4983   title: "VPP Performance Results 3n-tsh"
4984   algorithm: "file_test_results"
4985   output-file-ext: ".rst"
4986   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4987   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"
4988   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
4989   data: "vpp-perf-results-3n-tsh"
4990   filter: "not 'CFS_OPT'"
4991   parameters:
4992   - "name"
4993   - "doc"
4994   - "level"
4995   - "parent"
4996   data-start-level: 3
4997
4998 # VPP Performance Results 3n-dnv
4999 - type: "file"
5000   title: "VPP Performance Results 3n-dnv"
5001   algorithm: "file_test_results"
5002   output-file-ext: ".rst"
5003   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5004   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"
5005   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5006   data: "vpp-perf-results-3n-dnv"
5007   filter: "'NDRPDR'"
5008   parameters:
5009   - "name"
5010   - "doc"
5011   - "level"
5012   - "parent"
5013   data-start-level: 3
5014
5015 # VPP Performance Results 2n-dnv
5016 - type: "file"
5017   title: "VPP Performance Results 2n-dnv"
5018   algorithm: "file_test_results"
5019   output-file-ext: ".rst"
5020   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5021   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"
5022   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5023   data: "vpp-perf-results-2n-dnv"
5024   filter: "'NDRPDR'"
5025   parameters:
5026   - "name"
5027   - "doc"
5028   - "level"
5029   - "parent"
5030   data-start-level: 3
5031
5032 # VPP Performance Configuration 3n-hsw
5033 - type: "file"
5034   title: "VPP Performance Configuration 3n-hsw"
5035   algorithm: "file_test_results"
5036   output-file-ext: ".rst"
5037   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5038   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"
5039   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5040   data: "vpp-perf-results-3n-hsw"
5041   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5042   parameters:
5043   - "name"
5044   - "doc"
5045   - "level"
5046   - "parent"
5047   data-start-level: 3
5048
5049 # VPP Performance Configuration 3n-skx
5050 - type: "file"
5051   title: "VPP Performance Configuration 3n-skx"
5052   algorithm: "file_test_results"
5053   output-file-ext: ".rst"
5054   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5055   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"
5056   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5057   data: "vpp-perf-results-3n-skx"
5058   filter: "not 'CFS_OPT'"
5059   parameters:
5060   - "name"
5061   - "doc"
5062   - "level"
5063   - "parent"
5064   data-start-level: 3
5065
5066 # VPP Performance Configuration 2n-skx
5067 - type: "file"
5068   title: "VPP Performance Configuration 2n-skx"
5069   algorithm: "file_test_results"
5070   output-file-ext: ".rst"
5071   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5072   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"
5073   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5074   data: "vpp-perf-results-2n-skx"
5075   filter: "not 'CFS_OPT'"
5076   parameters:
5077   - "name"
5078   - "doc"
5079   - "level"
5080   - "parent"
5081   data-start-level: 3
5082
5083 # VPP Performance Configuration 2n-clx
5084 - type: "file"
5085   title: "VPP Performance Configuration 2n-clx"
5086   algorithm: "file_test_results"
5087   output-file-ext: ".rst"
5088   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5089   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"
5090   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5091   data: "vpp-perf-results-2n-clx"
5092   filter: "not 'CFS_OPT'"
5093   parameters:
5094   - "name"
5095   - "doc"
5096   - "level"
5097   - "parent"
5098   data-start-level: 3
5099
5100 # VPP Performance Configuration 3n-tsh
5101 - type: "file"
5102   title: "VPP Performance Configuration 3n-tsh"
5103   algorithm: "file_test_results"
5104   output-file-ext: ".rst"
5105   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5106   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"
5107   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5108   data: "vpp-perf-results-3n-tsh"
5109   filter: "not 'CFS_OPT'"
5110   parameters:
5111   - "name"
5112   - "doc"
5113   - "level"
5114   - "parent"
5115   data-start-level: 3
5116
5117 # VPP Performance Configuration 3n-dnv
5118 - type: "file"
5119   title: "VPP Performance Configuration 3n-dnv"
5120   algorithm: "file_test_results"
5121   output-file-ext: ".rst"
5122   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5123   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"
5124   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5125   data: "vpp-perf-results-3n-dnv"
5126   filter: "'NDRPDR'"
5127   parameters:
5128   - "name"
5129   - "doc"
5130   - "level"
5131   - "parent"
5132   data-start-level: 3
5133
5134 # VPP Performance Configuration 2n-dnv
5135 - type: "file"
5136   title: "VPP Performance Configuration 2n-dnv"
5137   algorithm: "file_test_results"
5138   output-file-ext: ".rst"
5139   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5140   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"
5141   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5142   data: "vpp-perf-results-2n-dnv"
5143   filter: "'NDRPDR'"
5144   parameters:
5145   - "name"
5146   - "doc"
5147   - "level"
5148   - "parent"
5149   data-start-level: 3
5150
5151 # VPP Performance Operational Data 3n-hsw
5152 - type: "file"
5153   title: "VPP Performance Operational Data 3n-hsw"
5154   algorithm: "file_test_results"
5155   output-file-ext: ".rst"
5156   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5157   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"
5158   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5159   data: "vpp-perf-results-3n-hsw"
5160   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5161   parameters:
5162   - "name"
5163   - "doc"
5164   - "level"
5165   - "parent"
5166   data-start-level: 3
5167
5168 # VPP Performance Operational Data 3n-skx
5169 - type: "file"
5170   title: "VPP Performance Operational Data 3n-skx"
5171   algorithm: "file_test_results"
5172   output-file-ext: ".rst"
5173   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5174   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"
5175   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5176   data: "vpp-perf-results-3n-skx"
5177   filter: "not 'CFS_OPT'"
5178   parameters:
5179   - "name"
5180   - "doc"
5181   - "level"
5182   - "parent"
5183   data-start-level: 3
5184
5185 # VPP Performance Operational Data 2n-skx
5186 - type: "file"
5187   title: "VPP Performance Operational Data 2n-skx"
5188   algorithm: "file_test_results"
5189   output-file-ext: ".rst"
5190   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5191   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"
5192   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5193   data: "vpp-perf-results-2n-skx"
5194   filter: "not 'CFS_OPT'"
5195   parameters:
5196   - "name"
5197   - "doc"
5198   - "level"
5199   - "parent"
5200   data-start-level: 3
5201
5202 # VPP Performance Operational Data 2n-clx
5203 - type: "file"
5204   title: "VPP Performance Operational Data 2n-clx"
5205   algorithm: "file_test_results"
5206   output-file-ext: ".rst"
5207   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5208   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"
5209   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5210   data: "vpp-perf-results-2n-clx"
5211   filter: "not 'CFS_OPT'"
5212   parameters:
5213   - "name"
5214   - "doc"
5215   - "level"
5216   - "parent"
5217   data-start-level: 3
5218
5219 # VPP Performance Operational Data 3n-tsh
5220 - type: "file"
5221   title: "VPP Performance Operational Data 3n-tsh"
5222   algorithm: "file_test_results"
5223   output-file-ext: ".rst"
5224   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5225   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"
5226   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5227   data: "vpp-perf-results-3n-tsh"
5228   filter: "not 'CFS_OPT'"
5229   parameters:
5230   - "name"
5231   - "doc"
5232   - "level"
5233   - "parent"
5234   data-start-level: 3
5235
5236 # VPP Performance Operational Data 3n-dnv
5237 - type: "file"
5238   title: "VPP Performance Operational Data 3n-dnv"
5239   algorithm: "file_test_results"
5240   output-file-ext: ".rst"
5241   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5242   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"
5243   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5244   data: "vpp-perf-results-3n-dnv"
5245   filter: "'NDRPDR'"
5246   parameters:
5247   - "name"
5248   - "doc"
5249   - "level"
5250   - "parent"
5251   data-start-level: 3
5252
5253 # VPP Performance Operational Data 2n-dnv
5254 - type: "file"
5255   title: "VPP Performance Operational Data 2n-dnv"
5256   algorithm: "file_test_results"
5257   output-file-ext: ".rst"
5258   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5259   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"
5260   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5261   data: "vpp-perf-results-2n-dnv"
5262   filter: "'NDRPDR'"
5263   parameters:
5264   - "name"
5265   - "doc"
5266   - "level"
5267   - "parent"
5268   data-start-level: 3
5269
5270 # VPP MRR Results 3n-hsw
5271 - type: "file"
5272   title: "VPP MRR Results 3n-hsw"
5273   algorithm: "file_test_results"
5274   output-file-ext: ".rst"
5275   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5276   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"
5277   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5278   data: "vpp-mrr-results-3n-hsw"
5279   filter: "'MRR'"
5280   parameters:
5281   - "name"
5282   - "doc"
5283   - "level"
5284   - "parent"
5285   data-start-level: 3
5286
5287 # VPP MRR Results 3n-skx
5288 - type: "file"
5289   title: "VPP MRR Results 3n-skx"
5290   algorithm: "file_test_results"
5291   output-file-ext: ".rst"
5292   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5293   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"
5294   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5295   data: "vpp-mrr-results-3n-skx"
5296   filter: "'MRR'"
5297   parameters:
5298   - "name"
5299   - "doc"
5300   - "level"
5301   - "parent"
5302   data-start-level: 3
5303
5304 # VPP MRR Results 2n-skx
5305 - type: "file"
5306   title: "VPP MRR Results 2n-skx"
5307   algorithm: "file_test_results"
5308   output-file-ext: ".rst"
5309   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5310   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"
5311   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5312   data: "vpp-mrr-results-2n-skx"
5313   filter: "all"
5314   parameters:
5315   - "name"
5316   - "doc"
5317   - "level"
5318   - "parent"
5319   data-start-level: 3
5320
5321 # VPP MRR Results 2n-clx
5322 - type: "file"
5323   title: "VPP MRR Results 2n-clx"
5324   algorithm: "file_test_results"
5325   output-file-ext: ".rst"
5326   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5327   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"
5328   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5329   data: "vpp-mrr-results-2n-clx"
5330   filter: "all"
5331   parameters:
5332   - "name"
5333   - "doc"
5334   - "level"
5335   - "parent"
5336   data-start-level: 3
5337
5338 # VPP MRR Results 3n-tsh
5339 - type: "file"
5340   title: "VPP MRR Results 3n-tsh"
5341   algorithm: "file_test_results"
5342   output-file-ext: ".rst"
5343   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5344   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"
5345   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5346   data: "vpp-mrr-results-3n-tsh"
5347   filter: "'MRR'"
5348   parameters:
5349   - "name"
5350   - "doc"
5351   - "level"
5352   - "parent"
5353   data-start-level: 3
5354
5355 # VPP MRR Results 3n-dnv
5356 - type: "file"
5357   title: "VPP MRR Results 3n-dnv"
5358   algorithm: "file_test_results"
5359   output-file-ext: ".rst"
5360   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5361   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"
5362   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5363   data: "vpp-mrr-results-3n-dnv"
5364   filter: "'MRR'"
5365   parameters:
5366   - "name"
5367   - "doc"
5368   - "level"
5369   - "parent"
5370   data-start-level: 3
5371
5372 # VPP MRR Results 2n-dnv
5373 - type: "file"
5374   title: "VPP MRR Results 2n-dnv"
5375   algorithm: "file_test_results"
5376   output-file-ext: ".rst"
5377   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5378   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"
5379   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5380   data: "vpp-mrr-results-2n-dnv"
5381   filter: "'MRR'"
5382   parameters:
5383   - "name"
5384   - "doc"
5385   - "level"
5386   - "parent"
5387   data-start-level: 3
5388
5389 # VPP MRR Configuration 3n-hsw
5390 - type: "file"
5391   title: "VPP MRR Configuration 3n-hsw"
5392   algorithm: "file_test_results"
5393   output-file-ext: ".rst"
5394   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5395   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"
5396   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5397   data: "vpp-mrr-results-3n-hsw"
5398   filter: "'MRR'"
5399   parameters:
5400   - "name"
5401   - "doc"
5402   - "level"
5403   - "parent"
5404   data-start-level: 3
5405
5406 # VPP MRR Configuration 3n-skx
5407 - type: "file"
5408   title: "VPP MRR Configuration 3n-skx"
5409   algorithm: "file_test_results"
5410   output-file-ext: ".rst"
5411   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5412   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"
5413   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5414   data: "vpp-mrr-results-3n-skx"
5415   filter: "'MRR'"
5416   parameters:
5417   - "name"
5418   - "doc"
5419   - "level"
5420   - "parent"
5421   data-start-level: 3
5422
5423 # VPP MRR Configuration 2n-skx
5424 - type: "file"
5425   title: "VPP MRR Configuration 2n-skx"
5426   algorithm: "file_test_results"
5427   output-file-ext: ".rst"
5428   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5429   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"
5430   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5431   data: "vpp-mrr-results-2n-skx"
5432   filter: "'MRR'"
5433   parameters:
5434   - "name"
5435   - "doc"
5436   - "level"
5437   - "parent"
5438   data-start-level: 3
5439
5440 # VPP MRR Configuration 2n-clx
5441 - type: "file"
5442   title: "VPP MRR Configuration 2n-clx"
5443   algorithm: "file_test_results"
5444   output-file-ext: ".rst"
5445   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5446   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"
5447   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5448   data: "vpp-mrr-results-2n-clx"
5449   filter: "'MRR'"
5450   parameters:
5451   - "name"
5452   - "doc"
5453   - "level"
5454   - "parent"
5455   data-start-level: 3
5456
5457 # VPP MRR Configuration 3n-tsh
5458 - type: "file"
5459   title: "VPP MRR Configuration 3n-tsh"
5460   algorithm: "file_test_results"
5461   output-file-ext: ".rst"
5462   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5463   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"
5464   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5465   data: "vpp-mrr-results-3n-tsh"
5466   filter: "'MRR'"
5467   parameters:
5468   - "name"
5469   - "doc"
5470   - "level"
5471   - "parent"
5472   data-start-level: 3
5473
5474 # VPP MRR Configuration 3n-dnv
5475 - type: "file"
5476   title: "VPP MRR Configuration 3n-dnv"
5477   algorithm: "file_test_results"
5478   output-file-ext: ".rst"
5479   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5480   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"
5481   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5482   data: "vpp-mrr-results-3n-dnv"
5483   filter: "'MRR'"
5484   parameters:
5485   - "name"
5486   - "doc"
5487   - "level"
5488   - "parent"
5489   data-start-level: 3
5490
5491 # VPP MRR Configuration 2n-dnv
5492 - type: "file"
5493   title: "VPP MRR Configuration 2n-dnv"
5494   algorithm: "file_test_results"
5495   output-file-ext: ".rst"
5496   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5497   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"
5498   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5499   data: "vpp-mrr-results-2n-dnv"
5500   filter: "'MRR'"
5501   parameters:
5502   - "name"
5503   - "doc"
5504   - "level"
5505   - "parent"
5506   data-start-level: 3
5507
5508 # VPP Device Results - Ubuntu
5509 - type: "file"
5510   title: "VPP Device Results - Ubuntu"
5511   algorithm: "file_test_results"
5512   output-file-ext: ".rst"
5513   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5514   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"
5515   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5516   data: "vpp-device-results-ubuntu"
5517   filter: "all"
5518   parameters:
5519   - "name"
5520   - "doc"
5521   - "level"
5522   - "parent"
5523   data-start-level: 2
5524
5525 # VPP Device Configuration - Ubuntu
5526 - type: "file"
5527   title: "VPP Device Configuration - Ubuntu"
5528   algorithm: "file_test_results"
5529   output-file-ext: ".rst"
5530   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5531   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"
5532   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5533   data: "vpp-device-results-ubuntu"
5534   filter: "all"
5535   parameters:
5536   - "name"
5537   - "doc"
5538   - "level"
5539   - "parent"
5540   data-start-level: 2
5541
5542 # DPDK Performance Results 3n-hsw
5543 - type: "file"
5544   title: "DPDK Performance Results 3n-hsw"
5545   algorithm: "file_test_results"
5546   output-file-ext: ".rst"
5547   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5548   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"
5549   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5550   data: "dpdk-perf-results-3n-hsw"
5551   filter: "all"
5552   parameters:
5553   - "name"
5554   - "doc"
5555   - "level"
5556   - "parent"
5557   data-start-level: 3
5558
5559 # DPDK Performance Results 3n-skx
5560 - type: "file"
5561   title: "DPDK Performance Results 3n-skx"
5562   algorithm: "file_test_results"
5563   output-file-ext: ".rst"
5564   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5565   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"
5566   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5567   data: "dpdk-perf-results-3n-skx"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "doc"
5572   - "level"
5573   - "parent"
5574   data-start-level: 3
5575
5576 # DPDK Performance Results 2n-skx
5577 - type: "file"
5578   title: "DPDK Performance Results 2n-skx"
5579   algorithm: "file_test_results"
5580   output-file-ext: ".rst"
5581   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5582   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"
5583   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5584   data: "dpdk-perf-results-2n-skx"
5585   filter: "all"
5586   parameters:
5587   - "name"
5588   - "doc"
5589   - "level"
5590   - "parent"
5591   data-start-level: 3
5592
5593 # DPDK Performance Results 2n-clx
5594 - type: "file"
5595   title: "DPDK Performance Results 2n-clx"
5596   algorithm: "file_test_results"
5597   output-file-ext: ".rst"
5598   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5599   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"
5600   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5601   data: "dpdk-perf-results-2n-clx"
5602   filter: "all"
5603   parameters:
5604   - "name"
5605   - "doc"
5606   - "level"
5607   - "parent"
5608   data-start-level: 3
5609
5610 ################################################################################
5611 ###                                P L O T S                                 ###
5612 ################################################################################
5613
5614 # Plots VPP HTTP Server Performance
5615 - type: "plot"
5616   title: "VPP HTTP Server Performance"
5617   algorithm: "plot_http_server_perf_box"
5618   output-file-type: ".html"
5619   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5620   data:
5621     "plot-vpp-http-server-performance"
5622   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5623   # each tag is enclosed with ' (apostrophe).
5624   filter: "'HTTP' and 'TCP_CPS'"
5625   parameters:
5626   - "result"
5627   - "name"
5628   traces:
5629     hoverinfo: "y+name"
5630     boxpoints: "outliers"
5631     whiskerwidth: 0
5632   layout:
5633     title: "VPP HTTP Server Performance"
5634     layout:
5635       "plot-cps"
5636
5637 - type: "plot"
5638   title: "VPP HTTP Server Performance"
5639   algorithm: "plot_http_server_perf_box"
5640   output-file-type: ".html"
5641   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5642   data:
5643     "plot-vpp-http-server-performance"
5644   filter: "'HTTP' and 'TCP_RPS'"
5645   parameters:
5646   - "result"
5647   - "name"
5648   traces:
5649     hoverinfo: "y+name"
5650     boxpoints: "outliers"
5651     whiskerwidth: 0
5652   layout:
5653     title: "VPP HTTP Server Performance"
5654     layout:
5655       "plot-rps"
5656
5657 ################################################################################
5658
5659 # Soak Test (PLRsearch), boxes
5660 - type: "plot"
5661   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5662   algorithm: "plot_perf_box_name"
5663   output-file-type: ".html"
5664   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5665   data: "plot-vpp-soak-2n-skx"
5666   include:
5667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5673   layout:
5674     title: "30 Minutes Soak Test (PLRsearch)"
5675     layout: "plot-soak-throughput"
5676
5677 # Soak Test (PLRsearch), boxes
5678 - type: "plot"
5679   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5680   algorithm: "plot_perf_box_name"
5681   output-file-type: ".html"
5682   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5683   data: "plot-vpp-soak-2n-skx"
5684   include:
5685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5691   layout:
5692     title: "30 Minutes Soak Test (PLRsearch)"
5693     layout: "plot-soak-throughput"
5694
5695 ###############################################################################
5696
5697 - type: "plot"
5698   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5699   algorithm: "plot_nf_reconf_box_name"
5700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5701   data: "plot-vpp-nfv-reconf-2n-skx"
5702   include:
5703     - "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"
5704     - "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"
5705     - "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"
5706     - "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"
5707     - "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"
5708     - "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"
5709   layout:
5710     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5711     layout: "plot-throughput"
5712
5713 - type: "plot"
5714   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5715   algorithm: "plot_nf_reconf_box_name"
5716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5717   data: "plot-vpp-nfv-reconf-2n-skx"
5718   include:
5719     - "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"
5720     - "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"
5721     - "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"
5722     - "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"
5723     - "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"
5724     - "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"
5725   layout:
5726     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5727     layout: "plot-throughput"
5728
5729 - type: "plot"
5730   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5731   algorithm: "plot_nf_reconf_box_name"
5732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5733   data: "plot-vpp-nfv-reconf-2n-skx"
5734   include:
5735     - "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"
5736     - "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"
5737     - "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"
5738     - "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"
5739     - "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"
5740     - "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"
5741   layout:
5742     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5743     layout: "plot-throughput"
5744
5745 # Plots - NF Density - VSC - MRR 64b
5746 - type: "plot"
5747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5748   algorithm: "plot_nf_heatmap"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5751   data: "plot-vpp-nfv-2n-skx-mrr"
5752   filter: "'NIC_Intel-XXV710' and
5753            'NF_DENSITY' and
5754            'VHOST' and
5755            'CHAIN' and
5756            'NF_VPPIP4' and
5757            '64B' and
5758            '2T1C' and
5759            'MRR'"
5760   reference:
5761     include: "2"
5762     name: "VNF-1c"
5763   compare:
5764     include: "1"
5765     name: "VNF-0.5c"
5766   parameters:
5767   - "result"
5768   - "name"
5769   - "tags"
5770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5771   x-axis: "X = VNFs per Service Chain"
5772   y-axis: "Y = Number of Service Chains"
5773   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5774   layout:
5775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5776     layout: "plot-service-density"
5777
5778 - type: "plot"
5779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5780   algorithm: "plot_nf_heatmap"
5781   output-file-type: ".html"
5782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5783   data: "plot-vpp-nfv-2n-skx-mrr"
5784   filter: "'NIC_Intel-XXV710' and
5785            'NF_DENSITY' and
5786            'VHOST' and
5787            'CHAIN' and
5788            'NF_VPPIP4' and
5789            '64B' and
5790            '4T2C' and
5791            'MRR'"
5792   reference:
5793     include: "2"
5794     name: "VNF-1c"
5795   compare:
5796     include: "1"
5797     name: "VNF-0.5c"
5798   parameters:
5799   - "result"
5800   - "name"
5801   - "tags"
5802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5803   x-axis: "X = VNFs per Service Chain"
5804   y-axis: "Y = Number of Service Chains"
5805   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5806   layout:
5807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5808     layout: "plot-service-density"
5809
5810 - type: "plot"
5811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5812   algorithm: "plot_nf_heatmap"
5813   output-file-type: ".html"
5814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5815   data: "plot-vpp-nfv-2n-skx-mrr"
5816   filter: "'NIC_Intel-XXV710' and
5817            'NF_DENSITY' and
5818            'VHOST' and
5819            'CHAIN' and
5820            'NF_VPPIP4' and
5821            '64B' and
5822            '8T4C' and
5823            'MRR'"
5824   reference:
5825     include: "2"
5826     name: "VNF-1c"
5827   compare:
5828     include: "1"
5829     name: "VNF-0.5c"
5830   parameters:
5831   - "result"
5832   - "name"
5833   - "tags"
5834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5835   x-axis: "X = VNFs per Service Chain"
5836   y-axis: "Y = Number of Service Chains"
5837   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5838   layout:
5839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5840     layout: "plot-service-density"
5841
5842 # Plots - NF Density - VSC - MRR IMIX
5843 - type: "plot"
5844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5845   algorithm: "plot_nf_heatmap"
5846   output-file-type: ".html"
5847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5848   data: "plot-vpp-nfv-2n-skx-mrr"
5849   filter: "'NIC_Intel-XXV710' and
5850            'NF_DENSITY' and
5851            'VHOST' and
5852            'CHAIN' and
5853            'NF_VPPIP4' and
5854            'IMIX' and
5855            '2T1C' and
5856            'MRR'"
5857   reference:
5858     include: "2"
5859     name: "VNF-1c"
5860   compare:
5861     include: "1"
5862     name: "VNF-0.5c"
5863   parameters:
5864   - "result"
5865   - "name"
5866   - "tags"
5867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5868   x-axis: "X = VNFs per Service Chain"
5869   y-axis: "Y = Number of Service Chains"
5870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5871   layout:
5872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5873     layout: "plot-service-density"
5874
5875 - type: "plot"
5876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5877   algorithm: "plot_nf_heatmap"
5878   output-file-type: ".html"
5879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5880   data: "plot-vpp-nfv-2n-skx-mrr"
5881   filter: "'NIC_Intel-XXV710' and
5882            'NF_DENSITY' and
5883            'VHOST' and
5884            'CHAIN' and
5885            'NF_VPPIP4' and
5886            'IMIX' and
5887            '4T2C' and
5888            'MRR'"
5889   reference:
5890     include: "2"
5891     name: "VNF-1c"
5892   compare:
5893     include: "1"
5894     name: "VNF-0.5c"
5895   parameters:
5896   - "result"
5897   - "name"
5898   - "tags"
5899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5900   x-axis: "X = VNFs per Service Chain"
5901   y-axis: "Y = Number of Service Chains"
5902   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5903   layout:
5904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5905     layout: "plot-service-density"
5906
5907 - type: "plot"
5908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5909   algorithm: "plot_nf_heatmap"
5910   output-file-type: ".html"
5911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5912   data: "plot-vpp-nfv-2n-skx-mrr"
5913   filter: "'NIC_Intel-XXV710' and
5914            'NF_DENSITY' and
5915            'VHOST' and
5916            'CHAIN' and
5917            'NF_VPPIP4' and
5918            'IMIX' and
5919            '8T4C' and
5920            'MRR'"
5921   reference:
5922     include: "2"
5923     name: "VNF-1c"
5924   compare:
5925     include: "1"
5926     name: "VNF-0.5c"
5927   parameters:
5928   - "result"
5929   - "name"
5930   - "tags"
5931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5932   x-axis: "X = VNFs per Service Chain"
5933   y-axis: "Y = Number of Service Chains"
5934   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5935   layout:
5936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5937     layout: "plot-service-density"
5938
5939 # Plots - NF Density - VSC - NDR 64b
5940 - type: "plot"
5941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5942   algorithm: "plot_nf_heatmap"
5943   output-file-type: ".html"
5944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
5945   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5946   filter: "'NIC_Intel-XXV710' and
5947            'NF_DENSITY' and
5948            'VHOST' and
5949            'CHAIN' and
5950            'NF_VPPIP4' and
5951            '64B' and
5952            '2T1C' and
5953            'NDRPDR'"
5954   reference:
5955     include: "2"
5956     name: "VNF-1c"
5957   compare:
5958     include: "1"
5959     name: "VNF-0.5c"
5960   parameters:
5961   - "throughput"
5962   - "name"
5963   - "tags"
5964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5965   x-axis: "X = VNFs per Service Chain"
5966   y-axis: "Y = Number of Service Chains"
5967   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5968   layout:
5969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5970     layout: "plot-service-density"
5971
5972 - type: "plot"
5973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5974   algorithm: "plot_nf_heatmap"
5975   output-file-type: ".html"
5976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
5977   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5978   filter: "'NIC_Intel-XXV710' and
5979            'NF_DENSITY' and
5980            'VHOST' and
5981            'CHAIN' and
5982            'NF_VPPIP4' and
5983            '64B' and
5984            '4T2C' and
5985            'NDRPDR'"
5986   reference:
5987     include: "2"
5988     name: "VNF-1c"
5989   compare:
5990     include: "1"
5991     name: "VNF-0.5c"
5992   parameters:
5993   - "throughput"
5994   - "name"
5995   - "tags"
5996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5997   x-axis: "X = VNFs per Service Chain"
5998   y-axis: "Y = Number of Service Chains"
5999   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6000   layout:
6001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6002     layout: "plot-service-density"
6003
6004 - type: "plot"
6005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6006   algorithm: "plot_nf_heatmap"
6007   output-file-type: ".html"
6008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6009   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6010   filter: "'NIC_Intel-XXV710' and
6011            'NF_DENSITY' and
6012            'VHOST' and
6013            'CHAIN' and
6014            'NF_VPPIP4' and
6015            '64B' and
6016            '8T4C' and
6017            'NDRPDR'"
6018   reference:
6019     include: "2"
6020     name: "VNF-1c"
6021   compare:
6022     include: "1"
6023     name: "VNF-0.5c"
6024   parameters:
6025   - "throughput"
6026   - "name"
6027   - "tags"
6028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029   x-axis: "X = VNFs per Service Chain"
6030   y-axis: "Y = Number of Service Chains"
6031   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6032   layout:
6033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6034     layout: "plot-service-density"
6035
6036 # Plots - NF Density - VSC - NDR IMIX
6037 - type: "plot"
6038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6039   algorithm: "plot_nf_heatmap"
6040   output-file-type: ".html"
6041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6043   filter: "'NIC_Intel-XXV710' and
6044            'NF_DENSITY' and
6045            'VHOST' and
6046            'CHAIN' and
6047            'NF_VPPIP4' and
6048            'IMIX' and
6049            '2T1C' and
6050            'NDRPDR'"
6051   reference:
6052     include: "2"
6053     name: "VNF-1c"
6054   compare:
6055     include: "1"
6056     name: "VNF-0.5c"
6057   parameters:
6058   - "throughput"
6059   - "name"
6060   - "tags"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   x-axis: "X = VNFs per Service Chain"
6063   y-axis: "Y = Number of Service Chains"
6064   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6065   layout:
6066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6067     layout: "plot-service-density"
6068
6069 - type: "plot"
6070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6071   algorithm: "plot_nf_heatmap"
6072   output-file-type: ".html"
6073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6074   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6075   filter: "'NIC_Intel-XXV710' and
6076            'NF_DENSITY' and
6077            'VHOST' and
6078            'CHAIN' and
6079            'NF_VPPIP4' and
6080            'IMIX' and
6081            '4T2C' and
6082            'NDRPDR'"
6083   reference:
6084     include: "2"
6085     name: "VNF-1c"
6086   compare:
6087     include: "1"
6088     name: "VNF-0.5c"
6089   parameters:
6090   - "throughput"
6091   - "name"
6092   - "tags"
6093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6094   x-axis: "X = VNFs per Service Chain"
6095   y-axis: "Y = Number of Service Chains"
6096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6097   layout:
6098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6099     layout: "plot-service-density"
6100
6101 - type: "plot"
6102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6103   algorithm: "plot_nf_heatmap"
6104   output-file-type: ".html"
6105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6106   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6107   filter: "'NIC_Intel-XXV710' and
6108            'NF_DENSITY' and
6109            'VHOST' and
6110            'CHAIN' and
6111            'NF_VPPIP4' and
6112            'IMIX' and
6113            '8T4C' and
6114            'NDRPDR'"
6115   reference:
6116     include: "2"
6117     name: "VNF-1c"
6118   compare:
6119     include: "1"
6120     name: "VNF-0.5c"
6121   parameters:
6122   - "throughput"
6123   - "name"
6124   - "tags"
6125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6126   x-axis: "X = VNFs per Service Chain"
6127   y-axis: "Y = Number of Service Chains"
6128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6129   layout:
6130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6131     layout: "plot-service-density"
6132
6133 # Plots - NF Density - VSC - PDR 64b
6134 - type: "plot"
6135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6136   algorithm: "plot_nf_heatmap"
6137   output-file-type: ".html"
6138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6139   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6140   filter: "'NIC_Intel-XXV710' and
6141            'NF_DENSITY' and
6142            'VHOST' and
6143            'CHAIN' and
6144            'NF_VPPIP4' and
6145            '64B' and
6146            '2T1C' and
6147            'NDRPDR'"
6148   reference:
6149     include: "2"
6150     name: "VNF-1c"
6151   compare:
6152     include: "1"
6153     name: "VNF-0.5c"
6154   parameters:
6155   - "throughput"
6156   - "name"
6157   - "tags"
6158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6159   x-axis: "X = VNFs per Service Chain"
6160   y-axis: "Y = Number of Service Chains"
6161   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6162   layout:
6163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6164     layout: "plot-service-density"
6165
6166 - type: "plot"
6167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6168   algorithm: "plot_nf_heatmap"
6169   output-file-type: ".html"
6170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6171   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6172   filter: "'NIC_Intel-XXV710' and
6173            'NF_DENSITY' and
6174            'VHOST' and
6175            'CHAIN' and
6176            'NF_VPPIP4' and
6177            '64B' and
6178            '4T2C' and
6179            'NDRPDR'"
6180   reference:
6181     include: "2"
6182     name: "VNF-1c"
6183   compare:
6184     include: "1"
6185     name: "VNF-0.5c"
6186   parameters:
6187   - "throughput"
6188   - "name"
6189   - "tags"
6190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6191   x-axis: "X = VNFs per Service Chain"
6192   y-axis: "Y = Number of Service Chains"
6193   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6194   layout:
6195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6196     layout: "plot-service-density"
6197
6198 - type: "plot"
6199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6200   algorithm: "plot_nf_heatmap"
6201   output-file-type: ".html"
6202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6203   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6204   filter: "'NIC_Intel-XXV710' and
6205            'NF_DENSITY' and
6206            'VHOST' and
6207            'CHAIN' and
6208            'NF_VPPIP4' and
6209            '64B' and
6210            '8T4C' and
6211            'NDRPDR'"
6212   reference:
6213     include: "2"
6214     name: "VNF-1c"
6215   compare:
6216     include: "1"
6217     name: "VNF-0.5c"
6218   parameters:
6219   - "throughput"
6220   - "name"
6221   - "tags"
6222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6223   x-axis: "X = VNFs per Service Chain"
6224   y-axis: "Y = Number of Service Chains"
6225   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6226   layout:
6227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6228     layout: "plot-service-density"
6229
6230 # Plots - NF Density - VSC - PDR IMIX
6231 - type: "plot"
6232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6233   algorithm: "plot_nf_heatmap"
6234   output-file-type: ".html"
6235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6236   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6237   filter: "'NIC_Intel-XXV710' and
6238            'NF_DENSITY' and
6239            'VHOST' and
6240            'CHAIN' and
6241            'NF_VPPIP4' and
6242            'IMIX' and
6243            '2T1C' and
6244            'NDRPDR'"
6245   reference:
6246     include: "2"
6247     name: "VNF-1c"
6248   compare:
6249     include: "1"
6250     name: "VNF-0.5c"
6251   parameters:
6252   - "throughput"
6253   - "name"
6254   - "tags"
6255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6256   x-axis: "X = VNFs per Service Chain"
6257   y-axis: "Y = Number of Service Chains"
6258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6259   layout:
6260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6261     layout: "plot-service-density"
6262
6263 - type: "plot"
6264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6265   algorithm: "plot_nf_heatmap"
6266   output-file-type: ".html"
6267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6268   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6269   filter: "'NIC_Intel-XXV710' and
6270            'NF_DENSITY' and
6271            'VHOST' and
6272            'CHAIN' and
6273            'NF_VPPIP4' and
6274            'IMIX' and
6275            '4T2C' and
6276            'NDRPDR'"
6277   reference:
6278     include: "2"
6279     name: "VNF-1c"
6280   compare:
6281     include: "1"
6282     name: "VNF-0.5c"
6283   parameters:
6284   - "throughput"
6285   - "name"
6286   - "tags"
6287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6288   x-axis: "X = VNFs per Service Chain"
6289   y-axis: "Y = Number of Service Chains"
6290   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6291   layout:
6292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6293     layout: "plot-service-density"
6294
6295 - type: "plot"
6296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6297   algorithm: "plot_nf_heatmap"
6298   output-file-type: ".html"
6299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6300   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6301   filter: "'NIC_Intel-XXV710' and
6302            'NF_DENSITY' and
6303            'VHOST' and
6304            'CHAIN' and
6305            'NF_VPPIP4' and
6306            'IMIX' and
6307            '8T4C' and
6308            'NDRPDR'"
6309   reference:
6310     include: "2"
6311     name: "VNF-1c"
6312   compare:
6313     include: "1"
6314     name: "VNF-0.5c"
6315   parameters:
6316   - "throughput"
6317   - "name"
6318   - "tags"
6319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6320   x-axis: "X = VNFs per Service Chain"
6321   y-axis: "Y = Number of Service Chains"
6322   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6323   layout:
6324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6325     layout: "plot-service-density"
6326
6327 ###############################################################################
6328 # Plots - NF Density - CSC - MRR 64b
6329 - type: "plot"
6330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6331   algorithm: "plot_nf_heatmap"
6332   output-file-type: ".html"
6333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6334   data: "plot-vpp-nfv-2n-skx-mrr"
6335   filter: "'NIC_Intel-XXV710' and
6336            'NF_DENSITY' and
6337            'DOCKER' and
6338            'CHAIN' and
6339            'NF_VPPIP4' and
6340            '64B' and
6341            '2T1C' and
6342            'MRR'"
6343   reference:
6344     include: "2"
6345     name: "CNF-1c"
6346   compare:
6347     include: "1"
6348     name: "CNF-0.5c"
6349   parameters:
6350   - "result"
6351   - "name"
6352   - "tags"
6353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6354   x-axis: "X = CNFs per Service Chain"
6355   y-axis: "Y = Number of Service Chains"
6356   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6357   layout:
6358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6359     layout: "plot-service-density"
6360
6361 - type: "plot"
6362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6363   algorithm: "plot_nf_heatmap"
6364   output-file-type: ".html"
6365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6366   data: "plot-vpp-nfv-2n-skx-mrr"
6367   filter: "'NIC_Intel-XXV710' and
6368            'NF_DENSITY' and
6369            'DOCKER' and
6370            'CHAIN' and
6371            'NF_VPPIP4' and
6372            '64B' and
6373            '4T2C' and
6374            'MRR'"
6375   reference:
6376     include: "2"
6377     name: "CNF-1c"
6378   compare:
6379     include: "1"
6380     name: "CNF-0.5c"
6381   parameters:
6382   - "result"
6383   - "name"
6384   - "tags"
6385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6386   x-axis: "X = CNFs per Service Chain"
6387   y-axis: "Y = Number of Service Chains"
6388   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6389   layout:
6390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6391     layout: "plot-service-density"
6392
6393 - type: "plot"
6394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6395   algorithm: "plot_nf_heatmap"
6396   output-file-type: ".html"
6397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6398   data: "plot-vpp-nfv-2n-skx-mrr"
6399   filter: "'NIC_Intel-XXV710' and
6400            'NF_DENSITY' and
6401            'DOCKER' and
6402            'CHAIN' and
6403            'NF_VPPIP4' and
6404            '64B' and
6405            '8T4C' and
6406            'MRR'"
6407   reference:
6408     include: "2"
6409     name: "CNF-1c"
6410   compare:
6411     include: "1"
6412     name: "CNF-0.5c"
6413   parameters:
6414   - "result"
6415   - "name"
6416   - "tags"
6417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6418   x-axis: "X = CNFs per Service Chain"
6419   y-axis: "Y = Number of Service Chains"
6420   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6421   layout:
6422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6423     layout: "plot-service-density"
6424
6425 # Plots - NF Density - CSC - MRR IMIX
6426 - type: "plot"
6427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6428   algorithm: "plot_nf_heatmap"
6429   output-file-type: ".html"
6430   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6431   data: "plot-vpp-nfv-2n-skx-mrr"
6432   filter: "'NIC_Intel-XXV710' and
6433            'NF_DENSITY' and
6434            'DOCKER' and
6435            'CHAIN' and
6436            'NF_VPPIP4' and
6437            'IMIX' and
6438            '2T1C' and
6439            'MRR'"
6440   reference:
6441     include: "2"
6442     name: "CNF-1c"
6443   compare:
6444     include: "1"
6445     name: "CNF-0.5c"
6446   parameters:
6447   - "result"
6448   - "name"
6449   - "tags"
6450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6451   x-axis: "X = CNFs per Service Chain"
6452   y-axis: "Y = Number of Service Chains"
6453   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6454   layout:
6455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6456     layout: "plot-service-density"
6457
6458 - type: "plot"
6459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6460   algorithm: "plot_nf_heatmap"
6461   output-file-type: ".html"
6462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6463   data: "plot-vpp-nfv-2n-skx-mrr"
6464   filter: "'NIC_Intel-XXV710' and
6465            'NF_DENSITY' and
6466            'DOCKER' and
6467            'CHAIN' and
6468            'NF_VPPIP4' and
6469            'IMIX' and
6470            '4T2C' and
6471            'MRR'"
6472   reference:
6473     include: "2"
6474     name: "CNF-1c"
6475   compare:
6476     include: "1"
6477     name: "CNF-0.5c"
6478   parameters:
6479   - "result"
6480   - "name"
6481   - "tags"
6482   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6483   x-axis: "X = CNFs per Service Chain"
6484   y-axis: "Y = Number of Service Chains"
6485   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6486   layout:
6487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6488     layout: "plot-service-density"
6489
6490 - type: "plot"
6491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6492   algorithm: "plot_nf_heatmap"
6493   output-file-type: ".html"
6494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6495   data: "plot-vpp-nfv-2n-skx-mrr"
6496   filter: "'NIC_Intel-XXV710' and
6497            'NF_DENSITY' and
6498            'DOCKER' and
6499            'CHAIN' and
6500            'NF_VPPIP4' and
6501            'IMIX' and
6502            '8T4C' and
6503            'MRR'"
6504   reference:
6505     include: "2"
6506     name: "CNF-1c"
6507   compare:
6508     include: "1"
6509     name: "CNF-0.5c"
6510   parameters:
6511   - "result"
6512   - "name"
6513   - "tags"
6514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6515   x-axis: "X = CNFs per Service Chain"
6516   y-axis: "Y = Number of Service Chains"
6517   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6518   layout:
6519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6520     layout: "plot-service-density"
6521
6522 # Plots - NF Density - CSC - NDR 64b
6523 - type: "plot"
6524   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6525   algorithm: "plot_nf_heatmap"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6528   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6529   filter: "'NIC_Intel-XXV710' and
6530            'NF_DENSITY' and
6531            'DOCKER' and
6532            'CHAIN' and
6533            'NF_VPPIP4' and
6534            '64B' and
6535            '2T1C' and
6536            'NDRPDR'"
6537   reference:
6538     include: "2"
6539     name: "CNF-1c"
6540   compare:
6541     include: "1"
6542     name: "CNF-0.5c"
6543   parameters:
6544   - "throughput"
6545   - "name"
6546   - "tags"
6547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6548   x-axis: "X = CNFs per Service Chain"
6549   y-axis: "Y = Number of Service Chains"
6550   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6551   layout:
6552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6553     layout: "plot-service-density"
6554
6555 - type: "plot"
6556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6557   algorithm: "plot_nf_heatmap"
6558   output-file-type: ".html"
6559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
6560   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6561   filter: "'NIC_Intel-XXV710' and
6562            'NF_DENSITY' and
6563            'DOCKER' and
6564            'CHAIN' and
6565            'NF_VPPIP4' and
6566            '64B' and
6567            '4T2C' and
6568            'NDRPDR'"
6569   reference:
6570     include: "2"
6571     name: "CNF-1c"
6572   compare:
6573     include: "1"
6574     name: "CNF-0.5c"
6575   parameters:
6576   - "throughput"
6577   - "name"
6578   - "tags"
6579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6580   x-axis: "X = CNFs per Service Chain"
6581   y-axis: "Y = Number of Service Chains"
6582   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6583   layout:
6584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6585     layout: "plot-service-density"
6586
6587 - type: "plot"
6588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6589   algorithm: "plot_nf_heatmap"
6590   output-file-type: ".html"
6591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
6592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6593   filter: "'NIC_Intel-XXV710' and
6594            'NF_DENSITY' and
6595            'DOCKER' and
6596            'CHAIN' and
6597            'NF_VPPIP4' and
6598            '64B' and
6599            '8T4C' and
6600            'NDRPDR'"
6601   reference:
6602     include: "2"
6603     name: "CNF-1c"
6604   compare:
6605     include: "1"
6606     name: "CNF-0.5c"
6607   parameters:
6608   - "throughput"
6609   - "name"
6610   - "tags"
6611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6612   x-axis: "X = CNFs per Service Chain"
6613   y-axis: "Y = Number of Service Chains"
6614   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6615   layout:
6616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6617     layout: "plot-service-density"
6618
6619 # Plots - NF Density - CSC - NDR IMIX
6620 - type: "plot"
6621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6622   algorithm: "plot_nf_heatmap"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
6625   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6626   filter: "'NIC_Intel-XXV710' and
6627            'NF_DENSITY' and
6628            'DOCKER' and
6629            'CHAIN' and
6630            'NF_VPPIP4' and
6631            'IMIX' and
6632            '2T1C' and
6633            'NDRPDR'"
6634   reference:
6635     include: "2"
6636     name: "CNF-1c"
6637   compare:
6638     include: "1"
6639     name: "CNF-0.5c"
6640   parameters:
6641   - "throughput"
6642   - "name"
6643   - "tags"
6644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6645   x-axis: "X = CNFs per Service Chain"
6646   y-axis: "Y = Number of Service Chains"
6647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6648   layout:
6649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6650     layout: "plot-service-density"
6651
6652 - type: "plot"
6653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6654   algorithm: "plot_nf_heatmap"
6655   output-file-type: ".html"
6656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
6657   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6658   filter: "'NIC_Intel-XXV710' and
6659            'NF_DENSITY' and
6660            'DOCKER' and
6661            'CHAIN' and
6662            'NF_VPPIP4' and
6663            'IMIX' and
6664            '4T2C' and
6665            'NDRPDR'"
6666   reference:
6667     include: "2"
6668     name: "CNF-1c"
6669   compare:
6670     include: "1"
6671     name: "CNF-0.5c"
6672   parameters:
6673   - "throughput"
6674   - "name"
6675   - "tags"
6676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6677   x-axis: "X = CNFs per Service Chain"
6678   y-axis: "Y = Number of Service Chains"
6679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6680   layout:
6681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6682     layout: "plot-service-density"
6683
6684 - type: "plot"
6685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6686   algorithm: "plot_nf_heatmap"
6687   output-file-type: ".html"
6688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
6689   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6690   filter: "'NIC_Intel-XXV710' and
6691            'NF_DENSITY' and
6692            'DOCKER' and
6693            'CHAIN' and
6694            'NF_VPPIP4' and
6695            'IMIX' and
6696            '8T4C' and
6697            'NDRPDR'"
6698   reference:
6699     include: "2"
6700     name: "CNF-1c"
6701   compare:
6702     include: "1"
6703     name: "CNF-0.5c"
6704   parameters:
6705   - "throughput"
6706   - "name"
6707   - "tags"
6708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6709   x-axis: "X = CNFs per Service Chain"
6710   y-axis: "Y = Number of Service Chains"
6711   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6712   layout:
6713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6714     layout: "plot-service-density"
6715
6716 # Plots - NF Density - CSC - PDR 64b
6717 - type: "plot"
6718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6719   algorithm: "plot_nf_heatmap"
6720   output-file-type: ".html"
6721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
6722   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6723   filter: "'NIC_Intel-XXV710' and
6724            'NF_DENSITY' and
6725            'DOCKER' and
6726            'CHAIN' and
6727            'NF_VPPIP4' and
6728            '64B' and
6729            '2T1C' and
6730            'NDRPDR'"
6731   reference:
6732     include: "2"
6733     name: "CNF-1c"
6734   compare:
6735     include: "1"
6736     name: "CNF-0.5c"
6737   parameters:
6738   - "throughput"
6739   - "name"
6740   - "tags"
6741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6742   x-axis: "X = CNFs per Service Chain"
6743   y-axis: "Y = Number of Service Chains"
6744   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6745   layout:
6746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6747     layout: "plot-service-density"
6748
6749 - type: "plot"
6750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6751   algorithm: "plot_nf_heatmap"
6752   output-file-type: ".html"
6753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
6754   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6755   filter: "'NIC_Intel-XXV710' and
6756            'NF_DENSITY' and
6757            'DOCKER' and
6758            'CHAIN' and
6759            'NF_VPPIP4' and
6760            '64B' and
6761            '4T2C' and
6762            'NDRPDR'"
6763   reference:
6764     include: "2"
6765     name: "CNF-1c"
6766   compare:
6767     include: "1"
6768     name: "CNF-0.5c"
6769   parameters:
6770   - "throughput"
6771   - "name"
6772   - "tags"
6773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6774   x-axis: "X = CNFs per Service Chain"
6775   y-axis: "Y = Number of Service Chains"
6776   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6777   layout:
6778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6779     layout: "plot-service-density"
6780
6781 - type: "plot"
6782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6783   algorithm: "plot_nf_heatmap"
6784   output-file-type: ".html"
6785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
6786   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6787   filter: "'NIC_Intel-XXV710' and
6788            'NF_DENSITY' and
6789            'DOCKER' and
6790            'CHAIN' and
6791            'NF_VPPIP4' and
6792            '64B' and
6793            '8T4C' and
6794            'NDRPDR'"
6795   reference:
6796     include: "2"
6797     name: "CNF-1c"
6798   compare:
6799     include: "1"
6800     name: "CNF-0.5c"
6801   parameters:
6802   - "throughput"
6803   - "name"
6804   - "tags"
6805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6806   x-axis: "X = CNFs per Service Chain"
6807   y-axis: "Y = Number of Service Chains"
6808   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6809   layout:
6810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6811     layout: "plot-service-density"
6812
6813 # Plots - NF Density - CSC - PDR IMIX
6814 - type: "plot"
6815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6816   algorithm: "plot_nf_heatmap"
6817   output-file-type: ".html"
6818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
6819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6820   filter: "'NIC_Intel-XXV710' and
6821            'NF_DENSITY' and
6822            'DOCKER' and
6823            'CHAIN' and
6824            'NF_VPPIP4' and
6825            'IMIX' and
6826            '2T1C' and
6827            'NDRPDR'"
6828   reference:
6829     include: "2"
6830     name: "CNF-1c"
6831   compare:
6832     include: "1"
6833     name: "CNF-0.5c"
6834   parameters:
6835   - "throughput"
6836   - "name"
6837   - "tags"
6838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6839   x-axis: "X = CNFs per Service Chain"
6840   y-axis: "Y = Number of Service Chains"
6841   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6842   layout:
6843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6844     layout: "plot-service-density"
6845
6846 - type: "plot"
6847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6848   algorithm: "plot_nf_heatmap"
6849   output-file-type: ".html"
6850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
6851   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6852   filter: "'NIC_Intel-XXV710' and
6853            'NF_DENSITY' and
6854            'DOCKER' and
6855            'CHAIN' and
6856            'NF_VPPIP4' and
6857            'IMIX' and
6858            '4T2C' and
6859            'NDRPDR'"
6860   reference:
6861     include: "2"
6862     name: "CNF-1c"
6863   compare:
6864     include: "1"
6865     name: "CNF-0.5c"
6866   parameters:
6867   - "throughput"
6868   - "name"
6869   - "tags"
6870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6871   x-axis: "X = CNFs per Service Chain"
6872   y-axis: "Y = Number of Service Chains"
6873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6874   layout:
6875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6876     layout: "plot-service-density"
6877
6878 - type: "plot"
6879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6880   algorithm: "plot_nf_heatmap"
6881   output-file-type: ".html"
6882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
6883   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6884   filter: "'NIC_Intel-XXV710' and
6885            'NF_DENSITY' and
6886            'DOCKER' and
6887            'CHAIN' and
6888            'NF_VPPIP4' and
6889            'IMIX' and
6890            '8T4C' and
6891            'NDRPDR'"
6892   reference:
6893     include: "2"
6894     name: "CNF-1c"
6895   compare:
6896     include: "1"
6897     name: "CNF-0.5c"
6898   parameters:
6899   - "throughput"
6900   - "name"
6901   - "tags"
6902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6903   x-axis: "X = CNFs per Service Chain"
6904   y-axis: "Y = Number of Service Chains"
6905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6906   layout:
6907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
6908     layout: "plot-service-density"
6909
6910 ###############################################################################
6911 # Plots - NF Density - CSP - MRR 64b
6912 - type: "plot"
6913   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6914   algorithm: "plot_nf_heatmap"
6915   output-file-type: ".html"
6916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
6917   data: "plot-vpp-nfv-2n-skx-mrr"
6918   filter: "'NIC_Intel-XXV710' and
6919            'NF_DENSITY' and
6920            'DOCKER' and
6921            'PIPELINE' and
6922            'NF_VPPIP4' and
6923            '64B' and
6924            '2T1C' and
6925            'MRR'"
6926   reference:
6927     include: "2"
6928     name: "CNF-1c"
6929   compare:
6930     include: "1"
6931     name: "CNF-0.5c"
6932   parameters:
6933   - "result"
6934   - "name"
6935   - "tags"
6936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6937   x-axis: "X = CNFs per Service Pipeline"
6938   y-axis: "Y = Number of Service Pipelines"
6939   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6940   layout:
6941     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6942     layout: "plot-service-density"
6943
6944 - type: "plot"
6945   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6946   algorithm: "plot_nf_heatmap"
6947   output-file-type: ".html"
6948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
6949   data: "plot-vpp-nfv-2n-skx-mrr"
6950   filter: "'NIC_Intel-XXV710' and
6951            'NF_DENSITY' and
6952            'DOCKER' and
6953            'PIPELINE' and
6954            'NF_VPPIP4' and
6955            '64B' and
6956            '4T2C' and
6957            'MRR'"
6958   reference:
6959     include: "2"
6960     name: "CNF-1c"
6961   compare:
6962     include: "1"
6963     name: "CNF-0.5c"
6964   parameters:
6965   - "result"
6966   - "name"
6967   - "tags"
6968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6969   x-axis: "X = CNFs per Service Pipeline"
6970   y-axis: "Y = Number of Service Pipelines"
6971   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6972   layout:
6973     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6974     layout: "plot-service-density"
6975
6976 - type: "plot"
6977   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6978   algorithm: "plot_nf_heatmap"
6979   output-file-type: ".html"
6980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
6981   data: "plot-vpp-nfv-2n-skx-mrr"
6982   filter: "'NIC_Intel-XXV710' and
6983            'NF_DENSITY' and
6984            'DOCKER' and
6985            'PIPELINE' and
6986            'NF_VPPIP4' and
6987            '64B' and
6988            '8T4C' and
6989            'MRR'"
6990   reference:
6991     include: "2"
6992     name: "CNF-1c"
6993   compare:
6994     include: "1"
6995     name: "CNF-0.5c"
6996   parameters:
6997   - "result"
6998   - "name"
6999   - "tags"
7000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7001   x-axis: "X = CNFs per Service Pipeline"
7002   y-axis: "Y = Number of Service Pipelines"
7003   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7004   layout:
7005     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7006     layout: "plot-service-density"
7007
7008 # Plots - NF Density - CSP - MRR IMIX
7009 - type: "plot"
7010   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7011   algorithm: "plot_nf_heatmap"
7012   output-file-type: ".html"
7013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
7014   data: "plot-vpp-nfv-2n-skx-mrr"
7015   filter: "'NIC_Intel-XXV710' and
7016            'NF_DENSITY' and
7017            'DOCKER' and
7018            'PIPELINE' and
7019            'NF_VPPIP4' and
7020            'IMIX' and
7021            '2T1C' and
7022            'MRR'"
7023   reference:
7024     include: "2"
7025     name: "CNF-1c"
7026   compare:
7027     include: "1"
7028     name: "CNF-0.5c"
7029   parameters:
7030   - "result"
7031   - "name"
7032   - "tags"
7033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7034   x-axis: "X = CNFs per Service Pipeline"
7035   y-axis: "Y = Number of Service Pipelines"
7036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7037   layout:
7038     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7039     layout: "plot-service-density"
7040
7041 - type: "plot"
7042   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7043   algorithm: "plot_nf_heatmap"
7044   output-file-type: ".html"
7045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
7046   data: "plot-vpp-nfv-2n-skx-mrr"
7047   filter: "'NIC_Intel-XXV710' and
7048            'NF_DENSITY' and
7049            'DOCKER' and
7050            'PIPELINE' and
7051            'NF_VPPIP4' and
7052            'IMIX' and
7053            '4T2C' and
7054            'MRR'"
7055   reference:
7056     include: "2"
7057     name: "CNF-1c"
7058   compare:
7059     include: "1"
7060     name: "CNF-0.5c"
7061   parameters:
7062   - "result"
7063   - "name"
7064   - "tags"
7065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7066   x-axis: "X = CNFs per Service Pipeline"
7067   y-axis: "Y = Number of Service Pipelines"
7068   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7069   layout:
7070     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7071     layout: "plot-service-density"
7072
7073 - type: "plot"
7074   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7075   algorithm: "plot_nf_heatmap"
7076   output-file-type: ".html"
7077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
7078   data: "plot-vpp-nfv-2n-skx-mrr"
7079   filter: "'NIC_Intel-XXV710' and
7080            'NF_DENSITY' and
7081            'DOCKER' and
7082            'PIPELINE' and
7083            'NF_VPPIP4' and
7084            'IMIX' and
7085            '8T4C' and
7086            'MRR'"
7087   reference:
7088     include: "2"
7089     name: "CNF-1c"
7090   compare:
7091     include: "1"
7092     name: "CNF-0.5c"
7093   parameters:
7094   - "result"
7095   - "name"
7096   - "tags"
7097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7098   x-axis: "X = CNFs per Service Pipeline"
7099   y-axis: "Y = Number of Service Pipelines"
7100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7101   layout:
7102     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7103     layout: "plot-service-density"
7104
7105 # Plots - NF Density - CSP - NDR 64b
7106 - type: "plot"
7107   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7108   algorithm: "plot_nf_heatmap"
7109   output-file-type: ".html"
7110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
7111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7112   filter: "'NIC_Intel-XXV710' and
7113            'NF_DENSITY' and
7114            'DOCKER' and
7115            'PIPELINE' and
7116            'NF_VPPIP4' and
7117            '64B' and
7118            '2T1C' and
7119            'NDRPDR'"
7120   reference:
7121     include: "2"
7122     name: "CNF-1c"
7123   compare:
7124     include: "1"
7125     name: "CNF-0.5c"
7126   parameters:
7127   - "throughput"
7128   - "name"
7129   - "tags"
7130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7131   x-axis: "X = CNFs per Service Pipeline"
7132   y-axis: "Y = Number of Service Pipelines"
7133   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7134   layout:
7135     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7136     layout: "plot-service-density"
7137
7138 - type: "plot"
7139   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7140   algorithm: "plot_nf_heatmap"
7141   output-file-type: ".html"
7142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
7143   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7144   filter: "'NIC_Intel-XXV710' and
7145            'NF_DENSITY' and
7146            'DOCKER' and
7147            'PIPELINE' and
7148            'NF_VPPIP4' and
7149            '64B' and
7150            '4T2C' and
7151            'NDRPDR'"
7152   reference:
7153     include: "2"
7154     name: "CNF-1c"
7155   compare:
7156     include: "1"
7157     name: "CNF-0.5c"
7158   parameters:
7159   - "throughput"
7160   - "name"
7161   - "tags"
7162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7163   x-axis: "X = CNFs per Service Pipeline"
7164   y-axis: "Y = Number of Service Pipelines"
7165   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7166   layout:
7167     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7168     layout: "plot-service-density"
7169
7170 - type: "plot"
7171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7172   algorithm: "plot_nf_heatmap"
7173   output-file-type: ".html"
7174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
7175   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7176   filter: "'NIC_Intel-XXV710' and
7177            'NF_DENSITY' and
7178            'DOCKER' and
7179            'PIPELINE' and
7180            'NF_VPPIP4' and
7181            '64B' and
7182            '8T4C' and
7183            'NDRPDR'"
7184   reference:
7185     include: "2"
7186     name: "CNF-1c"
7187   compare:
7188     include: "1"
7189     name: "CNF-0.5c"
7190   parameters:
7191   - "throughput"
7192   - "name"
7193   - "tags"
7194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7195   x-axis: "X = CNFs per Service Pipeline"
7196   y-axis: "Y = Number of Service Pipelines"
7197   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7198   layout:
7199     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7200     layout: "plot-service-density"
7201
7202 # Plots - NF Density - CSP - NDR IMIX
7203 - type: "plot"
7204   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7205   algorithm: "plot_nf_heatmap"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
7208   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7209   filter: "'NIC_Intel-XXV710' and
7210            'NF_DENSITY' and
7211            'DOCKER' and
7212            'PIPELINE' and
7213            'NF_VPPIP4' and
7214            'IMIX' and
7215            '2T1C' and
7216            'NDRPDR'"
7217   reference:
7218     include: "2"
7219     name: "CNF-1c"
7220   compare:
7221     include: "1"
7222     name: "CNF-0.5c"
7223   parameters:
7224   - "throughput"
7225   - "name"
7226   - "tags"
7227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7228   x-axis: "X = CNFs per Service Pipeline"
7229   y-axis: "Y = Number of Service Pipelines"
7230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7231   layout:
7232     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7233     layout: "plot-service-density"
7234
7235 - type: "plot"
7236   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7237   algorithm: "plot_nf_heatmap"
7238   output-file-type: ".html"
7239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
7240   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7241   filter: "'NIC_Intel-XXV710' and
7242            'NF_DENSITY' and
7243            'DOCKER' and
7244            'PIPELINE' and
7245            'NF_VPPIP4' and
7246            'IMIX' and
7247            '4T2C' and
7248            'NDRPDR'"
7249   reference:
7250     include: "2"
7251     name: "CNF-1c"
7252   compare:
7253     include: "1"
7254     name: "CNF-0.5c"
7255   parameters:
7256   - "throughput"
7257   - "name"
7258   - "tags"
7259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7260   x-axis: "X = CNFs per Service Pipeline"
7261   y-axis: "Y = Number of Service Pipelines"
7262   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7263   layout:
7264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7265     layout: "plot-service-density"
7266
7267 - type: "plot"
7268   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7269   algorithm: "plot_nf_heatmap"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
7272   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7273   filter: "'NIC_Intel-XXV710' and
7274            'NF_DENSITY' and
7275            'DOCKER' and
7276            'PIPELINE' and
7277            'NF_VPPIP4' and
7278            'IMIX' and
7279            '8T4C' and
7280            'NDRPDR'"
7281   reference:
7282     include: "2"
7283     name: "CNF-1c"
7284   compare:
7285     include: "1"
7286     name: "CNF-0.5c"
7287   parameters:
7288   - "throughput"
7289   - "name"
7290   - "tags"
7291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7292   x-axis: "X = CNFs per Service Pipeline"
7293   y-axis: "Y = Number of Service Pipelines"
7294   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7295   layout:
7296     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7297     layout: "plot-service-density"
7298
7299 # Plots - NF Density - CSP - PDR 64b
7300 - type: "plot"
7301   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7302   algorithm: "plot_nf_heatmap"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
7305   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7306   filter: "'NIC_Intel-XXV710' and
7307            'NF_DENSITY' and
7308            'DOCKER' and
7309            'PIPELINE' and
7310            'NF_VPPIP4' and
7311            '64B' and
7312            '2T1C' and
7313            'NDRPDR'"
7314   reference:
7315     include: "2"
7316     name: "CNF-1c"
7317   compare:
7318     include: "1"
7319     name: "CNF-0.5c"
7320   parameters:
7321   - "throughput"
7322   - "name"
7323   - "tags"
7324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7325   x-axis: "X = CNFs per Service Pipeline"
7326   y-axis: "Y = Number of Service Pipelines"
7327   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7328   layout:
7329     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7330     layout: "plot-service-density"
7331
7332 - type: "plot"
7333   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7334   algorithm: "plot_nf_heatmap"
7335   output-file-type: ".html"
7336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
7337   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7338   filter: "'NIC_Intel-XXV710' and
7339            'NF_DENSITY' and
7340            'DOCKER' and
7341            'PIPELINE' and
7342            'NF_VPPIP4' and
7343            '64B' and
7344            '4T2C' and
7345            'NDRPDR'"
7346   reference:
7347     include: "2"
7348     name: "CNF-1c"
7349   compare:
7350     include: "1"
7351     name: "CNF-0.5c"
7352   parameters:
7353   - "throughput"
7354   - "name"
7355   - "tags"
7356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7357   x-axis: "X = CNFs per Service Pipeline"
7358   y-axis: "Y = Number of Service Pipelines"
7359   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7360   layout:
7361     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7362     layout: "plot-service-density"
7363
7364 - type: "plot"
7365   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7366   algorithm: "plot_nf_heatmap"
7367   output-file-type: ".html"
7368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
7369   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7370   filter: "'NIC_Intel-XXV710' and
7371            'NF_DENSITY' and
7372            'DOCKER' and
7373            'PIPELINE' and
7374            'NF_VPPIP4' and
7375            '64B' and
7376            '8T4C' and
7377            'NDRPDR'"
7378   reference:
7379     include: "2"
7380     name: "CNF-1c"
7381   compare:
7382     include: "1"
7383     name: "CNF-0.5c"
7384   parameters:
7385   - "throughput"
7386   - "name"
7387   - "tags"
7388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7389   x-axis: "X = CNFs per Service Pipeline"
7390   y-axis: "Y = Number of Service Pipelines"
7391   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7392   layout:
7393     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7394     layout: "plot-service-density"
7395
7396 # Plots - NF Density - CSP - PDR IMIX
7397 - type: "plot"
7398   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7399   algorithm: "plot_nf_heatmap"
7400   output-file-type: ".html"
7401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
7402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7403   filter: "'NIC_Intel-XXV710' and
7404            'NF_DENSITY' and
7405            'DOCKER' and
7406            'PIPELINE' and
7407            'NF_VPPIP4' and
7408            'IMIX' and
7409            '2T1C' and
7410            'NDRPDR'"
7411   reference:
7412     include: "2"
7413     name: "CNF-1c"
7414   compare:
7415     include: "1"
7416     name: "CNF-0.5c"
7417   parameters:
7418   - "throughput"
7419   - "name"
7420   - "tags"
7421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7422   x-axis: "X = CNFs per Service Pipeline"
7423   y-axis: "Y = Number of Service Pipelines"
7424   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7425   layout:
7426     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7427     layout: "plot-service-density"
7428
7429 - type: "plot"
7430   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7431   algorithm: "plot_nf_heatmap"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
7434   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7435   filter: "'NIC_Intel-XXV710' and
7436            'NF_DENSITY' and
7437            'DOCKER' and
7438            'PIPELINE' and
7439            'NF_VPPIP4' and
7440            'IMIX' and
7441            '4T2C' and
7442            'NDRPDR'"
7443   reference:
7444     include: "2"
7445     name: "CNF-1c"
7446   compare:
7447     include: "1"
7448     name: "CNF-0.5c"
7449   parameters:
7450   - "throughput"
7451   - "name"
7452   - "tags"
7453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7454   x-axis: "X = CNFs per Service Pipeline"
7455   y-axis: "Y = Number of Service Pipelines"
7456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7457   layout:
7458     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7459     layout: "plot-service-density"
7460
7461 - type: "plot"
7462   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7463   algorithm: "plot_nf_heatmap"
7464   output-file-type: ".html"
7465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
7466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7467   filter: "'NIC_Intel-XXV710' and
7468            'NF_DENSITY' and
7469            'DOCKER' and
7470            'PIPELINE' and
7471            'NF_VPPIP4' and
7472            'IMIX' and
7473            '8T4C' and
7474            'NDRPDR'"
7475   reference:
7476     include: "2"
7477     name: "CNF-1c"
7478   compare:
7479     include: "1"
7480     name: "CNF-0.5c"
7481   parameters:
7482   - "throughput"
7483   - "name"
7484   - "tags"
7485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7486   x-axis: "X = CNFs per Service Pipeline"
7487   y-axis: "Y = Number of Service Pipelines"
7488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7489   layout:
7490     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7491     layout: "plot-service-density"
7492
7493 ################################################################################
7494
7495 # Packet Throughput
7496
7497 - type: "plot"
7498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7499   algorithm: "plot_perf_box_name"
7500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7502   include:
7503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7507   layout:
7508     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7509     layout: "plot-throughput"
7510
7511 - type: "plot"
7512   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7513   algorithm: "plot_perf_box_name"
7514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7516   include:
7517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7521   layout:
7522     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7523     layout: "plot-throughput"
7524
7525 - type: "plot"
7526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7527   algorithm: "plot_perf_box_name"
7528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7530   include:
7531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7532     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7533     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7534     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7535     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7536   layout:
7537     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7538     layout: "plot-throughput"
7539
7540 - type: "plot"
7541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7542   algorithm: "plot_perf_box_name"
7543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7545   include:
7546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7550     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7551   layout:
7552     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
7553     layout: "plot-throughput"
7554
7555 - type: "plot"
7556   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
7557   algorithm: "plot_perf_box_name"
7558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
7559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7560   include:
7561     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7562     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7563     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7564     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7565     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7566   layout:
7567     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
7568     layout: "plot-throughput"
7569
7570 - type: "plot"
7571   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
7572   algorithm: "plot_perf_box_name"
7573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
7574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7575   include:
7576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7578     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7579     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7580     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7581   layout:
7582     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
7583     layout: "plot-throughput"
7584
7585 - type: "plot"
7586   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7587   algorithm: "plot_perf_box_name"
7588   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7590   include:
7591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7596   layout:
7597     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7598     layout: "plot-throughput"
7599
7600 - type: "plot"
7601   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7602   algorithm: "plot_perf_box_name"
7603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7605   include:
7606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7611   layout:
7612     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7613     layout: "plot-throughput"
7614
7615 - type: "plot"
7616   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7617   algorithm: "plot_perf_box_name"
7618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7620   include:
7621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7625   layout:
7626     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7627     layout: "plot-throughput"
7628
7629 - type: "plot"
7630   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7631   algorithm: "plot_perf_box_name"
7632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7634   include:
7635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7639   layout:
7640     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7641     layout: "plot-throughput"
7642
7643 - type: "plot"
7644   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7645   algorithm: "plot_perf_box_name"
7646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7648   include:
7649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7654   layout:
7655     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7656     layout: "plot-throughput"
7657
7658 - type: "plot"
7659   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7660   algorithm: "plot_perf_box_name"
7661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7663   include:
7664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7669   layout:
7670     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7671     layout: "plot-throughput"
7672
7673 - type: "plot"
7674   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7675   algorithm: "plot_perf_box_name"
7676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7678   include:
7679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7685   layout:
7686     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7687     layout: "plot-throughput"
7688
7689 - type: "plot"
7690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7691   algorithm: "plot_perf_box_name"
7692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7694   include:
7695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7701   layout:
7702     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7703     layout: "plot-throughput"
7704
7705 - type: "plot"
7706   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7707   algorithm: "plot_perf_box_name"
7708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7710   include:
7711     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7712     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7713     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7714   layout:
7715     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7716     layout: "plot-throughput"
7717
7718 - type: "plot"
7719   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
7720   algorithm: "plot_perf_box_name"
7721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
7722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7723   include:
7724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7725     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7726     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7727   layout:
7728     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
7729     layout: "plot-throughput"
7730
7731 - type: "plot"
7732   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7733   algorithm: "plot_perf_box_name"
7734   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7736   include:
7737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7742   layout:
7743     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7744     layout: "plot-throughput"
7745
7746 - type: "plot"
7747   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7748   algorithm: "plot_perf_box_name"
7749   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7751   include:
7752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7757   layout:
7758     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
7759     layout: "plot-throughput"
7760
7761 - type: "plot"
7762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7763   algorithm: "plot_perf_box_name"
7764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7766   include:
7767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7771   layout:
7772     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7773     layout: "plot-throughput"
7774
7775 - type: "plot"
7776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7777   algorithm: "plot_perf_box_name"
7778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7780   include:
7781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7785   layout:
7786     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
7787     layout: "plot-throughput"
7788
7789 - type: "plot"
7790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7791   algorithm: "plot_perf_box_name"
7792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7794   include:
7795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7800   layout:
7801     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7802     layout: "plot-throughput"
7803
7804 - type: "plot"
7805   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7806   algorithm: "plot_perf_box_name"
7807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7809   include:
7810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7815   layout:
7816     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
7817     layout: "plot-throughput"
7818
7819 - type: "plot"
7820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7821   algorithm: "plot_perf_box_name"
7822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7824   include:
7825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7831   layout:
7832     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7833     layout: "plot-throughput"
7834
7835 - type: "plot"
7836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7837   algorithm: "plot_perf_box_name"
7838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7840   include:
7841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7847   layout:
7848     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
7849     layout: "plot-throughput"
7850
7851 - type: "plot"
7852   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7853   algorithm: "plot_perf_box_name"
7854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7856   include:
7857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
7861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7862   layout:
7863     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7864     layout: "plot-throughput"
7865
7866 - type: "plot"
7867   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7868   algorithm: "plot_perf_box_name"
7869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7871   include:
7872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
7876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7877   layout:
7878     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7879     layout: "plot-throughput"
7880
7881 - type: "plot"
7882   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7883   algorithm: "plot_perf_box_name"
7884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7886   include:
7887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
7893   layout:
7894     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7895     layout: "plot-throughput"
7896
7897 - type: "plot"
7898   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7899   algorithm: "plot_perf_box_name"
7900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7902   include:
7903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
7909   layout:
7910     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7911     layout: "plot-throughput"
7912
7913 - type: "plot"
7914   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7915   algorithm: "plot_perf_box_name"
7916   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7917   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7918   include:
7919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
7923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7924   layout:
7925     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7926     layout: "plot-throughput"
7927
7928 - type: "plot"
7929   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7930   algorithm: "plot_perf_box_name"
7931   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7932   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7933   include:
7934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
7938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7939   layout:
7940     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7941     layout: "plot-throughput"
7942
7943 - type: "plot"
7944   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7945   algorithm: "plot_perf_box_name"
7946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7948   include:
7949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
7955   layout:
7956     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
7957     layout: "plot-throughput"
7958
7959 - type: "plot"
7960   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7961   algorithm: "plot_perf_box_name"
7962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7964   include:
7965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
7971   layout:
7972     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
7973     layout: "plot-throughput"
7974
7975 - type: "plot"
7976   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7977   algorithm: "plot_perf_box_name"
7978   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7979   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7980   include:
7981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
7985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7986   layout:
7987     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
7988     layout: "plot-throughput"
7989
7990 - type: "plot"
7991   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7992   algorithm: "plot_perf_box_name"
7993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
7994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7995   include:
7996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
7999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8001   layout:
8002     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
8003     layout: "plot-throughput"
8004
8005 - type: "plot"
8006   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
8007   algorithm: "plot_perf_box_name"
8008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
8009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8010   include:
8011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8017   layout:
8018     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
8019     layout: "plot-throughput"
8020
8021 - type: "plot"
8022   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
8023   algorithm: "plot_perf_box_name"
8024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
8025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8026   include:
8027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8033   layout:
8034     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
8035     layout: "plot-throughput"
8036
8037 - type: "plot"
8038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8039   algorithm: "plot_perf_box_name"
8040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8042   include:
8043     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8045   layout:
8046     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8047     layout: "plot-throughput"
8048
8049 - type: "plot"
8050   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
8051   algorithm: "plot_perf_box_name"
8052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
8053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8054   include:
8055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8057   layout:
8058     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
8059     layout: "plot-throughput"
8060
8061 - type: "plot"
8062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8063   algorithm: "plot_perf_box_name"
8064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8066   include:
8067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8071   layout:
8072     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8073     layout: "plot-throughput"
8074
8075 - type: "plot"
8076   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
8077   algorithm: "plot_perf_box_name"
8078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
8079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8080   include:
8081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8085   layout:
8086     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
8087     layout: "plot-throughput"
8088
8089 - type: "plot"
8090   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8091   algorithm: "plot_perf_box_name"
8092   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8093   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8094   include:
8095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8099   layout:
8100     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8101     layout: "plot-throughput"
8102
8103 - type: "plot"
8104   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8105   algorithm: "plot_perf_box_name"
8106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8108   include:
8109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8113   layout:
8114     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8115     layout: "plot-throughput"
8116
8117 - type: "plot"
8118   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8119   algorithm: "plot_perf_box_name"
8120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8122   include:
8123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8127   layout:
8128     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
8129     layout: "plot-throughput"
8130
8131 - type: "plot"
8132   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8133   algorithm: "plot_perf_box_name"
8134   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8135   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8136   include:
8137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8139     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8140     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8141   layout:
8142     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
8143     layout: "plot-throughput"
8144
8145 - type: "plot"
8146   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8147   algorithm: "plot_perf_box_name"
8148   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8150   include:
8151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8154   layout:
8155     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8156     layout: "plot-throughput"
8157
8158 - type: "plot"
8159   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8160   algorithm: "plot_perf_box_name"
8161   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8163   include:
8164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8167   layout:
8168     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8169     layout: "plot-throughput"
8170
8171 - type: "plot"
8172   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8173   algorithm: "plot_perf_box_name"
8174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8176   include:
8177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8182   layout:
8183     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8184     layout: "plot-throughput"
8185
8186 - type: "plot"
8187   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8188   algorithm: "plot_perf_box_name"
8189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8191   include:
8192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8197   layout:
8198     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8199     layout: "plot-throughput"
8200
8201 - type: "plot"
8202   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8203   algorithm: "plot_perf_box_name"
8204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8206   include:
8207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8208     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8209     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8210   layout:
8211     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8212     layout: "plot-throughput"
8213
8214 - type: "plot"
8215   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
8216   algorithm: "plot_perf_box_name"
8217   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
8218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8219   include:
8220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8222     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8223   layout:
8224     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
8225     layout: "plot-throughput"
8226
8227 - type: "plot"
8228   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8229   algorithm: "plot_perf_box_name"
8230   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8232   include:
8233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8236   layout:
8237     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8238     layout: "plot-throughput"
8239
8240 - type: "plot"
8241   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8242   algorithm: "plot_perf_box_name"
8243   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8245   include:
8246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8249   layout:
8250     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8251     layout: "plot-throughput"
8252
8253 - type: "plot"
8254   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8255   algorithm: "plot_perf_box_name"
8256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8258   include:
8259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8263     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8264   layout:
8265     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8266     layout: "plot-throughput"
8267
8268 - type: "plot"
8269   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8270   algorithm: "plot_perf_box_name"
8271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8273   include:
8274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8278     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8279   layout:
8280     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
8281     layout: "plot-throughput"
8282
8283 - type: "plot"
8284   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8285   algorithm: "plot_perf_box_name"
8286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8288   include:
8289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8294   layout:
8295     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8296     layout: "plot-throughput"
8297
8298 - type: "plot"
8299   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8300   algorithm: "plot_perf_box_name"
8301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8303   include:
8304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8309   layout:
8310     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8311     layout: "plot-throughput"
8312
8313 - type: "plot"
8314   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8315   algorithm: "plot_perf_box_name"
8316   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8317   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8318   include:
8319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8324   layout:
8325     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8326     layout: "plot-throughput"
8327
8328 - type: "plot"
8329   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8330   algorithm: "plot_perf_box_name"
8331   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8332   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8333   include:
8334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8339   layout:
8340     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8341     layout: "plot-throughput"
8342
8343 - type: "plot"
8344   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8345   algorithm: "plot_perf_box_name"
8346   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8347   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8348   include:
8349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8354   layout:
8355     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8356     layout: "plot-throughput"
8357
8358 - type: "plot"
8359   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8360   algorithm: "plot_perf_box_name"
8361   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8362   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8363   include:
8364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8369   layout:
8370     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
8371     layout: "plot-throughput"
8372
8373 - type: "plot"
8374   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8375   algorithm: "plot_perf_box_name"
8376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8378   include:
8379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8385   layout:
8386     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8387     layout: "plot-throughput"
8388
8389 - type: "plot"
8390   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
8391   algorithm: "plot_perf_box_name"
8392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
8393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8394   include:
8395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8401   layout:
8402     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
8403     layout: "plot-throughput"
8404
8405 - type: "plot"
8406   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8407   algorithm: "plot_perf_box_name"
8408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8410   include:
8411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8415   layout:
8416     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8417     layout: "plot-throughput"
8418
8419 - type: "plot"
8420   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
8421   algorithm: "plot_perf_box_name"
8422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
8423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8424   include:
8425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8429   layout:
8430     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
8431     layout: "plot-throughput"
8432
8433 - type: "plot"
8434   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8435   algorithm: "plot_perf_box_name"
8436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8438   include:
8439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8445   layout:
8446     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8447     layout: "plot-throughput"
8448
8449 - type: "plot"
8450   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
8451   algorithm: "plot_perf_box_name"
8452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
8453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8454   include:
8455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8461   layout:
8462     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
8463     layout: "plot-throughput"
8464
8465 - type: "plot"
8466   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8467   algorithm: "plot_perf_box_name"
8468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8470   include:
8471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8477   layout:
8478     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8479     layout: "plot-throughput"
8480
8481 - type: "plot"
8482   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8483   algorithm: "plot_perf_box_name"
8484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8486   include:
8487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8493   layout:
8494     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8495     layout: "plot-throughput"
8496
8497 - type: "plot"
8498   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8499   algorithm: "plot_perf_box_name"
8500   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8501   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8502   include:
8503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8509   layout:
8510     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8511     layout: "plot-throughput"
8512
8513 - type: "plot"
8514   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8515   algorithm: "plot_perf_box_name"
8516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8518   include:
8519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8525   layout:
8526     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
8527     layout: "plot-throughput"
8528
8529 - type: "plot"
8530   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8531   algorithm: "plot_perf_box_name"
8532   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8534   include:
8535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8541   layout:
8542     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8543     layout: "plot-throughput"
8544
8545 - type: "plot"
8546   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8547   algorithm: "plot_perf_box_name"
8548   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8550   include:
8551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8557   layout:
8558     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8559     layout: "plot-throughput"
8560
8561 - type: "plot"
8562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8563   algorithm: "plot_perf_box_name"
8564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8566   include:
8567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8571   layout:
8572     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8573     layout: "plot-throughput"
8574
8575 - type: "plot"
8576   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8577   algorithm: "plot_perf_box_name"
8578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8580   include:
8581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8585   layout:
8586     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8587     layout: "plot-throughput"
8588
8589 - type: "plot"
8590   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8591   algorithm: "plot_perf_box_name"
8592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8594   include:
8595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8600   layout:
8601     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8602     layout: "plot-throughput"
8603
8604 - type: "plot"
8605   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8606   algorithm: "plot_perf_box_name"
8607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8609   include:
8610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8615   layout:
8616     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8617     layout: "plot-throughput"
8618
8619 - type: "plot"
8620   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8621   algorithm: "plot_perf_box_name"
8622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8624   include:
8625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8629   layout:
8630     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8631     layout: "plot-throughput"
8632
8633 - type: "plot"
8634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8635   algorithm: "plot_perf_box_name"
8636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8638   include:
8639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8643   layout:
8644     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8645     layout: "plot-throughput"
8646
8647 - type: "plot"
8648   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8649   algorithm: "plot_perf_box_name"
8650   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8652   include:
8653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8659   layout:
8660     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8661     layout: "plot-throughput"
8662
8663 - type: "plot"
8664   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
8665   algorithm: "plot_perf_box_name"
8666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
8667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8668   include:
8669     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8670     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8674     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8675   layout:
8676     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
8677     layout: "plot-throughput"
8678
8679 - type: "plot"
8680   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8681   algorithm: "plot_perf_box_name"
8682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8684   include:
8685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8686     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8689     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8690   layout:
8691     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8692     layout: "plot-throughput"
8693
8694 - type: "plot"
8695   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8696   algorithm: "plot_perf_box_name"
8697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8699   include:
8700     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8701     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8702     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8703     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8704     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8705   layout:
8706     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
8707     layout: "plot-throughput"
8708
8709 - type: "plot"
8710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8711   algorithm: "plot_perf_box_name"
8712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8714   include:
8715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8718   layout:
8719     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8720     layout: "plot-throughput"
8721
8722 - type: "plot"
8723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8724   algorithm: "plot_perf_box_name"
8725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8727   include:
8728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8731   layout:
8732     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
8733     layout: "plot-throughput"
8734
8735 - type: "plot"
8736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8737   algorithm: "plot_perf_box_name"
8738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8740   include:
8741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8745   layout:
8746     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8747     layout: "plot-throughput"
8748
8749 - type: "plot"
8750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8751   algorithm: "plot_perf_box_name"
8752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8754   include:
8755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8759   layout:
8760     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
8761     layout: "plot-throughput"
8762
8763 - type: "plot"
8764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8765   algorithm: "plot_perf_box_name"
8766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8768   include:
8769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8775   layout:
8776     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8777     layout: "plot-throughput"
8778
8779 - type: "plot"
8780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8781   algorithm: "plot_perf_box_name"
8782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8784   include:
8785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8791   layout:
8792     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
8793     layout: "plot-throughput"
8794
8795 - type: "plot"
8796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8797   algorithm: "plot_perf_box_name"
8798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8800   include:
8801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8807   layout:
8808     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8809     layout: "plot-throughput"
8810
8811 - type: "plot"
8812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
8813   algorithm: "plot_perf_box_name"
8814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
8815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8816   include:
8817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8823   layout:
8824     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
8825     layout: "plot-throughput"
8826
8827 - type: "plot"
8828   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
8829   algorithm: "plot_perf_box_name"
8830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
8831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8832   include:
8833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8837   layout:
8838     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
8839     layout: "plot-throughput"
8840
8841 - type: "plot"
8842   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
8843   algorithm: "plot_perf_box_name"
8844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
8845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8846   include:
8847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8851   layout:
8852     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
8853     layout: "plot-throughput"
8854
8855 - type: "plot"
8856   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8857   algorithm: "plot_perf_box_name"
8858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8860   include:
8861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8867   layout:
8868     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8869     layout: "plot-throughput"
8870
8871 - type: "plot"
8872   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8873   algorithm: "plot_perf_box_name"
8874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8876   include:
8877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8883   layout:
8884     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8885     layout: "plot-throughput"
8886
8887 - type: "plot"
8888   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
8889   algorithm: "plot_perf_box_name"
8890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
8891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8892   include:
8893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8899   layout:
8900     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
8901     layout: "plot-throughput"
8902
8903 - type: "plot"
8904   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
8905   algorithm: "plot_perf_box_name"
8906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
8907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8908   include:
8909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8915   layout:
8916     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
8917     layout: "plot-throughput"
8918
8919 - type: "plot"
8920   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8921   algorithm: "plot_perf_box_name"
8922   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8923   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8924   include:
8925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8929   layout:
8930     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8931     layout: "plot-throughput"
8932
8933 - type: "plot"
8934   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
8935   algorithm: "plot_perf_box_name"
8936   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
8937   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8938   include:
8939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8943   layout:
8944     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
8945     layout: "plot-throughput"
8946
8947 - type: "plot"
8948   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8949   algorithm: "plot_perf_box_name"
8950   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8951   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8952   include:
8953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8959   layout:
8960     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8961     layout: "plot-throughput"
8962
8963 - type: "plot"
8964   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8965   algorithm: "plot_perf_box_name"
8966   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8967   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
8968   include:
8969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8975   layout:
8976     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
8977     layout: "plot-throughput"
8978
8979 - type: "plot"
8980   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8981   algorithm: "plot_perf_box_name"
8982   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8983   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8984   include:
8985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8989   layout:
8990     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
8991     layout: "plot-throughput"
8992
8993 - type: "plot"
8994   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
8995   algorithm: "plot_perf_box_name"
8996   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
8997   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8998   include:
8999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
9000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9003   layout:
9004     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
9005     layout: "plot-throughput"
9006
9007 - type: "plot"
9008   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9009   algorithm: "plot_perf_box_name"
9010   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9011   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9012   include:
9013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9019   layout:
9020     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9021     layout: "plot-throughput"
9022
9023 - type: "plot"
9024   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
9025   algorithm: "plot_perf_box_name"
9026   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
9027   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9028   include:
9029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9035   layout:
9036     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
9037     layout: "plot-throughput"
9038
9039 - type: "plot"
9040   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9041   algorithm: "plot_perf_box_name"
9042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9044   include:
9045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9051   layout:
9052     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9053     layout: "plot-throughput"
9054
9055 - type: "plot"
9056   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
9057   algorithm: "plot_perf_box_name"
9058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
9059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9060   include:
9061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9067   layout:
9068     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
9069     layout: "plot-throughput"
9070
9071 - type: "plot"
9072   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
9073   algorithm: "plot_perf_box_name"
9074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
9075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9076   include:
9077     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9078     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9079     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9080     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9081     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9082     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9083   layout:
9084     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
9085     layout: "plot-throughput"
9086
9087 - type: "plot"
9088   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
9089   algorithm: "plot_perf_box_name"
9090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
9091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9092   include:
9093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9096     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9097     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9098     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9099   layout:
9100     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
9101     layout: "plot-throughput"
9102
9103 - type: "plot"
9104   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
9105   algorithm: "plot_perf_box_name"
9106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
9107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9108   include:
9109     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9110     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9111     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9112     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9113     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9114     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9115   layout:
9116     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
9117     layout: "plot-throughput"
9118
9119 - type: "plot"
9120   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
9121   algorithm: "plot_perf_box_name"
9122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
9123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9124   include:
9125     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9126     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9127     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9128     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9129     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9130     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9131   layout:
9132     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
9133     layout: "plot-throughput"
9134
9135 - type: "plot"
9136   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9137   algorithm: "plot_perf_box_name"
9138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9140   include:
9141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9147   layout:
9148     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9149     layout: "plot-throughput"
9150
9151 - type: "plot"
9152   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9153   algorithm: "plot_perf_box_name"
9154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9156   include:
9157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9163   layout:
9164     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9165     layout: "plot-throughput"
9166
9167 - type: "plot"
9168   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9169   algorithm: "plot_perf_box_name"
9170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9172   include:
9173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9176   layout:
9177     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9178     layout: "plot-throughput"
9179
9180 - type: "plot"
9181   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9182   algorithm: "plot_perf_box_name"
9183   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9184   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9185   include:
9186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9189   layout:
9190     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
9191     layout: "plot-throughput"
9192
9193 - type: "plot"
9194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9195   algorithm: "plot_perf_box_name"
9196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9197   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9198   include:
9199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9203   layout:
9204     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9205     layout: "plot-throughput"
9206
9207 - type: "plot"
9208   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9209   algorithm: "plot_perf_box_name"
9210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9211   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9212   include:
9213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9217   layout:
9218     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9219     layout: "plot-throughput"
9220
9221 - type: "plot"
9222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9223   algorithm: "plot_perf_box_name"
9224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9225   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9226   include:
9227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9231   layout:
9232     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9233     layout: "plot-throughput"
9234
9235 - type: "plot"
9236   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9237   algorithm: "plot_perf_box_name"
9238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9239   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9240   include:
9241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9245   layout:
9246     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9247     layout: "plot-throughput"
9248
9249 - type: "plot"
9250   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9251   algorithm: "plot_perf_box_name"
9252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9253   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9254   include:
9255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9259   layout:
9260     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9261     layout: "plot-throughput"
9262
9263 - type: "plot"
9264   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
9265   algorithm: "plot_perf_box_name"
9266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
9267   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9268   include:
9269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9273   layout:
9274     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
9275     layout: "plot-throughput"
9276
9277 - type: "plot"
9278   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9279   algorithm: "plot_perf_box_name"
9280   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9281   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9282   include:
9283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9287   layout:
9288     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9289     layout: "plot-throughput"
9290
9291 - type: "plot"
9292   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
9293   algorithm: "plot_perf_box_name"
9294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
9295   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9296   include:
9297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9301   layout:
9302     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
9303     layout: "plot-throughput"
9304
9305 - type: "plot"
9306   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9307   algorithm: "plot_perf_box_name"
9308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9309   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9310   include:
9311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9315   layout:
9316     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9317     layout: "plot-throughput"
9318
9319 - type: "plot"
9320   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9321   algorithm: "plot_perf_box_name"
9322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9323   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9324   include:
9325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9329   layout:
9330     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9331     layout: "plot-throughput"
9332
9333 - type: "plot"
9334   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9335   algorithm: "plot_perf_box_name"
9336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9337   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9338   include:
9339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9343   layout:
9344     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9345     layout: "plot-throughput"
9346
9347 - type: "plot"
9348   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9349   algorithm: "plot_perf_box_name"
9350   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9351   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9352   include:
9353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9357   layout:
9358     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9359     layout: "plot-throughput"
9360
9361 - type: "plot"
9362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9363   algorithm: "plot_perf_box_name"
9364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9365   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9366   include:
9367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9372   layout:
9373     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9374     layout: "plot-throughput"
9375
9376 - type: "plot"
9377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9378   algorithm: "plot_perf_box_name"
9379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9380   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9381   include:
9382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9387   layout:
9388     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
9389     layout: "plot-throughput"
9390
9391 - type: "plot"
9392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9393   algorithm: "plot_perf_box_name"
9394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9395   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9396   include:
9397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9402   layout:
9403     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9404     layout: "plot-throughput"
9405
9406 - type: "plot"
9407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9408   algorithm: "plot_perf_box_name"
9409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9410   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9411   include:
9412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9417   layout:
9418     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
9419     layout: "plot-throughput"
9420
9421 - type: "plot"
9422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9423   algorithm: "plot_perf_box_name"
9424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9425   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9426   include:
9427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9433   layout:
9434     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9435     layout: "plot-throughput"
9436
9437 - type: "plot"
9438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9439   algorithm: "plot_perf_box_name"
9440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9441   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9442   include:
9443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9449   layout:
9450     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
9451     layout: "plot-throughput"
9452
9453 - type: "plot"
9454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9455   algorithm: "plot_perf_box_name"
9456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9457   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9458   include:
9459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9465   layout:
9466     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9467     layout: "plot-throughput"
9468
9469 - type: "plot"
9470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9471   algorithm: "plot_perf_box_name"
9472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9473   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9474   include:
9475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9481   layout:
9482     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
9483     layout: "plot-throughput"
9484
9485 - type: "plot"
9486   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9487   algorithm: "plot_perf_box_name"
9488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9490   include:
9491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9496   layout:
9497     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9498     layout: "plot-throughput"
9499
9500 - type: "plot"
9501   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
9502   algorithm: "plot_perf_box_name"
9503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
9504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9505   include:
9506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9511   layout:
9512     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
9513     layout: "plot-throughput"
9514
9515 - type: "plot"
9516   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9517   algorithm: "plot_perf_box_name"
9518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9520   include:
9521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9527   layout:
9528     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9529     layout: "plot-throughput"
9530
9531 - type: "plot"
9532   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
9533   algorithm: "plot_perf_box_name"
9534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
9535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9536   include:
9537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9543   layout:
9544     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
9545     layout: "plot-throughput"
9546
9547 - type: "plot"
9548   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
9549   algorithm: "plot_perf_box_name"
9550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
9551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9552   include:
9553     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9554     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9555     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9556   layout:
9557     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
9558     layout: "plot-throughput"
9559
9560 - type: "plot"
9561   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
9562   algorithm: "plot_perf_box_name"
9563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
9564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9565   include:
9566     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9567     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9568     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9569   layout:
9570     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
9571     layout: "plot-throughput"
9572
9573 ################################################################################
9574
9575 # Packet Latency 1C
9576
9577 - type: "plot"
9578   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
9579   algorithm: "plot_lat_err_bars_name"
9580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
9581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9582   include:
9583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9587   layout:
9588     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9589     layout: "plot-latency"
9590
9591 - type: "plot"
9592   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
9593   algorithm: "plot_lat_err_bars_name"
9594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
9595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9596   include:
9597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9602   layout:
9603     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9604     layout: "plot-latency"
9605
9606 - type: "plot"
9607   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
9608   algorithm: "plot_lat_err_bars_name"
9609   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
9610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9611   include:
9612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9617   layout:
9618     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9619     layout: "plot-latency"
9620
9621 - type: "plot"
9622   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
9623   algorithm: "plot_lat_err_bars_name"
9624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
9625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9626   include:
9627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9631   layout:
9632     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9633     layout: "plot-latency"
9634
9635 - type: "plot"
9636   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
9637   algorithm: "plot_lat_err_bars_name"
9638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
9639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9640   include:
9641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9646   layout:
9647     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9648     layout: "plot-latency"
9649
9650 - type: "plot"
9651   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
9652   algorithm: "plot_lat_err_bars_name"
9653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
9654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9655   include:
9656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9662   layout:
9663     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9664     layout: "plot-latency"
9665
9666 - type: "plot"
9667   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
9668   algorithm: "plot_lat_err_bars_name"
9669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
9670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9671   include:
9672     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9673     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9674     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9675   layout:
9676     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
9677     layout: "plot-latency"
9678
9679 - type: "plot"
9680   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
9681   algorithm: "plot_lat_err_bars_name"
9682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
9683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9684   include:
9685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9690   layout:
9691     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9692     layout: "plot-latency"
9693
9694 - type: "plot"
9695   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
9696   algorithm: "plot_lat_err_bars_name"
9697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
9698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9699   include:
9700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9704   layout:
9705     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9706     layout: "plot-latency"
9707
9708 - type: "plot"
9709   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
9710   algorithm: "plot_lat_err_bars_name"
9711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
9712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9713   include:
9714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9719   layout:
9720     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9721     layout: "plot-latency"
9722
9723 - type: "plot"
9724   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
9725   algorithm: "plot_lat_err_bars_name"
9726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
9727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9728   include:
9729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9735   layout:
9736     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9737     layout: "plot-latency"
9738
9739 - type: "plot"
9740   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
9741   algorithm: "plot_lat_err_bars_name"
9742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
9743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9744   include:
9745     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9746     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9747   layout:
9748     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
9749     layout: "plot-latency"
9750
9751 - type: "plot"
9752   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
9753   algorithm: "plot_lat_err_bars_name"
9754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
9755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9756   include:
9757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
9758     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9759     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9760     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9761   layout:
9762     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
9763     layout: "plot-latency"
9764
9765 - type: "plot"
9766   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9767   algorithm: "plot_lat_err_bars_name"
9768   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9770   include:
9771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9772     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9774   layout:
9775     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9776     layout: "plot-latency"
9777
9778 - type: "plot"
9779   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9780   algorithm: "plot_lat_err_bars_name"
9781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9783   include:
9784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9789   layout:
9790     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9791     layout: "plot-latency"
9792
9793 - type: "plot"
9794   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
9795   algorithm: "plot_lat_err_bars_name"
9796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
9797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9798   include:
9799     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9800     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9802   layout:
9803     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
9804     layout: "plot-latency"
9805
9806 - type: "plot"
9807   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9808   algorithm: "plot_lat_err_bars_name"
9809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9811   include:
9812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9815   layout:
9816     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9817     layout: "plot-latency"
9818
9819 - type: "plot"
9820   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9821   algorithm: "plot_lat_err_bars_name"
9822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
9823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9824   include:
9825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9830   layout:
9831     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9832     layout: "plot-latency"
9833
9834 #- type: "plot"
9835 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9836 #  algorithm: "plot_lat_err_bars_name"
9837 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9838 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9839 #  include:
9840 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9841 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9842 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9843 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9844 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9845 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9846 #  layout:
9847 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9848 #    layout: "plot-latency"
9849
9850 #- type: "plot"
9851 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9852 #  algorithm: "plot_lat_err_bars_name"
9853 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9854 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9855 #  include:
9856 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9857 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9858 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9859 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9860 #  layout:
9861 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9862 #    layout: "plot-latency"
9863
9864 #- type: "plot"
9865 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9866 #  algorithm: "plot_lat_err_bars_name"
9867 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9868 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9869 #  include:
9870 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9871 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9872 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9873 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9874 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9875 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9876 #  layout:
9877 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
9878 #    layout: "plot-latency"
9879
9880 - type: "plot"
9881   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
9882   algorithm: "plot_lat_err_bars_name"
9883   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
9884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9885   include:
9886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
9887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
9889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
9891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9892   layout:
9893     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
9894     layout: "plot-latency"
9895
9896 - type: "plot"
9897   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
9898   algorithm: "plot_lat_err_bars_name"
9899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
9900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9901   include:
9902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
9903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
9904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
9906   layout:
9907     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
9908     layout: "plot-latency"
9909
9910 - type: "plot"
9911   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
9912   algorithm: "plot_lat_err_bars_name"
9913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
9914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9915   include:
9916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
9917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
9918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
9919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
9921   layout:
9922     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
9923     layout: "plot-latency"
9924
9925 - type: "plot"
9926   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
9927   algorithm: "plot_lat_err_bars_name"
9928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
9929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9930   include:
9931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
9932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9935   layout:
9936     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
9937     layout: "plot-latency"
9938
9939 - type: "plot"
9940   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
9941   algorithm: "plot_lat_err_bars_name"
9942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
9943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9944   include:
9945     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9946     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
9947     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9948     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9949     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9950     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9951   layout:
9952     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
9953     layout: "plot-latency"
9954
9955 - type: "plot"
9956   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
9957   algorithm: "plot_lat_err_bars_name"
9958   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
9959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9960   include:
9961     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
9962     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
9963     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9964     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
9965     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9966   layout:
9967     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
9968     layout: "plot-latency"
9969
9970 - type: "plot"
9971   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
9972   algorithm: "plot_lat_err_bars_name"
9973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
9974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9975   include:
9976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
9977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
9978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
9979   layout:
9980     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
9981     layout: "plot-latency"
9982
9983 - type: "plot"
9984   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
9985   algorithm: "plot_lat_err_bars_name"
9986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
9987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9988   include:
9989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
9990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
9991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
9993   layout:
9994     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
9995     layout: "plot-latency"
9996
9997 - type: "plot"
9998   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
9999   algorithm: "plot_lat_err_bars_name"
10000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
10001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10002   include:
10003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
10004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10009   layout:
10010     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10011     layout: "plot-latency"
10012
10013 - type: "plot"
10014   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
10015   algorithm: "plot_lat_err_bars_name"
10016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
10017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10018   include:
10019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10025   layout:
10026     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
10027     layout: "plot-latency"
10028
10029 - type: "plot"
10030   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
10031   algorithm: "plot_lat_err_bars_name"
10032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
10033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10034   include:
10035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10037     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10038     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10039     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10041   layout:
10042     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
10043     layout: "plot-latency"
10044
10045 - type: "plot"
10046   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
10047   algorithm: "plot_lat_err_bars_name"
10048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
10049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10050   include:
10051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10057   layout:
10058     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
10059     layout: "plot-latency"
10060
10061 - type: "plot"
10062   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10063   algorithm: "plot_lat_err_bars_name"
10064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
10065   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10066   include:
10067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10071   layout:
10072     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10073     layout: "plot-latency"
10074
10075 - type: "plot"
10076   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10077   algorithm: "plot_lat_err_bars_name"
10078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
10079   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10080   include:
10081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10085   layout:
10086     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10087     layout: "plot-latency"
10088
10089 - type: "plot"
10090   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
10091   algorithm: "plot_lat_err_bars_name"
10092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
10093   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10094   include:
10095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10099   layout:
10100     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
10101     layout: "plot-latency"
10102
10103 - type: "plot"
10104   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
10105   algorithm: "plot_lat_err_bars_name"
10106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
10107   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10108   include:
10109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10113   layout:
10114     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
10115     layout: "plot-latency"
10116
10117 - type: "plot"
10118   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10119   algorithm: "plot_lat_err_bars_name"
10120   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
10121   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10122   include:
10123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10127   layout:
10128     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10129     layout: "plot-latency"
10130
10131 - type: "plot"
10132   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10133   algorithm: "plot_lat_err_bars_name"
10134   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10135   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10136   include:
10137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10141   layout:
10142     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10143     layout: "plot-latency"
10144
10145 - type: "plot"
10146   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10147   algorithm: "plot_lat_err_bars_name"
10148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
10149   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10150   include:
10151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10156   layout:
10157     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10158     layout: "plot-latency"
10159
10160 - type: "plot"
10161   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10162   algorithm: "plot_lat_err_bars_name"
10163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
10164   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10165   include:
10166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10171   layout:
10172     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10173     layout: "plot-latency"
10174
10175 - type: "plot"
10176   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10177   algorithm: "plot_lat_err_bars_name"
10178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
10179   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10180   include:
10181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10187   layout:
10188     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10189     layout: "plot-latency"
10190
10191 - type: "plot"
10192   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10193   algorithm: "plot_lat_err_bars_name"
10194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10195   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10196   include:
10197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10203   layout:
10204     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10205     layout: "plot-latency"
10206
10207 - type: "plot"
10208   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
10209   algorithm: "plot_lat_err_bars_name"
10210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
10211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10212   include:
10213     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10214     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10215     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10216     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10217     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10218   layout:
10219     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10220     layout: "plot-latency"
10221
10222 - type: "plot"
10223   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
10224   algorithm: "plot_lat_err_bars_name"
10225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
10226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10227   include:
10228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10233   layout:
10234     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10235     layout: "plot-latency"
10236
10237 - type: "plot"
10238   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
10239   algorithm: "plot_lat_err_bars_name"
10240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
10241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10242   include:
10243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10249   layout:
10250     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10251     layout: "plot-latency"
10252
10253 - type: "plot"
10254   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10255   algorithm: "plot_lat_err_bars_name"
10256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10258   include:
10259     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10260     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10261     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10262     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10263   layout:
10264     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10265     layout: "plot-latency"
10266
10267 - type: "plot"
10268   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
10269   algorithm: "plot_lat_err_bars_name"
10270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
10271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10272   include:
10273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10278   layout:
10279     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10280     layout: "plot-latency"
10281
10282 #- type: "plot"
10283 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10284 #  algorithm: "plot_lat_err_bars_name"
10285 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10286 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10287 #  include:
10288 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10289 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10290 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10291 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10292 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10294 #  layout:
10295 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10296 #    layout: "plot-latency"
10297
10298 - type: "plot"
10299   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
10300   algorithm: "plot_lat_err_bars_name"
10301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
10302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10303   include:
10304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10308   layout:
10309     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
10310     layout: "plot-latency"
10311
10312 - type: "plot"
10313   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
10314   algorithm: "plot_lat_err_bars_name"
10315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
10316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10317   include:
10318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10324   layout:
10325     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10326     layout: "plot-latency"
10327
10328 - type: "plot"
10329   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
10330   algorithm: "plot_lat_err_bars_name"
10331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
10332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10333   include:
10334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10335     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10338     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10340   layout:
10341     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10342     layout: "plot-latency"
10343
10344 - type: "plot"
10345   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
10346   algorithm: "plot_lat_err_bars_name"
10347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
10348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10349   include:
10350     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10351     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10352     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10353     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10354     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10355     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10356   layout:
10357     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10358     layout: "plot-latency"
10359
10360 - type: "plot"
10361   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
10362   algorithm: "plot_lat_err_bars_name"
10363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
10364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10365   include:
10366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10371   layout:
10372     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
10373     layout: "plot-latency"
10374
10375 - type: "plot"
10376   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
10377   algorithm: "plot_lat_err_bars_name"
10378   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
10379   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10380   include:
10381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10387   layout:
10388     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
10389     layout: "plot-latency"
10390
10391 ################################################################################
10392
10393 # Packet Latency 2C
10394
10395 - type: "plot"
10396   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
10397   algorithm: "plot_lat_err_bars_name"
10398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
10399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10400   include:
10401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10405   layout:
10406     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
10407     layout: "plot-latency"
10408
10409 - type: "plot"
10410   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
10411   algorithm: "plot_lat_err_bars_name"
10412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
10413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10414   include:
10415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10419     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10420   layout:
10421     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
10422     layout: "plot-latency"
10423
10424 - type: "plot"
10425   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
10426   algorithm: "plot_lat_err_bars_name"
10427   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
10428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10429   include:
10430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
10431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
10432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
10435   layout:
10436     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
10437     layout: "plot-latency"
10438
10439 - type: "plot"
10440   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
10441   algorithm: "plot_lat_err_bars_name"
10442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
10443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10444   include:
10445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
10447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
10449   layout:
10450     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
10451     layout: "plot-latency"
10452
10453 - type: "plot"
10454   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
10455   algorithm: "plot_lat_err_bars_name"
10456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
10457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10458   include:
10459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
10460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
10462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
10463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
10464   layout:
10465     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
10466     layout: "plot-latency"
10467
10468 - type: "plot"
10469   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
10470   algorithm: "plot_lat_err_bars_name"
10471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
10472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10473   include:
10474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
10480   layout:
10481     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
10482     layout: "plot-latency"
10483
10484 - type: "plot"
10485   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
10486   algorithm: "plot_lat_err_bars_name"
10487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
10488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10489   include:
10490     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
10491     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
10492     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
10493   layout:
10494     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
10495     layout: "plot-latency"
10496
10497 - type: "plot"
10498   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
10499   algorithm: "plot_lat_err_bars_name"
10500   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
10501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10502   include:
10503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
10505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
10506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
10508   layout:
10509     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
10510     layout: "plot-latency"
10511
10512 - type: "plot"
10513   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
10514   algorithm: "plot_lat_err_bars_name"
10515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
10516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10517   include:
10518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
10519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
10520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
10521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
10522   layout:
10523     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
10524     layout: "plot-latency"
10525
10526 - type: "plot"
10527   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
10528   algorithm: "plot_lat_err_bars_name"
10529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
10530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10531   include:
10532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
10533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
10535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
10536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
10537   layout:
10538     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
10539     layout: "plot-latency"
10540
10541 - type: "plot"
10542   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
10543   algorithm: "plot_lat_err_bars_name"
10544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
10545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10546   include:
10547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
10548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
10553   layout:
10554     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
10555     layout: "plot-latency"
10556
10557 - type: "plot"
10558   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
10559   algorithm: "plot_lat_err_bars_name"
10560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
10561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10562   include:
10563     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
10564     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10565   layout:
10566     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
10567     layout: "plot-latency"
10568
10569 - type: "plot"
10570   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
10571   algorithm: "plot_lat_err_bars_name"
10572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
10573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10574   include:
10575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
10576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10579   layout:
10580     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
10581     layout: "plot-latency"
10582
10583 - type: "plot"
10584   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10585   algorithm: "plot_lat_err_bars_name"
10586   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10588   include:
10589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
10590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
10591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
10592   layout:
10593     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
10594     layout: "plot-latency"
10595
10596 - type: "plot"
10597   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10598   algorithm: "plot_lat_err_bars_name"
10599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10601   include:
10602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
10603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
10604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
10605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
10607   layout:
10608     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
10609     layout: "plot-latency"
10610
10611 - type: "plot"
10612   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
10613   algorithm: "plot_lat_err_bars_name"
10614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
10615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10616   include:
10617     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
10620   layout:
10621     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
10622     layout: "plot-latency"
10623
10624 - type: "plot"
10625   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10626   algorithm: "plot_lat_err_bars_name"
10627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10629   include:
10630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
10631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
10632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
10633   layout:
10634     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
10635     layout: "plot-latency"
10636
10637 - type: "plot"
10638   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10639   algorithm: "plot_lat_err_bars_name"
10640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
10641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10642   include:
10643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
10644     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
10645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
10646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
10648   layout:
10649     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
10650     layout: "plot-latency"
10651
10652 #- type: "plot"
10653 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10654 #  algorithm: "plot_lat_err_bars_name"
10655 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10656 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10657 #  include:
10658 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10659 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10660 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10661 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10662 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10664 #  layout:
10665 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10666 #    layout: "plot-latency"
10667
10668 #- type: "plot"
10669 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10670 #  algorithm: "plot_lat_err_bars_name"
10671 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10672 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10673 #  include:
10674 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10675 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10676 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10677 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10678 #  layout:
10679 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10680 #    layout: "plot-latency"
10681
10682 #- type: "plot"
10683 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10684 #  algorithm: "plot_lat_err_bars_name"
10685 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10686 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10687 #  include:
10688 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10689 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10690 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10691 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10692 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10694 #  layout:
10695 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
10696 #    layout: "plot-latency"
10697
10698 - type: "plot"
10699   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
10700   algorithm: "plot_lat_err_bars_name"
10701   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
10702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10703   include:
10704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
10705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
10707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10710   layout:
10711     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
10712     layout: "plot-latency"
10713
10714 - type: "plot"
10715   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
10716   algorithm: "plot_lat_err_bars_name"
10717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
10718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10719   include:
10720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
10721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
10722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
10724   layout:
10725     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
10726     layout: "plot-latency"
10727
10728 - type: "plot"
10729   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
10730   algorithm: "plot_lat_err_bars_name"
10731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
10732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10733   include:
10734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
10735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
10736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
10737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10739   layout:
10740     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
10741     layout: "plot-latency"
10742
10743 - type: "plot"
10744   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
10745   algorithm: "plot_lat_err_bars_name"
10746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
10747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10748   include:
10749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
10751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
10752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10753   layout:
10754     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
10755     layout: "plot-latency"
10756
10757 - type: "plot"
10758   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
10759   algorithm: "plot_lat_err_bars_name"
10760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
10761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10762   include:
10763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
10764     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
10765     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
10766     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10767     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10768     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10769   layout:
10770     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
10771     layout: "plot-latency"
10772
10773 - type: "plot"
10774   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
10775   algorithm: "plot_lat_err_bars_name"
10776   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
10777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10778   include:
10779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
10780     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
10781     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10782     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10783     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10784   layout:
10785     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
10786     layout: "plot-latency"
10787
10788 - type: "plot"
10789   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
10790   algorithm: "plot_lat_err_bars_name"
10791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
10792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10793   include:
10794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
10795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
10796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
10797   layout:
10798     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
10799     layout: "plot-latency"
10800
10801 - type: "plot"
10802   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
10803   algorithm: "plot_lat_err_bars_name"
10804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
10805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806   include:
10807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
10808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
10809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10811   layout:
10812     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
10813     layout: "plot-latency"
10814
10815 - type: "plot"
10816   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
10817   algorithm: "plot_lat_err_bars_name"
10818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
10819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10820   include:
10821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
10822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
10823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
10825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
10826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10827   layout:
10828     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
10829     layout: "plot-latency"
10830
10831 - type: "plot"
10832   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
10833   algorithm: "plot_lat_err_bars_name"
10834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
10835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10836   include:
10837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
10838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10843   layout:
10844     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
10845     layout: "plot-latency"
10846
10847 - type: "plot"
10848   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
10849   algorithm: "plot_lat_err_bars_name"
10850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
10851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10852   include:
10853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10859   layout:
10860     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
10861     layout: "plot-latency"
10862
10863 - type: "plot"
10864   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
10865   algorithm: "plot_lat_err_bars_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
10867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10868   include:
10869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10875   layout:
10876     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
10877     layout: "plot-latency"
10878
10879 - type: "plot"
10880   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
10881   algorithm: "plot_lat_err_bars_name"
10882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
10883   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10884   include:
10885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10889   layout:
10890     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
10891     layout: "plot-latency"
10892
10893 - type: "plot"
10894   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
10895   algorithm: "plot_lat_err_bars_name"
10896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
10897   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10898   include:
10899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10903   layout:
10904     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
10905     layout: "plot-latency"
10906
10907 - type: "plot"
10908   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
10909   algorithm: "plot_lat_err_bars_name"
10910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
10911   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10912   include:
10913     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10916     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10917   layout:
10918     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
10919     layout: "plot-latency"
10920
10921 - type: "plot"
10922   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
10923   algorithm: "plot_lat_err_bars_name"
10924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
10925   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10926   include:
10927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10931   layout:
10932     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
10933     layout: "plot-latency"
10934
10935 - type: "plot"
10936   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
10937   algorithm: "plot_lat_err_bars_name"
10938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
10939   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10940   include:
10941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10945   layout:
10946     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
10947     layout: "plot-latency"
10948
10949 - type: "plot"
10950   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10951   algorithm: "plot_lat_err_bars_name"
10952   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10953   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10954   include:
10955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10959   layout:
10960     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10961     layout: "plot-latency"
10962
10963 - type: "plot"
10964   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
10965   algorithm: "plot_lat_err_bars_name"
10966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
10967   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10968   include:
10969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10974   layout:
10975     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
10976     layout: "plot-latency"
10977
10978 - type: "plot"
10979   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
10980   algorithm: "plot_lat_err_bars_name"
10981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
10982   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10983   include:
10984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10989   layout:
10990     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
10991     layout: "plot-latency"
10992
10993 - type: "plot"
10994   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
10995   algorithm: "plot_lat_err_bars_name"
10996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
10997   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10998   include:
10999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11005   layout:
11006     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
11007     layout: "plot-latency"
11008
11009 - type: "plot"
11010   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
11011   algorithm: "plot_lat_err_bars_name"
11012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
11013   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11014   include:
11015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11021   layout:
11022     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
11023     layout: "plot-latency"
11024
11025 - type: "plot"
11026   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
11027   algorithm: "plot_lat_err_bars_name"
11028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
11029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11030   include:
11031     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11032     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11036   layout:
11037     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
11038     layout: "plot-latency"
11039
11040 - type: "plot"
11041   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
11042   algorithm: "plot_lat_err_bars_name"
11043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
11044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11045   include:
11046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
11051   layout:
11052     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
11053     layout: "plot-latency"
11054
11055 - type: "plot"
11056   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
11057   algorithm: "plot_lat_err_bars_name"
11058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
11059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11060   include:
11061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
11067   layout:
11068     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
11069     layout: "plot-latency"
11070
11071 - type: "plot"
11072   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11073   algorithm: "plot_lat_err_bars_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11076   include:
11077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11081   layout:
11082     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11083     layout: "plot-latency"
11084
11085 - type: "plot"
11086   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
11087   algorithm: "plot_lat_err_bars_name"
11088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
11089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11090   include:
11091     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
11096   layout:
11097     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
11098     layout: "plot-latency"
11099
11100 #- type: "plot"
11101 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11102 #  algorithm: "plot_lat_err_bars_name"
11103 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11104 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11105 #  include:
11106 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11107 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11108 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11109 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11110 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11111 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11112 #  layout:
11113 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11114 #    layout: "plot-latency"
11115
11116 - type: "plot"
11117   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
11118   algorithm: "plot_lat_err_bars_name"
11119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
11120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11121   include:
11122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
11123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
11124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
11125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
11126   layout:
11127     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
11128     layout: "plot-latency"
11129
11130 - type: "plot"
11131   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
11132   algorithm: "plot_lat_err_bars_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
11134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11135   include:
11136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
11137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
11138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
11139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
11140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
11141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
11142   layout:
11143     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
11144     layout: "plot-latency"
11145
11146 - type: "plot"
11147   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
11148   algorithm: "plot_lat_err_bars_name"
11149   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
11150   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11151   include:
11152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
11153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11158   layout:
11159     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
11160     layout: "plot-latency"
11161
11162 - type: "plot"
11163   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
11164   algorithm: "plot_lat_err_bars_name"
11165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
11166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11167   include:
11168     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11169     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11170     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11171     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11174   layout:
11175     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
11176     layout: "plot-latency"
11177
11178 - type: "plot"
11179   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
11180   algorithm: "plot_lat_err_bars_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
11182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11183   include:
11184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11189   layout:
11190     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
11191     layout: "plot-latency"
11192
11193 - type: "plot"
11194   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
11195   algorithm: "plot_lat_err_bars_name"
11196   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
11197   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11198   include:
11199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11205   layout:
11206     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
11207     layout: "plot-latency"
11208
11209 ################################################################################
11210
11211 # Packet Latency 4C
11212
11213 - type: "plot"
11214   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
11215   algorithm: "plot_lat_err_bars_name"
11216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
11217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11218   include:
11219     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11223   layout:
11224     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
11225     layout: "plot-latency"
11226
11227 - type: "plot"
11228   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
11229   algorithm: "plot_lat_err_bars_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
11231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232   include:
11233     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11235     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11237     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11238   layout:
11239     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
11240     layout: "plot-latency"
11241
11242 - type: "plot"
11243   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
11244   algorithm: "plot_lat_err_bars_name"
11245   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
11246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
11253   layout:
11254     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
11255     layout: "plot-latency"
11256
11257 - type: "plot"
11258   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
11259   algorithm: "plot_lat_err_bars_name"
11260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
11261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
11267   layout:
11268     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
11269     layout: "plot-latency"
11270
11271 - type: "plot"
11272   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
11273   algorithm: "plot_lat_err_bars_name"
11274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
11275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
11282   layout:
11283     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
11284     layout: "plot-latency"
11285
11286 - type: "plot"
11287   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
11288   algorithm: "plot_lat_err_bars_name"
11289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
11290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11291   include:
11292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
11298   layout:
11299     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
11300     layout: "plot-latency"
11301
11302 - type: "plot"
11303   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
11304   algorithm: "plot_lat_err_bars_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
11306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11307   include:
11308     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
11311   layout:
11312     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
11313     layout: "plot-latency"
11314
11315 - type: "plot"
11316   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
11317   algorithm: "plot_lat_err_bars_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
11326   layout:
11327     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
11328     layout: "plot-latency"
11329
11330 - type: "plot"
11331   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
11332   algorithm: "plot_lat_err_bars_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
11334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11335   include:
11336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
11340   layout:
11341     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
11342     layout: "plot-latency"
11343
11344 - type: "plot"
11345   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
11346   algorithm: "plot_lat_err_bars_name"
11347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
11348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
11355   layout:
11356     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
11357     layout: "plot-latency"
11358
11359 - type: "plot"
11360   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
11361   algorithm: "plot_lat_err_bars_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
11363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11364   include:
11365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
11371   layout:
11372     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
11373     layout: "plot-latency"
11374
11375 - type: "plot"
11376   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
11377   algorithm: "plot_lat_err_bars_name"
11378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
11379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11380   include:
11381     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11383   layout:
11384     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
11385     layout: "plot-latency"
11386
11387 - type: "plot"
11388   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
11389   algorithm: "plot_lat_err_bars_name"
11390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
11391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11392   include:
11393     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11397   layout:
11398     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
11399     layout: "plot-latency"
11400
11401 - type: "plot"
11402   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11403   algorithm: "plot_lat_err_bars_name"
11404   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
11410   layout:
11411     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
11412     layout: "plot-latency"
11413
11414 - type: "plot"
11415   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11416   algorithm: "plot_lat_err_bars_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
11425   layout:
11426     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
11427     layout: "plot-latency"
11428
11429 - type: "plot"
11430   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
11431   algorithm: "plot_lat_err_bars_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
11433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11434   include:
11435     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
11438   layout:
11439     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
11440     layout: "plot-latency"
11441
11442 - type: "plot"
11443   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11444   algorithm: "plot_lat_err_bars_name"
11445   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11447   include:
11448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
11451   layout:
11452     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
11453     layout: "plot-latency"
11454
11455 - type: "plot"
11456   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11457   algorithm: "plot_lat_err_bars_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
11459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11460   include:
11461     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
11466   layout:
11467     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
11468     layout: "plot-latency"
11469
11470 #- type: "plot"
11471 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
11472 #  algorithm: "plot_lat_err_bars_name"
11473 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
11474 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11475 #  include:
11476 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11477 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11478 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11479 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11480 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11481 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11482 #  layout:
11483 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11484 #    layout: "plot-latency"
11485
11486 #- type: "plot"
11487 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
11488 #  algorithm: "plot_lat_err_bars_name"
11489 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
11490 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11491 #  include:
11492 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11493 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11494 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11495 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11496 #  layout:
11497 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11498 #    layout: "plot-latency"
11499
11500 #- type: "plot"
11501 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
11502 #  algorithm: "plot_lat_err_bars_name"
11503 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
11504 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11505 #  include:
11506 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11507 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11508 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11509 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11510 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11511 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11512 #  layout:
11513 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
11514 #    layout: "plot-latency"
11515
11516 - type: "plot"
11517   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
11518   algorithm: "plot_lat_err_bars_name"
11519   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
11520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521   include:
11522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
11523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
11525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11528   layout:
11529     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
11530     layout: "plot-latency"
11531
11532 - type: "plot"
11533   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
11534   algorithm: "plot_lat_err_bars_name"
11535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
11536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11537   include:
11538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
11539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
11540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
11542   layout:
11543     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
11544     layout: "plot-latency"
11545
11546 - type: "plot"
11547   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
11548   algorithm: "plot_lat_err_bars_name"
11549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
11550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11551   include:
11552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
11553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
11554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
11555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11557   layout:
11558     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
11559     layout: "plot-latency"
11560
11561 - type: "plot"
11562   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
11563   algorithm: "plot_lat_err_bars_name"
11564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
11565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11566   include:
11567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
11569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
11570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11571   layout:
11572     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
11573     layout: "plot-latency"
11574
11575 - type: "plot"
11576   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
11577   algorithm: "plot_lat_err_bars_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
11579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11580   include:
11581     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
11582     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
11583     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11585     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11587   layout:
11588     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
11589     layout: "plot-latency"
11590
11591 - type: "plot"
11592   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
11593   algorithm: "plot_lat_err_bars_name"
11594   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
11595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11601     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11602   layout:
11603     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
11604     layout: "plot-latency"
11605
11606 - type: "plot"
11607   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
11608   algorithm: "plot_lat_err_bars_name"
11609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
11610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11611   include:
11612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
11613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
11614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
11615   layout:
11616     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
11617     layout: "plot-latency"
11618
11619 - type: "plot"
11620   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
11621   algorithm: "plot_lat_err_bars_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
11623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11624   include:
11625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11629   layout:
11630     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
11631     layout: "plot-latency"
11632
11633 - type: "plot"
11634   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
11635   algorithm: "plot_lat_err_bars_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
11637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11638   include:
11639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11645   layout:
11646     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
11647     layout: "plot-latency"
11648
11649 - type: "plot"
11650   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
11651   algorithm: "plot_lat_err_bars_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
11653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11654   include:
11655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11661   layout:
11662     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
11663     layout: "plot-latency"
11664
11665 - type: "plot"
11666   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
11667   algorithm: "plot_lat_err_bars_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
11669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11670   include:
11671     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11677   layout:
11678     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
11679     layout: "plot-latency"
11680
11681 - type: "plot"
11682   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
11683   algorithm: "plot_lat_err_bars_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
11685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11688     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11689     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11690     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11691     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11692     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11693   layout:
11694     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
11695     layout: "plot-latency"
11696
11697 - type: "plot"
11698   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
11699   algorithm: "plot_lat_err_bars_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
11701   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11702   include:
11703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11707   layout:
11708     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
11709     layout: "plot-latency"
11710
11711 - type: "plot"
11712   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
11713   algorithm: "plot_lat_err_bars_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
11715   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11716   include:
11717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11721   layout:
11722     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
11723     layout: "plot-latency"
11724
11725 - type: "plot"
11726   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
11727   algorithm: "plot_lat_err_bars_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
11729   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11730   include:
11731     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11732     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11733     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11734     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11735   layout:
11736     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
11737     layout: "plot-latency"
11738
11739 - type: "plot"
11740   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
11741   algorithm: "plot_lat_err_bars_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
11743   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11744   include:
11745     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11746     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11747     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11748     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11749   layout:
11750     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
11751     layout: "plot-latency"
11752
11753 - type: "plot"
11754   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
11755   algorithm: "plot_lat_err_bars_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
11757   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11758   include:
11759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11763   layout:
11764     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
11765     layout: "plot-latency"
11766
11767 - type: "plot"
11768   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
11769   algorithm: "plot_lat_err_bars_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
11771   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11772   include:
11773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11777   layout:
11778     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
11779     layout: "plot-latency"
11780
11781 - type: "plot"
11782   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
11783   algorithm: "plot_lat_err_bars_name"
11784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
11785   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11786   include:
11787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11792   layout:
11793     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
11794     layout: "plot-latency"
11795
11796 - type: "plot"
11797   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
11798   algorithm: "plot_lat_err_bars_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
11800   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11801   include:
11802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11807   layout:
11808     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
11809     layout: "plot-latency"
11810
11811 - type: "plot"
11812   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
11813   algorithm: "plot_lat_err_bars_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
11815   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11816   include:
11817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11823   layout:
11824     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
11825     layout: "plot-latency"
11826
11827 - type: "plot"
11828   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
11829   algorithm: "plot_lat_err_bars_name"
11830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
11831   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11832   include:
11833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11834     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11839   layout:
11840     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
11841     layout: "plot-latency"
11842
11843 - type: "plot"
11844   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
11845   algorithm: "plot_lat_err_bars_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
11847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11848   include:
11849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11854   layout:
11855     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
11856     layout: "plot-latency"
11857
11858 - type: "plot"
11859   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
11860   algorithm: "plot_lat_err_bars_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
11862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
11869   layout:
11870     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
11871     layout: "plot-latency"
11872
11873 - type: "plot"
11874   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
11875   algorithm: "plot_lat_err_bars_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
11877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11878   include:
11879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
11885   layout:
11886     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
11887     layout: "plot-latency"
11888
11889 - type: "plot"
11890   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11891   algorithm: "plot_lat_err_bars_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11894   include:
11895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11899   layout:
11900     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11901     layout: "plot-latency"
11902
11903 - type: "plot"
11904   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
11905   algorithm: "plot_lat_err_bars_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
11907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11908   include:
11909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
11914   layout:
11915     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
11916     layout: "plot-latency"
11917
11918 #- type: "plot"
11919 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11920 #  algorithm: "plot_lat_err_bars_name"
11921 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11922 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11923 #  include:
11924 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11925 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11926 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11927 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11929 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11930 #  layout:
11931 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11932 #    layout: "plot-latency"
11933
11934 - type: "plot"
11935   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
11936   algorithm: "plot_lat_err_bars_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
11938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11939   include:
11940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11944   layout:
11945     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
11946     layout: "plot-latency"
11947
11948 - type: "plot"
11949   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11950   algorithm: "plot_lat_err_bars_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11953   include:
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11960   layout:
11961     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
11962     layout: "plot-latency"
11963
11964 - type: "plot"
11965   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11966   algorithm: "plot_lat_err_bars_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11969   include:
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11976   layout:
11977     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
11978     layout: "plot-latency"
11979
11980 - type: "plot"
11981   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11982   algorithm: "plot_lat_err_bars_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11985   include:
11986     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11987     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11988     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11989     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11990     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11991     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11992   layout:
11993     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
11994     layout: "plot-latency"
11995
11996 - type: "plot"
11997   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
11998   algorithm: "plot_lat_err_bars_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
12000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12001   include:
12002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12005     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12006     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12007   layout:
12008     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
12009     layout: "plot-latency"
12010
12011 - type: "plot"
12012   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
12013   algorithm: "plot_lat_err_bars_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
12015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12016   include:
12017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12020     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12021     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12022     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12023   layout:
12024     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
12025     layout: "plot-latency"
12026
12027 ################################################################################
12028
12029 # HDRHistogram Packet Latency 1C
12030
12031 - type: "plot"
12032   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
12033   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12034   algorithm: "plot_lat_hdrh_bar_name"
12035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
12036   data: "plot-vpp-hdrh-lat-2n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12042   layout:
12043     layout: "plot-hdrh-latency"
12044
12045 - type: "plot"
12046   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
12047   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12048   algorithm: "plot_lat_hdrh_bar_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
12050   data: "plot-vpp-hdrh-lat-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12056     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12057   layout:
12058     layout: "plot-hdrh-latency"
12059
12060 - type: "plot"
12061   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12062   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12063   algorithm: "plot_lat_hdrh_bar_name"
12064   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12065   data: "plot-vpp-hdrh-lat-2n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12072   layout:
12073     layout: "plot-hdrh-latency"
12074
12075 - type: "plot"
12076   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12077   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12078   algorithm: "plot_lat_hdrh_bar_name"
12079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12080   data: "plot-vpp-hdrh-lat-2n-skx"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12086   layout:
12087     layout: "plot-hdrh-latency"
12088
12089 - type: "plot"
12090   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12091   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12092   algorithm: "plot_lat_hdrh_bar_name"
12093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12094   data: "plot-vpp-hdrh-lat-2n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12101   layout:
12102     layout: "plot-hdrh-latency"
12103
12104 - type: "plot"
12105   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12106   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12107   algorithm: "plot_lat_hdrh_bar_name"
12108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12109   data: "plot-vpp-hdrh-lat-2n-skx"
12110   include:
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12117   layout:
12118     layout: "plot-hdrh-latency"
12119
12120 - type: "plot"
12121   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12122   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
12123   algorithm: "plot_lat_hdrh_bar_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12125   data: "plot-vpp-hdrh-lat-3n-hsw"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12130   layout:
12131     layout: "plot-hdrh-latency"
12132
12133 - type: "plot"
12134   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12135   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12136   algorithm: "plot_lat_hdrh_bar_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12138   data: "plot-vpp-hdrh-lat-3n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     layout: "plot-hdrh-latency"
12147
12148 - type: "plot"
12149   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12150   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12151   algorithm: "plot_lat_hdrh_bar_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12153   data: "plot-vpp-hdrh-lat-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12159   layout:
12160     layout: "plot-hdrh-latency"
12161
12162 - type: "plot"
12163   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12164   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12165   algorithm: "plot_lat_hdrh_bar_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12167   data: "plot-vpp-hdrh-lat-3n-skx"
12168   include:
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12174   layout:
12175     layout: "plot-hdrh-latency"
12176
12177 - type: "plot"
12178   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12179   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12180   algorithm: "plot_lat_hdrh_bar_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12182   data: "plot-vpp-hdrh-lat-3n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12190   layout:
12191     layout: "plot-hdrh-latency"
12192
12193 - type: "plot"
12194   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
12195   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
12196   algorithm: "plot_lat_hdrh_bar_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
12198   data: "plot-vpp-hdrh-lat-3n-hsw"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12202   layout:
12203     layout: "plot-hdrh-latency"
12204
12205 - type: "plot"
12206   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
12207   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
12208   algorithm: "plot_lat_hdrh_bar_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
12210   data: "plot-vpp-hdrh-lat-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12216   layout:
12217     layout: "plot-hdrh-latency"
12218
12219 - type: "plot"
12220   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12221   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12222   algorithm: "plot_lat_hdrh_bar_name"
12223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12224   data: "plot-vpp-hdrh-lat-2n-skx"
12225   include:
12226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12229   layout:
12230     layout: "plot-hdrh-latency"
12231
12232 - type: "plot"
12233   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12234   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12235   algorithm: "plot_lat_hdrh_bar_name"
12236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12237   data: "plot-vpp-hdrh-lat-2n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12244   layout:
12245     layout: "plot-hdrh-latency"
12246
12247 - type: "plot"
12248   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12249   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
12250   algorithm: "plot_lat_hdrh_bar_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12252   data: "plot-vpp-hdrh-lat-3n-hsw"
12253   include:
12254     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12257   layout:
12258     layout: "plot-hdrh-latency"
12259
12260 - type: "plot"
12261   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12262   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12263   algorithm: "plot_lat_hdrh_bar_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12265   data: "plot-vpp-hdrh-lat-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12270   layout:
12271     layout: "plot-hdrh-latency"
12272
12273 - type: "plot"
12274   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12275   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12276   algorithm: "plot_lat_hdrh_bar_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12278   data: "plot-vpp-hdrh-lat-3n-skx"
12279   include:
12280     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12285   layout:
12286     layout: "plot-hdrh-latency"
12287
12288 - type: "plot"
12289   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
12290   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12291   algorithm: "plot_lat_hdrh_bar_name"
12292   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
12293   data: "plot-vpp-hdrh-lat-2n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12301   layout:
12302     layout: "plot-hdrh-latency"
12303
12304 - type: "plot"
12305   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
12306   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12307   algorithm: "plot_lat_hdrh_bar_name"
12308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
12309   data: "plot-vpp-hdrh-lat-2n-skx"
12310   include:
12311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12315   layout:
12316     layout: "plot-hdrh-latency"
12317
12318 - type: "plot"
12319   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
12320   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12321   algorithm: "plot_lat_hdrh_bar_name"
12322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
12323   data: "plot-vpp-hdrh-lat-2n-skx"
12324   include:
12325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12330   layout:
12331     layout: "plot-hdrh-latency"
12332
12333 - type: "plot"
12334   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12335   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12336   algorithm: "plot_lat_hdrh_bar_name"
12337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12338   data: "plot-vpp-hdrh-lat-2n-skx"
12339   include:
12340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12344   layout:
12345     layout: "plot-hdrh-latency"
12346
12347 - type: "plot"
12348   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12349   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
12350   algorithm: "plot_lat_hdrh_bar_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12352   data: "plot-vpp-hdrh-lat-3n-hsw"
12353   include:
12354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12360   layout:
12361     layout: "plot-hdrh-latency"
12362
12363 - type: "plot"
12364   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
12365   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12366   algorithm: "plot_lat_hdrh_bar_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
12368   data: "plot-vpp-hdrh-lat-3n-skx"
12369   include:
12370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12375   layout:
12376     layout: "plot-hdrh-latency"
12377
12378 - type: "plot"
12379   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
12380   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12381   algorithm: "plot_lat_hdrh_bar_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
12383   data: "plot-vpp-hdrh-lat-3n-skx"
12384   include:
12385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12388   layout:
12389     layout: "plot-hdrh-latency"
12390
12391 - type: "plot"
12392   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
12393   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12394   algorithm: "plot_lat_hdrh_bar_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
12396   data: "plot-vpp-hdrh-lat-3n-skx"
12397   include:
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12402   layout:
12403     layout: "plot-hdrh-latency"
12404
12405 - type: "plot"
12406   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12407   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12408   algorithm: "plot_lat_hdrh_bar_name"
12409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
12410   data: "plot-vpp-hdrh-lat-3n-skx"
12411   include:
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12418   layout:
12419     layout: "plot-hdrh-latency"
12420
12421 - type: "plot"
12422   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
12423   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
12424   algorithm: "plot_lat_hdrh_bar_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
12426   data: "plot-vpp-hdrh-lat-3n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12434   layout:
12435     layout: "plot-hdrh-latency"
12436
12437 - type: "plot"
12438   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
12439   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12440   algorithm: "plot_lat_hdrh_bar_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
12442   data: "plot-vpp-hdrh-lat-3n-hsw"
12443   include:
12444     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12445     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12446     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12447     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12448     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12449     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12450   layout:
12451     layout: "plot-hdrh-latency"
12452
12453 - type: "plot"
12454   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
12455   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12456   algorithm: "plot_lat_hdrh_bar_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
12458   data: "plot-vpp-hdrh-lat-3n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12461     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12462     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12463     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12464     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12465     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12466   layout:
12467     layout: "plot-hdrh-latency"
12468
12469 - type: "plot"
12470   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12471   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12472   algorithm: "plot_lat_hdrh_bar_name"
12473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
12474   data: "plot-vpp-hdrh-lat-2n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12480   layout:
12481     layout: "plot-hdrh-latency"
12482
12483 - type: "plot"
12484   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12485   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12486   algorithm: "plot_lat_hdrh_bar_name"
12487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
12488   data: "plot-vpp-hdrh-lat-2n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12494   layout:
12495     layout: "plot-hdrh-latency"
12496
12497 - type: "plot"
12498   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12499   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12500   algorithm: "plot_lat_hdrh_bar_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat"
12502   data: "plot-vpp-hdrh-lat-3n-hsw"
12503   include:
12504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12508   layout:
12509     layout: "plot-hdrh-latency"
12510
12511 - type: "plot"
12512   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12513   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12514   algorithm: "plot_lat_hdrh_bar_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
12516   data: "plot-vpp-hdrh-lat-3n-hsw"
12517   include:
12518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12522   layout:
12523     layout: "plot-hdrh-latency"
12524
12525 - type: "plot"
12526   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12527   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12528   algorithm: "plot_lat_hdrh_bar_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
12530   data: "plot-vpp-hdrh-lat-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12536   layout:
12537     layout: "plot-hdrh-latency"
12538
12539 - type: "plot"
12540   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12541   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12542   algorithm: "plot_lat_hdrh_bar_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
12544   data: "plot-vpp-hdrh-lat-3n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12550   layout:
12551     layout: "plot-hdrh-latency"
12552
12553 - type: "plot"
12554   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12555   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12556   algorithm: "plot_lat_hdrh_bar_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
12558   data: "plot-vpp-hdrh-lat-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12565   layout:
12566     layout: "plot-hdrh-latency"
12567
12568 - type: "plot"
12569   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12570   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12571   algorithm: "plot_lat_hdrh_bar_name"
12572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
12573   data: "plot-vpp-hdrh-lat-3n-skx"
12574   include:
12575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12580   layout:
12581     layout: "plot-hdrh-latency"
12582
12583 - type: "plot"
12584   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12585   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12586   algorithm: "plot_lat_hdrh_bar_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
12588   data: "plot-vpp-hdrh-lat-3n-skx"
12589   include:
12590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12596   layout:
12597     layout: "plot-hdrh-latency"
12598
12599 - type: "plot"
12600   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12601   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12602   algorithm: "plot_lat_hdrh_bar_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
12604   data: "plot-vpp-hdrh-lat-3n-skx"
12605   include:
12606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12612   layout:
12613     layout: "plot-hdrh-latency"
12614
12615 - type: "plot"
12616   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
12617   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12618   algorithm: "plot_lat_hdrh_bar_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
12620   data: "plot-vpp-hdrh-lat-3n-tsh"
12621   include:
12622     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12623     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12624     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12625     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12626     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12627   layout:
12628     layout: "plot-hdrh-latency"
12629
12630 - type: "plot"
12631   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
12632   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12633   algorithm: "plot_lat_hdrh_bar_name"
12634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
12635   data: "plot-vpp-hdrh-lat-3n-tsh"
12636   include:
12637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12642   layout:
12643     layout: "plot-hdrh-latency"
12644
12645 - type: "plot"
12646   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
12647   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12648   algorithm: "plot_lat_hdrh_bar_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
12650   data: "plot-vpp-hdrh-lat-3n-tsh"
12651   include:
12652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12658   layout:
12659     layout: "plot-hdrh-latency"
12660
12661 - type: "plot"
12662   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
12663   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
12664   algorithm: "plot_lat_hdrh_bar_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
12666   data: "plot-vpp-hdrh-lat-3n-tsh"
12667   include:
12668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12672   layout:
12673     layout: "plot-hdrh-latency"
12674
12675 - type: "plot"
12676   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
12677   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12678   algorithm: "plot_lat_hdrh_bar_name"
12679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
12680   data: "plot-vpp-hdrh-lat-3n-tsh"
12681   include:
12682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12687   layout:
12688     layout: "plot-hdrh-latency"
12689
12690 - type: "plot"
12691   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
12692   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12693   algorithm: "plot_lat_hdrh_bar_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
12695   data: "plot-vpp-hdrh-lat-3n-tsh"
12696   include:
12697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12701   layout:
12702     layout: "plot-hdrh-latency"
12703
12704 - type: "plot"
12705   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
12706   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12707   algorithm: "plot_lat_hdrh_bar_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
12709   data: "plot-vpp-hdrh-lat-3n-tsh"
12710   include:
12711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12717   layout:
12718     layout: "plot-hdrh-latency"
12719
12720 - type: "plot"
12721   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
12722   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12723   algorithm: "plot_lat_hdrh_bar_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
12725   data: "plot-vpp-hdrh-lat-3n-tsh"
12726   include:
12727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12733   layout:
12734     layout: "plot-hdrh-latency"
12735
12736 - type: "plot"
12737   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
12738   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12739   algorithm: "plot_lat_hdrh_bar_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
12741   data: "plot-vpp-hdrh-lat-3n-tsh"
12742   include:
12743     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12744     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12745     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12746     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12747     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12748     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12749   layout:
12750     layout: "plot-hdrh-latency"
12751
12752 - type: "plot"
12753   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
12754   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12755   algorithm: "plot_lat_hdrh_bar_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
12757   data: "plot-vpp-hdrh-lat-3n-tsh"
12758   include:
12759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12764   layout:
12765     layout: "plot-hdrh-latency"
12766
12767 - type: "plot"
12768   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
12769   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12770   algorithm: "plot_lat_hdrh_bar_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
12772   data: "plot-vpp-hdrh-lat-3n-tsh"
12773   include:
12774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12780   layout:
12781     layout: "plot-hdrh-latency"
12782
12783 ################################################################################
12784
12785 # HDRHistogram Packet Latency 2C
12786
12787 - type: "plot"
12788   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
12789   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
12790   algorithm: "plot_lat_hdrh_bar_name"
12791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
12792   data: "plot-vpp-hdrh-lat-2n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12798   layout:
12799     layout: "plot-hdrh-latency"
12800
12801 - type: "plot"
12802   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
12803   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
12804   algorithm: "plot_lat_hdrh_bar_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
12806   data: "plot-vpp-hdrh-lat-3n-skx"
12807   include:
12808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12813   layout:
12814     layout: "plot-hdrh-latency"
12815
12816 - type: "plot"
12817   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12818   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
12819   algorithm: "plot_lat_hdrh_bar_name"
12820   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12821   data: "plot-vpp-hdrh-lat-2n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12828   layout:
12829     layout: "plot-hdrh-latency"
12830
12831 - type: "plot"
12832   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12833   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
12834   algorithm: "plot_lat_hdrh_bar_name"
12835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12836   data: "plot-vpp-hdrh-lat-2n-skx"
12837   include:
12838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12842   layout:
12843     layout: "plot-hdrh-latency"
12844
12845 - type: "plot"
12846   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12847   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
12848   algorithm: "plot_lat_hdrh_bar_name"
12849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12850   data: "plot-vpp-hdrh-lat-2n-skx"
12851   include:
12852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12857   layout:
12858     layout: "plot-hdrh-latency"
12859
12860 - type: "plot"
12861   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12862   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
12863   algorithm: "plot_lat_hdrh_bar_name"
12864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12865   data: "plot-vpp-hdrh-lat-2n-skx"
12866   include:
12867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
12873   layout:
12874     layout: "plot-hdrh-latency"
12875
12876 - type: "plot"
12877   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12878   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
12879   algorithm: "plot_lat_hdrh_bar_name"
12880   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12881   data: "plot-vpp-hdrh-lat-3n-hsw"
12882   include:
12883     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
12886   layout:
12887     layout: "plot-hdrh-latency"
12888
12889 - type: "plot"
12890   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12891   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
12892   algorithm: "plot_lat_hdrh_bar_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
12894   data: "plot-vpp-hdrh-lat-3n-skx"
12895   include:
12896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12901   layout:
12902     layout: "plot-hdrh-latency"
12903
12904 - type: "plot"
12905   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12906   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
12907   algorithm: "plot_lat_hdrh_bar_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
12909   data: "plot-vpp-hdrh-lat-3n-skx"
12910   include:
12911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12915   layout:
12916     layout: "plot-hdrh-latency"
12917
12918 - type: "plot"
12919   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12920   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
12921   algorithm: "plot_lat_hdrh_bar_name"
12922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
12923   data: "plot-vpp-hdrh-lat-3n-skx"
12924   include:
12925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
12929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12930   layout:
12931     layout: "plot-hdrh-latency"
12932
12933 - type: "plot"
12934   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12935   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
12936   algorithm: "plot_lat_hdrh_bar_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
12938   data: "plot-vpp-hdrh-lat-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
12946   layout:
12947     layout: "plot-hdrh-latency"
12948
12949 - type: "plot"
12950   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
12951   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
12952   algorithm: "plot_lat_hdrh_bar_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
12954   data: "plot-vpp-hdrh-lat-3n-hsw"
12955   include:
12956     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
12957     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12958   layout:
12959     layout: "plot-hdrh-latency"
12960
12961 - type: "plot"
12962   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
12963   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
12964   algorithm: "plot_lat_hdrh_bar_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
12966   data: "plot-vpp-hdrh-lat-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
12969     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12971     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12972   layout:
12973     layout: "plot-hdrh-latency"
12974
12975 - type: "plot"
12976   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12977   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12978   algorithm: "plot_lat_hdrh_bar_name"
12979   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12980   data: "plot-vpp-hdrh-lat-2n-skx"
12981   include:
12982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
12985   layout:
12986     layout: "plot-hdrh-latency"
12987
12988 - type: "plot"
12989   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12990   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12991   algorithm: "plot_lat_hdrh_bar_name"
12992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
12993   data: "plot-vpp-hdrh-lat-2n-skx"
12994   include:
12995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
12998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
12999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13000   layout:
13001     layout: "plot-hdrh-latency"
13002
13003 - type: "plot"
13004   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13005   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
13006   algorithm: "plot_lat_hdrh_bar_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13008   data: "plot-vpp-hdrh-lat-3n-hsw"
13009   include:
13010     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13012     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13013   layout:
13014     layout: "plot-hdrh-latency"
13015
13016 - type: "plot"
13017   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13018   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13019   algorithm: "plot_lat_hdrh_bar_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13021   data: "plot-vpp-hdrh-lat-3n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13026   layout:
13027     layout: "plot-hdrh-latency"
13028
13029 - type: "plot"
13030   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13031   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13032   algorithm: "plot_lat_hdrh_bar_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13034   data: "plot-vpp-hdrh-lat-3n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13037     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13038     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13039     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13040     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13041   layout:
13042     layout: "plot-hdrh-latency"
13043
13044 - type: "plot"
13045   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13046   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13047   algorithm: "plot_lat_hdrh_bar_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13049   data: "plot-vpp-hdrh-lat-2n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13057   layout:
13058     layout: "plot-hdrh-latency"
13059
13060 - type: "plot"
13061   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
13062   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13063   algorithm: "plot_lat_hdrh_bar_name"
13064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
13065   data: "plot-vpp-hdrh-lat-2n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13071   layout:
13072     layout: "plot-hdrh-latency"
13073
13074 - type: "plot"
13075   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
13076   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13077   algorithm: "plot_lat_hdrh_bar_name"
13078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
13079   data: "plot-vpp-hdrh-lat-2n-skx"
13080   include:
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13086   layout:
13087     layout: "plot-hdrh-latency"
13088
13089 - type: "plot"
13090   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13091   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13092   algorithm: "plot_lat_hdrh_bar_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13094   data: "plot-vpp-hdrh-lat-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13100   layout:
13101     layout: "plot-hdrh-latency"
13102
13103 - type: "plot"
13104   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13105   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
13106   algorithm: "plot_lat_hdrh_bar_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13108   data: "plot-vpp-hdrh-lat-3n-hsw"
13109   include:
13110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13116   layout:
13117     layout: "plot-hdrh-latency"
13118
13119 - type: "plot"
13120   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13121   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13122   algorithm: "plot_lat_hdrh_bar_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13124   data: "plot-vpp-hdrh-lat-3n-skx"
13125   include:
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13131   layout:
13132     layout: "plot-hdrh-latency"
13133
13134 - type: "plot"
13135   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
13136   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13137   algorithm: "plot_lat_hdrh_bar_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
13139   data: "plot-vpp-hdrh-lat-3n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13144   layout:
13145     layout: "plot-hdrh-latency"
13146
13147 - type: "plot"
13148   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
13149   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13150   algorithm: "plot_lat_hdrh_bar_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
13152   data: "plot-vpp-hdrh-lat-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13158   layout:
13159     layout: "plot-hdrh-latency"
13160
13161 - type: "plot"
13162   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13163   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13164   algorithm: "plot_lat_hdrh_bar_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13166   data: "plot-vpp-hdrh-lat-3n-skx"
13167   include:
13168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     layout: "plot-hdrh-latency"
13176
13177 - type: "plot"
13178   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
13179   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
13180   algorithm: "plot_lat_hdrh_bar_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
13182   data: "plot-vpp-hdrh-lat-3n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13190   layout:
13191     layout: "plot-hdrh-latency"
13192
13193 - type: "plot"
13194   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13195   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
13196   algorithm: "plot_lat_hdrh_bar_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13198   data: "plot-vpp-hdrh-lat-3n-hsw"
13199   include:
13200     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13206   layout:
13207     layout: "plot-hdrh-latency"
13208
13209 - type: "plot"
13210   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13211   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
13212   algorithm: "plot_lat_hdrh_bar_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13214   data: "plot-vpp-hdrh-lat-3n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13219     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13222   layout:
13223     layout: "plot-hdrh-latency"
13224
13225 - type: "plot"
13226   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13227   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13228   algorithm: "plot_lat_hdrh_bar_name"
13229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
13230   data: "plot-vpp-hdrh-lat-2n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13236   layout:
13237     layout: "plot-hdrh-latency"
13238
13239 - type: "plot"
13240   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13241   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13242   algorithm: "plot_lat_hdrh_bar_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
13244   data: "plot-vpp-hdrh-lat-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13250   layout:
13251     layout: "plot-hdrh-latency"
13252
13253 - type: "plot"
13254   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13255   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13256   algorithm: "plot_lat_hdrh_bar_name"
13257   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat"
13258   data: "plot-vpp-hdrh-lat-3n-hsw"
13259   include:
13260     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13264   layout:
13265     layout: "plot-hdrh-latency"
13266
13267 - type: "plot"
13268   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13269   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13270   algorithm: "plot_lat_hdrh_bar_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
13272   data: "plot-vpp-hdrh-lat-3n-hsw"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13278   layout:
13279     layout: "plot-hdrh-latency"
13280
13281 - type: "plot"
13282   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13283   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13284   algorithm: "plot_lat_hdrh_bar_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
13286   data: "plot-vpp-hdrh-lat-3n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13292   layout:
13293     layout: "plot-hdrh-latency"
13294
13295 - type: "plot"
13296   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13297   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13298   algorithm: "plot_lat_hdrh_bar_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
13300   data: "plot-vpp-hdrh-lat-3n-skx"
13301   include:
13302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13306   layout:
13307     layout: "plot-hdrh-latency"
13308
13309 - type: "plot"
13310   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13311   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13312   algorithm: "plot_lat_hdrh_bar_name"
13313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
13314   data: "plot-vpp-hdrh-lat-3n-skx"
13315   include:
13316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13321   layout:
13322     layout: "plot-hdrh-latency"
13323
13324 - type: "plot"
13325   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13326   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13327   algorithm: "plot_lat_hdrh_bar_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
13329   data: "plot-vpp-hdrh-lat-3n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13336   layout:
13337     layout: "plot-hdrh-latency"
13338
13339 - type: "plot"
13340   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13341   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13342   algorithm: "plot_lat_hdrh_bar_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
13344   data: "plot-vpp-hdrh-lat-3n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352   layout:
13353     layout: "plot-hdrh-latency"
13354
13355 - type: "plot"
13356   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13357   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13358   algorithm: "plot_lat_hdrh_bar_name"
13359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
13360   data: "plot-vpp-hdrh-lat-3n-skx"
13361   include:
13362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368   layout:
13369     layout: "plot-hdrh-latency"
13370
13371 - type: "plot"
13372   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
13373   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
13374   algorithm: "plot_lat_hdrh_bar_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
13376   data: "plot-vpp-hdrh-lat-3n-tsh"
13377   include:
13378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13379     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13380     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13383   layout:
13384     layout: "plot-hdrh-latency"
13385
13386 - type: "plot"
13387   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
13388   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
13389   algorithm: "plot_lat_hdrh_bar_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
13391   data: "plot-vpp-hdrh-lat-3n-tsh"
13392   include:
13393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
13397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13398   layout:
13399     layout: "plot-hdrh-latency"
13400
13401 - type: "plot"
13402   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
13403   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
13404   algorithm: "plot_lat_hdrh_bar_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
13406   data: "plot-vpp-hdrh-lat-3n-tsh"
13407   include:
13408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
13414   layout:
13415     layout: "plot-hdrh-latency"
13416
13417 - type: "plot"
13418   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
13419   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
13420   algorithm: "plot_lat_hdrh_bar_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
13422   data: "plot-vpp-hdrh-lat-3n-tsh"
13423   include:
13424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13428   layout:
13429     layout: "plot-hdrh-latency"
13430
13431 - type: "plot"
13432   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
13433   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
13434   algorithm: "plot_lat_hdrh_bar_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
13436   data: "plot-vpp-hdrh-lat-3n-tsh"
13437   include:
13438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
13442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13443   layout:
13444     layout: "plot-hdrh-latency"
13445
13446 - type: "plot"
13447   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
13448   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
13449   algorithm: "plot_lat_hdrh_bar_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
13451   data: "plot-vpp-hdrh-lat-3n-tsh"
13452   include:
13453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13457   layout:
13458     layout: "plot-hdrh-latency"
13459
13460 - type: "plot"
13461   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
13462   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
13463   algorithm: "plot_lat_hdrh_bar_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
13465   data: "plot-vpp-hdrh-lat-3n-tsh"
13466   include:
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13473   layout:
13474     layout: "plot-hdrh-latency"
13475
13476 - type: "plot"
13477   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
13478   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
13479   algorithm: "plot_lat_hdrh_bar_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
13481   data: "plot-vpp-hdrh-lat-3n-tsh"
13482   include:
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13489   layout:
13490     layout: "plot-hdrh-latency"
13491
13492 - type: "plot"
13493   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
13494   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
13495   algorithm: "plot_lat_hdrh_bar_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
13497   data: "plot-vpp-hdrh-lat-3n-tsh"
13498   include:
13499     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13501     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13502     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13503     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13504     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13505   layout:
13506     layout: "plot-hdrh-latency"
13507
13508 - type: "plot"
13509   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
13510   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
13511   algorithm: "plot_lat_hdrh_bar_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
13513   data: "plot-vpp-hdrh-lat-3n-tsh"
13514   include:
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13520   layout:
13521     layout: "plot-hdrh-latency"
13522
13523 - type: "plot"
13524   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
13525   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
13526   algorithm: "plot_lat_hdrh_bar_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
13528   data: "plot-vpp-hdrh-lat-3n-tsh"
13529   include:
13530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13536   layout:
13537     layout: "plot-hdrh-latency"
13538
13539 ################################################################################
13540
13541 # HDRHistogram Packet Latency 4C
13542
13543 - type: "plot"
13544   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
13545   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
13546   algorithm: "plot_lat_hdrh_bar_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
13548   data: "plot-vpp-hdrh-lat-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13554   layout:
13555     layout: "plot-hdrh-latency"
13556
13557 - type: "plot"
13558   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
13559   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
13560   algorithm: "plot_lat_hdrh_bar_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
13562   data: "plot-vpp-hdrh-lat-3n-skx"
13563   include:
13564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13569   layout:
13570     layout: "plot-hdrh-latency"
13571
13572 - type: "plot"
13573   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13574   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
13575   algorithm: "plot_lat_hdrh_bar_name"
13576   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13577   data: "plot-vpp-hdrh-lat-2n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
13580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13584   layout:
13585     layout: "plot-hdrh-latency"
13586
13587 - type: "plot"
13588   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13589   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
13590   algorithm: "plot_lat_hdrh_bar_name"
13591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13592   data: "plot-vpp-hdrh-lat-2n-skx"
13593   include:
13594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
13596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
13597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13598   layout:
13599     layout: "plot-hdrh-latency"
13600
13601 - type: "plot"
13602   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13603   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
13604   algorithm: "plot_lat_hdrh_bar_name"
13605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13606   data: "plot-vpp-hdrh-lat-2n-skx"
13607   include:
13608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
13612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13613   layout:
13614     layout: "plot-hdrh-latency"
13615
13616 - type: "plot"
13617   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13618   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
13619   algorithm: "plot_lat_hdrh_bar_name"
13620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13621   data: "plot-vpp-hdrh-lat-2n-skx"
13622   include:
13623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
13629   layout:
13630     layout: "plot-hdrh-latency"
13631
13632 - type: "plot"
13633   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13634   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
13635   algorithm: "plot_lat_hdrh_bar_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13637   data: "plot-vpp-hdrh-lat-3n-hsw"
13638   include:
13639     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
13642   layout:
13643     layout: "plot-hdrh-latency"
13644
13645 - type: "plot"
13646   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13647   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
13648   algorithm: "plot_lat_hdrh_bar_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13650   data: "plot-vpp-hdrh-lat-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13657   layout:
13658     layout: "plot-hdrh-latency"
13659
13660 - type: "plot"
13661   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13662   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
13663   algorithm: "plot_lat_hdrh_bar_name"
13664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13665   data: "plot-vpp-hdrh-lat-3n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13671   layout:
13672     layout: "plot-hdrh-latency"
13673
13674 - type: "plot"
13675   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13676   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
13677   algorithm: "plot_lat_hdrh_bar_name"
13678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13679   data: "plot-vpp-hdrh-lat-3n-skx"
13680   include:
13681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13686   layout:
13687     layout: "plot-hdrh-latency"
13688
13689 - type: "plot"
13690   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13691   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
13692   algorithm: "plot_lat_hdrh_bar_name"
13693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13694   data: "plot-vpp-hdrh-lat-3n-skx"
13695   include:
13696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
13702   layout:
13703     layout: "plot-hdrh-latency"
13704
13705 - type: "plot"
13706   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
13707   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
13708   algorithm: "plot_lat_hdrh_bar_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
13710   data: "plot-vpp-hdrh-lat-3n-hsw"
13711   include:
13712     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13714   layout:
13715     layout: "plot-hdrh-latency"
13716
13717 - type: "plot"
13718   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
13719   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
13720   algorithm: "plot_lat_hdrh_bar_name"
13721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
13722   data: "plot-vpp-hdrh-lat-3n-skx"
13723   include:
13724     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13727     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13728   layout:
13729     layout: "plot-hdrh-latency"
13730
13731 - type: "plot"
13732   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13733   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13734   algorithm: "plot_lat_hdrh_bar_name"
13735   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13736   data: "plot-vpp-hdrh-lat-2n-skx"
13737   include:
13738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13741   layout:
13742     layout: "plot-hdrh-latency"
13743
13744 - type: "plot"
13745   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13746   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13747   algorithm: "plot_lat_hdrh_bar_name"
13748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13749   data: "plot-vpp-hdrh-lat-2n-skx"
13750   include:
13751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
13755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13756   layout:
13757     layout: "plot-hdrh-latency"
13758
13759 - type: "plot"
13760   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13761   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
13762   algorithm: "plot_lat_hdrh_bar_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13764   data: "plot-vpp-hdrh-lat-3n-hsw"
13765   include:
13766     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
13769   layout:
13770     layout: "plot-hdrh-latency"
13771
13772 - type: "plot"
13773   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13774   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13775   algorithm: "plot_lat_hdrh_bar_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13777   data: "plot-vpp-hdrh-lat-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13782   layout:
13783     layout: "plot-hdrh-latency"
13784
13785 - type: "plot"
13786   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13787   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13788   algorithm: "plot_lat_hdrh_bar_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13790   data: "plot-vpp-hdrh-lat-3n-skx"
13791   include:
13792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13797   layout:
13798     layout: "plot-hdrh-latency"
13799
13800 - type: "plot"
13801   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13802   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
13803   algorithm: "plot_lat_hdrh_bar_name"
13804   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13805   data: "plot-vpp-hdrh-lat-2n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13813   layout:
13814     layout: "plot-hdrh-latency"
13815
13816 - type: "plot"
13817   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
13818   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
13819   algorithm: "plot_lat_hdrh_bar_name"
13820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
13821   data: "plot-vpp-hdrh-lat-2n-skx"
13822   include:
13823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13827   layout:
13828     layout: "plot-hdrh-latency"
13829
13830 - type: "plot"
13831   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
13832   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
13833   algorithm: "plot_lat_hdrh_bar_name"
13834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
13835   data: "plot-vpp-hdrh-lat-2n-skx"
13836   include:
13837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
13838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13842   layout:
13843     layout: "plot-hdrh-latency"
13844
13845 - type: "plot"
13846   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13847   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
13848   algorithm: "plot_lat_hdrh_bar_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13850   data: "plot-vpp-hdrh-lat-2n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
13854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13856   layout:
13857     layout: "plot-hdrh-latency"
13858
13859 - type: "plot"
13860   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13861   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
13862   algorithm: "plot_lat_hdrh_bar_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13864   data: "plot-vpp-hdrh-lat-3n-hsw"
13865   include:
13866     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
13867     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
13868     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
13869     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13870     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13872   layout:
13873     layout: "plot-hdrh-latency"
13874
13875 - type: "plot"
13876   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13877   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
13878   algorithm: "plot_lat_hdrh_bar_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13880   data: "plot-vpp-hdrh-lat-3n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13887   layout:
13888     layout: "plot-hdrh-latency"
13889
13890 - type: "plot"
13891   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
13892   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
13893   algorithm: "plot_lat_hdrh_bar_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
13895   data: "plot-vpp-hdrh-lat-3n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
13898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13900   layout:
13901     layout: "plot-hdrh-latency"
13902
13903 - type: "plot"
13904   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
13905   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
13906   algorithm: "plot_lat_hdrh_bar_name"
13907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
13908   data: "plot-vpp-hdrh-lat-3n-skx"
13909   include:
13910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
13911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13914   layout:
13915     layout: "plot-hdrh-latency"
13916
13917 - type: "plot"
13918   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13919   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
13920   algorithm: "plot_lat_hdrh_bar_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13922   data: "plot-vpp-hdrh-lat-3n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
13925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
13928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
13929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13930   layout:
13931     layout: "plot-hdrh-latency"
13932
13933 - type: "plot"
13934   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
13935   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
13936   algorithm: "plot_lat_hdrh_bar_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
13938   data: "plot-vpp-hdrh-lat-3n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13946   layout:
13947     layout: "plot-hdrh-latency"
13948
13949 - type: "plot"
13950   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13951   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
13952   algorithm: "plot_lat_hdrh_bar_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13954   data: "plot-vpp-hdrh-lat-3n-hsw"
13955   include:
13956     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13957     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13958     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13959     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13962   layout:
13963     layout: "plot-hdrh-latency"
13964
13965 - type: "plot"
13966   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13967   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
13968   algorithm: "plot_lat_hdrh_bar_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
13970   data: "plot-vpp-hdrh-lat-3n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13973     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13974     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13975     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13976     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13977     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13978   layout:
13979     layout: "plot-hdrh-latency"
13980
13981 - type: "plot"
13982   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13983   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13984   algorithm: "plot_lat_hdrh_bar_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
13986   data: "plot-vpp-hdrh-lat-2n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13992   layout:
13993     layout: "plot-hdrh-latency"
13994
13995 - type: "plot"
13996   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13997   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13998   algorithm: "plot_lat_hdrh_bar_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14000   data: "plot-vpp-hdrh-lat-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14006   layout:
14007     layout: "plot-hdrh-latency"
14008
14009 - type: "plot"
14010   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14011   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14012   algorithm: "plot_lat_hdrh_bar_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat"
14014   data: "plot-vpp-hdrh-lat-3n-hsw"
14015   include:
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14020   layout:
14021     layout: "plot-hdrh-latency"
14022
14023 - type: "plot"
14024   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14025   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14026   algorithm: "plot_lat_hdrh_bar_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14028   data: "plot-vpp-hdrh-lat-3n-hsw"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14034   layout:
14035     layout: "plot-hdrh-latency"
14036
14037 - type: "plot"
14038   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14039   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14040   algorithm: "plot_lat_hdrh_bar_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14042   data: "plot-vpp-hdrh-lat-3n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14048   layout:
14049     layout: "plot-hdrh-latency"
14050
14051 - type: "plot"
14052   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14053   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14054   algorithm: "plot_lat_hdrh_bar_name"
14055   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14056   data: "plot-vpp-hdrh-lat-3n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062   layout:
14063     layout: "plot-hdrh-latency"
14064
14065 - type: "plot"
14066   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14067   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14068   algorithm: "plot_lat_hdrh_bar_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
14070   data: "plot-vpp-hdrh-lat-3n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14077   layout:
14078     layout: "plot-hdrh-latency"
14079
14080 - type: "plot"
14081   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14082   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14083   algorithm: "plot_lat_hdrh_bar_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14085   data: "plot-vpp-hdrh-lat-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14092   layout:
14093     layout: "plot-hdrh-latency"
14094
14095 - type: "plot"
14096   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14097   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14098   algorithm: "plot_lat_hdrh_bar_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14100   data: "plot-vpp-hdrh-lat-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14108   layout:
14109     layout: "plot-hdrh-latency"
14110
14111 - type: "plot"
14112   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14113   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14114   algorithm: "plot_lat_hdrh_bar_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14116   data: "plot-vpp-hdrh-lat-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124   layout:
14125     layout: "plot-hdrh-latency"
14126
14127 - type: "plot"
14128   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
14129   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
14130   algorithm: "plot_lat_hdrh_bar_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
14132   data: "plot-vpp-hdrh-lat-3n-tsh"
14133   include:
14134     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14135     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14136     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14139   layout:
14140     layout: "plot-hdrh-latency"
14141
14142 - type: "plot"
14143   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14144   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
14145   algorithm: "plot_lat_hdrh_bar_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14147   data: "plot-vpp-hdrh-lat-3n-tsh"
14148   include:
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14154   layout:
14155     layout: "plot-hdrh-latency"
14156
14157 - type: "plot"
14158   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
14159   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
14160   algorithm: "plot_lat_hdrh_bar_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
14162   data: "plot-vpp-hdrh-lat-3n-tsh"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
14170   layout:
14171     layout: "plot-hdrh-latency"
14172
14173 - type: "plot"
14174   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
14175   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
14176   algorithm: "plot_lat_hdrh_bar_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
14178   data: "plot-vpp-hdrh-lat-3n-tsh"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14184   layout:
14185     layout: "plot-hdrh-latency"
14186
14187 - type: "plot"
14188   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
14189   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
14190   algorithm: "plot_lat_hdrh_bar_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
14192   data: "plot-vpp-hdrh-lat-3n-tsh"
14193   include:
14194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14199   layout:
14200     layout: "plot-hdrh-latency"
14201
14202 - type: "plot"
14203   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
14204   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
14205   algorithm: "plot_lat_hdrh_bar_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
14207   data: "plot-vpp-hdrh-lat-3n-tsh"
14208   include:
14209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14213   layout:
14214     layout: "plot-hdrh-latency"
14215
14216 - type: "plot"
14217   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
14218   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
14219   algorithm: "plot_lat_hdrh_bar_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
14221   data: "plot-vpp-hdrh-lat-3n-tsh"
14222   include:
14223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14229   layout:
14230     layout: "plot-hdrh-latency"
14231
14232 - type: "plot"
14233   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
14234   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
14235   algorithm: "plot_lat_hdrh_bar_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
14237   data: "plot-vpp-hdrh-lat-3n-tsh"
14238   include:
14239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14241     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14243     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14244     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14245   layout:
14246     layout: "plot-hdrh-latency"
14247
14248 - type: "plot"
14249   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
14250   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
14251   algorithm: "plot_lat_hdrh_bar_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
14253   data: "plot-vpp-hdrh-lat-3n-tsh"
14254   include:
14255     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14256     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14257     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14258     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14259     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14260     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14261   layout:
14262     layout: "plot-hdrh-latency"
14263
14264 - type: "plot"
14265   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
14266   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
14267   algorithm: "plot_lat_hdrh_bar_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
14269   data: "plot-vpp-hdrh-lat-3n-tsh"
14270   include:
14271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14276   layout:
14277     layout: "plot-hdrh-latency"
14278
14279 - type: "plot"
14280   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
14281   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
14282   algorithm: "plot_lat_hdrh_bar_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
14284   data: "plot-vpp-hdrh-lat-3n-tsh"
14285   include:
14286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14292   layout:
14293     layout: "plot-hdrh-latency"
14294
14295 ################################################################################
14296
14297 # Packet Speedup
14298
14299 - type: "plot"
14300   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14309   layout:
14310     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14323   layout:
14324     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
14325     layout: "plot-throughput-speedup-analysis"
14326
14327 - type: "plot"
14328   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
14329   algorithm: "plot_tsa_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
14331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14338   layout:
14339     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14353   layout:
14354     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14362   include:
14363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14368   layout:
14369     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14377   include:
14378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14383   layout:
14384     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14397   layout:
14398     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14411   layout:
14412     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14420   include:
14421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14426   layout:
14427     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14435   include:
14436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14441   layout:
14442     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14457   layout:
14458     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14473   layout:
14474     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14482   include:
14483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14486   layout:
14487     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14495   include:
14496     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14499   layout:
14500     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14514   layout:
14515     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14529   layout:
14530     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14543   layout:
14544     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14587   layout:
14588     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14603   layout:
14604     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14619   layout:
14620     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 - type: "plot"
14624   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
14625   algorithm: "plot_tsa_name"
14626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
14627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14628   include:
14629     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14631   layout:
14632     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14640   include:
14641     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14643   layout:
14644     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14657   layout:
14658     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14671   layout:
14672     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14697   layout:
14698     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14766   layout:
14767     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14779   layout:
14780     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14794   layout:
14795     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14809   layout:
14810     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14818   include:
14819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14825   layout:
14826     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   include:
14835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14841   layout:
14842     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14850   include:
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14855   layout:
14856     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14864   include:
14865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14869   layout:
14870     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14917   layout:
14918     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14933   layout:
14934     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14947   layout:
14948     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14949     layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14956   include:
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14961   layout:
14962     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14976   layout:
14977     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14991   layout:
14992     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15005   layout:
15006     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15019   layout:
15020     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
15021     layout: "plot-throughput-speedup-analysis"
15022
15023 - type: "plot"
15024   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
15025   algorithm: "plot_tsa_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
15027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15028   include:
15029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15035   layout:
15036     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15044   include:
15045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15051   layout:
15052     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15066   layout:
15067     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
15068     layout: "plot-throughput-speedup-analysis"
15069
15070 - type: "plot"
15071   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
15072   algorithm: "plot_tsa_name"
15073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
15074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15075   include:
15076     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15081   layout:
15082     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
15083     layout: "plot-throughput-speedup-analysis"
15084
15085 - type: "plot"
15086   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15087   algorithm: "plot_tsa_name"
15088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15090   include:
15091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15094   layout:
15095     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15107   layout:
15108     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15121   layout:
15122     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15135   layout:
15136     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15151   layout:
15152     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15167   layout:
15168     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15199   layout:
15200     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
15201     layout: "plot-throughput-speedup-analysis"
15202
15203 - type: "plot"
15204   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
15205   algorithm: "plot_tsa_name"
15206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
15207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15208   include:
15209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15211     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15212     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15213     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15214     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15215   layout:
15216     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15224   include:
15225     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15226     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15227     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15228     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15229     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15230     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15231   layout:
15232     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15244     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15245     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15258     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15259     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15260     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15261     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15262     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
15272   include:
15273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15277   layout:
15278     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
15286   include:
15287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15291   layout:
15292     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
15300   include:
15301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15305   layout:
15306     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
15314   include:
15315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15319   layout:
15320     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
15328   include:
15329     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15333   layout:
15334     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
15342   include:
15343     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15347   layout:
15348     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
15356   include:
15357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15361   layout:
15362     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
15370   include:
15371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15375   layout:
15376     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15384   include:
15385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15389   layout:
15390     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15398   include:
15399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15403   layout:
15404     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15412   include:
15413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15417   layout:
15418     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15426   include:
15427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15431   layout:
15432     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15461   layout:
15462     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15476   layout:
15477     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15485   include:
15486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15491   layout:
15492     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15507   layout:
15508     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15516   include:
15517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15523   layout:
15524     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
15525     layout: "plot-throughput-speedup-analysis"
15526
15527 - type: "plot"
15528   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
15529   algorithm: "plot_tsa_name"
15530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
15531   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15532   include:
15533     - "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"
15534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "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"
15537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15539   layout:
15540     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
15548   include:
15549     - "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"
15550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15552     - "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"
15553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15555   layout:
15556     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15566     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15567     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15579     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15581   layout:
15582     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15590   include:
15591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15592     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15593     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15594     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15595     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15596   layout:
15597     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15605   include:
15606     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15607     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15608     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15609     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15610     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15611   layout:
15612     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15620   include:
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15626   layout:
15627     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15635   include:
15636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15641   layout:
15642     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15650   include:
15651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15657   layout:
15658     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15666   include:
15667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15673   layout:
15674     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15682   include:
15683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15687   layout:
15688     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15696   include:
15697     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15701   layout:
15702     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15710   include:
15711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15716   layout:
15717     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15725   include:
15726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15731   layout:
15732     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15740   include:
15741     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15742     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15743     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15744     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15745     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15746     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15747   layout:
15748     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15756   include:
15757     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15758     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15759     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15760     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15761     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15762     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15763   layout:
15764     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15772   include:
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15777   layout:
15778     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15786   include:
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15791   layout:
15792     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15800   include:
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15807   layout:
15808     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15816   include:
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15823   layout:
15824     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 - type: "plot"
15828   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15829   algorithm: "plot_tsa_name"
15830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15832   include:
15833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15839   layout:
15840     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15848   include:
15849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15855   layout:
15856     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15857     layout: "plot-throughput-speedup-analysis"
15858
15859 - type: "plot"
15860   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15861   algorithm: "plot_tsa_name"
15862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15864   include:
15865     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15866     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15871   layout:
15872     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15880   include:
15881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15887   layout:
15888     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15896   include:
15897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15902   layout:
15903     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911   include:
15912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15917   layout:
15918     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15926   include:
15927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15949   layout:
15950     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15958   include:
15959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15964   layout:
15965     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15973   include:
15974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15979   layout:
15980     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15988   include:
15989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15995   layout:
15996     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16004   include:
16005     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16011   layout:
16012     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16020   include:
16021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16026   layout:
16027     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16035   include:
16036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16041   layout:
16042     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16050   include:
16051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16055   layout:
16056     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16064   include:
16065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16069   layout:
16070     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16078   include:
16079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16085   layout:
16086     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16094   include:
16095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16101   layout:
16102     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16103     layout: "plot-throughput-speedup-analysis"
16104
16105 - type: "plot"
16106   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16107   algorithm: "plot_tsa_name"
16108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16110   include:
16111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16116   layout:
16117     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16125   include:
16126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16131   layout:
16132     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16140   include:
16141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16147   layout:
16148     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16156   include:
16157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16163   layout:
16164     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16172   include:
16173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16177   layout:
16178     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16179     layout: "plot-throughput-speedup-analysis"
16180
16181 - type: "plot"
16182   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16183   algorithm: "plot_tsa_name"
16184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16186   include:
16187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16191   layout:
16192     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16193     layout: "plot-throughput-speedup-analysis"
16194
16195 - type: "plot"
16196   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16197   algorithm: "plot_tsa_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16199   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16200   include:
16201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16206   layout:
16207     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16215   include:
16216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16221   layout:
16222     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16223     layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16230   include:
16231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16237   layout:
16238     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 - type: "plot"
16242   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16243   algorithm: "plot_tsa_name"
16244   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16245   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16246   include:
16247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16253   layout:
16254     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16262   include:
16263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16267   layout:
16268     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16276   include:
16277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16281   layout:
16282     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16290   include:
16291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16294     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16295     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16296     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16297   layout:
16298     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16299     layout: "plot-throughput-speedup-analysis"
16300
16301 - type: "plot"
16302   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16303   algorithm: "plot_tsa_name"
16304   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16305   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16306   include:
16307     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16308     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16310     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16311     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16312     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16313   layout:
16314     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16322   include:
16323     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16324     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16329   layout:
16330     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16338   include:
16339     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16340     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16341     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16345   layout:
16346     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16354   include:
16355     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16356     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16357     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16358   layout:
16359     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 - type: "plot"
16363   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16367   include:
16368     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16369     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16370     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16371   layout:
16372     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16373     layout: "plot-throughput-speedup-analysis"
16374
16375 ################################################################################
16376
16377 # Packet Throughput - DPDK
16378
16379 # 2n-skx-xxv710
16380
16381 - type: "plot"
16382   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16383   algorithm: "plot_perf_box_name"
16384   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16385   data: "plot-dpdk-throughput-latency-2n-skx"
16386   include:
16387     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16388     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16389   layout:
16390     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16391     layout: "plot-throughput"
16392
16393 - type: "plot"
16394   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16395   algorithm: "plot_perf_box_name"
16396   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16397   data: "plot-dpdk-throughput-latency-2n-skx"
16398   include:
16399     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16400     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16401   layout:
16402     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16403     layout: "plot-throughput"
16404
16405 - type: "plot"
16406   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16407   algorithm: "plot_perf_box_name"
16408   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16409   data: "plot-dpdk-throughput-latency-2n-skx"
16410   include:
16411     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16412     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16413   layout:
16414     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16415     layout: "plot-throughput"
16416
16417 - type: "plot"
16418   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16419   algorithm: "plot_perf_box_name"
16420   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16421   data: "plot-dpdk-throughput-latency-2n-skx"
16422   include:
16423     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16424     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16425   layout:
16426     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16427     layout: "plot-throughput"
16428
16429 # 2n-skx-x710
16430
16431 - type: "plot"
16432   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16433   algorithm: "plot_perf_box_name"
16434   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16435   data: "plot-dpdk-throughput-latency-2n-skx"
16436   include:
16437     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16438     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16439   layout:
16440     title: "2n-skx-x710-64b-2t1c-base-ndr"
16441     layout: "plot-throughput"
16442
16443 - type: "plot"
16444   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16445   algorithm: "plot_perf_box_name"
16446   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16447   data: "plot-dpdk-throughput-latency-2n-skx"
16448   include:
16449     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16450     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16451   layout:
16452     title: "2n-skx-x710-64b-4t2c-base-ndr"
16453     layout: "plot-throughput"
16454
16455 - type: "plot"
16456   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16457   algorithm: "plot_perf_box_name"
16458   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16459   data: "plot-dpdk-throughput-latency-2n-skx"
16460   include:
16461     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16462     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16463   layout:
16464     title: "2n-skx-x710-64b-2t1c-base-pdr"
16465     layout: "plot-throughput"
16466
16467 - type: "plot"
16468   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16469   algorithm: "plot_perf_box_name"
16470   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16471   data: "plot-dpdk-throughput-latency-2n-skx"
16472   include:
16473     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16474     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16475   layout:
16476     title: "2n-skx-x710-64b-4t2c-base-pdr"
16477     layout: "plot-throughput"
16478
16479 # 3n-skx-xxv710
16480
16481 - type: "plot"
16482   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16483   algorithm: "plot_perf_box_name"
16484   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16485   data: "plot-dpdk-throughput-latency-3n-skx"
16486   include:
16487     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16488     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16489   layout:
16490     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16491     layout: "plot-throughput"
16492
16493 - type: "plot"
16494   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16495   algorithm: "plot_perf_box_name"
16496   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16497   data: "plot-dpdk-throughput-latency-3n-skx"
16498   include:
16499     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16500     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16501   layout:
16502     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16503     layout: "plot-throughput"
16504
16505 - type: "plot"
16506   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16507   algorithm: "plot_perf_box_name"
16508   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16509   data: "plot-dpdk-throughput-latency-3n-skx"
16510   include:
16511     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16512     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16513   layout:
16514     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16515     layout: "plot-throughput"
16516
16517 - type: "plot"
16518   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16519   algorithm: "plot_perf_box_name"
16520   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16521   data: "plot-dpdk-throughput-latency-3n-skx"
16522   include:
16523     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16524     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16525   layout:
16526     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16527     layout: "plot-throughput"
16528
16529 # 3n-skx-x710
16530
16531 - type: "plot"
16532   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16533   algorithm: "plot_perf_box_name"
16534   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16535   data: "plot-dpdk-throughput-latency-3n-skx"
16536   include:
16537     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16538     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16539   layout:
16540     title: "3n-skx-x710-64b-2t1c-base-ndr"
16541     layout: "plot-throughput"
16542
16543 - type: "plot"
16544   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16545   algorithm: "plot_perf_box_name"
16546   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16547   data: "plot-dpdk-throughput-latency-3n-skx"
16548   include:
16549     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16550     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16551   layout:
16552     title: "3n-skx-x710-64b-4t2c-base-ndr"
16553     layout: "plot-throughput"
16554
16555 - type: "plot"
16556   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16557   algorithm: "plot_perf_box_name"
16558   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16559   data: "plot-dpdk-throughput-latency-3n-skx"
16560   include:
16561     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16562     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16563   layout:
16564     title: "3n-skx-x710-64b-2t1c-base-pdr"
16565     layout: "plot-throughput"
16566
16567 - type: "plot"
16568   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16569   algorithm: "plot_perf_box_name"
16570   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16571   data: "plot-dpdk-throughput-latency-3n-skx"
16572   include:
16573     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16574     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16575   layout:
16576     title: "3n-skx-x710-64b-4t2c-base-pdr"
16577     layout: "plot-throughput"
16578
16579 # 3n-hsw-xl710
16580
16581 - type: "plot"
16582   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16583   algorithm: "plot_perf_box_name"
16584   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16585   data: "plot-dpdk-throughput-latency-3n-hsw"
16586   include:
16587     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16588     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16589   layout:
16590     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16591     layout: "plot-throughput"
16592
16593 - type: "plot"
16594   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16595   algorithm: "plot_perf_box_name"
16596   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16597   data: "plot-dpdk-throughput-latency-3n-hsw"
16598   include:
16599     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16600     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16601   layout:
16602     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16603     layout: "plot-throughput"
16604
16605 - type: "plot"
16606   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16607   algorithm: "plot_perf_box_name"
16608   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16609   data: "plot-dpdk-throughput-latency-3n-hsw"
16610   include:
16611     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16612     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16613   layout:
16614     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16615     layout: "plot-throughput"
16616
16617 - type: "plot"
16618   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16619   algorithm: "plot_perf_box_name"
16620   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16621   data: "plot-dpdk-throughput-latency-3n-hsw"
16622   include:
16623     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16624     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16625   layout:
16626     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16627     layout: "plot-throughput"
16628
16629 # 3n-hsw-x710
16630
16631 - type: "plot"
16632   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16635   data: "plot-dpdk-throughput-latency-3n-hsw"
16636   include:
16637     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16638     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16639   layout:
16640     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16641     layout: "plot-throughput"
16642
16643 - type: "plot"
16644   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16645   algorithm: "plot_perf_box_name"
16646   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16647   data: "plot-dpdk-throughput-latency-3n-hsw"
16648   include:
16649     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16650     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16651   layout:
16652     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16653     layout: "plot-throughput"
16654
16655 - type: "plot"
16656   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16657   algorithm: "plot_perf_box_name"
16658   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16659   data: "plot-dpdk-throughput-latency-3n-hsw"
16660   include:
16661     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16662     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16663   layout:
16664     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16665     layout: "plot-throughput"
16666
16667 - type: "plot"
16668   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16669   algorithm: "plot_perf_box_name"
16670   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16671   data: "plot-dpdk-throughput-latency-3n-hsw"
16672   include:
16673     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16674     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16675   layout:
16676     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16677     layout: "plot-throughput"
16678
16679 ################################################################################
16680
16681 # Packet Latency - DPDK
16682
16683 # 2n-skx-xxv710
16684
16685 - type: "plot"
16686   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-lat"
16687   algorithm: "plot_lat_err_bars_name"
16688   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-lat"
16689   data: "plot-dpdk-throughput-latency-2n-skx"
16690   include:
16691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16693   layout:
16694     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16695     layout: "plot-latency"
16696
16697 - type: "plot"
16698   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-lat"
16699   algorithm: "plot_lat_err_bars_name"
16700   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-lat"
16701   data: "plot-dpdk-throughput-latency-2n-skx"
16702   include:
16703     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16704     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16705   layout:
16706     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16707     layout: "plot-latency"
16708
16709 - type: "plot"
16710   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-lat"
16711   algorithm: "plot_lat_err_bars_name"
16712   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-lat"
16713   data: "plot-dpdk-throughput-latency-2n-skx"
16714   include:
16715     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16716     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16717   layout:
16718     title: "2n-skx-xxv710-64b-8t4c-base-ndr"
16719     layout: "plot-latency"
16720
16721 # 2n-skx-x710
16722
16723 - type: "plot"
16724   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-lat"
16725   algorithm: "plot_lat_err_bars_name"
16726   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-lat"
16727   data: "plot-dpdk-throughput-latency-2n-skx"
16728   include:
16729     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16730     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16731   layout:
16732     title: "2n-skx-x710-64b-2t1c-base-ndr"
16733     layout: "plot-latency"
16734
16735 - type: "plot"
16736   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-lat"
16737   algorithm: "plot_lat_err_bars_name"
16738   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-lat"
16739   data: "plot-dpdk-throughput-latency-2n-skx"
16740   include:
16741     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16742     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16743   layout:
16744     title: "2n-skx-x710-64b-4t2c-base-ndr"
16745     layout: "plot-latency"
16746
16747 - type: "plot"
16748   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-lat"
16749   algorithm: "plot_lat_err_bars_name"
16750   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-lat"
16751   data: "plot-dpdk-throughput-latency-2n-skx"
16752   include:
16753     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16754     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16755   layout:
16756     title: "2n-skx-x710-64b-8t4c-base-ndr"
16757     layout: "plot-latency"
16758
16759 # 3n-skx-xxv710
16760
16761 - type: "plot"
16762   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-lat"
16763   algorithm: "plot_lat_err_bars_name"
16764   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-lat"
16765   data: "plot-dpdk-throughput-latency-3n-skx"
16766   include:
16767     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16768     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16769   layout:
16770     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16771     layout: "plot-latency"
16772
16773 - type: "plot"
16774   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-lat"
16775   algorithm: "plot_lat_err_bars_name"
16776   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-lat"
16777   data: "plot-dpdk-throughput-latency-3n-skx"
16778   include:
16779     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16780     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16781   layout:
16782     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16783     layout: "plot-latency"
16784
16785 - type: "plot"
16786   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-lat"
16787   algorithm: "plot_lat_err_bars_name"
16788   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-lat"
16789   data: "plot-dpdk-throughput-latency-3n-skx"
16790   include:
16791     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16792     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16793   layout:
16794     title: "3n-skx-xxv710-64b-8t4c-base-ndr"
16795     layout: "plot-latency"
16796
16797 # 3n-skx-x710
16798
16799 - type: "plot"
16800   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-lat"
16801   algorithm: "plot_lat_err_bars_name"
16802   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-lat"
16803   data: "plot-dpdk-throughput-latency-3n-skx"
16804   include:
16805     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16806     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16807   layout:
16808     title: "3n-skx-x710-64b-2t1c-base-ndr"
16809     layout: "plot-latency"
16810
16811 - type: "plot"
16812   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-lat"
16813   algorithm: "plot_lat_err_bars_name"
16814   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-lat"
16815   data: "plot-dpdk-throughput-latency-3n-skx"
16816   include:
16817     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16818     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16819   layout:
16820     title: "3n-skx-x710-64b-4t2c-base-ndr"
16821     layout: "plot-latency"
16822
16823 - type: "plot"
16824   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-lat"
16825   algorithm: "plot_lat_err_bars_name"
16826   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-lat"
16827   data: "plot-dpdk-throughput-latency-3n-skx"
16828   include:
16829     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16830     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16831   layout:
16832     title: "3n-skx-x710-64b-8t4c-base-ndr"
16833     layout: "plot-latency"
16834
16835 # 3n-hsw-xl710
16836
16837 - type: "plot"
16838   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-lat"
16839   algorithm: "plot_lat_err_bars_name"
16840   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-lat"
16841   data: "plot-dpdk-throughput-latency-3n-hsw"
16842   include:
16843     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16844     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16845   layout:
16846     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16847     layout: "plot-latency"
16848
16849 - type: "plot"
16850   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-lat"
16851   algorithm: "plot_lat_err_bars_name"
16852   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-lat"
16853   data: "plot-dpdk-throughput-latency-3n-hsw"
16854   include:
16855     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16856     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16857   layout:
16858     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16859     layout: "plot-latency"
16860
16861 - type: "plot"
16862   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-lat"
16863   algorithm: "plot_lat_err_bars_name"
16864   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-lat"
16865   data: "plot-dpdk-throughput-latency-3n-hsw"
16866   include:
16867     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
16868     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
16869   layout:
16870     title: "3n-hsw-xl710-64b-4t4c-base-ndr"
16871     layout: "plot-latency"
16872
16873 # 3n-hsw-x710
16874
16875 - type: "plot"
16876   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-lat"
16877   algorithm: "plot_lat_err_bars_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-lat"
16879   data: "plot-dpdk-throughput-latency-3n-hsw"
16880   include:
16881     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16885     layout: "plot-latency"
16886
16887 - type: "plot"
16888   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-lat"
16889   algorithm: "plot_lat_err_bars_name"
16890   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-lat"
16891   data: "plot-dpdk-throughput-latency-3n-hsw"
16892   include:
16893     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16894     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16895   layout:
16896     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16897     layout: "plot-latency"
16898
16899 - type: "plot"
16900   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-lat"
16901   algorithm: "plot_lat_err_bars_name"
16902   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-lat"
16903   data: "plot-dpdk-throughput-latency-3n-hsw"
16904   include:
16905     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
16906     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
16907   layout:
16908     title: "3n-hsw-x710-64b-4t4c-base-ndr"
16909     layout: "plot-latency"
16910
16911 ################################################################################
16912
16913 # HDRHistogram Packet Latency - DPDK
16914
16915 # 2n-skx-xxv710
16916
16917 - type: "plot"
16918   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
16919   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16920   algorithm: "plot_lat_hdrh_bar_name"
16921   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
16922   data: "plot-dpdk-hdrh-lat-2n-skx"
16923   include:
16924     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     layout: "plot-hdrh-latency"
16928
16929 - type: "plot"
16930   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
16931   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16932   algorithm: "plot_lat_hdrh_bar_name"
16933   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
16934   data: "plot-dpdk-hdrh-lat-2n-skx"
16935   include:
16936     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16937     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16938   layout:
16939     layout: "plot-hdrh-latency"
16940
16941 - type: "plot"
16942   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
16943   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
16944   algorithm: "plot_lat_hdrh_bar_name"
16945   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
16946   data: "plot-dpdk-hdrh-lat-2n-skx"
16947   include:
16948     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16949     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16950   layout:
16951     layout: "plot-hdrh-latency"
16952
16953 # 2n-skx-x710
16954
16955 - type: "plot"
16956   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
16957   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
16958   algorithm: "plot_lat_hdrh_bar_name"
16959   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
16960   data: "plot-dpdk-hdrh-lat-2n-skx"
16961   include:
16962     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     layout: "plot-hdrh-latency"
16966
16967 - type: "plot"
16968   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
16969   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
16970   algorithm: "plot_lat_hdrh_bar_name"
16971   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
16972   data: "plot-dpdk-hdrh-lat-2n-skx"
16973   include:
16974     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     layout: "plot-hdrh-latency"
16978
16979 - type: "plot"
16980   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
16981   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
16982   algorithm: "plot_lat_hdrh_bar_name"
16983   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
16984   data: "plot-dpdk-hdrh-lat-2n-skx"
16985   include:
16986     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
16987     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
16988   layout:
16989     layout: "plot-hdrh-latency"
16990
16991 # 3n-skx-xxv710
16992
16993 - type: "plot"
16994   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
16995   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16996   algorithm: "plot_lat_hdrh_bar_name"
16997   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
16998   data: "plot-dpdk-hdrh-lat-3n-skx"
16999   include:
17000     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17001     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17002   layout:
17003     layout: "plot-hdrh-latency"
17004
17005 - type: "plot"
17006   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
17007   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17008   algorithm: "plot_lat_hdrh_bar_name"
17009   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
17010   data: "plot-dpdk-hdrh-lat-3n-skx"
17011   include:
17012     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17013     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17014   layout:
17015     layout: "plot-hdrh-latency"
17016
17017 - type: "plot"
17018   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
17019   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
17020   algorithm: "plot_lat_hdrh_bar_name"
17021   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
17022   data: "plot-dpdk-hdrh-lat-3n-skx"
17023   include:
17024     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
17025     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
17026   layout:
17027     layout: "plot-hdrh-latency"
17028
17029 # 3n-skx-x710
17030
17031 - type: "plot"
17032   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
17033   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
17034   algorithm: "plot_lat_hdrh_bar_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
17036   data: "plot-dpdk-hdrh-lat-3n-skx"
17037   include:
17038     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     layout: "plot-hdrh-latency"
17042
17043 - type: "plot"
17044   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
17045   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
17046   algorithm: "plot_lat_hdrh_bar_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
17048   data: "plot-dpdk-hdrh-lat-3n-skx"
17049   include:
17050     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     layout: "plot-hdrh-latency"
17054
17055 - type: "plot"
17056   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
17057   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
17058   algorithm: "plot_lat_hdrh_bar_name"
17059   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
17060   data: "plot-dpdk-hdrh-lat-3n-skx"
17061   include:
17062     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
17063     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
17064   layout:
17065     layout: "plot-hdrh-latency"
17066
17067 # 3n-hsw-xl710
17068
17069 - type: "plot"
17070   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
17071   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17072   algorithm: "plot_lat_hdrh_bar_name"
17073   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
17074   data: "plot-dpdk-hdrh-lat-3n-hsw"
17075   include:
17076     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17077     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17078   layout:
17079     layout: "plot-hdrh-latency"
17080
17081 - type: "plot"
17082   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
17083   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17084   algorithm: "plot_lat_hdrh_bar_name"
17085   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
17086   data: "plot-dpdk-hdrh-lat-3n-hsw"
17087   include:
17088     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17089     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17090   layout:
17091     layout: "plot-hdrh-latency"
17092
17093 - type: "plot"
17094   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
17095   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
17096   algorithm: "plot_lat_hdrh_bar_name"
17097   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
17098   data: "plot-dpdk-hdrh-lat-3n-hsw"
17099   include:
17100     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     layout: "plot-hdrh-latency"
17104
17105 # 3n-hsw-x710
17106
17107 - type: "plot"
17108   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
17109   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
17110   algorithm: "plot_lat_hdrh_bar_name"
17111   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
17112   data: "plot-dpdk-hdrh-lat-3n-hsw"
17113   include:
17114     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17115     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17116   layout:
17117     layout: "plot-hdrh-latency"
17118
17119 - type: "plot"
17120   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
17121   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
17122   algorithm: "plot_lat_hdrh_bar_name"
17123   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
17124   data: "plot-dpdk-hdrh-lat-3n-hsw"
17125   include:
17126     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17127     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17128   layout:
17129     layout: "plot-hdrh-latency"
17130
17131 - type: "plot"
17132   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
17133   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
17134   algorithm: "plot_lat_hdrh_bar_name"
17135   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
17136   data: "plot-dpdk-hdrh-lat-3n-hsw"
17137   include:
17138     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
17139     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
17140   layout:
17141     layout: "plot-hdrh-latency"
17142
17143 ################################################################################
17144 ###   2n-clx                                                                 ###
17145 ################################################################################
17146
17147 # Packet Throughput
17148
17149 - type: "plot"
17150   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17159   layout:
17160     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17173   layout:
17174     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17188   layout:
17189     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17203   layout:
17204     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17217   layout:
17218     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17223   algorithm: "plot_perf_box_name"
17224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17226   include:
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17246   layout:
17247     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17306   layout:
17307     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17319   layout:
17320     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17328   include:
17329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17334   layout:
17335     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17336     layout: "plot-throughput"
17337
17338 - type: "plot"
17339   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17343   include:
17344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17349   layout:
17350     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17365   layout:
17366     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17381   layout:
17382     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17395   layout:
17396     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17409   layout:
17410     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17424   layout:
17425     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17439   layout:
17440     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17453   layout:
17454     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
17461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17462   include:
17463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17467   layout:
17468     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
17469     layout: "plot-throughput"
17470
17471 - type: "plot"
17472   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
17473   algorithm: "plot_perf_box_name"
17474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
17475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17476   include:
17477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17481   layout:
17482     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
17483     layout: "plot-throughput"
17484
17485 - type: "plot"
17486   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
17487   algorithm: "plot_perf_box_name"
17488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
17489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490   include:
17491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17495   layout:
17496     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17509   layout:
17510     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17523   layout:
17524     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
17525     layout: "plot-throughput"
17526
17527 ################################################################################
17528
17529 # Packet Latency 1C
17530
17531 - type: "plot"
17532   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
17533   algorithm: "plot_lat_err_bars_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17541   layout:
17542     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
17543     layout: "plot-latency"
17544
17545 - type: "plot"
17546   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
17547   algorithm: "plot_lat_err_bars_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
17549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17550   include:
17551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17556   layout:
17557     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
17558     layout: "plot-latency"
17559
17560 - type: "plot"
17561   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
17562   algorithm: "plot_lat_err_bars_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17570   layout:
17571     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17572     layout: "plot-latency"
17573
17574 - type: "plot"
17575   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
17576   algorithm: "plot_lat_err_bars_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17585   layout:
17586     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
17587     layout: "plot-latency"
17588
17589 - type: "plot"
17590   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
17591   algorithm: "plot_lat_err_bars_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17601   layout:
17602     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
17603     layout: "plot-latency"
17604
17605 - type: "plot"
17606   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
17607   algorithm: "plot_lat_err_bars_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17614   layout:
17615     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17616     layout: "plot-latency"
17617
17618 - type: "plot"
17619   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
17620   algorithm: "plot_lat_err_bars_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
17631     layout: "plot-latency"
17632
17633 - type: "plot"
17634   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
17635   algorithm: "plot_lat_err_bars_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17645   layout:
17646     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
17647     layout: "plot-latency"
17648
17649 - type: "plot"
17650   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
17651   algorithm: "plot_lat_err_bars_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17659   layout:
17660     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17661     layout: "plot-latency"
17662
17663 - type: "plot"
17664   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
17665   algorithm: "plot_lat_err_bars_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
17676     layout: "plot-latency"
17677
17678 - type: "plot"
17679   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
17680   algorithm: "plot_lat_err_bars_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
17690     layout: "plot-latency"
17691
17692 - type: "plot"
17693   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
17694   algorithm: "plot_lat_err_bars_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17702   layout:
17703     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
17704     layout: "plot-latency"
17705
17706 - type: "plot"
17707   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
17708   algorithm: "plot_lat_err_bars_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17716   layout:
17717     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
17718     layout: "plot-latency"
17719
17720 ################################################################################
17721
17722 # Packet Latency 2C
17723
17724 - type: "plot"
17725   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
17726   algorithm: "plot_lat_err_bars_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17734   layout:
17735     title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
17736     layout: "plot-latency"
17737
17738 - type: "plot"
17739   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
17740   algorithm: "plot_lat_err_bars_name"
17741   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
17742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17743   include:
17744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
17749   layout:
17750     title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
17751     layout: "plot-latency"
17752
17753 - type: "plot"
17754   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
17755   algorithm: "plot_lat_err_bars_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
17765     layout: "plot-latency"
17766
17767 - type: "plot"
17768   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
17769   algorithm: "plot_lat_err_bars_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
17780     layout: "plot-latency"
17781
17782 - type: "plot"
17783   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
17784   algorithm: "plot_lat_err_bars_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
17794   layout:
17795     title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
17796     layout: "plot-latency"
17797
17798 - type: "plot"
17799   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
17800   algorithm: "plot_lat_err_bars_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
17807   layout:
17808     title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
17809     layout: "plot-latency"
17810
17811 - type: "plot"
17812   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
17813   algorithm: "plot_lat_err_bars_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
17824     layout: "plot-latency"
17825
17826 - type: "plot"
17827   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
17828   algorithm: "plot_lat_err_bars_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
17838   layout:
17839     title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
17840     layout: "plot-latency"
17841
17842 - type: "plot"
17843   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
17844   algorithm: "plot_lat_err_bars_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
17852   layout:
17853     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
17854     layout: "plot-latency"
17855
17856 - type: "plot"
17857   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
17858   algorithm: "plot_lat_err_bars_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
17867   layout:
17868     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
17869     layout: "plot-latency"
17870
17871 - type: "plot"
17872   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
17873   algorithm: "plot_lat_err_bars_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
17883     layout: "plot-latency"
17884
17885 - type: "plot"
17886   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
17887   algorithm: "plot_lat_err_bars_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
17897     layout: "plot-latency"
17898
17899 - type: "plot"
17900   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
17901   algorithm: "plot_lat_err_bars_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
17911     layout: "plot-latency"
17912
17913 ################################################################################
17914
17915 # Packet Latency 4C
17916
17917 - type: "plot"
17918   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
17919   algorithm: "plot_lat_err_bars_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17927   layout:
17928     title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
17929     layout: "plot-latency"
17930
17931 - type: "plot"
17932   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
17933   algorithm: "plot_lat_err_bars_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
17942   layout:
17943     title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
17944     layout: "plot-latency"
17945
17946 - type: "plot"
17947   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
17948   algorithm: "plot_lat_err_bars_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
17958     layout: "plot-latency"
17959
17960 - type: "plot"
17961   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
17962   algorithm: "plot_lat_err_bars_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
17973     layout: "plot-latency"
17974
17975 - type: "plot"
17976   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
17977   algorithm: "plot_lat_err_bars_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
17987   layout:
17988     title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
17989     layout: "plot-latency"
17990
17991 - type: "plot"
17992   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
17993   algorithm: "plot_lat_err_bars_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
18000   layout:
18001     title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
18002     layout: "plot-latency"
18003
18004 - type: "plot"
18005   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
18006   algorithm: "plot_lat_err_bars_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
18017     layout: "plot-latency"
18018
18019 - type: "plot"
18020   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
18021   algorithm: "plot_lat_err_bars_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
18026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
18028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
18029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
18031   layout:
18032     title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
18033     layout: "plot-latency"
18034
18035 - type: "plot"
18036   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
18037   algorithm: "plot_lat_err_bars_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
18045   layout:
18046     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
18047     layout: "plot-latency"
18048
18049 - type: "plot"
18050   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
18051   algorithm: "plot_lat_err_bars_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18060   layout:
18061     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
18062     layout: "plot-latency"
18063
18064 - type: "plot"
18065   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
18066   algorithm: "plot_lat_err_bars_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
18076     layout: "plot-latency"
18077
18078 - type: "plot"
18079   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
18080   algorithm: "plot_lat_err_bars_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18088   layout:
18089     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
18090     layout: "plot-latency"
18091
18092 - type: "plot"
18093   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
18094   algorithm: "plot_lat_err_bars_name"
18095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
18096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18097   include:
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
18104     layout: "plot-latency"
18105
18106 ################################################################################
18107
18108 # HDRHistogram Packet Latency 1C
18109
18110 - type: "plot"
18111   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
18112   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
18113   algorithm: "plot_lat_hdrh_bar_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
18115   data: "plot-vpp-hdrh-lat-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18121   layout:
18122     layout: "plot-hdrh-latency"
18123
18124 - type: "plot"
18125   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18126   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
18127   algorithm: "plot_lat_hdrh_bar_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18129   data: "plot-vpp-hdrh-lat-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18136   layout:
18137     layout: "plot-hdrh-latency"
18138
18139 - type: "plot"
18140   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18141   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18142   algorithm: "plot_lat_hdrh_bar_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18144   data: "plot-vpp-hdrh-lat-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18150   layout:
18151     layout: "plot-hdrh-latency"
18152
18153 - type: "plot"
18154   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18155   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
18156   algorithm: "plot_lat_hdrh_bar_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18158   data: "plot-vpp-hdrh-lat-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18165   layout:
18166     layout: "plot-hdrh-latency"
18167
18168 - type: "plot"
18169   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18170   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
18171   algorithm: "plot_lat_hdrh_bar_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18173   data: "plot-vpp-hdrh-lat-2n-clx"
18174   include:
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18181   layout:
18182     layout: "plot-hdrh-latency"
18183
18184 - type: "plot"
18185   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18186   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18187   algorithm: "plot_lat_hdrh_bar_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18189   data: "plot-vpp-hdrh-lat-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18194   layout:
18195     layout: "plot-hdrh-latency"
18196
18197 - type: "plot"
18198   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18199   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18200   algorithm: "plot_lat_hdrh_bar_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18202   data: "plot-vpp-hdrh-lat-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18209   layout:
18210     layout: "plot-hdrh-latency"
18211
18212 - type: "plot"
18213   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18214   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
18215   algorithm: "plot_lat_hdrh_bar_name"
18216   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18217   data: "plot-vpp-hdrh-lat-2n-clx"
18218   include:
18219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18225   layout:
18226     layout: "plot-hdrh-latency"
18227
18228 - type: "plot"
18229   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
18230   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18231   algorithm: "plot_lat_hdrh_bar_name"
18232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
18233   data: "plot-vpp-hdrh-lat-2n-clx"
18234   include:
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18239   layout:
18240     layout: "plot-hdrh-latency"
18241
18242 - type: "plot"
18243   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
18244   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
18245   algorithm: "plot_lat_hdrh_bar_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
18247   data: "plot-vpp-hdrh-lat-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18254   layout:
18255     layout: "plot-hdrh-latency"
18256
18257 - type: "plot"
18258   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18259   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
18260   algorithm: "plot_lat_hdrh_bar_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18262   data: "plot-vpp-hdrh-lat-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18268   layout:
18269     layout: "plot-hdrh-latency"
18270
18271 - type: "plot"
18272   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
18273   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
18274   algorithm: "plot_lat_hdrh_bar_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
18276   data: "plot-vpp-hdrh-lat-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18282   layout:
18283     layout: "plot-hdrh-latency"
18284
18285 - type: "plot"
18286   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
18287   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
18288   algorithm: "plot_lat_hdrh_bar_name"
18289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
18290   data: "plot-vpp-hdrh-lat-2n-clx"
18291   include:
18292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18296   layout:
18297     layout: "plot-hdrh-latency"
18298
18299 ################################################################################
18300
18301 # HDRHistogram Packet Latency 2C
18302
18303 - type: "plot"
18304   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
18305   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
18306   algorithm: "plot_lat_hdrh_bar_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
18308   data: "plot-vpp-hdrh-lat-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18314   layout:
18315     layout: "plot-hdrh-latency"
18316
18317 - type: "plot"
18318   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18319   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
18320   algorithm: "plot_lat_hdrh_bar_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18322   data: "plot-vpp-hdrh-lat-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
18329   layout:
18330     layout: "plot-hdrh-latency"
18331
18332 - type: "plot"
18333   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18334   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
18335   algorithm: "plot_lat_hdrh_bar_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18337   data: "plot-vpp-hdrh-lat-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
18343   layout:
18344     layout: "plot-hdrh-latency"
18345
18346 - type: "plot"
18347   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18348   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
18349   algorithm: "plot_lat_hdrh_bar_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18351   data: "plot-vpp-hdrh-lat-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
18358   layout:
18359     layout: "plot-hdrh-latency"
18360
18361 - type: "plot"
18362   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18363   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
18364   algorithm: "plot_lat_hdrh_bar_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18366   data: "plot-vpp-hdrh-lat-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
18374   layout:
18375     layout: "plot-hdrh-latency"
18376
18377 - type: "plot"
18378   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18379   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
18380   algorithm: "plot_lat_hdrh_bar_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18382   data: "plot-vpp-hdrh-lat-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
18387   layout:
18388     layout: "plot-hdrh-latency"
18389
18390 - type: "plot"
18391   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18392   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
18393   algorithm: "plot_lat_hdrh_bar_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18395   data: "plot-vpp-hdrh-lat-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
18402   layout:
18403     layout: "plot-hdrh-latency"
18404
18405 - type: "plot"
18406   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18407   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
18408   algorithm: "plot_lat_hdrh_bar_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18410   data: "plot-vpp-hdrh-lat-2n-clx"
18411   include:
18412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
18417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
18418   layout:
18419     layout: "plot-hdrh-latency"
18420
18421 - type: "plot"
18422   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
18423   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
18424   algorithm: "plot_lat_hdrh_bar_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
18426   data: "plot-vpp-hdrh-lat-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
18432   layout:
18433     layout: "plot-hdrh-latency"
18434
18435 - type: "plot"
18436   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
18437   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
18438   algorithm: "plot_lat_hdrh_bar_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
18440   data: "plot-vpp-hdrh-lat-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
18447   layout:
18448     layout: "plot-hdrh-latency"
18449
18450 - type: "plot"
18451   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18452   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
18453   algorithm: "plot_lat_hdrh_bar_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18455   data: "plot-vpp-hdrh-lat-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
18461   layout:
18462     layout: "plot-hdrh-latency"
18463
18464 - type: "plot"
18465   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
18466   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
18467   algorithm: "plot_lat_hdrh_bar_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
18469   data: "plot-vpp-hdrh-lat-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18475   layout:
18476     layout: "plot-hdrh-latency"
18477
18478 - type: "plot"
18479   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
18480   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
18481   algorithm: "plot_lat_hdrh_bar_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
18483   data: "plot-vpp-hdrh-lat-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18489   layout:
18490     layout: "plot-hdrh-latency"
18491
18492 ################################################################################
18493
18494 # HDRHistogram Packet Latency 4C
18495
18496 - type: "plot"
18497   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
18498   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
18499   algorithm: "plot_lat_hdrh_bar_name"
18500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
18501   data: "plot-vpp-hdrh-lat-2n-clx"
18502   include:
18503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18507   layout:
18508     layout: "plot-hdrh-latency"
18509
18510 - type: "plot"
18511   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18512   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
18513   algorithm: "plot_lat_hdrh_bar_name"
18514   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
18515   data: "plot-vpp-hdrh-lat-2n-clx"
18516   include:
18517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
18522   layout:
18523     layout: "plot-hdrh-latency"
18524
18525 - type: "plot"
18526   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18527   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
18528   algorithm: "plot_lat_hdrh_bar_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
18530   data: "plot-vpp-hdrh-lat-2n-clx"
18531   include:
18532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
18536   layout:
18537     layout: "plot-hdrh-latency"
18538
18539 - type: "plot"
18540   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18541   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
18542   algorithm: "plot_lat_hdrh_bar_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
18544   data: "plot-vpp-hdrh-lat-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
18548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
18551   layout:
18552     layout: "plot-hdrh-latency"
18553
18554 - type: "plot"
18555   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18556   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
18557   algorithm: "plot_lat_hdrh_bar_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
18559   data: "plot-vpp-hdrh-lat-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
18567   layout:
18568     layout: "plot-hdrh-latency"
18569
18570 - type: "plot"
18571   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18572   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
18573   algorithm: "plot_lat_hdrh_bar_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18575   data: "plot-vpp-hdrh-lat-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
18580   layout:
18581     layout: "plot-hdrh-latency"
18582
18583 - type: "plot"
18584   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18585   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
18586   algorithm: "plot_lat_hdrh_bar_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
18588   data: "plot-vpp-hdrh-lat-2n-clx"
18589   include:
18590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
18595   layout:
18596     layout: "plot-hdrh-latency"
18597
18598 - type: "plot"
18599   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18600   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
18601   algorithm: "plot_lat_hdrh_bar_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
18603   data: "plot-vpp-hdrh-lat-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
18611   layout:
18612     layout: "plot-hdrh-latency"
18613
18614 - type: "plot"
18615   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
18616   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
18617   algorithm: "plot_lat_hdrh_bar_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
18619   data: "plot-vpp-hdrh-lat-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     layout: "plot-hdrh-latency"
18627
18628 - type: "plot"
18629   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
18630   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
18631   algorithm: "plot_lat_hdrh_bar_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
18633   data: "plot-vpp-hdrh-lat-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18640   layout:
18641     layout: "plot-hdrh-latency"
18642
18643 - type: "plot"
18644   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18645   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
18646   algorithm: "plot_lat_hdrh_bar_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
18648   data: "plot-vpp-hdrh-lat-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
18654   layout:
18655     layout: "plot-hdrh-latency"
18656
18657 - type: "plot"
18658   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
18659   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
18660   algorithm: "plot_lat_hdrh_bar_name"
18661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
18662   data: "plot-vpp-hdrh-lat-2n-clx"
18663   include:
18664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18668   layout:
18669     layout: "plot-hdrh-latency"
18670
18671 - type: "plot"
18672   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
18673   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
18674   algorithm: "plot_lat_hdrh_bar_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
18676   data: "plot-vpp-hdrh-lat-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18682   layout:
18683     layout: "plot-hdrh-latency"
18684
18685 ################################################################################
18686
18687 # Packet Speedup
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-memif-base-i40e-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-memif-base-i40e-pdr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18728   layout:
18729     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18743   layout:
18744     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18771   layout:
18772     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18801   layout:
18802     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18817   layout:
18818     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18833   layout:
18834     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18846   layout:
18847     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18859   layout:
18860     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18874   layout:
18875     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18889   layout:
18890     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18905   layout:
18906     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
18907     layout: "plot-throughput-speedup-analysis"
18908
18909 - type: "plot"
18910   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
18911   algorithm: "plot_tsa_name"
18912   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
18913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18914   include:
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18921   layout:
18922     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18935   layout:
18936     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 - type: "plot"
18940   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18941   algorithm: "plot_tsa_name"
18942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18944   include:
18945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18949   layout:
18950     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18964   layout:
18965     title: "2n-clx-xxv710-64b-l2switching-base-i40e-ndr"
18966     layout: "plot-throughput-speedup-analysis"
18967
18968 - type: "plot"
18969   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18970   algorithm: "plot_tsa_name"
18971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18973   include:
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-l2switching-base-i40e-pdr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-ndr"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-ndr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19021   layout:
19022     title: "2n-clx-xxv710-64b-vhost-base-i40e-ndr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-pdr"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-pdr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-vhost-base-i40e-pdr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19049   layout:
19050     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19063   layout:
19064     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
19065     layout: "plot-throughput-speedup-analysis"
19066
19067 ################################################################################
19068
19069 # Packet Throughput - DPDK
19070
19071 # 2n-clx-xxv710
19072
19073 - type: "plot"
19074   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19075   algorithm: "plot_perf_box_name"
19076   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19077   data: "plot-dpdk-throughput-latency-2n-clx"
19078   include:
19079     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19080     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19083     layout: "plot-throughput"
19084
19085 - type: "plot"
19086   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19087   algorithm: "plot_perf_box_name"
19088   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19089   data: "plot-dpdk-throughput-latency-2n-clx"
19090   include:
19091     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19092     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19093   layout:
19094     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19095     layout: "plot-throughput"
19096
19097 - type: "plot"
19098   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19099   algorithm: "plot_perf_box_name"
19100   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19101   data: "plot-dpdk-throughput-latency-2n-clx"
19102   include:
19103     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19104     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19105   layout:
19106     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19107     layout: "plot-throughput"
19108
19109 - type: "plot"
19110   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19111   algorithm: "plot_perf_box_name"
19112   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19113   data: "plot-dpdk-throughput-latency-2n-clx"
19114   include:
19115     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19116     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19117   layout:
19118     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19119     layout: "plot-throughput"
19120
19121 # 2n-clx-x710
19122
19123 - type: "plot"
19124   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19125   algorithm: "plot_perf_box_name"
19126   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19127   data: "plot-dpdk-throughput-latency-2n-clx"
19128   include:
19129     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19130     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19131   layout:
19132     title: "2n-clx-x710-64b-2t1c-base-ndr"
19133     layout: "plot-throughput"
19134
19135 - type: "plot"
19136   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19137   algorithm: "plot_perf_box_name"
19138   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19139   data: "plot-dpdk-throughput-latency-2n-clx"
19140   include:
19141     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19142     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19143   layout:
19144     title: "2n-clx-x710-64b-4t2c-base-ndr"
19145     layout: "plot-throughput"
19146
19147 - type: "plot"
19148   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19149   algorithm: "plot_perf_box_name"
19150   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19151   data: "plot-dpdk-throughput-latency-2n-clx"
19152   include:
19153     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19154     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19155   layout:
19156     title: "2n-clx-x710-64b-2t1c-base-pdr"
19157     layout: "plot-throughput"
19158
19159 - type: "plot"
19160   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19161   algorithm: "plot_perf_box_name"
19162   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19163   data: "plot-dpdk-throughput-latency-2n-clx"
19164   include:
19165     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19166     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19167   layout:
19168     title: "2n-clx-x710-64b-4t2c-base-pdr"
19169     layout: "plot-throughput"
19170
19171 ################################################################################
19172
19173 # Packet Latency - DPDK
19174
19175 # 2n-clx-xxv710
19176
19177 - type: "plot"
19178   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-lat"
19179   algorithm: "plot_lat_err_bars_name"
19180   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-lat"
19181   data: "plot-dpdk-throughput-latency-2n-clx"
19182   include:
19183     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19185   layout:
19186     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19187     layout: "plot-latency"
19188
19189 - type: "plot"
19190   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-lat"
19191   algorithm: "plot_lat_err_bars_name"
19192   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-lat"
19193   data: "plot-dpdk-throughput-latency-2n-clx"
19194   include:
19195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19197   layout:
19198     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19199     layout: "plot-latency"
19200
19201 - type: "plot"
19202   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-lat"
19203   algorithm: "plot_lat_err_bars_name"
19204   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-lat"
19205   data: "plot-dpdk-throughput-latency-2n-clx"
19206   include:
19207     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19208     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19209   layout:
19210     title: "2n-clx-xxv710-64b-8t4c-base-ndr"
19211     layout: "plot-latency"
19212
19213 # 2n-clx-x710
19214
19215 - type: "plot"
19216   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-lat"
19217   algorithm: "plot_lat_err_bars_name"
19218   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-lat"
19219   data: "plot-dpdk-throughput-latency-2n-clx"
19220   include:
19221     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19222     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19223   layout:
19224     title: "2n-clx-x710-64b-2t1c-base-ndr"
19225     layout: "plot-latency"
19226
19227 - type: "plot"
19228   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-lat"
19229   algorithm: "plot_lat_err_bars_name"
19230   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-lat"
19231   data: "plot-dpdk-throughput-latency-2n-clx"
19232   include:
19233     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19234     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19235   layout:
19236     title: "2n-clx-x710-64b-4t2c-base-ndr"
19237     layout: "plot-latency"
19238
19239 - type: "plot"
19240   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-lat"
19241   algorithm: "plot_lat_err_bars_name"
19242   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-lat"
19243   data: "plot-dpdk-throughput-latency-2n-clx"
19244   include:
19245     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19246     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19247   layout:
19248     title: "2n-clx-x710-64b-8t4c-base-ndr"
19249     layout: "plot-latency"
19250
19251 ################################################################################
19252
19253 # HDRHistogram Packet Latency - DPDK
19254
19255 # 2n-clx-xxv710
19256
19257 - type: "plot"
19258   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19259   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19260   algorithm: "plot_lat_hdrh_bar_name"
19261   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19262   data: "plot-dpdk-hdrh-lat-2n-clx"
19263   include:
19264     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19265     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19266   layout:
19267     layout: "plot-hdrh-latency"
19268
19269 - type: "plot"
19270   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19271   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19272   algorithm: "plot_lat_hdrh_bar_name"
19273   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19274   data: "plot-dpdk-hdrh-lat-2n-clx"
19275   include:
19276     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19277     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19278   layout:
19279     layout: "plot-hdrh-latency"
19280
19281 - type: "plot"
19282   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19283   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
19284   algorithm: "plot_lat_hdrh_bar_name"
19285   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19286   data: "plot-dpdk-hdrh-lat-2n-clx"
19287   include:
19288     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19289     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19290   layout:
19291     layout: "plot-hdrh-latency"
19292
19293 # 2n-clx-x710
19294
19295 - type: "plot"
19296   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
19297   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
19298   algorithm: "plot_lat_hdrh_bar_name"
19299   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
19300   data: "plot-dpdk-hdrh-lat-2n-clx"
19301   include:
19302     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19303     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19304   layout:
19305     layout: "plot-hdrh-latency"
19306
19307 - type: "plot"
19308   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
19309   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
19310   algorithm: "plot_lat_hdrh_bar_name"
19311   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
19312   data: "plot-dpdk-hdrh-lat-2n-clx"
19313   include:
19314     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19315     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19316   layout:
19317     layout: "plot-hdrh-latency"
19318
19319 - type: "plot"
19320   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
19321   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
19322   algorithm: "plot_lat_hdrh_bar_name"
19323   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
19324   data: "plot-dpdk-hdrh-lat-2n-clx"
19325   include:
19326     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19327     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19328   layout:
19329     layout: "plot-hdrh-latency"