Report: Add pdf version
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
42     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
43     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
44     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
45     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
46     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
47     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
48     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
49     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
50     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
51
52     # Detailed test configurations
53     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
54     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
55     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
56     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
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,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
64     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
65     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
66     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
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,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
75     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
76     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
77
78     # .css patch file to fix tables generated by Sphinx
79     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
80     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
81
82   urls:
83     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
84     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
85     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
86     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
87     DIR[NEXUS,DOC]: "report/_static/archive"
88
89   make-dirs:
90   # List the directories which are created while preparing the environment.
91   # All directories MUST be defined in "paths" section.
92   - "DIR[WORKING,DATA]"
93   - "DIR[STATIC,VPP]"
94   - "DIR[STATIC,DPDK]"
95   - "DIR[STATIC,ARCH]"
96   - "DIR[BUILD,LATEX]"
97   - "DIR[WORKING,SRC]"
98   - "DIR[WORKING,SRC,STATIC]"
99
100   remove-dirs:
101   # List the directories which are deleted while cleaning the environment.
102   # All directories MUST be defined in "paths" section.
103   #- "DIR[BUILD,HTML]"
104   - "DIR[WORKING,DATA]"
105
106   build-dirs:
107   # List the directories where the results (build) is stored.
108   # All directories MUST be defined in "paths" section.
109   - "DIR[BUILD,HTML]"
110   - "DIR[BUILD,LATEX]"
111
112 - type: "configuration"
113
114   limits:
115     nic:
116       x520: 24460000
117       x553: 29761905
118       x710: 35800000
119       xxv710: 35800000
120       xl710: 35800000
121
122     link:
123       10ge: 14880952.38
124       25ge: 37202380.95
125       40ge: 59523809.52
126       100ge: 148809523.81
127
128     pci:
129       pci-g3-x8: 74404761.90
130       pci-g3-x16: 148809523.81
131
132   data-sets:
133
134     ###########################################################################
135     # Plots:
136
137     # 3n-hsw
138
139     plot-vpp-throughput-lat-tsa-3n-hsw:
140       csit-vpp-perf-verify-1908-3n-hsw:
141         - 12  # NDRPDR sel
142         - 13  # NDRPDR sel
143         - 14  # NDRPDR sel
144         - 15  # NDRPDR sel
145         - 16  # NDRPDR sel
146         - 17  # NDRPDR sel
147         - 18  # NDRPDR sel
148         - 19  # NDRPDR sel
149         - 20  # NDRPDR sel
150         - 21  # NDRPDR sel
151
152     plot-vpp-throughput-lat-tsa-3n-hsw-vhost:
153       csit-vpp-perf-verify-1908-3n-hsw:
154         - 48  # NDRPDR sel vhost
155         - 49  # NDRPDR sel vhost
156         - 52  # NDRPDR sel vhost
157         - 53  # NDRPDR sel vhost
158         - 54  # NDRPDR sel vhost
159         - 55  # NDRPDR sel vhost
160         - 56  # NDRPDR sel vhost
161         - 57  # NDRPDR sel vhost
162         - 58  # NDRPDR sel vhost
163         - 59  # NDRPDR sel vhost
164
165     plot-vpp-http-server-performance:
166       csit-vpp-perf-verify-1908-2n-skx:
167         - 29  # TCP
168         - 30  # TCP
169         - 58  # TCP
170         - 59  # TCP
171         - 60  # TCP
172         - 61  # TCP
173         - 62  # TCP
174         - 63  # TCP
175         - 64  # TCP
176         - 65  # TCP
177
178     plot-dpdk-throughput-latency-3n-hsw:
179       csit-dpdk-perf-verify-1908-3n-hsw:
180         - 2   # NDRPDR sel
181         - 3   # NDRPDR sel
182         - 4   # NDRPDR sel
183         - 5   # NDRPDR sel
184         - 6   # NDRPDR sel
185         - 7   # NDRPDR sel
186         - 8   # NDRPDR sel
187         - 9   # NDRPDR sel
188         - 10  # NDRPDR sel
189         - 11  # NDRPDR sel
190
191     # 3n-skx
192
193     plot-vpp-throughput-lat-tsa-3n-skx:
194       csit-vpp-perf-verify-1908-3n-skx:
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 19  # NDRPDR sel
198         - 20  # NDRPDR sel
199         - 22  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 24  # NDRPDR sel
202         - 25  # NDRPDR sel
203         - 26  # NDRPDR sel
204         - 29  # NDRPDR sel
205
206     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
207       csit-vpp-perf-verify-1908-3n-skx:
208         - 52  # NDRPDR sel vhost
209         - 53  # NDRPDR sel vhost
210         - 55  # NDRPDR sel vhost
211         - 61  # NDRPDR sel vhost
212         - 62  # NDRPDR sel vhost
213         - 63  # NDRPDR sel vhost
214         - 64  # NDRPDR sel vhost
215         - 66  # NDRPDR sel vhost
216
217     plot-dpdk-throughput-latency-3n-skx:
218       csit-dpdk-perf-verify-1908-3n-skx:
219         - 3   # NDRPDR sel
220         - 4   # NDRPDR sel
221         - 5   # NDRPDR sel
222         - 6   # NDRPDR sel
223         - 7   # NDRPDR sel
224         - 8   # NDRPDR sel
225         - 9   # NDRPDR sel
226         - 10  # NDRPDR sel
227         - 11  # NDRPDR sel
228         - 12  # NDRPDR sel
229
230     # 2n-skx
231
232     plot-vpp-throughput-lat-tsa-2n-skx:
233       csit-vpp-perf-verify-1908-2n-skx:
234         - 26  # NDRPDR sel
235         - 27  # NDRPDR sel
236         - 34  # NDRPDR sel
237         - 35  # NDRPDR sel
238         - 36  # NDRPDR sel
239         - 42  # NDRPDR sel
240         - 43  # NDRPDR sel
241         - 44  # NDRPDR sel
242         - 45  # NDRPDR sel
243         - 46  # NDRPDR sel
244
245     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
246       csit-vpp-perf-verify-1908-2n-skx:
247         - 88  # NDRPDR sel vhost
248         - 89  # NDRPDR sel vhost
249         - 91  # NDRPDR sel vhost
250         - 92  # NDRPDR sel vhost
251         - 93  # NDRPDR sel vhost
252         - 94  # NDRPDR sel vhost
253         - 95  # NDRPDR sel vhost
254         - 96  # NDRPDR sel vhost
255         - 97  # NDRPDR sel vhost
256         - 98  # NDRPDR sel vhost
257
258     plot-vpp-soak-2n-skx:
259       csit-vpp-perf-verify-1908-2n-skx:
260         - 83  # SOAK
261         - 86  # SOAK
262
263     plot-vpp-nfv-2n-skx-ndrpdr:
264       csit-vpp-perf-verify-1908-2n-skx:
265         - 22  # NFV
266         - 31  # NFV
267         - 32  # NFV
268         - 37  # NFV
269         - 38  # NFV
270         - 39  # NFV
271         - 53  # NFV
272         - 67  # NFV
273         - 68  # NFV
274         - 70  # NFV
275
276     plot-vpp-nfv-2n-skx-mrr:
277       csit-vpp-perf-verify-1908-2n-skx:
278         - 71  # NFV MRR
279
280     plot-dpdk-throughput-latency-2n-skx:
281       csit-dpdk-perf-verify-1908-2n-skx:
282         - 2   # NDRPDR sel
283         - 3   # NDRPDR sel
284         - 4   # NDRPDR sel
285         - 5   # NDRPDR sel
286         - 7   # NDRPDR sel
287         - 8   # NDRPDR sel
288         - 9   # NDRPDR sel
289         - 10  # NDRPDR sel
290         - 11  # NDRPDR sel
291         - 12  # NDRPDR sel
292
293     # 3n-tsh
294
295     plot-vpp-throughput-lat-tsa-3n-tsh:
296       csit-vpp-perf-verify-1908-3n-tsh:
297         - 7   # NDRPDR sel
298         - 8   # NDRPDR sel
299         - 9   # NDRPDR sel
300         - 10  # NDRPDR sel
301         - 11  # NDRPDR sel
302         - 12  # NDRPDR sel
303         - 13  # NDRPDR sel
304         - 14  # NDRPDR sel
305         - 15  # NDRPDR sel
306         - 16  # NDRPDR sel
307
308     # 3n-dnv
309
310     plot-vpp-throughput-lat-tsa-3n-dnv:
311       csit-vpp-perf-verify-1908-3n-dnv:
312         - 6   # NDRPDR sel
313         - 7   # NDRPDR sel
314         - 8   # NDRPDR sel
315         - 9   # NDRPDR sel
316         - 10  # NDRPDR sel
317         - 12  # NDRPDR sel
318         - 13  # NDRPDR sel
319         - 14  # NDRPDR sel
320         - 15  # NDRPDR sel
321         - 16  # NDRPDR sel
322
323     # 2n-dnv
324
325     plot-vpp-throughput-lat-tsa-2n-dnv:
326       csit-vpp-perf-verify-1908-2n-dnv:
327         - 1   # NDRPDR sel
328         - 2   # NDRPDR sel
329         - 3   # NDRPDR sel
330         - 4   # NDRPDR sel
331         - 5   # NDRPDR sel
332         - 6   # NDRPDR sel
333         - 7   # NDRPDR sel
334         - 8   # NDRPDR sel
335         - 9   # NDRPDR sel
336         - 10  # NDRPDR sel
337
338     ###########################################################################
339     # Simple tables (only one data set):
340
341     # NIC Comparisons
342
343     vpp-nic-comparison-3n-skx:
344       csit-vpp-perf-verify-1908-3n-skx:
345         - 14  # NDRPDR sel
346         - 16  # NDRPDR sel
347         - 19  # NDRPDR sel
348         - 20  # NDRPDR sel
349         - 22  # NDRPDR sel
350         - 23  # NDRPDR sel
351         - 24  # NDRPDR sel
352         - 25  # NDRPDR sel
353         - 26  # NDRPDR sel
354         - 29  # NDRPDR sel
355
356     vpp-nic-comparison-2n-skx:
357       csit-vpp-perf-verify-1908-2n-skx:
358         - 26  # NDRPDR sel
359         - 27  # NDRPDR sel
360         - 34  # NDRPDR sel
361         - 35  # NDRPDR sel
362         - 36  # NDRPDR sel
363         - 42  # NDRPDR sel
364         - 43  # NDRPDR sel
365         - 44  # NDRPDR sel
366         - 45  # NDRPDR sel
367         - 46  # NDRPDR sel
368
369     vpp-nic-comparison-3n-skx-mrr:
370       csit-vpp-perf-verify-1908-3n-skx:
371         - 36  # MRR sel
372
373     vpp-nic-comparison-2n-skx-mrr:
374       csit-vpp-perf-verify-1908-2n-skx:
375         - 69  # MRR sel
376
377     # Results
378
379     vpp-perf-results-3n-hsw:
380       csit-vpp-perf-verify-1908-3n-hsw:
381         - 24  # NDRPDR full
382         - 25  # NDRPDR full
383         - 26  # NDRPDR full
384         - 27  # NDRPDR full
385         - 28  # NDRPDR full
386         - 29  # NDRPDR full
387         - 32  # NDRPDR full
388         - 33  # NDRPDR full
389         - 36  # NDRPDR full
390         - 38  # NDRPDR full
391         - 50  # NDRPDR full vhost
392
393     vpp-perf-results-3n-skx:
394       csit-vpp-perf-verify-1908-3n-skx:
395         - 27  # NDRPDR full
396         - 28  # NDRPDR full
397         - 30  # NDRPDR full
398         - 31  # NDRPDR full
399         - 32  # NDRPDR full
400         - 33  # NDRPDR full
401         - 34  # NDRPDR full
402         - 35  # NDRPDR full
403         - 37  # NDRPDR full
404         - 39  # NDRPDR full
405         - 40  # NDRPDR full
406         - 41  # NDRPDR full
407         - 54  # NDRPDR full
408
409     vpp-perf-results-2n-skx:
410       csit-vpp-perf-verify-1908-2n-skx:
411         - 48  # NDRPDR full
412         - 49  # NDRPDR full
413         - 50  # NDRPDR full
414         - 51  # NDRPDR full
415         - 54  # NDRPDR full
416         - 55  # NDRPDR full
417         - 90  # NDRPDR full vhost
418
419     vpp-perf-results-3n-tsh:
420       csit-vpp-perf-verify-1908-3n-tsh:
421         - 13  # NDRPDR sel
422
423     vpp-perf-results-3n-dnv:
424       csit-vpp-perf-verify-1908-3n-dnv:
425         - 16  # NDRPDR sel
426
427     vpp-perf-results-2n-dnv:
428       csit-vpp-perf-verify-1908-2n-dnv:
429         - 9   # NDRPDR sel
430
431     vpp-mrr-results-3n-hsw:
432       csit-vpp-perf-verify-1908-3n-hsw:
433         - 39  # MRR sel
434
435     vpp-mrr-results-3n-skx:
436       csit-vpp-perf-verify-1908-3n-skx:
437         - 36  # MRR sel
438
439     vpp-mrr-results-2n-skx:
440       csit-vpp-perf-verify-1908-2n-skx:
441         - 69  # MRR sel
442
443     vpp-mrr-results-3n-dnv:
444       csit-vpp-perf-verify-1908-3n-dnv:
445         - 17  # MRR sel
446
447     vpp-mrr-results-2n-dnv:
448       csit-vpp-perf-verify-1908-2n-dnv:
449         - 11  # MRR sel
450
451     vpp-func-results-ubuntu:
452       csit-vpp-functional-1908-ubuntu1604-virl:
453         - 64
454
455     vpp-func-results-centos:
456       csit-vpp-functional-1908-centos7-virl:
457         - 64
458
459     vpp-device-results-ubuntu:
460       csit-vpp-device-1908-ubuntu1804-1n-skx:
461         - 65
462
463     dpdk-perf-results-3n-hsw:
464       csit-dpdk-perf-verify-1908-3n-hsw:
465         - 10  # NDRPDR sel
466
467     dpdk-perf-results-3n-skx:
468       csit-dpdk-perf-verify-1908-3n-skx:
469         - 12  # NDRPDR sel
470
471     dpdk-perf-results-2n-skx:
472       csit-dpdk-perf-verify-1908-2n-skx:
473         - 12  # NDRPDR sel
474
475 ###########################################################################
476     # Tables (more than one data set)
477
478     # Performance changes
479
480     vpp-performance-changes-3n-hsw-h1:
481       csit-vpp-perf-verify-1901-3n-hsw:
482         - 10  # NDRPDR sel
483         - 19  # NDRPDR sel
484         - 31  # NDRPDR sel
485         - 36  # NDRPDR sel
486         - 40  # NDRPDR sel
487         - 42  # NDRPDR sel
488         - 44  # NDRPDR sel
489         - 46  # NDRPDR sel
490         - 47  # NDRPDR sel
491         - 48  # NDRPDR sel
492         - 61  # NDRPDR LB
493         - 62  # NDRPDR LB
494         - 63  # NDRPDR LB
495         - 64  # NDRPDR LB
496         - 65  # NDRPDR LB
497         - 66  # NDRPDR LB
498         - 67  # NDRPDR LB
499         - 69  # NDRPDR LB
500         - 70  # NDRPDR LB
501         - 71  # NDRPDR LB
502     vpp-performance-changes-3n-hsw-ref:
503       csit-vpp-perf-verify-1904-3n-hsw:
504         - 11  # NDRPDR sel
505         - 12  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 23  # NDRPDR sel
509         - 24  # NDRPDR sel
510         - 25  # NDRPDR sel
511         - 26  # NDRPDR sel
512         - 29  # NDRPDR sel
513         - 30  # NDRPDR sel
514     vpp-performance-changes-3n-hsw-cmp:
515       csit-vpp-perf-verify-1908-3n-hsw:
516         - 12  # NDRPDR sel
517         - 13  # NDRPDR sel
518         - 14  # NDRPDR sel
519         - 15  # NDRPDR sel
520         - 16  # NDRPDR sel
521         - 17  # NDRPDR sel
522         - 18  # NDRPDR sel
523         - 19  # NDRPDR sel
524         - 20  # NDRPDR sel
525         - 21  # NDRPDR sel
526     vpp-performance-changes-3n-hsw:
527       - "vpp-performance-changes-3n-hsw-h1"
528       - "vpp-performance-changes-3n-hsw-ref"
529       - "vpp-performance-changes-3n-hsw-cmp"
530
531     vpp-performance-changes-3n-skx-h1:
532       csit-vpp-perf-verify-1901-3n-skx:
533         - 18  # NDRPDR sel
534         - 19  # NDRPDR sel
535         - 20  # NDRPDR sel
536         - 28  # NDRPDR sel
537         - 31  # NDRPDR sel
538         - 33  # NDRPDR sel
539         - 36  # NDRPDR sel
540         - 38  # NDRPDR sel
541         - 47  # NDRPDR sel
542         - 48  # NDRPDR sel
543         - 54  # NDRPDR LB
544         - 57  # NDRPDR LB
545         - 58  # NDRPDR LB
546         - 59  # NDRPDR LB
547         - 60  # NDRPDR LB
548         - 63  # NDRPDR LB
549         - 64  # NDRPDR LB
550         - 65  # NDRPDR LB
551         - 66  # NDRPDR LB
552         - 67  # NDRPDR LB
553     vpp-performance-changes-3n-skx-ref:
554       csit-vpp-perf-verify-1904-3n-skx:
555         - 8   # NDRPDR sel
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 11  # NDRPDR sel
559         - 12  # NDRPDR sel
560         - 14  # NDRPDR sel
561         - 16  # NDRPDR sel
562         - 21  # NDRPDR sel
563         - 23  # NDRPDR sel
564         - 25  # NDRPDR sel
565     vpp-performance-changes-3n-skx-cmp:
566       csit-vpp-perf-verify-1908-3n-skx:
567         - 14  # NDRPDR sel
568         - 16  # NDRPDR sel
569         - 19  # NDRPDR sel
570         - 20  # NDRPDR sel
571         - 22  # NDRPDR sel
572         - 23  # NDRPDR sel
573         - 24  # NDRPDR sel
574         - 25  # NDRPDR sel
575         - 26  # NDRPDR sel
576         - 29  # NDRPDR sel
577     vpp-performance-changes-3n-skx:
578       - "vpp-performance-changes-3n-skx-h1"
579       - "vpp-performance-changes-3n-skx-ref"
580       - "vpp-performance-changes-3n-skx-cmp"
581
582     vpp-performance-changes-2n-skx-h1:
583       csit-vpp-perf-verify-1901-2n-skx:
584         - 5   # NDRPDR sel
585         - 12  # NDRPDR sel
586         - 13  # NDRPDR sel
587         - 21  # NDRPDR sel
588         - 23  # NDRPDR sel
589         - 31  # NDRPDR sel
590         - 34  # NDRPDR sel
591         - 40  # NDRPDR sel
592         - 42  # NDRPDR sel
593         - 43  # NDRPDR sel
594     vpp-performance-changes-2n-skx-ref:
595       csit-vpp-perf-verify-1904-2n-skx:
596         - 12  # NDRPDR sel
597         - 14  # NDRPDR sel
598         - 16  # NDRPDR sel
599         - 17  # NDRPDR sel
600         - 18  # NDRPDR sel
601         - 21  # NDRPDR sel
602         - 27  # NDRPDR sel
603         - 30  # NDRPDR sel
604         - 31  # NDRPDR sel
605         - 32  # NDRPDR sel
606     vpp-performance-changes-2n-skx-cmp:
607       csit-vpp-perf-verify-1908-2n-skx:
608         - 26  # NDRPDR sel
609         - 27  # NDRPDR sel
610         - 34  # NDRPDR sel
611         - 35  # NDRPDR sel
612         - 36  # NDRPDR sel
613         - 42  # NDRPDR sel
614         - 43  # NDRPDR sel
615         - 44  # NDRPDR sel
616         - 45  # NDRPDR sel
617         - 46  # NDRPDR sel
618     vpp-performance-changes-2n-skx:
619       - "vpp-performance-changes-2n-skx-h1"
620       - "vpp-performance-changes-2n-skx-ref"
621       - "vpp-performance-changes-2n-skx-cmp"
622
623     vpp-soak-vs-ndr-2n-skx-ref:
624       csit-vpp-perf-verify-1908-2n-skx:
625         - 26  # NDRPDR sel
626         - 27  # NDRPDR sel
627         - 34  # NDRPDR sel
628         - 35  # NDRPDR sel
629         - 36  # NDRPDR sel
630         - 42  # NDRPDR sel
631         - 43  # NDRPDR sel
632         - 44  # NDRPDR sel
633         - 45  # NDRPDR sel
634         - 46  # NDRPDR sel
635     vpp-soak-vs-ndr-2n-skx-cmp:
636       csit-vpp-perf-verify-1908-2n-skx:
637         - 83  # SOAK
638         - 86  # SOAK
639     vpp-soak-vs-ndr-2n-skx:
640       csit-vpp-perf-verify-1908-2n-skx:
641         - 26  # NDRPDR sel
642         - 27  # NDRPDR sel
643         - 34  # NDRPDR sel
644         - 35  # NDRPDR sel
645         - 36  # NDRPDR sel
646         - 42  # NDRPDR sel
647         - 43  # NDRPDR sel
648         - 44  # NDRPDR sel
649         - 45  # NDRPDR sel
650         - 46  # NDRPDR sel
651         - 83  # SOAK
652         - 86  # SOAK
653
654     vpp-performance-changes-3n-hsw-mrr-h1:
655       csit-vpp-perf-verify-1901-3n-hsw:
656         - 35  # MRR sel
657     vpp-performance-changes-3n-hsw-mrr-ref:
658       csit-vpp-perf-verify-1904-3n-hsw:
659         - 9   # MRR sel
660     vpp-performance-changes-3n-hsw-mrr-cmp:
661       csit-vpp-perf-verify-1908-3n-hsw:
662         - 39  # MRR sel
663     vpp-performance-changes-3n-hsw-mrr:
664       - "vpp-performance-changes-3n-hsw-mrr-h1"
665       - "vpp-performance-changes-3n-hsw-mrr-ref"
666       - "vpp-performance-changes-3n-hsw-mrr-cmp"
667
668     vpp-performance-changes-3n-skx-mrr-h1:
669       csit-vpp-perf-verify-1901-3n-skx:
670         - 32  # MRR sel
671     vpp-performance-changes-3n-skx-mrr-ref:
672       csit-vpp-perf-verify-1904-3n-skx:
673         - 7   # MRR sel
674     vpp-performance-changes-3n-skx-mrr-cmp:
675       csit-vpp-perf-verify-1908-3n-skx:
676         - 36  # MRR sel
677     vpp-performance-changes-3n-skx-mrr:
678       - "vpp-performance-changes-3n-skx-mrr-h1"
679       - "vpp-performance-changes-3n-skx-mrr-ref"
680       - "vpp-performance-changes-3n-skx-mrr-cmp"
681
682     vpp-performance-changes-2n-skx-mrr-h1:
683       csit-vpp-perf-verify-1901-2n-skx:
684         - 22  # MRR sel
685     vpp-performance-changes-2n-skx-mrr-ref:
686       csit-vpp-perf-verify-1904-2n-skx:
687         - 11  # MRR sel
688     vpp-performance-changes-2n-skx-mrr-cmp:
689       csit-vpp-perf-verify-1908-2n-skx:
690         - 69  # MRR sel
691     vpp-performance-changes-2n-skx-mrr:
692       - "vpp-performance-changes-2n-skx-mrr-h1"
693       - "vpp-performance-changes-2n-skx-mrr-ref"
694       - "vpp-performance-changes-2n-skx-mrr-cmp"
695
696     dpdk-performance-changes-3n-hsw-h1:
697       csit-dpdk-perf-verify-1901-3n-hsw:
698         - 13  # NDRPDR sel
699         - 14  # NDRPDR sel
700         - 16  # NDRPDR sel
701         - 17  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705         - 21  # NDRPDR sel
706         - 22  # NDRPDR sel
707         - 23  # NDRPDR sel
708     dpdk-performance-changes-3n-hsw-ref:
709       csit-dpdk-perf-verify-1904-3n-hsw:
710         - 2   # NDRPDR sel
711         - 3   # NDRPDR sel
712         - 5   # NDRPDR sel
713         - 6   # NDRPDR sel
714         - 13  # NDRPDR sel
715         - 14  # NDRPDR sel
716         - 15  # NDRPDR sel
717         - 18  # NDRPDR sel
718         - 19  # NDRPDR sel
719         - 20  # NDRPDR sel
720     dpdk-performance-changes-3n-hsw-cmp:
721       csit-dpdk-perf-verify-1908-3n-hsw:
722         - 2   # NDRPDR sel
723         - 3   # NDRPDR sel
724         - 4   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732     dpdk-performance-changes-3n-hsw:
733       - "dpdk-performance-changes-3n-hsw-h1"
734       - "dpdk-performance-changes-3n-hsw-ref"
735       - "dpdk-performance-changes-3n-hsw-cmp"
736
737     dpdk-performance-changes-3n-skx-h1:
738       csit-dpdk-perf-verify-1901-3n-skx:
739         - 3   # NDRPDR sel
740         - 5   # NDRPDR sel
741         - 6   # NDRPDR sel
742         - 7   # NDRPDR sel
743         - 8   # NDRPDR sel
744         - 9   # NDRPDR sel
745         - 10  # NDRPDR sel
746         - 11  # NDRPDR sel
747         - 12  # NDRPDR sel
748         - 13  # NDRPDR sel
749     dpdk-performance-changes-3n-skx-ref:
750       csit-dpdk-perf-verify-1904-3n-skx:
751         - 2   # NDRPDR sel
752         - 3   # NDRPDR sel
753         - 4   # NDRPDR sel
754         - 5   # NDRPDR sel
755         - 6   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 11  # NDRPDR sel
758         - 12  # NDRPDR sel
759         - 13  # NDRPDR sel
760         - 14  # NDRPDR sel
761     dpdk-performance-changes-3n-skx-cmp:
762       csit-dpdk-perf-verify-1908-3n-skx:
763         - 3   # NDRPDR sel
764         - 4   # NDRPDR sel
765         - 5   # NDRPDR sel
766         - 6   # NDRPDR sel
767         - 7   # NDRPDR sel
768         - 8   # NDRPDR sel
769         - 9   # NDRPDR sel
770         - 10  # NDRPDR sel
771         - 11  # NDRPDR sel
772         - 12  # NDRPDR sel
773     dpdk-performance-changes-3n-skx:
774       - "dpdk-performance-changes-3n-skx-h1"
775       - "dpdk-performance-changes-3n-skx-ref"
776       - "dpdk-performance-changes-3n-skx-cmp"
777
778     dpdk-performance-changes-2n-skx-h1:
779       csit-dpdk-perf-verify-1901-2n-skx:
780         - 12  # NDRPDR sel
781         - 13  # NDRPDR sel
782         - 14  # NDRPDR sel
783         - 15  # NDRPDR sel
784         - 16  # NDRPDR sel
785         - 17  # NDRPDR sel
786         - 18  # NDRPDR sel
787         - 19  # NDRPDR sel
788         - 20  # NDRPDR sel
789         - 21  # NDRPDR sel
790     dpdk-performance-changes-2n-skx-ref:
791       csit-dpdk-perf-verify-1904-2n-skx:
792         - 2   # NDRPDR sel
793         - 3   # NDRPDR sel
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 7   # NDRPDR sel
797         - 8   # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 10  # NDRPDR sel
800         - 11  # NDRPDR sel
801         - 12  # NDRPDR sel
802     dpdk-performance-changes-2n-skx-cmp:
803       csit-dpdk-perf-verify-1908-2n-skx:
804         - 2   # NDRPDR sel
805         - 3   # NDRPDR sel
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel
808         - 7   # NDRPDR sel
809         - 8   # NDRPDR sel
810         - 9   # NDRPDR sel
811         - 10  # NDRPDR sel
812         - 11  # NDRPDR sel
813         - 12  # NDRPDR sel
814     dpdk-performance-changes-2n-skx:
815       - "dpdk-performance-changes-2n-skx-h1"
816       - "dpdk-performance-changes-2n-skx-ref"
817       - "dpdk-performance-changes-2n-skx-cmp"
818
819     # Compare testbeds
820
821     vpp-compare-testbeds-ref:
822       csit-vpp-perf-verify-1908-3n-hsw:
823         - 12  # NDRPDR sel
824         - 13  # NDRPDR sel
825         - 14  # NDRPDR sel
826         - 15  # NDRPDR sel
827         - 16  # NDRPDR sel
828         - 17  # NDRPDR sel
829         - 18  # NDRPDR sel
830         - 19  # NDRPDR sel
831         - 20  # NDRPDR sel
832         - 21  # NDRPDR sel
833     vpp-compare-testbeds-cmp:
834       csit-vpp-perf-verify-1908-3n-skx:
835         - 14  # NDRPDR sel
836         - 16  # NDRPDR sel
837         - 19  # NDRPDR sel
838         - 20  # NDRPDR sel
839         - 22  # NDRPDR sel
840         - 23  # NDRPDR sel
841         - 24  # NDRPDR sel
842         - 25  # NDRPDR sel
843         - 26  # NDRPDR sel
844         - 29  # NDRPDR sel
845     vpp-compare-testbeds:
846       - "vpp-compare-testbeds-ref"
847       - "vpp-compare-testbeds-cmp"
848
849     vpp-compare-testbeds-mrr-ref:
850       csit-vpp-perf-verify-1908-3n-hsw:
851         - 39  # MRR sel
852     vpp-compare-testbeds-mrr-cmp:
853       csit-vpp-perf-verify-1908-3n-skx:
854         - 36  # MRR sel
855     vpp-compare-testbeds-mrr:
856       - "vpp-compare-testbeds-mrr-ref"
857       - "vpp-compare-testbeds-mrr-cmp"
858
859     dpdk-compare-testbeds-ref:
860       csit-dpdk-perf-verify-1908-3n-hsw:
861         - 2   # NDRPDR sel
862         - 3   # NDRPDR sel
863         - 4   # NDRPDR sel
864         - 5   # NDRPDR sel
865         - 6   # NDRPDR sel
866         - 7   # NDRPDR sel
867         - 8   # NDRPDR sel
868         - 9   # NDRPDR sel
869         - 10  # NDRPDR sel
870         - 11  # NDRPDR sel
871     dpdk-compare-testbeds-cmp:
872       csit-dpdk-perf-verify-1908-3n-skx:
873         - 3   # NDRPDR sel
874         - 4   # NDRPDR sel
875         - 5   # NDRPDR sel
876         - 6   # NDRPDR sel
877         - 7   # NDRPDR sel
878         - 8   # NDRPDR sel
879         - 9   # NDRPDR sel
880         - 10  # NDRPDR sel
881         - 11  # NDRPDR sel
882         - 12  # NDRPDR sel
883     dpdk-compare-testbeds:
884       - "dpdk-compare-testbeds-ref"
885       - "dpdk-compare-testbeds-cmp"
886
887     # Compare topologies
888
889     vpp-compare-topologies-ref:
890       csit-vpp-perf-verify-1908-3n-skx:
891         - 14  # NDRPDR sel
892         - 16  # NDRPDR sel
893         - 19  # NDRPDR sel
894         - 20  # NDRPDR sel
895         - 22  # NDRPDR sel
896         - 23  # NDRPDR sel
897         - 24  # NDRPDR sel
898         - 25  # NDRPDR sel
899         - 26  # NDRPDR sel
900         - 29  # NDRPDR sel
901     vpp-compare-topologies-cmp:
902       csit-vpp-perf-verify-1908-2n-skx:
903         - 26  # NDRPDR sel
904         - 27  # NDRPDR sel
905         - 34  # NDRPDR sel
906         - 35  # NDRPDR sel
907         - 36  # NDRPDR sel
908         - 42  # NDRPDR sel
909         - 43  # NDRPDR sel
910         - 44  # NDRPDR sel
911         - 45  # NDRPDR sel
912         - 46  # NDRPDR sel
913     vpp-compare-topologies:
914       - "vpp-compare-topologies-ref"
915       - "vpp-compare-topologies-cmp"
916
917     vpp-compare-topologies-mrr-ref:
918       csit-vpp-perf-verify-1908-3n-skx:
919         - 36  # MRR sel
920     vpp-compare-topologies-mrr-cmp:
921       csit-vpp-perf-verify-1908-2n-skx:
922         - 69  # MRR sel
923     vpp-compare-topologies-mrr:
924       - "vpp-compare-topologies-mrr-ref"
925       - "vpp-compare-topologies-mrr-cmp"
926
927     dpdk-compare-topologies-ref:
928       csit-dpdk-perf-verify-1908-3n-skx:
929         - 3   # NDRPDR sel
930         - 4   # NDRPDR sel
931         - 5   # NDRPDR sel
932         - 6   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 11  # NDRPDR sel
938         - 12  # NDRPDR sel
939     dpdk-compare-topologies-cmp:
940       csit-dpdk-perf-verify-1908-2n-skx:
941         - 2   # NDRPDR sel
942         - 3   # NDRPDR sel
943         - 4   # NDRPDR sel
944         - 5   # NDRPDR sel
945         - 7   # NDRPDR sel
946         - 8   # NDRPDR sel
947         - 9   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 11  # NDRPDR sel
950         - 12  # NDRPDR sel
951     dpdk-compare-topologies:
952       - "dpdk-compare-topologies-ref"
953       - "dpdk-compare-topologies-cmp"
954
955   plot-layouts:
956
957     plot-soak-throughput:
958       titlefont:
959         size: 18
960       xaxis:
961         title: "<b>Test Cases [Index]</b>"
962         titlefont:
963           size: 16
964         autorange: True
965         fixedrange: False
966         gridcolor: "rgb(230, 230, 230)"
967         linecolor: "rgb(220, 220, 220)"
968         linewidth: 1
969         showgrid: True
970         showline: True
971         showticklabels: True
972         tickcolor: "rgb(220, 220, 220)"
973         tickmode: "linear"
974         tickfont:
975           size: 16
976         zeroline: False
977       yaxis:
978         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
979         titlefont:
980           size: 16
981         gridcolor: "rgb(230, 230, 230)"
982         hoverformat: ".4r"
983         tickformat: ".3r"
984         linecolor: "rgb(220, 220, 220)"
985         linewidth: 1
986         showgrid: True
987         showline: True
988         showticklabels: True
989         tickcolor: "rgb(220, 220, 220)"
990         tickfont:
991           size: 16
992         zeroline: False
993         range: [0,50]
994       autosize: False
995       margin:
996         t: 50
997         b: 0
998         l: 80
999         r: 20
1000       showlegend: True
1001       legend:
1002         orientation: "h"
1003         font:
1004           size: 16
1005       width: 700
1006       height: 900
1007
1008     plot-service-density:
1009       titlefont:
1010         size: 18
1011       xaxis:
1012         side: "top"
1013         autorange: True
1014         fixedrange: False
1015         showgrid: False
1016         showline: False
1017         showticklabels: False
1018         ticks: ""
1019         ticklen: 0
1020         tickwidth: 0
1021         zeroline: False
1022       yaxis:
1023         autorange: "reversed"
1024         showgrid: False
1025         showline: False
1026         showticklabels: False
1027         ticks: ""
1028         ticklen: 0
1029         tickwidth: 0
1030         zeroline: False
1031       autosize: True
1032       showlegend: False
1033       width: 700
1034       height: 700
1035
1036     plot-cps:
1037       titlefont:
1038         size: 18
1039       xaxis:
1040         title: "<b>Test Cases [Index]</b>"
1041         titlefont:
1042           size: 16
1043         autorange: True
1044         fixedrange: False
1045         gridcolor: "rgb(230, 230, 230)"
1046         linecolor: "rgb(220, 220, 220)"
1047         linewidth: 1
1048         showgrid: True
1049         showline: True
1050         showticklabels: True
1051         tickcolor: "rgb(220, 220, 220)"
1052         tickmode: "linear"
1053         tickfont:
1054           size: 16
1055         zeroline: False
1056       yaxis:
1057         title: "<b>Connections Per Second [cps]</b>"
1058         titlefont:
1059           size: 16
1060         gridcolor: "rgb(230, 230, 230)"
1061         hoverformat: ".4s"
1062         linecolor: "rgb(220, 220, 220)"
1063         linewidth: 1
1064         rangemode: "tozero"
1065         showgrid: True
1066         showline: True
1067         showticklabels: True
1068         tickcolor: "rgb(220, 220, 220)"
1069         tickformat: ".3s"
1070         tickfont:
1071           size: 16
1072         zeroline: False
1073       boxmode: "group"
1074       boxgroupgap: 0.5
1075       autosize: False
1076       margin:
1077         t: 50
1078         b: 20
1079         l: 80
1080         r: 20
1081       showlegend: True
1082       legend:
1083         orientation: "h"
1084         font:
1085           size: 16
1086       width: 700
1087       height: 800
1088
1089     plot-rps:
1090       titlefont:
1091         size: 18
1092       xaxis:
1093         title: "<b>Test Cases [Index]</b>"
1094         titlefont:
1095           size: 16
1096         autorange: True
1097         fixedrange: False
1098         gridcolor: "rgb(230, 230, 230)"
1099         linecolor: "rgb(220, 220, 220)"
1100         linewidth: 1
1101         showgrid: True
1102         showline: True
1103         showticklabels: True
1104         tickcolor: "rgb(220, 220, 220)"
1105         tickmode: "linear"
1106         tickfont:
1107           size: 16
1108         zeroline: False
1109       yaxis:
1110         title: "<b>Requests Per Second [rps]</b>"
1111         titlefont:
1112           size: 16
1113         gridcolor: "rgb(230, 230, 230)"
1114         hoverformat: ".4s"
1115         linecolor: "rgb(220, 220, 220)"
1116         linewidth: 1
1117         rangemode: "tozero"
1118         showgrid: True
1119         showline: True
1120         showticklabels: True
1121         tickcolor: "rgb(230, 230, 230)"
1122         tickformat: ".3s"
1123         tickfont:
1124           size: 16
1125         zeroline: False
1126       boxmode: "group"
1127       boxgroupgap: 0.5
1128       autosize: False
1129       margin:
1130         t: 50
1131         b: 20
1132         l: 80
1133         r: 20
1134       showlegend: True
1135       legend:
1136         orientation: "h"
1137         font:
1138           size: 16
1139       width: 700
1140       height: 800
1141
1142     plot-throughput:
1143       titlefont:
1144         size: 18
1145       xaxis:
1146         title: "<b>Test Cases [Index]</b>"
1147         titlefont:
1148           size: 16
1149         autorange: True
1150         fixedrange: False
1151         gridcolor: "rgb(230, 230, 230)"
1152         linecolor: "rgb(220, 220, 220)"
1153         linewidth: 1
1154         showgrid: True
1155         showline: True
1156         showticklabels: True
1157         tickcolor: "rgb(220, 220, 220)"
1158         tickmode: "linear"
1159         tickfont:
1160           size: 16
1161         zeroline: False
1162       yaxis:
1163         title: "<b>Packet Throughput [Mpps]</b>"
1164         titlefont:
1165           size: 16
1166         gridcolor: "rgb(230, 230, 230)"
1167         hoverformat: ".4r"
1168         tickformat: ".3r"
1169         linecolor: "rgb(220, 220, 220)"
1170         linewidth: 1
1171         showgrid: True
1172         showline: True
1173         showticklabels: True
1174         tickcolor: "rgb(220, 220, 220)"
1175         tickfont:
1176           size: 16
1177         zeroline: False
1178         range: [0,50]
1179       boxmode: "group"
1180       boxgroupgap: 0.5
1181       autosize: False
1182       margin:
1183         t: 50
1184         b: 0
1185         l: 80
1186         r: 20
1187       showlegend: True
1188       legend:
1189         orientation: "h"
1190         font:
1191           size: 16
1192       width: 700
1193       height: 900
1194
1195     plot-throughput-speedup-analysis:
1196       titlefont:
1197         size: 18
1198       xaxis:
1199         title: "<b>Number of Cores [Qty]</b>"
1200         titlefont:
1201           size: 16
1202         autorange: True
1203         fixedrange: False
1204         gridcolor: "rgb(230, 230, 230)"
1205         linecolor: "rgb(220, 220, 220)"
1206         linewidth: 1
1207         showgrid: True
1208         showline: True
1209         showticklabels: True
1210         tickcolor: "rgb(238, 238, 238)"
1211         tickmode: "linear"
1212         tickfont:
1213           size: 16
1214         zeroline: False
1215       yaxis:
1216         title: "<b>Packet Throughput [Mpps]</b>"
1217         titlefont:
1218           size: 16
1219         type: "linear"
1220         gridcolor: "rgb(230, 230, 230)"
1221         hoverformat: ".4s"
1222         linecolor: "rgb(220, 220, 220)"
1223         linewidth: 1
1224         showgrid: True
1225         showline: True
1226         showticklabels: True
1227         tickcolor: "rgb(220, 220, 220)"
1228         tickformat: ".4s"
1229         tickfont:
1230           size: 16
1231         zeroline: True
1232         rangemode: "tozero"
1233         range: [0,100]
1234       legend:
1235         orientation: "h"
1236         font:
1237           size: 16
1238         xanchor: "left"
1239         yanchor: "top"
1240         x: 0
1241         y: -0.2
1242         bgcolor: "rgba(255, 255, 255, 0)"
1243         bordercolor: "rgba(255, 255, 255, 0)"
1244         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1245       autosize: False
1246       margin:
1247           't': 50
1248           'b': 150
1249           'l': 85
1250           'r': 10
1251       showlegend: True
1252       width: 700
1253       height: 700
1254       hoverlabel:
1255         namelength: -1
1256       annotations: [
1257         {
1258           text: "_ _          __          ...",
1259           align: "left",
1260           showarrow: False,
1261           xref: "paper",
1262           yref: "paper",
1263           xanchor: "left",
1264           yanchor: "top",
1265           x: 0,
1266           y: -0.13,
1267           font: {
1268             family: "Consolas, Courier New",
1269             size: 15
1270           },
1271         },
1272         {
1273           text: "    Perfect     Measured     Limit",
1274           align: "left",
1275           showarrow: False,
1276           xref: "paper",
1277           yref: "paper",
1278           xanchor: "left",
1279           yanchor: "top",
1280           x: 0,
1281           y: -0.15,
1282           font: {
1283             family: "Consolas, Courier New",
1284             size: 15
1285           },
1286         },
1287       ]
1288
1289     plot-latency:
1290       titlefont:
1291         size: 18
1292       xaxis:
1293         title: "<b>Direction</b>"
1294         titlefont:
1295           size: 16
1296         autorange: True
1297         fixedrange: False
1298         gridcolor: "rgb(230, 230, 230)"
1299         linecolor: "rgb(220, 220, 220)"
1300         linewidth: 1
1301         showgrid: True
1302         showline: True
1303         showticklabels: False
1304         tickcolor: "rgb(220, 220, 220)"
1305         tickmode: "linear"
1306         tickfont:
1307           size: 16
1308         zeroline: False
1309       yaxis:
1310         title: "<b>Packet Latency [uSec]</b>"
1311         titlefont:
1312           size: 16
1313         type: "linear"
1314         gridcolor: "rgb(230, 230, 230)"
1315         hoverformat: ".4s"
1316         linecolor: "rgb(220, 220, 220)"
1317         linewidth: 1
1318         showgrid: True
1319         showline: True
1320         showticklabels: True
1321         tickcolor: "rgb(220, 220, 220)"
1322         tickformat: ".4s"
1323         tickfont:
1324           size: 16
1325         zeroline: True
1326         rangemode: "tozero"
1327       legend:
1328         orientation: "h"
1329         font:
1330           size: 16
1331         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1332       autosize: False
1333       margin:
1334           't': 50
1335           'b': 150
1336           'l': 80
1337           'r': 10
1338       showlegend: True
1339       width: 700
1340       height: 700
1341       hoverlabel:
1342         namelength: -1
1343
1344 - type: "static"
1345   src-path: "{DIR[RST]}"
1346   dst-path: "{DIR[WORKING,SRC]}"
1347
1348 - type: "input"
1349   general:
1350     file-name: "output_info.xml.gz"
1351     file-format: ".gz"
1352     arch-file-format:
1353       - ".gz"
1354       - ".zip"
1355     download-path: "{job}/{build}/archives/{filename}"
1356     extract: "output.xml"
1357
1358     zip-file-name: "robot-plugin.zip"
1359     zip-file-format: ".zip"
1360     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1361     zip-extract: "robot-plugin/output.xml"
1362
1363   builds:
1364
1365     csit-vpp-perf-verify-1901-3n-hsw:
1366       - 35  # MRR sel
1367       - 10  # NDRPDR sel
1368       - 19  # NDRPDR sel
1369       - 31  # NDRPDR sel
1370       - 36  # NDRPDR sel
1371       - 40  # NDRPDR sel
1372       - 42  # NDRPDR sel
1373       - 44  # NDRPDR sel
1374       - 46  # NDRPDR sel
1375       - 47  # NDRPDR sel
1376       - 48  # NDRPDR sel
1377       - 61  # NDRPDR LB
1378       - 62  # NDRPDR LB
1379       - 63  # NDRPDR LB
1380       - 64  # NDRPDR LB
1381       - 65  # NDRPDR LB
1382       - 66  # NDRPDR LB
1383       - 67  # NDRPDR LB
1384       - 69  # NDRPDR LB
1385       - 70  # NDRPDR LB
1386       - 71  # NDRPDR LB
1387     csit-vpp-perf-verify-1904-3n-hsw:
1388       - 9   # MRR sel
1389       - 11  # NDRPDR sel
1390       - 12  # NDRPDR sel
1391       - 20  # NDRPDR sel
1392       - 21  # NDRPDR sel
1393       - 23  # NDRPDR sel
1394       - 24  # NDRPDR sel
1395       - 25  # NDRPDR sel
1396       - 26  # NDRPDR sel
1397       - 29  # NDRPDR sel
1398       - 30  # NDRPDR sel
1399     csit-vpp-perf-verify-1908-3n-hsw:
1400       - 12  # NDRPDR sel
1401       - 13  # NDRPDR sel
1402       - 14  # NDRPDR sel
1403       - 15  # NDRPDR sel
1404       - 16  # NDRPDR sel
1405       - 17  # NDRPDR sel
1406       - 18  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 48  # NDRPDR sel vhost
1411       - 49  # NDRPDR sel vhost
1412       - 52  # NDRPDR sel vhost
1413       - 53  # NDRPDR sel vhost
1414       - 54  # NDRPDR sel vhost
1415       - 55  # NDRPDR sel vhost
1416       - 56  # NDRPDR sel vhost
1417       - 57  # NDRPDR sel vhost
1418       - 58  # NDRPDR sel vhost
1419       - 59  # NDRPDR sel vhost
1420       - 24  # NDRPDR full
1421       - 25  # NDRPDR full
1422       - 26  # NDRPDR full
1423       - 27  # NDRPDR full
1424       - 28  # NDRPDR full
1425       - 29  # NDRPDR full
1426       - 32  # NDRPDR full
1427       - 33  # NDRPDR full
1428       - 36  # NDRPDR full
1429       - 38  # NDRPDR full
1430       - 50  # NDRPDR full vhost
1431       - 39  # MRR sel
1432
1433     csit-vpp-perf-verify-1901-3n-skx:
1434       - 32  # MRR sel
1435       - 18  # NDRPDR sel
1436       - 19  # NDRPDR sel
1437       - 20  # NDRPDR sel
1438       - 28  # NDRPDR sel
1439       - 31  # NDRPDR sel
1440       - 33  # NDRPDR sel
1441       - 36  # NDRPDR sel
1442       - 38  # NDRPDR sel
1443       - 47  # NDRPDR sel
1444       - 48  # NDRPDR sel
1445       - 54  # NDRPDR LB
1446       - 57  # NDRPDR LB
1447       - 58  # NDRPDR LB
1448       - 59  # NDRPDR LB
1449       - 60  # NDRPDR LB
1450       - 63  # NDRPDR LB
1451       - 64  # NDRPDR LB
1452       - 65  # NDRPDR LB
1453       - 66  # NDRPDR LB
1454       - 67  # NDRPDR LB
1455     csit-vpp-perf-verify-1904-3n-skx:
1456       - 7   # MRR sel
1457       - 8   # NDRPDR sel
1458       - 9   # NDRPDR sel
1459       - 10  # NDRPDR sel
1460       - 11  # NDRPDR sel
1461       - 12  # NDRPDR sel
1462       - 14  # NDRPDR sel
1463       - 16  # NDRPDR sel
1464       - 21  # NDRPDR sel
1465       - 23  # NDRPDR sel
1466       - 25  # NDRPDR sel
1467     # TODO: Add data
1468     csit-vpp-perf-verify-1908-3n-skx:
1469       - 14  # NDRPDR sel
1470       - 16  # NDRPDR sel
1471       - 19  # NDRPDR sel
1472       - 20  # NDRPDR sel
1473       - 22  # NDRPDR sel
1474       - 23  # NDRPDR sel
1475       - 24  # NDRPDR sel
1476       - 25  # NDRPDR sel
1477       - 26  # NDRPDR sel
1478       - 29  # NDRPDR sel
1479       - 52  # NDRPDR sel vhost
1480       - 53  # NDRPDR sel vhost
1481       - 55  # NDRPDR sel vhost
1482       - 61  # NDRPDR sel vhost
1483       - 62  # NDRPDR sel vhost
1484       - 63  # NDRPDR sel vhost
1485       - 64  # NDRPDR sel vhost
1486       - 66  # NDRPDR sel vhost
1487       - 27  # NDRPDR full
1488       - 28  # NDRPDR full
1489       - 30  # NDRPDR full
1490       - 31  # NDRPDR full
1491       - 32  # NDRPDR full
1492       - 33  # NDRPDR full
1493       - 34  # NDRPDR full
1494       - 35  # NDRPDR full
1495       - 37  # NDRPDR full
1496       - 39  # NDRPDR full
1497       - 40  # NDRPDR full
1498       - 41  # NDRPDR full
1499       - 54  # NDRPDR full
1500       - 36  # MRR sel
1501
1502     csit-vpp-perf-verify-1901-2n-skx:
1503       - 22  # MRR sel
1504       - 5   # NDRPDR sel
1505       - 12  # NDRPDR sel
1506       - 13  # NDRPDR sel
1507       - 21  # NDRPDR sel
1508       - 23  # NDRPDR sel
1509       - 31  # NDRPDR sel
1510       - 34  # NDRPDR sel
1511       - 40  # NDRPDR sel
1512       - 42  # NDRPDR sel
1513       - 43  # NDRPDR sel
1514     csit-vpp-perf-verify-1904-2n-skx:
1515       - 11  # MRR sel
1516       - 12  # NDRPDR sel
1517       - 14  # NDRPDR sel
1518       - 16  # NDRPDR sel
1519       - 17  # NDRPDR sel
1520       - 18  # NDRPDR sel
1521       - 21  # NDRPDR sel
1522       - 27  # NDRPDR sel
1523       - 30  # NDRPDR sel
1524       - 31  # NDRPDR sel
1525       - 32  # NDRPDR sel
1526     # TODO: Add data
1527     csit-vpp-perf-verify-1908-2n-skx:
1528       - 26  # NDRPDR sel
1529       - 27  # NDRPDR sel
1530       - 34  # NDRPDR sel
1531       - 35  # NDRPDR sel
1532       - 36  # NDRPDR sel
1533       - 42  # NDRPDR sel
1534       - 43  # NDRPDR sel
1535       - 44  # NDRPDR sel
1536       - 45  # NDRPDR sel
1537       - 46  # NDRPDR sel
1538       - 88  # NDRPDR sel vhost
1539       - 89  # NDRPDR sel vhost
1540       - 91  # NDRPDR sel vhost
1541       - 92  # NDRPDR sel vhost
1542       - 93  # NDRPDR sel vhost
1543       - 94  # NDRPDR sel vhost
1544       - 95  # NDRPDR sel vhost
1545       - 96  # NDRPDR sel vhost
1546       - 97  # NDRPDR sel vhost
1547       - 98  # NDRPDR sel vhost
1548       - 48  # NDRPDR full
1549       - 49  # NDRPDR full
1550       - 50  # NDRPDR full
1551       - 51  # NDRPDR full
1552       - 54  # NDRPDR full
1553       - 55  # NDRPDR full
1554       - 90  # NDRPDR full vhost
1555       - 69  # MRR sel
1556       - 29  # TCP
1557       - 30  # TCP
1558       - 58  # TCP
1559       - 59  # TCP
1560       - 60  # TCP
1561       - 61  # TCP
1562       - 62  # TCP
1563       - 63  # TCP
1564       - 64  # TCP
1565       - 65  # TCP
1566       - 22  # NFV
1567       - 31  # NFV
1568       - 32  # NFV
1569       - 37  # NFV
1570       - 38  # NFV
1571       - 39  # NFV
1572       - 53  # NFV
1573       - 67  # NFV
1574       - 68  # NFV
1575       - 70  # NFV
1576       - 71  # NFV MRR
1577       - 83  # SOAK
1578       - 86  # SOAK
1579
1580     csit-vpp-perf-verify-1908-3n-tsh:
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588       - 14  # NDRPDR sel
1589       - 15  # NDRPDR sel
1590       - 16  # NDRPDR sel
1591
1592     csit-vpp-perf-verify-1908-3n-dnv:
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 8   # NDRPDR sel
1596       - 9   # NDRPDR sel
1597       - 10  # NDRPDR sel
1598       - 12  # NDRPDR sel
1599       - 13  # NDRPDR sel
1600       - 14  # NDRPDR sel
1601       - 15  # NDRPDR sel
1602       - 16  # NDRPDR sel
1603       - 17  # MRR sel
1604
1605     csit-vpp-perf-verify-1908-2n-dnv:
1606       - 1   # NDRPDR sel
1607       - 2   # NDRPDR sel
1608       - 3   # NDRPDR sel
1609       - 4   # NDRPDR sel
1610       - 5   # NDRPDR sel
1611       - 6   # NDRPDR sel
1612       - 7   # NDRPDR sel
1613       - 8   # NDRPDR sel
1614       - 9   # NDRPDR sel
1615       - 10  # NDRPDR sel
1616       - 11  # MRR sel
1617
1618     csit-dpdk-perf-verify-1901-3n-hsw:
1619       - 13  # NDRPDR sel
1620       - 14  # NDRPDR sel
1621       - 16  # NDRPDR sel
1622       - 17  # NDRPDR sel
1623       - 18  # NDRPDR sel
1624       - 19  # NDRPDR sel
1625       - 20  # NDRPDR sel
1626       - 21  # NDRPDR sel
1627       - 22  # NDRPDR sel
1628       - 23  # NDRPDR sel
1629     csit-dpdk-perf-verify-1904-3n-hsw:
1630       - 2   # NDRPDR sel
1631       - 3   # NDRPDR sel
1632       - 5   # NDRPDR sel
1633       - 6   # NDRPDR sel
1634       - 13  # NDRPDR sel
1635       - 14  # NDRPDR sel
1636       - 15  # NDRPDR sel
1637       - 18  # NDRPDR sel
1638       - 19  # NDRPDR sel
1639       - 20  # NDRPDR sel
1640     csit-dpdk-perf-verify-1908-3n-hsw:
1641       - 2   # NDRPDR sel
1642       - 3   # NDRPDR sel
1643       - 4   # NDRPDR sel
1644       - 5   # NDRPDR sel
1645       - 6   # NDRPDR sel
1646       - 7   # NDRPDR sel
1647       - 8   # NDRPDR sel
1648       - 9   # NDRPDR sel
1649       - 10  # NDRPDR sel
1650       - 11  # NDRPDR sel
1651
1652     csit-dpdk-perf-verify-1901-3n-skx:
1653       - 3   # NDRPDR sel
1654       - 5   # NDRPDR sel
1655       - 6   # NDRPDR sel
1656       - 7   # NDRPDR sel
1657       - 8   # NDRPDR sel
1658       - 9   # NDRPDR sel
1659       - 10  # NDRPDR sel
1660       - 11  # NDRPDR sel
1661       - 12  # NDRPDR sel
1662       - 13  # NDRPDR sel
1663     csit-dpdk-perf-verify-1904-3n-skx:
1664       - 2   # NDRPDR sel
1665       - 3   # NDRPDR sel
1666       - 4   # NDRPDR sel
1667       - 5   # NDRPDR sel
1668       - 6   # NDRPDR sel
1669       - 7   # NDRPDR sel
1670       - 11  # NDRPDR sel
1671       - 12  # NDRPDR sel
1672       - 13  # NDRPDR sel
1673       - 14  # NDRPDR sel
1674     csit-dpdk-perf-verify-1908-3n-skx:
1675       - 3   # NDRPDR sel
1676       - 4   # NDRPDR sel
1677       - 5   # NDRPDR sel
1678       - 6   # NDRPDR sel
1679       - 7   # NDRPDR sel
1680       - 8   # NDRPDR sel
1681       - 9   # NDRPDR sel
1682       - 10  # NDRPDR sel
1683       - 11  # NDRPDR sel
1684       - 12  # NDRPDR sel
1685
1686     csit-dpdk-perf-verify-1901-2n-skx:
1687       - 12  # NDRPDR sel
1688       - 13  # NDRPDR sel
1689       - 14  # NDRPDR sel
1690       - 15  # NDRPDR sel
1691       - 16  # NDRPDR sel
1692       - 17  # NDRPDR sel
1693       - 18  # NDRPDR sel
1694       - 19  # NDRPDR sel
1695       - 20  # NDRPDR sel
1696       - 21  # NDRPDR sel
1697     csit-dpdk-perf-verify-1904-2n-skx:
1698       - 2   # NDRPDR sel
1699       - 3   # NDRPDR sel
1700       - 4   # NDRPDR sel
1701       - 5   # NDRPDR sel
1702       - 7   # NDRPDR sel
1703       - 8   # NDRPDR sel
1704       - 9   # NDRPDR sel
1705       - 10  # NDRPDR sel
1706       - 11  # NDRPDR sel
1707       - 12  # NDRPDR sel
1708     csit-dpdk-perf-verify-1908-2n-skx:
1709       - 2   # NDRPDR sel
1710       - 3   # NDRPDR sel
1711       - 4   # NDRPDR sel
1712       - 5   # NDRPDR sel
1713       - 7   # NDRPDR sel
1714       - 8   # NDRPDR sel
1715       - 9   # NDRPDR sel
1716       - 10  # NDRPDR sel
1717       - 11  # NDRPDR sel
1718       - 12  # NDRPDR sel
1719
1720     csit-vpp-functional-1908-ubuntu1604-virl:
1721       - 64
1722     csit-vpp-functional-1908-centos7-virl:
1723       - 64
1724     csit-vpp-device-1908-ubuntu1804-1n-skx:
1725       - 65
1726
1727 - type: "output"
1728   output: "report"
1729   format:
1730     html:
1731     - full
1732     pdf:
1733     - minimal
1734
1735 ################################################################################
1736 ###                               T A B L E S                                ###
1737 ################################################################################
1738
1739 # VPP Soak vs NDR
1740 - type: "table"
1741   title: "VPP Soak vs NDR 2n-skx"
1742   algorithm: "table_soak_vs_ndr"
1743   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1744   reference:
1745     title: "NDR"
1746     data: "vpp-soak-vs-ndr-2n-skx-ref"
1747   compare:
1748     title: "Soak"
1749     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1750   data: "vpp-soak-vs-ndr-2n-skx"
1751   include-tests: "NDR"
1752   filter: "('NDRPDR' or 'SOAK')"
1753   parameters:
1754     - "throughput"
1755     - "name"
1756     - "parent"
1757
1758 ################################################################################
1759
1760 # VPP Compare NICs 3n-skx 2t1c ndr
1761 - type: "table"
1762   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1763   algorithm: "table_nics_comparison"
1764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1765   reference:
1766     title: "x710"
1767     nic: "NIC_Intel-X710"
1768   compare:
1769     title: "xxv710"
1770     nic: "NIC_Intel-XXV710"
1771   data: "vpp-nic-comparison-3n-skx"
1772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1773   filter: "'2T1C' and 'NDRPDR'"
1774   parameters:
1775   - "name"
1776   - "parent"
1777   - "throughput"
1778   - "tags"
1779
1780 # VPP Compare NICs 3n-skx 4t2c ndr
1781 - type: "table"
1782   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1783   algorithm: "table_nics_comparison"
1784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1785   reference:
1786     title: "x710"
1787     nic: "NIC_Intel-X710"
1788   compare:
1789     title: "xxv710"
1790     nic: "NIC_Intel-XXV710"
1791   data: "vpp-nic-comparison-3n-skx"
1792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'4T2C' and 'NDRPDR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798   - "tags"
1799
1800 # VPP Compare NICs 3n-skx 2t1c pdr
1801 - type: "table"
1802   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1803   algorithm: "table_nics_comparison"
1804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1805   reference:
1806     title: "x710"
1807     nic: "NIC_Intel-X710"
1808   compare:
1809     title: "xxv710"
1810     nic: "NIC_Intel-XXV710"
1811   data: "vpp-nic-comparison-3n-skx"
1812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1813   filter: "'2T1C' and 'NDRPDR'"
1814   parameters:
1815   - "name"
1816   - "parent"
1817   - "throughput"
1818   - "tags"
1819
1820  # VPP Compare NICs 3n-skx 4t2c pdr
1821 - type: "table"
1822   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1823   algorithm: "table_nics_comparison"
1824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1825   reference:
1826     title: "x710"
1827     nic: "NIC_Intel-X710"
1828   compare:
1829     title: "xxv710"
1830     nic: "NIC_Intel-XXV710"
1831   data: "vpp-nic-comparison-3n-skx"
1832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1833   filter: "'4T2C' and 'NDRPDR'"
1834   parameters:
1835   - "name"
1836   - "parent"
1837   - "throughput"
1838   - "tags"
1839
1840 # VPP Compare NICs 3n-skx 2t1c mrr
1841 - type: "table"
1842   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1843   algorithm: "table_nics_comparison"
1844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1845   reference:
1846     title: "x710"
1847     nic: "NIC_Intel-X710"
1848   compare:
1849     title: "xxv710"
1850     nic: "NIC_Intel-XXV710"
1851   data: "vpp-nic-comparison-3n-skx-mrr"
1852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1853   filter: "'2T1C' and 'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "result"
1858   - "tags"
1859
1860 # VPP Compare NICs 3n-skx 4t2c mrr
1861 - type: "table"
1862   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1863   algorithm: "table_nics_comparison"
1864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1865   reference:
1866     title: "x710"
1867     nic: "NIC_Intel-X710"
1868   compare:
1869     title: "xxv710"
1870     nic: "NIC_Intel-XXV710"
1871   data: "vpp-nic-comparison-3n-skx-mrr"
1872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1873   filter: "'4T2C' and 'MRR'"
1874   parameters:
1875   - "name"
1876   - "parent"
1877   - "result"
1878   - "tags"
1879
1880  # VPP Compare NICs 3n-skx 8t4c mrr
1881 - type: "table"
1882   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1883   algorithm: "table_nics_comparison"
1884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1885   reference:
1886     title: "x710"
1887     nic: "NIC_Intel-X710"
1888   compare:
1889     title: "xxv710"
1890     nic: "NIC_Intel-XXV710"
1891   data: "vpp-nic-comparison-3n-skx-mrr"
1892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893   filter: "'8T4C' and 'MRR'"
1894   parameters:
1895   - "name"
1896   - "parent"
1897   - "result"
1898   - "tags"
1899
1900 # VPP Compare NICs 2n-skx 2t1c ndr
1901 - type: "table"
1902   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1905   reference:
1906     title: "x710"
1907     nic: "NIC_Intel-X710"
1908   compare:
1909     title: "xxv710"
1910     nic: "NIC_Intel-XXV710"
1911   data: "vpp-nic-comparison-2n-skx"
1912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1913   filter: "'2T1C' and 'NDRPDR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "throughput"
1918   - "tags"
1919
1920 # VPP Compare NICs 2n-skx 4t2c ndr
1921 - type: "table"
1922   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1923   algorithm: "table_nics_comparison"
1924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1925   reference:
1926     title: "x710"
1927     nic: "NIC_Intel-X710"
1928   compare:
1929     title: "xxv710"
1930     nic: "NIC_Intel-XXV710"
1931   data: "vpp-nic-comparison-2n-skx"
1932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1933   filter: "'4T2C' and 'NDRPDR'"
1934   parameters:
1935   - "name"
1936   - "parent"
1937   - "throughput"
1938   - "tags"
1939
1940  # VPP Compare NICs 2n-skx 2t1c pdr
1941 - type: "table"
1942   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1943   algorithm: "table_nics_comparison"
1944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1945   reference:
1946     title: "x710"
1947     nic: "NIC_Intel-X710"
1948   compare:
1949     title: "xxv710"
1950     nic: "NIC_Intel-XXV710"
1951   data: "vpp-nic-comparison-2n-skx"
1952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1953   filter: "'2T1C' and 'NDRPDR'"
1954   parameters:
1955   - "name"
1956   - "parent"
1957   - "throughput"
1958   - "tags"
1959
1960 # VPP Compare NICs 2n-skx 4t2c pdr
1961 - type: "table"
1962   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1963   algorithm: "table_nics_comparison"
1964   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1965   reference:
1966     title: "x710"
1967     nic: "NIC_Intel-X710"
1968   compare:
1969     title: "xxv710"
1970     nic: "NIC_Intel-XXV710"
1971   data: "vpp-nic-comparison-2n-skx"
1972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1973   filter: "'4T2C' and 'NDRPDR'"
1974   parameters:
1975   - "name"
1976   - "parent"
1977   - "throughput"
1978   - "tags"
1979
1980 # VPP Compare NICs 2n-skx 2t1c mrr
1981 - type: "table"
1982   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1983   algorithm: "table_nics_comparison"
1984   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1985   reference:
1986     title: "x710"
1987     nic: "NIC_Intel-X710"
1988   compare:
1989     title: "xxv710"
1990     nic: "NIC_Intel-XXV710"
1991   data: "vpp-nic-comparison-2n-skx-mrr"
1992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1993   filter: "'2T1C' and 'MRR'"
1994   parameters:
1995   - "name"
1996   - "parent"
1997   - "result"
1998   - "tags"
1999
2000 # VPP Compare NICs 2n-skx 4t2c mrr
2001 - type: "table"
2002   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2003   algorithm: "table_nics_comparison"
2004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2005   reference:
2006     title: "x710"
2007     nic: "NIC_Intel-X710"
2008   compare:
2009     title: "xxv710"
2010     nic: "NIC_Intel-XXV710"
2011   data: "vpp-nic-comparison-2n-skx-mrr"
2012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2013   filter: "'4T2C' and 'MRR'"
2014   parameters:
2015   - "name"
2016   - "parent"
2017   - "result"
2018   - "tags"
2019
2020 # VPP Compare NICs 2n-skx 8t4c mrr
2021 - type: "table"
2022   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2023   algorithm: "table_nics_comparison"
2024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2025   reference:
2026     title: "x710"
2027     nic: "NIC_Intel-X710"
2028   compare:
2029     title: "xxv710"
2030     nic: "NIC_Intel-XXV710"
2031   data: "vpp-nic-comparison-2n-skx-mrr"
2032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2033   filter: "'8T4C' and 'MRR'"
2034   parameters:
2035   - "name"
2036   - "parent"
2037   - "result"
2038   - "tags"
2039
2040 ################################################################################
2041 # VPP
2042
2043 # VPP Performance Changes 3n-hsw 1t1c pdr
2044 - type: "table"
2045   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2046   algorithm: "table_performance_comparison"
2047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2048   history:
2049     - title: "rls1901"
2050       data: "vpp-performance-changes-3n-hsw-h1"
2051   reference:
2052     title: "rls1904"
2053     data: "vpp-performance-changes-3n-hsw-ref"
2054   compare:
2055     title: "rls1908"
2056     data: "vpp-performance-changes-3n-hsw-cmp"
2057     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2058   data: "vpp-performance-changes-3n-hsw"
2059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2060   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "throughput"
2065
2066 # VPP Performance Changes 3n-hsw 2t2c pdr
2067 - type: "table"
2068   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2069   algorithm: "table_performance_comparison"
2070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2071   history:
2072     - title: "rls1901"
2073       data: "vpp-performance-changes-3n-hsw-h1"
2074   reference:
2075     title: "rls1904"
2076     data: "vpp-performance-changes-3n-hsw-ref"
2077   compare:
2078     title: "rls1908"
2079     data: "vpp-performance-changes-3n-hsw-cmp"
2080     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2081   data: "vpp-performance-changes-3n-hsw"
2082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2083   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2084   parameters:
2085   - "name"
2086   - "parent"
2087   - "throughput"
2088
2089 # VPP Performance Changes 3n-hsw 1t1c ndr
2090 - type: "table"
2091   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2092   algorithm: "table_performance_comparison"
2093   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2094   history:
2095     - title: "rls1901"
2096       data: "vpp-performance-changes-3n-hsw-h1"
2097   reference:
2098     title: "rls1904"
2099     data: "vpp-performance-changes-3n-hsw-ref"
2100   compare:
2101     title: "rls1908"
2102     data: "vpp-performance-changes-3n-hsw-cmp"
2103     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2104   data: "vpp-performance-changes-3n-hsw"
2105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2106   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2107   parameters:
2108   - "name"
2109   - "parent"
2110   - "throughput"
2111
2112 # VPP Performance Changes 3n-hsw 2t2c ndr
2113 - type: "table"
2114   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2115   algorithm: "table_performance_comparison"
2116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2117   history:
2118     - title: "rls1901"
2119       data: "vpp-performance-changes-3n-hsw-h1"
2120   reference:
2121     title: "rls1904"
2122     data: "vpp-performance-changes-3n-hsw-ref"
2123   compare:
2124     title: "rls1908"
2125     data: "vpp-performance-changes-3n-hsw-cmp"
2126     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2127   data: "vpp-performance-changes-3n-hsw"
2128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2129   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2130   parameters:
2131   - "name"
2132   - "parent"
2133   - "throughput"
2134
2135 # VPP Performance Changes 3n-skx 2t1c pdr
2136 - type: "table"
2137   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2138   algorithm: "table_performance_comparison_nic"
2139   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2140   history:
2141     - title: "rls1901 x710"
2142       data: "vpp-performance-changes-3n-skx-h1"
2143       nic: "NIC_Intel-X710"
2144   reference:
2145     title: "rls1904 x710"
2146     data: "vpp-performance-changes-3n-skx-ref"
2147     nic: "NIC_Intel-X710"
2148   compare:
2149     title: "rls1908 xxv710"
2150     data: "vpp-performance-changes-3n-skx-cmp"
2151     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2152     nic: "NIC_Intel-XXV710"
2153   data: "vpp-performance-changes-3n-skx"
2154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2155   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2156   parameters:
2157   - "name"
2158   - "parent"
2159   - "throughput"
2160   - "tags"
2161
2162 # VPP Performance Changes 3n-skx 4t2c pdr
2163 - type: "table"
2164   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2165   algorithm: "table_performance_comparison_nic"
2166   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2167   history:
2168     - title: "rls1901 x710"
2169       data: "vpp-performance-changes-3n-skx-h1"
2170       nic: "NIC_Intel-X710"
2171   reference:
2172     title: "rls1904 x710"
2173     data: "vpp-performance-changes-3n-skx-ref"
2174     nic: "NIC_Intel-X710"
2175   compare:
2176     title: "rls1908 xxv710"
2177     data: "vpp-performance-changes-3n-skx-cmp"
2178     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2179     nic: "NIC_Intel-XXV710"
2180   data: "vpp-performance-changes-3n-skx"
2181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2182   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2183   parameters:
2184   - "name"
2185   - "parent"
2186   - "throughput"
2187   - "tags"
2188
2189 # VPP Performance Changes 3n-skx 2t1c ndr
2190 - type: "table"
2191   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2192   algorithm: "table_performance_comparison_nic"
2193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2194   history:
2195     - title: "rls1901 x710"
2196       data: "vpp-performance-changes-3n-skx-h1"
2197       nic: "NIC_Intel-X710"
2198   reference:
2199     title: "rls1904 x710"
2200     data: "vpp-performance-changes-3n-skx-ref"
2201     nic: "NIC_Intel-X710"
2202   compare:
2203     title: "rls1908 xxv710"
2204     data: "vpp-performance-changes-3n-skx-cmp"
2205     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2206     nic: "NIC_Intel-XXV710"
2207   data: "vpp-performance-changes-3n-skx"
2208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2209   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2210   parameters:
2211   - "name"
2212   - "parent"
2213   - "throughput"
2214   - "tags"
2215
2216 # VPP Performance Changes 3n-skx 4t2c ndr
2217 - type: "table"
2218   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2219   algorithm: "table_performance_comparison_nic"
2220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2221   history:
2222     - title: "rls1901 x710"
2223       data: "vpp-performance-changes-3n-skx-h1"
2224       nic: "NIC_Intel-X710"
2225   reference:
2226     title: "rls1904 x710"
2227     data: "vpp-performance-changes-3n-skx-ref"
2228     nic: "NIC_Intel-X710"
2229   compare:
2230     title: "rls1908 xxv710"
2231     data: "vpp-performance-changes-3n-skx-cmp"
2232     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2233     nic: "NIC_Intel-XXV710"
2234   data: "vpp-performance-changes-3n-skx"
2235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2236   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2237   parameters:
2238   - "name"
2239   - "parent"
2240   - "throughput"
2241   - "tags"
2242
2243 # VPP Performance Changes 2n-skx 2t1c pdr
2244 - type: "table"
2245   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2246   algorithm: "table_performance_comparison_nic"
2247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2248   history:
2249     - title: "rls1901 x710"
2250       data: "vpp-performance-changes-2n-skx-h1"
2251       nic: "NIC_Intel-X710"
2252   reference:
2253     title: "rls1904 x710"
2254     data: "vpp-performance-changes-2n-skx-ref"
2255     nic: "NIC_Intel-X710"
2256   compare:
2257     title: "rls1908 xxv710"
2258     data: "vpp-performance-changes-2n-skx-cmp"
2259     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2260     nic: "NIC_Intel-XXV710"
2261   data: "vpp-performance-changes-2n-skx"
2262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2263   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2264   parameters:
2265   - "name"
2266   - "parent"
2267   - "throughput"
2268   - "tags"
2269
2270 # VPP Performance Changes 2n-skx 4t2c pdr
2271 - type: "table"
2272   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2273   algorithm: "table_performance_comparison_nic"
2274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2275   history:
2276     - title: "rls1901 x710"
2277       data: "vpp-performance-changes-2n-skx-h1"
2278       nic: "NIC_Intel-X710"
2279   reference:
2280     title: "rls1904 x710"
2281     data: "vpp-performance-changes-2n-skx-ref"
2282     nic: "NIC_Intel-X710"
2283   compare:
2284     title: "rls1908 xxv710"
2285     data: "vpp-performance-changes-2n-skx-cmp"
2286     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2287     nic: "NIC_Intel-XXV710"
2288   data: "vpp-performance-changes-2n-skx"
2289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2290   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2291   parameters:
2292   - "name"
2293   - "parent"
2294   - "throughput"
2295   - "tags"
2296
2297 # VPP Performance Changes 2n-skx 2t1c ndr
2298 - type: "table"
2299   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2300   algorithm: "table_performance_comparison_nic"
2301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2302   history:
2303     - title: "rls1901 x710"
2304       data: "vpp-performance-changes-2n-skx-h1"
2305       nic: "NIC_Intel-X710"
2306   reference:
2307     title: "rls1904 x710"
2308     data: "vpp-performance-changes-2n-skx-ref"
2309     nic: "NIC_Intel-X710"
2310   compare:
2311     title: "rls1908 xxv710"
2312     data: "vpp-performance-changes-2n-skx-cmp"
2313     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2314     nic: "NIC_Intel-XXV710"
2315   data: "vpp-performance-changes-2n-skx"
2316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2317   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2318   parameters:
2319   - "name"
2320   - "parent"
2321   - "throughput"
2322   - "tags"
2323
2324 # VPP Performance Changes 2n-skx 4t2c ndr
2325 - type: "table"
2326   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2327   algorithm: "table_performance_comparison_nic"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2329   history:
2330     - title: "rls1901 x710"
2331       data: "vpp-performance-changes-2n-skx-h1"
2332       nic: "NIC_Intel-X710"
2333   reference:
2334     title: "rls1904 x710"
2335     data: "vpp-performance-changes-2n-skx-ref"
2336     nic: "NIC_Intel-X710"
2337   compare:
2338     title: "rls1908 xxv710"
2339     data: "vpp-performance-changes-2n-skx-cmp"
2340     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2341     nic: "NIC_Intel-XXV710"
2342   data: "vpp-performance-changes-2n-skx"
2343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2344   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349   - "tags"
2350
2351 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2352 - type: "table"
2353   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2354   algorithm: "table_performance_comparison_nic"
2355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2356   reference:
2357     title: "3n-hsw xl710"
2358     data: "vpp-compare-testbeds-ref"
2359     nic: "NIC_Intel-XL710"
2360   compare:
2361     title: "3n-skx xxv710"
2362     data: "vpp-compare-testbeds-cmp"
2363     nic: "NIC_Intel-XXV710"
2364   data: "vpp-compare-testbeds"
2365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2366   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2367   parameters:
2368   - "name"
2369   - "parent"
2370   - "throughput"
2371   - "tags"
2372
2373 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2374 - type: "table"
2375   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2376   algorithm: "table_performance_comparison_nic"
2377   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2378   reference:
2379     title: "3n-hsw xl710"
2380     data: "vpp-compare-testbeds-ref"
2381     nic: "NIC_Intel-XL710"
2382   compare:
2383     title: "3n-skx xxv710"
2384     data: "vpp-compare-testbeds-cmp"
2385     nic: "NIC_Intel-XXV710"
2386   data: "vpp-compare-testbeds"
2387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2388   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2389   parameters:
2390   - "name"
2391   - "parent"
2392   - "throughput"
2393   - "tags"
2394
2395 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2396 - type: "table"
2397   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2398   algorithm: "table_performance_comparison_nic"
2399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2400   reference:
2401     title: "3n-hsw xl710"
2402     data: "vpp-compare-testbeds-ref"
2403     nic: "NIC_Intel-XL710"
2404   compare:
2405     title: "3n-skx xxv710"
2406     data: "vpp-compare-testbeds-cmp"
2407     nic: "NIC_Intel-XXV710"
2408   data: "vpp-compare-testbeds"
2409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2410   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2411   parameters:
2412   - "name"
2413   - "parent"
2414   - "throughput"
2415   - "tags"
2416
2417 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2418 - type: "table"
2419   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2420   algorithm: "table_performance_comparison_nic"
2421   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2422   reference:
2423     title: "3n-hsw xl710"
2424     data: "vpp-compare-testbeds-ref"
2425     nic: "NIC_Intel-XL710"
2426   compare:
2427     title: "3n-skx xxv710"
2428     data: "vpp-compare-testbeds-cmp"
2429     nic: "NIC_Intel-XXV710"
2430   data: "vpp-compare-testbeds"
2431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2432   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2433   parameters:
2434   - "name"
2435   - "parent"
2436   - "throughput"
2437   - "tags"
2438
2439 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2440 - type: "table"
2441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2442   algorithm: "table_performance_comparison"
2443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2444   reference:
2445     title: "3-Node Skx"
2446     data: "vpp-compare-topologies-ref"
2447   compare:
2448     title: "2-Node Skx"
2449     data: "vpp-compare-topologies-cmp"
2450   data: "vpp-compare-topologies"
2451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2452   filter: "'NDRPDR' and '1C'"
2453   parameters:
2454   - "name"
2455   - "parent"
2456   - "throughput"
2457
2458 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2459 - type: "table"
2460   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2461   algorithm: "table_performance_comparison"
2462   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2463   reference:
2464     title: "3-Node Skx"
2465     data: "vpp-compare-topologies-ref"
2466   compare:
2467     title: "2-Node Skx"
2468     data: "vpp-compare-topologies-cmp"
2469   data: "vpp-compare-topologies"
2470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2471   filter: "'NDRPDR' and '2C'"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "throughput"
2476
2477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2478 - type: "table"
2479   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2480   algorithm: "table_performance_comparison"
2481   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2482   reference:
2483     title: "3-Node Skx"
2484     data: "vpp-compare-topologies-ref"
2485   compare:
2486     title: "2-Node Skx"
2487     data: "vpp-compare-topologies-cmp"
2488   data: "vpp-compare-topologies"
2489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2490   filter: "'NDRPDR' and '1C'"
2491   parameters:
2492   - "name"
2493   - "parent"
2494   - "throughput"
2495
2496 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2497 - type: "table"
2498   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2499   algorithm: "table_performance_comparison"
2500   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2501   reference:
2502     title: "3-Node Skx"
2503     data: "vpp-compare-topologies-ref"
2504   compare:
2505     title: "2-Node Skx"
2506     data: "vpp-compare-topologies-cmp"
2507   data: "vpp-compare-topologies"
2508   include-tests: "PDR"
2509   filter: "'NDRPDR' and '2C'"
2510   parameters:
2511   - "name"
2512   - "parent"
2513   - "throughput"
2514
2515 # VPP Performance Changes 3n-hsw 1t1c MRR
2516 - type: "table"
2517   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2518   algorithm: "table_performance_comparison"
2519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2520   history:
2521     - title: "rls1901"
2522       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2523   reference:
2524     title: "rls1904"
2525     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2526   compare:
2527     title: "rls1908"
2528     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2529   data: "vpp-performance-changes-3n-hsw-mrr"
2530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2531   filter: "'1T1C' and 'MRR'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "result"
2536
2537 # VPP Performance Changes 3n-hsw 2t2c MRR
2538 - type: "table"
2539   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2540   algorithm: "table_performance_comparison"
2541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2542   history:
2543     - title: "rls1901"
2544       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2545   reference:
2546     title: "rls1904"
2547     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2548   compare:
2549     title: "rls1908"
2550     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2551   data: "vpp-performance-changes-3n-hsw-mrr"
2552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2553   filter: "'2T2C' and 'MRR'"
2554   parameters:
2555   - "name"
2556   - "parent"
2557   - "result"
2558
2559 # VPP Performance Changes 3n-hsw 4t4c MRR
2560 - type: "table"
2561   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2562   algorithm: "table_performance_comparison"
2563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2564   history:
2565     - title: "rls1901"
2566       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2567   reference:
2568     title: "rls1904"
2569     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2570   compare:
2571     title: "rls1908"
2572     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2573   data: "vpp-performance-changes-3n-hsw-mrr"
2574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2575   filter: "'4T4C' and 'MRR'"
2576   parameters:
2577   - "name"
2578   - "parent"
2579   - "result"
2580
2581 # VPP Performance Changes 3n-skx 2t1c MRR
2582 - type: "table"
2583   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2584   algorithm: "table_performance_comparison"
2585   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2586   history:
2587     - title: "rls1901"
2588       data: "vpp-performance-changes-3n-skx-mrr-h1"
2589   reference:
2590     title: "rls1904"
2591     data: "vpp-performance-changes-3n-skx-mrr-ref"
2592   compare:
2593     title: "rls1908"
2594     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2595   data: "vpp-performance-changes-3n-skx-mrr"
2596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2597   filter: "'2T1C' and 'MRR'"
2598   parameters:
2599   - "name"
2600   - "parent"
2601   - "result"
2602
2603 # VPP Performance Changes 3n-skx 4t2c MRR
2604 - type: "table"
2605   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2606   algorithm: "table_performance_comparison"
2607   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2608   history:
2609     - title: "rls1901"
2610       data: "vpp-performance-changes-3n-skx-mrr-h1"
2611   reference:
2612     title: "rls1904"
2613     data: "vpp-performance-changes-3n-skx-mrr-ref"
2614   compare:
2615     title: "rls1908"
2616     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2617   data: "vpp-performance-changes-3n-skx-mrr"
2618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2619   filter: "'4T2C' and 'MRR'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "result"
2624
2625 # VPP Performance Changes 3n-skx 8t4c MRR
2626 - type: "table"
2627   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2628   algorithm: "table_performance_comparison"
2629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2630   history:
2631     - title: "rls1901"
2632       data: "vpp-performance-changes-3n-skx-mrr-h1"
2633   reference:
2634     title: "rls1904"
2635     data: "vpp-performance-changes-3n-skx-mrr-ref"
2636   compare:
2637     title: "rls1908"
2638     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2639   data: "vpp-performance-changes-3n-skx-mrr"
2640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2641   filter: "'8T4C' and 'MRR'"
2642   parameters:
2643   - "name"
2644   - "parent"
2645   - "result"
2646
2647 # VPP Performance Changes 2n-skx 2t1c MRR
2648 - type: "table"
2649   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2650   algorithm: "table_performance_comparison"
2651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2652   history:
2653     - title: "rls1901"
2654       data: "vpp-performance-changes-2n-skx-mrr-h1"
2655   reference:
2656     title: "rls1904"
2657     data: "vpp-performance-changes-2n-skx-mrr-ref"
2658   compare:
2659     title: "rls1908"
2660     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2661   data: "vpp-performance-changes-2n-skx-mrr"
2662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2663   filter: "'2T1C' and 'MRR'"
2664   parameters:
2665   - "name"
2666   - "parent"
2667   - "result"
2668
2669 # VPP Performance Changes 2n-skx 4t2c MRR
2670 - type: "table"
2671   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2672   algorithm: "table_performance_comparison"
2673   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2674   history:
2675     - title: "rls1901"
2676       data: "vpp-performance-changes-2n-skx-mrr-h1"
2677   reference:
2678     title: "rls1904"
2679     data: "vpp-performance-changes-2n-skx-mrr-ref"
2680   compare:
2681     title: "rls1908"
2682     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2683   data: "vpp-performance-changes-2n-skx-mrr"
2684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2685   filter: "'4T2C' and 'MRR'"
2686   parameters:
2687   - "name"
2688   - "parent"
2689   - "result"
2690
2691 # VPP Performance Changes 2n-skx 8t4c MRR
2692 - type: "table"
2693   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2694   algorithm: "table_performance_comparison"
2695   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2696   history:
2697     - title: "rls1901"
2698       data: "vpp-performance-changes-2n-skx-mrr-h1"
2699   reference:
2700     title: "rls1904"
2701     data: "vpp-performance-changes-2n-skx-mrr-ref"
2702   compare:
2703     title: "rls1908"
2704     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2705   data: "vpp-performance-changes-2n-skx-mrr"
2706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2707   filter: "'8T4C' and 'MRR'"
2708   parameters:
2709   - "name"
2710   - "parent"
2711   - "result"
2712
2713 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2714 - type: "table"
2715   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2716   algorithm: "table_performance_comparison_nic"
2717   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2718   reference:
2719     title: "3n-hsw xl710"
2720     data: "vpp-compare-testbeds-mrr-ref"
2721     nic: "NIC_Intel-XL710"
2722   compare:
2723     title: "3n-skx xxv710"
2724     data: "vpp-compare-testbeds-mrr-cmp"
2725     nic: "NIC_Intel-XXV710"
2726   data: "vpp-compare-testbeds-mrr"
2727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2728   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2729   parameters:
2730   - "name"
2731   - "parent"
2732   - "result"
2733   - "tags"
2734
2735 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2736 - type: "table"
2737   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2738   algorithm: "table_performance_comparison_nic"
2739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2740   reference:
2741     title: "3n-hsw xl710"
2742     data: "vpp-compare-testbeds-mrr-ref"
2743     nic: "NIC_Intel-XL710"
2744   compare:
2745     title: "3n-skx xxv710"
2746     data: "vpp-compare-testbeds-mrr-cmp"
2747     nic: "NIC_Intel-XXV710"
2748   data: "vpp-compare-testbeds-mrr"
2749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2750   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2751   parameters:
2752   - "name"
2753   - "parent"
2754   - "result"
2755   - "tags"
2756
2757 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2758 - type: "table"
2759   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2760   algorithm: "table_performance_comparison_nic"
2761   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2762   reference:
2763     title: "3n-hsw xl710"
2764     data: "vpp-compare-testbeds-mrr-ref"
2765     nic: "NIC_Intel-XL710"
2766   compare:
2767     title: "3n-skx xxv710"
2768     data: "vpp-compare-testbeds-mrr-cmp"
2769     nic: "NIC_Intel-XXV710"
2770   data: "vpp-compare-testbeds-mrr"
2771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2772   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2773   parameters:
2774   - "name"
2775   - "parent"
2776   - "result"
2777   - "tags"
2778
2779 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2780 - type: "table"
2781   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2782   algorithm: "table_performance_comparison"
2783   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2784   reference:
2785     title: "3-Node Skx"
2786     data: "vpp-compare-topologies-mrr-ref"
2787   compare:
2788     title: "2-Node Skx"
2789     data: "vpp-compare-topologies-mrr-cmp"
2790   data: "vpp-compare-topologies-mrr"
2791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2792   filter: "'MRR' and '1C'"
2793   parameters:
2794   - "name"
2795   - "parent"
2796   - "result"
2797
2798 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2799 - type: "table"
2800   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2801   algorithm: "table_performance_comparison"
2802   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2803   reference:
2804     title: "3-Node Skx"
2805     data: "vpp-compare-topologies-mrr-ref"
2806   compare:
2807     title: "2-Node Skx"
2808     data: "vpp-compare-topologies-mrr-cmp"
2809   data: "vpp-compare-topologies-mrr"
2810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2811   filter: "'MRR' and '2C'"
2812   parameters:
2813   - "name"
2814   - "parent"
2815   - "result"
2816
2817 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2818 - type: "table"
2819   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2820   algorithm: "table_performance_comparison"
2821   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2822   reference:
2823     title: "3-Node Skx"
2824     data: "vpp-compare-topologies-mrr-ref"
2825   compare:
2826     title: "2-Node Skx"
2827     data: "vpp-compare-topologies-mrr-cmp"
2828   data: "vpp-compare-topologies-mrr"
2829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2830   filter: "'MRR' and '4C'"
2831   parameters:
2832   - "name"
2833   - "parent"
2834   - "result"
2835
2836 # Detailed Test Results - VPP Performance Results 3n-hsw
2837 - type: "table"
2838   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2839   algorithm: "table_merged_details"
2840   output-file-ext: ".csv"
2841   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2842   columns:
2843   - title: "Name"
2844     data: "data name"
2845   - title: "Status"
2846     data: "data msg"
2847   rows: "generated"
2848   data: "vpp-perf-results-3n-hsw"
2849   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2850   parameters:
2851   - "name"
2852   - "parent"
2853   - "msg"
2854
2855 # Detailed Test Results - VPP Performance Results 3n-skx
2856 - type: "table"
2857   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2858   algorithm: "table_merged_details"
2859   output-file-ext: ".csv"
2860   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2861   columns:
2862   - title: "Name"
2863     data: "data name"
2864   - title: "Status"
2865     data: "data msg"
2866   rows: "generated"
2867   data: "vpp-perf-results-3n-skx"
2868   filter: "not 'CFS_OPT'"
2869   parameters:
2870   - "name"
2871   - "parent"
2872   - "msg"
2873
2874 # Detailed Test Results - VPP Performance Results 2n-skx
2875 - type: "table"
2876   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2877   algorithm: "table_merged_details"
2878   output-file-ext: ".csv"
2879   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2880   columns:
2881   - title: "Name"
2882     data: "data name"
2883   - title: "Status"
2884     data: "data msg"
2885   rows: "generated"
2886   data: "vpp-perf-results-2n-skx"
2887   filter: "not 'CFS_OPT'"
2888   parameters:
2889   - "name"
2890   - "parent"
2891   - "msg"
2892
2893 # Detailed Test Results - VPP Performance Results 3n-tsh
2894 - type: "table"
2895   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2896   algorithm: "table_merged_details"
2897   output-file-ext: ".csv"
2898   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2899   columns:
2900   - title: "Name"
2901     data: "data name"
2902   - title: "Status"
2903     data: "data msg"
2904   rows: "generated"
2905   data: "vpp-perf-results-3n-tsh"
2906   filter: "not 'CFS_OPT'"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "msg"
2911
2912 # Detailed Test Results - VPP Performance Results 3n-dnv
2913 - type: "table"
2914   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2915   algorithm: "table_details"
2916   output-file-ext: ".csv"
2917   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2918   columns:
2919   - title: "Name"
2920     data: "data name"
2921   - title: "Status"
2922     data: "data msg"
2923   rows: "generated"
2924   data: "vpp-perf-results-3n-dnv"
2925   filter: "'NDRPDR'"
2926   parameters:
2927   - "name"
2928   - "parent"
2929   - "msg"
2930
2931 # Detailed Test Results - VPP Performance Results 2n-dnv
2932 - type: "table"
2933   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2934   algorithm: "table_details"
2935   output-file-ext: ".csv"
2936   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2937   columns:
2938   - title: "Name"
2939     data: "data name"
2940   - title: "Status"
2941     data: "data msg"
2942   rows: "generated"
2943   data: "vpp-perf-results-2n-dnv"
2944   filter: "'NDRPDR'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "msg"
2949
2950 # Test configuration - VPP Performance Test Configs 3n-hsw
2951 - type: "table"
2952   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2953   algorithm: "table_merged_details"
2954   output-file-ext: ".csv"
2955   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2956   columns:
2957   - title: "Name"
2958     data: "data name"
2959   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2960     data: "data conf-history"
2961   rows: "generated"
2962   data: "vpp-perf-results-3n-hsw"
2963   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2964   parameters:
2965   - "parent"
2966   - "name"
2967   - "conf-history"
2968
2969 # Test configuration - VPP Performance Test Configs 3n-skx
2970 - type: "table"
2971   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2972   algorithm: "table_merged_details"
2973   output-file-ext: ".csv"
2974   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2975   columns:
2976   - title: "Name"
2977     data: "data name"
2978   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2979     data: "data conf-history"
2980   rows: "generated"
2981   data: "vpp-perf-results-3n-skx"
2982   filter: "not 'CFS_OPT'"
2983   parameters:
2984   - "parent"
2985   - "name"
2986   - "conf-history"
2987
2988 # Test configuration - VPP Performance Test Configs 2n-skx
2989 - type: "table"
2990   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2991   algorithm: "table_merged_details"
2992   output-file-ext: ".csv"
2993   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2994   columns:
2995   - title: "Name"
2996     data: "data name"
2997   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2998     data: "data conf-history"
2999   rows: "generated"
3000   data: "vpp-perf-results-2n-skx"
3001   filter: "not 'CFS_OPT'"
3002   parameters:
3003   - "parent"
3004   - "name"
3005   - "conf-history"
3006
3007 # Test configuration - VPP Performance Test Configs 3n-tsh
3008 - type: "table"
3009   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3010   algorithm: "table_merged_details"
3011   output-file-ext: ".csv"
3012   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3013   columns:
3014   - title: "Name"
3015     data: "data name"
3016   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3017     data: "data conf-history"
3018   rows: "generated"
3019   data: "vpp-perf-results-3n-tsh"
3020   filter: "not 'CFS_OPT'"
3021   parameters:
3022   - "parent"
3023   - "name"
3024   - "conf-history"
3025
3026 # Test configuration - VPP Performance Test Configs 3n-dnv
3027 - type: "table"
3028   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3029   algorithm: "table_details"
3030   output-file-ext: ".csv"
3031   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
3032   columns:
3033   - title: "Name"
3034     data: "data name"
3035   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3036     data: "data conf-history"
3037   rows: "generated"
3038   data: "vpp-perf-results-3n-dnv"
3039   filter: "'NDRPDR'"
3040   parameters:
3041   - "parent"
3042   - "name"
3043   - "conf-history"
3044
3045 # Test configuration - VPP Performance Test Configs 2n-dnv
3046 - type: "table"
3047   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3048   algorithm: "table_details"
3049   output-file-ext: ".csv"
3050   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3051   columns:
3052   - title: "Name"
3053     data: "data name"
3054   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3055     data: "data conf-history"
3056   rows: "generated"
3057   data: "vpp-perf-results-2n-dnv"
3058   filter: "'NDRPDR'"
3059   parameters:
3060   - "parent"
3061   - "name"
3062   - "conf-history"
3063
3064 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3065 - type: "table"
3066   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3067   algorithm: "table_merged_details"
3068   output-file-ext: ".csv"
3069   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3070   columns:
3071   - title: "Name"
3072     data: "data name"
3073   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3074     data: "data show-run"
3075   rows: "generated"
3076   data: "vpp-perf-results-3n-hsw"
3077   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3078   parameters:
3079   - "parent"
3080   - "name"
3081   - "show-run"
3082
3083 # Test Operational Data - VPP Performance Operational Data 3n-skx
3084 - type: "table"
3085   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3086   algorithm: "table_merged_details"
3087   output-file-ext: ".csv"
3088   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3089   columns:
3090   - title: "Name"
3091     data: "data name"
3092   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3093     data: "data show-run"
3094   rows: "generated"
3095   data: "vpp-perf-results-3n-skx"
3096   filter: "not 'CFS_OPT'"
3097   parameters:
3098   - "parent"
3099   - "name"
3100   - "show-run"
3101
3102 # Test Operational Data - VPP Performance Operational Data 2n-skx
3103 - type: "table"
3104   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3105   algorithm: "table_merged_details"
3106   output-file-ext: ".csv"
3107   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3108   columns:
3109   - title: "Name"
3110     data: "data name"
3111   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3112     data: "data show-run"
3113   rows: "generated"
3114   data: "vpp-perf-results-2n-skx"
3115   filter: "not 'CFS_OPT'"
3116   parameters:
3117   - "parent"
3118   - "name"
3119   - "show-run"
3120
3121 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3122 - type: "table"
3123   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3124   algorithm: "table_merged_details"
3125   output-file-ext: ".csv"
3126   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3127   columns:
3128   - title: "Name"
3129     data: "data name"
3130   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3131     data: "data show-run"
3132   rows: "generated"
3133   data: "vpp-perf-results-3n-tsh"
3134   filter: "not 'CFS_OPT'"
3135   parameters:
3136   - "parent"
3137   - "name"
3138   - "show-run"
3139
3140 # Test Operational Data - VPP Performance Operational Data 3n-dnv
3141 - type: "table"
3142   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
3143   algorithm: "table_details"
3144   output-file-ext: ".csv"
3145   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
3146   columns:
3147   - title: "Name"
3148     data: "data name"
3149   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3150     data: "data show-run"
3151   rows: "generated"
3152   data: "vpp-perf-results-3n-dnv"
3153   filter: "'NDRPDR'"
3154   parameters:
3155   - "parent"
3156   - "name"
3157   - "show-run"
3158
3159 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3160 - type: "table"
3161   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3162   algorithm: "table_details"
3163   output-file-ext: ".csv"
3164   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3165   columns:
3166   - title: "Name"
3167     data: "data name"
3168   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3169     data: "data show-run"
3170   rows: "generated"
3171   data: "vpp-perf-results-2n-dnv"
3172   filter: "'NDRPDR'"
3173   parameters:
3174   - "parent"
3175   - "name"
3176   - "show-run"
3177
3178 # Detailed Test Results - VPP MRR Results 3n-hsw
3179 - type: "table"
3180   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3181   algorithm: "table_details"
3182   output-file-ext: ".csv"
3183   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3184   columns:
3185   - title: "Name"
3186     data: "data name"
3187   - title: "Status"
3188     data: "data msg"
3189   rows: "generated"
3190   data: "vpp-mrr-results-3n-hsw"
3191   filter: "'MRR'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "msg"
3196
3197 # Detailed Test Results - VPP MRR Results 3n-skx
3198 - type: "table"
3199   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3200   algorithm: "table_details"
3201   output-file-ext: ".csv"
3202   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3203   columns:
3204   - title: "Name"
3205     data: "data name"
3206   - title: "Status"
3207     data: "data msg"
3208   rows: "generated"
3209   data: "vpp-mrr-results-3n-skx"
3210   filter: "'MRR'"
3211   parameters:
3212   - "name"
3213   - "parent"
3214   - "msg"
3215
3216 # Detailed Test Results - VPP MRR Results 2n-skx
3217 - type: "table"
3218   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3219   algorithm: "table_details"
3220   output-file-ext: ".csv"
3221   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3222   columns:
3223   - title: "Name"
3224     data: "data name"
3225   - title: "Status"
3226     data: "data msg"
3227   rows: "generated"
3228   data: "vpp-mrr-results-2n-skx"
3229   filter: "'MRR'"
3230   parameters:
3231   - "name"
3232   - "parent"
3233   - "msg"
3234
3235 # Detailed Test Results - VPP MRR Results 3n-dnv
3236 - type: "table"
3237   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
3238   algorithm: "table_details"
3239   output-file-ext: ".csv"
3240   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3241   columns:
3242   - title: "Name"
3243     data: "data name"
3244   - title: "Status"
3245     data: "data msg"
3246   rows: "generated"
3247   data: "vpp-mrr-results-3n-dnv"
3248   filter: "'MRR'"
3249   parameters:
3250   - "name"
3251   - "parent"
3252   - "msg"
3253
3254 # Detailed Test Results - VPP MRR Results 2n-dnv
3255 - type: "table"
3256   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3257   algorithm: "table_details"
3258   output-file-ext: ".csv"
3259   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3260   columns:
3261   - title: "Name"
3262     data: "data name"
3263   - title: "Status"
3264     data: "data msg"
3265   rows: "generated"
3266   data: "vpp-mrr-results-2n-dnv"
3267   filter: "'MRR'"
3268   parameters:
3269   - "name"
3270   - "parent"
3271   - "msg"
3272
3273 # Test configuration - VPP MRR Test Configs 3n-hsw
3274 - type: "table"
3275   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3276   algorithm: "table_details"
3277   output-file-ext: ".csv"
3278   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3279   columns:
3280   - title: "Name"
3281     data: "data name"
3282   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3283     data: "data conf-history"
3284   rows: "generated"
3285   data: "vpp-mrr-results-3n-hsw"
3286   filter: "'MRR'"
3287   parameters:
3288   - "parent"
3289   - "name"
3290   - "conf-history"
3291
3292 # Test configuration - VPP MRR Test Configs 3n-skx
3293 - type: "table"
3294   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3295   algorithm: "table_details"
3296   output-file-ext: ".csv"
3297   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3298   columns:
3299   - title: "Name"
3300     data: "data name"
3301   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3302     data: "data conf-history"
3303   rows: "generated"
3304   data: "vpp-mrr-results-3n-skx"
3305   filter: "'MRR'"
3306   parameters:
3307   - "parent"
3308   - "name"
3309   - "conf-history"
3310
3311 # Test configuration - VPP MRR Test Configs 2n-skx
3312 - type: "table"
3313   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3314   algorithm: "table_details"
3315   output-file-ext: ".csv"
3316   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3317   columns:
3318   - title: "Name"
3319     data: "data name"
3320   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3321     data: "data conf-history"
3322   rows: "generated"
3323   data: "vpp-mrr-results-2n-skx"
3324   filter: "'MRR'"
3325   parameters:
3326   - "parent"
3327   - "name"
3328   - "conf-history"
3329
3330 # Test configuration - VPP MRR Test Configs 3n-dnv
3331 - type: "table"
3332   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
3333   algorithm: "table_details"
3334   output-file-ext: ".csv"
3335   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
3336   columns:
3337   - title: "Name"
3338     data: "data name"
3339   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3340     data: "data conf-history"
3341   rows: "generated"
3342   data: "vpp-mrr-results-3n-dnv"
3343   filter: "'MRR'"
3344   parameters:
3345   - "parent"
3346   - "name"
3347   - "conf-history"
3348
3349 # Test configuration - VPP MRR Test Configs 2n-dnv
3350 - type: "table"
3351   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3352   algorithm: "table_details"
3353   output-file-ext: ".csv"
3354   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3355   columns:
3356   - title: "Name"
3357     data: "data name"
3358   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3359     data: "data conf-history"
3360   rows: "generated"
3361   data: "vpp-mrr-results-2n-dnv"
3362   filter: "'MRR'"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "conf-history"
3367
3368 # Detailed Test Results - VPP Functional Results - Ubuntu
3369 - type: "table"
3370   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3371   algorithm: "table_details"
3372   output-file-ext: ".csv"
3373   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3374   columns:
3375   - title: "Name"
3376     data: "data name"
3377   - title: "Documentation"
3378     data: "data doc"
3379   - title: "Status"
3380     data: "data status"
3381   rows: "generated"
3382   data: "vpp-func-results-ubuntu"
3383   filter: "all"
3384   parameters:
3385   - "name"
3386   - "parent"
3387   - "doc"
3388   - "status"
3389
3390 # Detailed Test Results - VPP Functional Results - CentOS
3391 - type: "table"
3392   title: "Detailed Test Results - VPP Functional Results - CentOS"
3393   algorithm: "table_details"
3394   output-file-ext: ".csv"
3395   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3396   columns:
3397   - title: "Name"
3398     data: "data name"
3399   - title: "Documentation"
3400     data: "data doc"
3401   -
3402     title: "Status"
3403     data: "data status"
3404   rows: "generated"
3405   data:
3406     "vpp-func-results-centos"
3407   filter: "all"
3408   parameters:
3409   - "name"
3410   - "parent"
3411   - "doc"
3412   - "status"
3413
3414 # Test configuration - VPP Functional Test Configs - Ubuntu
3415 - type: "table"
3416   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3417   algorithm: "table_details"
3418   output-file-ext: ".csv"
3419   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3420   columns:
3421   - title: "Name"
3422     data: "data name"
3423   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3424     data: "data conf-history"
3425   rows: "generated"
3426   data: "vpp-func-results-ubuntu"
3427   filter: "all"
3428   parameters:
3429   - "parent"
3430   - "name"
3431   - "conf-history"
3432
3433 # Test configuration - VPP Functional Test Configs - CentOS
3434 - type: "table"
3435   title: "Test configuration - VPP Functional Test Configs - CentOS"
3436   algorithm: "table_details"
3437   output-file-ext: ".csv"
3438   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3439   columns:
3440   - title: "Name"
3441     data: "data name"
3442   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3443     data: "data conf-history"
3444   rows: "generated"
3445   data: "vpp-func-results-centos"
3446   filter: "all"
3447   parameters:
3448   - "parent"
3449   - "name"
3450   - "conf-history"
3451
3452 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3453 #- type: "table"
3454 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3455 #  algorithm: "table_details"
3456 #  output-file-ext: ".csv"
3457 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3458 #  columns:
3459 #  - title: "Name"
3460 #    data: "data name"
3461 #  - title: "Status"
3462 #    data: "data msg"
3463 #  rows: "generated"
3464 #  data: "ligato-perf-results-3n-hsw"
3465 #  filter: "all"
3466 #  parameters:
3467 #  - "name"
3468 #  - "parent"
3469 #  - "msg"
3470
3471 # Detailed Test Results - VPP Device Results - Ubuntu
3472 - type: "table"
3473   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3474   algorithm: "table_details"
3475   output-file-ext: ".csv"
3476   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3477   columns:
3478   - title: "Name"
3479     data: "data name"
3480   - title: "Documentation"
3481     data: "data doc"
3482   - title: "Status"
3483     data: "data status"
3484   rows: "generated"
3485   data: "vpp-device-results-ubuntu"
3486   filter: "all"
3487   parameters:
3488   - "name"
3489   - "parent"
3490   - "doc"
3491   - "status"
3492
3493 # Test configuration - VPP Device Test Configs - Ubuntu
3494 - type: "table"
3495   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3496   algorithm: "table_details"
3497   output-file-ext: ".csv"
3498   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3499   columns:
3500   - title: "Name"
3501     data: "data name"
3502   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3503     data: "data conf-history"
3504   rows: "generated"
3505   data: "vpp-device-results-ubuntu"
3506   filter: "all"
3507   parameters:
3508   - "parent"
3509   - "name"
3510   - "conf-history"
3511
3512 ################################################################################
3513
3514 # DPDK Performance Changes 3n-hsw 1t1c pdr
3515 - type: "table"
3516   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3517   algorithm: "table_performance_comparison"
3518   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3519   history:
3520     - title: "rls1901"
3521       data: "dpdk-performance-changes-3n-hsw-h1"
3522   reference:
3523     title: "rls1904"
3524     data: "dpdk-performance-changes-3n-hsw-ref"
3525   compare:
3526     title: "rls1908"
3527     data: "dpdk-performance-changes-3n-hsw-cmp"
3528   data: "dpdk-performance-changes-3n-hsw"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "throughput"
3535
3536 # DPDK Performance Changes 3n-hsw 2t2c pdr
3537 - type: "table"
3538   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3539   algorithm: "table_performance_comparison"
3540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3541   history:
3542     - title: "rls1901"
3543       data: "dpdk-performance-changes-3n-hsw-h1"
3544   reference:
3545     title: "rls1904"
3546     data: "dpdk-performance-changes-3n-hsw-ref"
3547   compare:
3548     title: "rls1908"
3549     data: "dpdk-performance-changes-3n-hsw-cmp"
3550   data: "dpdk-performance-changes-3n-hsw"
3551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3553   parameters:
3554   - "name"
3555   - "parent"
3556   - "throughput"
3557
3558 # DPDK Performance Changes 3n-hsw 1t1c ndr
3559 - type: "table"
3560   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3561   algorithm: "table_performance_comparison"
3562   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3563   history:
3564     - title: "rls1901"
3565       data: "dpdk-performance-changes-3n-hsw-h1"
3566   reference:
3567     title: "rls1904"
3568     data: "dpdk-performance-changes-3n-hsw-ref"
3569   compare:
3570     title: "rls1908"
3571     data: "dpdk-performance-changes-3n-hsw-cmp"
3572   data: "dpdk-performance-changes-3n-hsw"
3573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3574   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3575   parameters:
3576   - "name"
3577   - "parent"
3578   - "throughput"
3579
3580 # DPDK Performance Changes 3n-hsw 2t2c ndr
3581 - type: "table"
3582   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3583   algorithm: "table_performance_comparison"
3584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3585   history:
3586     - title: "rls1901"
3587       data: "dpdk-performance-changes-3n-hsw-h1"
3588   reference:
3589     title: "rls1904"
3590     data: "dpdk-performance-changes-3n-hsw-ref"
3591   compare:
3592     title: "rls1908"
3593     data: "dpdk-performance-changes-3n-hsw-cmp"
3594   data: "dpdk-performance-changes-3n-hsw"
3595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3597   parameters:
3598   - "name"
3599   - "parent"
3600   - "throughput"
3601
3602 # DPDK Performance Changes 3n-skx 2t1c pdr
3603 - type: "table"
3604   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3605   algorithm: "table_performance_comparison"
3606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3607   history:
3608     - title: "rls1901"
3609       data: "dpdk-performance-changes-3n-skx-h1"
3610   reference:
3611     title: "rls1904"
3612     data: "dpdk-performance-changes-3n-skx-ref"
3613   compare:
3614     title: "rls1908"
3615     data: "dpdk-performance-changes-3n-skx-cmp"
3616   data: "dpdk-performance-changes-3n-skx"
3617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3618   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3619   parameters:
3620   - "name"
3621   - "parent"
3622   - "throughput"
3623
3624 # DPDK Performance Changes 3n-skx 4t2c pdr
3625 - type: "table"
3626   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3627   algorithm: "table_performance_comparison"
3628   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3629   history:
3630     - title: "rls1901"
3631       data: "dpdk-performance-changes-3n-skx-h1"
3632   reference:
3633     title: "rls1904"
3634     data: "dpdk-performance-changes-3n-skx-ref"
3635   compare:
3636     title: "rls1908"
3637     data: "dpdk-performance-changes-3n-skx-cmp"
3638   data: "dpdk-performance-changes-3n-skx"
3639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3641   parameters:
3642   - "name"
3643   - "parent"
3644   - "throughput"
3645
3646 # DPDK Performance Changes 3n-skx 2t1c ndr
3647 - type: "table"
3648   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3649   algorithm: "table_performance_comparison"
3650   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3651   history:
3652     - title: "rls1901"
3653       data: "dpdk-performance-changes-3n-skx-h1"
3654   reference:
3655     title: "rls1904"
3656     data: "dpdk-performance-changes-3n-skx-ref"
3657   compare:
3658     title: "rls1908"
3659     data: "dpdk-performance-changes-3n-skx-cmp"
3660   data: "dpdk-performance-changes-3n-skx"
3661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3662   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3663   parameters:
3664   - "name"
3665   - "parent"
3666   - "throughput"
3667
3668 # DPDK Performance Changes 3n-skx 4t2c ndr
3669 - type: "table"
3670   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3671   algorithm: "table_performance_comparison"
3672   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3673   history:
3674     - title: "rls1901"
3675       data: "dpdk-performance-changes-3n-skx-h1"
3676   reference:
3677     title: "rls1904"
3678     data: "dpdk-performance-changes-3n-skx-ref"
3679   compare:
3680     title: "rls1908"
3681     data: "dpdk-performance-changes-3n-skx-cmp"
3682   data: "dpdk-performance-changes-3n-skx"
3683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3684   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3685   parameters:
3686   - "name"
3687   - "parent"
3688   - "throughput"
3689
3690 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3691 - type: "table"
3692   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3693   algorithm: "table_performance_comparison"
3694   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3695   reference:
3696     title: "3-Node Hsw"
3697     data: "dpdk-compare-testbeds-ref"
3698   compare:
3699     title: "3-Node Skx"
3700     data: "dpdk-compare-testbeds-cmp"
3701   data: "dpdk-compare-testbeds"
3702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3703   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3704   parameters:
3705   - "name"
3706   - "parent"
3707   - "throughput"
3708
3709 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3710 - type: "table"
3711   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3712   algorithm: "table_performance_comparison"
3713   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3714   reference:
3715     title: "3-Node Hsw"
3716     data: "dpdk-compare-testbeds-ref"
3717   compare:
3718     title: "3-Node Skx"
3719     data: "dpdk-compare-testbeds-cmp"
3720   data: "dpdk-compare-testbeds"
3721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3723   parameters:
3724   - "name"
3725   - "parent"
3726   - "throughput"
3727
3728 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3729 - type: "table"
3730   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3731   algorithm: "table_performance_comparison"
3732   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3733   reference:
3734     title: "3-Node Skx"
3735     data: "dpdk-compare-topologies-ref"
3736   compare:
3737     title: "2-Node Skx"
3738     data: "dpdk-compare-topologies-cmp"
3739   data: "dpdk-compare-topologies"
3740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "throughput"
3746
3747 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3748 - type: "table"
3749   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3750   algorithm: "table_performance_comparison"
3751   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3752   reference:
3753     title: "3-Node Skx"
3754     data: "dpdk-compare-topologies-ref"
3755   compare:
3756     title: "2-Node Skx"
3757     data: "dpdk-compare-topologies-cmp"
3758   data: "dpdk-compare-topologies"
3759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3761   parameters:
3762   - "name"
3763   - "parent"
3764   - "throughput"
3765
3766 # DPDK Performance Changes 2n-skx 2t1c pdr
3767 - type: "table"
3768   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3769   algorithm: "table_performance_comparison"
3770   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3771   history:
3772     - title: "rls1901"
3773       data: "dpdk-performance-changes-2n-skx-h1"
3774   reference:
3775     title: "rls1904"
3776     data: "dpdk-performance-changes-2n-skx-ref"
3777   compare:
3778     title: "rls1908"
3779     data: "dpdk-performance-changes-2n-skx-cmp"
3780   data: "dpdk-performance-changes-2n-skx"
3781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3782   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3783   parameters:
3784   - "name"
3785   - "parent"
3786   - "throughput"
3787
3788 # DPDK Performance Changes 2n-skx 4t2c pdr
3789 - type: "table"
3790   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3791   algorithm: "table_performance_comparison"
3792   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3793   history:
3794     - title: "rls1901"
3795       data: "dpdk-performance-changes-2n-skx-h1"
3796   reference:
3797     title: "rls1904"
3798     data: "dpdk-performance-changes-2n-skx-ref"
3799   compare:
3800     title: "rls1908"
3801     data: "dpdk-performance-changes-2n-skx-cmp"
3802   data: "dpdk-performance-changes-2n-skx"
3803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3804   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3805   parameters:
3806   - "name"
3807   - "parent"
3808   - "throughput"
3809
3810 # DPDK Performance Changes 2n-skx 2t1c ndr
3811 - type: "table"
3812   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3813   algorithm: "table_performance_comparison"
3814   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3815   history:
3816     - title: "rls1901"
3817       data: "dpdk-performance-changes-2n-skx-h1"
3818   reference:
3819     title: "rls1904"
3820     data: "dpdk-performance-changes-2n-skx-ref"
3821   compare:
3822     title: "rls1908"
3823     data: "dpdk-performance-changes-2n-skx-cmp"
3824   data: "dpdk-performance-changes-2n-skx"
3825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3826   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3827   parameters:
3828   - "name"
3829   - "parent"
3830   - "throughput"
3831
3832 # DPDK Performance Changes 2n-skx 4t2c ndr
3833 - type: "table"
3834   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3835   algorithm: "table_performance_comparison"
3836   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3837   history:
3838     - title: "rls1901"
3839       data: "dpdk-performance-changes-2n-skx-h1"
3840   reference:
3841     title: "rls1904"
3842     data: "dpdk-performance-changes-2n-skx-ref"
3843   compare:
3844     title: "rls1908"
3845     data: "dpdk-performance-changes-2n-skx-cmp"
3846   data: "dpdk-performance-changes-2n-skx"
3847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3848   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3849   parameters:
3850   - "name"
3851   - "parent"
3852   - "throughput"
3853
3854 # Detailed Test Results - DPDK Performance Results 3n-hsw
3855 - type: "table"
3856   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3857   algorithm: "table_details"
3858   output-file-ext: ".csv"
3859   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3860   columns:
3861   - title: "Name"
3862     data: "data name"
3863   - title: "Status"
3864     data: "data msg"
3865   rows: "generated"
3866   data: "dpdk-perf-results-3n-hsw"
3867   filter: "all"
3868   parameters:
3869   - "name"
3870   - "parent"
3871   - "msg"
3872
3873 # Detailed Test Results - DPDK Performance Results 3n-skx
3874 - type: "table"
3875   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3876   algorithm: "table_details"
3877   output-file-ext: ".csv"
3878   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3879   columns:
3880   - title: "Name"
3881     data: "data name"
3882   - title: "Status"
3883     data: "data msg"
3884   rows: "generated"
3885   data: "dpdk-perf-results-3n-skx"
3886   filter: "all"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "msg"
3891
3892 # Detailed Test Results - DPDK Performance Results 2n-skx
3893 - type: "table"
3894   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3895   algorithm: "table_details"
3896   output-file-ext: ".csv"
3897   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3898   columns:
3899   - title: "Name"
3900     data: "data name"
3901   - title: "Status"
3902     data: "data msg"
3903   rows: "generated"
3904   data: "dpdk-perf-results-2n-skx"
3905   filter: "all"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "msg"
3910
3911 ################################################################################
3912 ###                                F I L E S                                 ###
3913 ################################################################################
3914
3915 # VPP Performance Results 3n-hsw
3916 - type: "file"
3917   title: "VPP Performance Results 3n-hsw"
3918   algorithm: "file_test_results"
3919   output-file-ext: ".rst"
3920   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3921   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"
3922   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3923   data: "vpp-perf-results-3n-hsw"
3924   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3925   parameters:
3926   - "name"
3927   - "doc"
3928   - "level"
3929   - "parent"
3930   data-start-level: 3
3931
3932 # VPP Performance Results 3n-skx
3933 - type: "file"
3934   title: "VPP Performance Results 3n-skx"
3935   algorithm: "file_test_results"
3936   output-file-ext: ".rst"
3937   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3938   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"
3939   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3940   data: "vpp-perf-results-3n-skx"
3941   filter: "not 'CFS_OPT'"
3942   parameters:
3943   - "name"
3944   - "doc"
3945   - "level"
3946   - "parent"
3947   data-start-level: 3
3948
3949 # VPP Performance Results 2n-skx
3950 - type: "file"
3951   title: "VPP Performance Results 2n-skx"
3952   algorithm: "file_test_results"
3953   output-file-ext: ".rst"
3954   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3955   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"
3956   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3957   data: "vpp-perf-results-2n-skx"
3958   filter: "not 'CFS_OPT'"
3959   parameters:
3960   - "name"
3961   - "doc"
3962   - "level"
3963   - "parent"
3964   data-start-level: 3
3965
3966 # VPP Performance Results 3n-tsh
3967 - type: "file"
3968   title: "VPP Performance Results 3n-tsh"
3969   algorithm: "file_test_results"
3970   output-file-ext: ".rst"
3971   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3972   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"
3973   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3974   data: "vpp-perf-results-3n-tsh"
3975   filter: "not 'CFS_OPT'"
3976   parameters:
3977   - "name"
3978   - "doc"
3979   - "level"
3980   - "parent"
3981   data-start-level: 3
3982
3983 # VPP Performance Results 3n-dnv
3984 - type: "file"
3985   title: "VPP Performance Results 3n-dnv"
3986   algorithm: "file_test_results"
3987   output-file-ext: ".rst"
3988   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3989   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"
3990   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3991   data: "vpp-perf-results-3n-dnv"
3992   filter: "'NDRPDR'"
3993   parameters:
3994   - "name"
3995   - "doc"
3996   - "level"
3997   - "parent"
3998   data-start-level: 3
3999
4000 # VPP Performance Results 2n-dnv
4001 - type: "file"
4002   title: "VPP Performance Results 2n-dnv"
4003   algorithm: "file_test_results"
4004   output-file-ext: ".rst"
4005   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4006   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"
4007   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4008   data: "vpp-perf-results-2n-dnv"
4009   filter: "'NDRPDR'"
4010   parameters:
4011   - "name"
4012   - "doc"
4013   - "level"
4014   - "parent"
4015   data-start-level: 3
4016
4017 # VPP Performance Configuration 3n-hsw
4018 - type: "file"
4019   title: "VPP Performance Configuration 3n-hsw"
4020   algorithm: "file_test_results"
4021   output-file-ext: ".rst"
4022   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4023   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"
4024   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
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   - "name"
4029   - "doc"
4030   - "level"
4031   - "parent"
4032   data-start-level: 3
4033
4034 # VPP Performance Configuration 3n-skx
4035 - type: "file"
4036   title: "VPP Performance Configuration 3n-skx"
4037   algorithm: "file_test_results"
4038   output-file-ext: ".rst"
4039   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4040   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"
4041   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4042   data: "vpp-perf-results-3n-skx"
4043   filter: "not 'CFS_OPT'"
4044   parameters:
4045   - "name"
4046   - "doc"
4047   - "level"
4048   - "parent"
4049   data-start-level: 3
4050
4051 # VPP Performance Configuration 2n-skx
4052 - type: "file"
4053   title: "VPP Performance Configuration 2n-skx"
4054   algorithm: "file_test_results"
4055   output-file-ext: ".rst"
4056   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4057   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"
4058   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4059   data: "vpp-perf-results-2n-skx"
4060   filter: "not 'CFS_OPT'"
4061   parameters:
4062   - "name"
4063   - "doc"
4064   - "level"
4065   - "parent"
4066   data-start-level: 3
4067
4068 # VPP Performance Configuration 3n-tsh
4069 - type: "file"
4070   title: "VPP Performance Configuration 3n-tsh"
4071   algorithm: "file_test_results"
4072   output-file-ext: ".rst"
4073   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4074   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"
4075   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4076   data: "vpp-perf-results-3n-tsh"
4077   filter: "not 'CFS_OPT'"
4078   parameters:
4079   - "name"
4080   - "doc"
4081   - "level"
4082   - "parent"
4083   data-start-level: 3
4084
4085 # VPP Performance Configuration 3n-dnv
4086 - type: "file"
4087   title: "VPP Performance Configuration 3n-dnv"
4088   algorithm: "file_test_results"
4089   output-file-ext: ".rst"
4090   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
4091   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"
4092   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
4093   data: "vpp-perf-results-3n-dnv"
4094   filter: "'NDRPDR'"
4095   parameters:
4096   - "name"
4097   - "doc"
4098   - "level"
4099   - "parent"
4100   data-start-level: 3
4101
4102 # VPP Performance Configuration 2n-dnv
4103 - type: "file"
4104   title: "VPP Performance Configuration 2n-dnv"
4105   algorithm: "file_test_results"
4106   output-file-ext: ".rst"
4107   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4108   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"
4109   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4110   data: "vpp-perf-results-2n-dnv"
4111   filter: "'NDRPDR'"
4112   parameters:
4113   - "name"
4114   - "doc"
4115   - "level"
4116   - "parent"
4117   data-start-level: 3
4118
4119 # VPP Performance Operational Data 3n-hsw
4120 - type: "file"
4121   title: "VPP Performance Operational Data 3n-hsw"
4122   algorithm: "file_test_results"
4123   output-file-ext: ".rst"
4124   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4125   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"
4126   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4127   data: "vpp-perf-results-3n-hsw"
4128   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4129   parameters:
4130   - "name"
4131   - "doc"
4132   - "level"
4133   - "parent"
4134   data-start-level: 3
4135
4136 # VPP Performance Operational Data 3n-skx
4137 - type: "file"
4138   title: "VPP Performance Operational Data 3n-skx"
4139   algorithm: "file_test_results"
4140   output-file-ext: ".rst"
4141   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4142   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"
4143   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4144   data: "vpp-perf-results-3n-skx"
4145   filter: "not 'CFS_OPT'"
4146   parameters:
4147   - "name"
4148   - "doc"
4149   - "level"
4150   - "parent"
4151   data-start-level: 3
4152
4153 # VPP Performance Operational Data 2n-skx
4154 - type: "file"
4155   title: "VPP Performance Operational Data 2n-skx"
4156   algorithm: "file_test_results"
4157   output-file-ext: ".rst"
4158   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4159   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"
4160   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4161   data: "vpp-perf-results-2n-skx"
4162   filter: "not 'CFS_OPT'"
4163   parameters:
4164   - "name"
4165   - "doc"
4166   - "level"
4167   - "parent"
4168   data-start-level: 3
4169
4170 # VPP Performance Operational Data 3n-tsh
4171 - type: "file"
4172   title: "VPP Performance Operational Data 3n-tsh"
4173   algorithm: "file_test_results"
4174   output-file-ext: ".rst"
4175   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4176   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"
4177   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4178   data: "vpp-perf-results-3n-tsh"
4179   filter: "not 'CFS_OPT'"
4180   parameters:
4181   - "name"
4182   - "doc"
4183   - "level"
4184   - "parent"
4185   data-start-level: 3
4186
4187 # VPP Performance Operational Data 3n-dnv
4188 - type: "file"
4189   title: "VPP Performance Operational Data 3n-dnv"
4190   algorithm: "file_test_results"
4191   output-file-ext: ".rst"
4192   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
4193   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"
4194   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
4195   data: "vpp-perf-results-3n-dnv"
4196   filter: "'NDRPDR'"
4197   parameters:
4198   - "name"
4199   - "doc"
4200   - "level"
4201   - "parent"
4202   data-start-level: 3
4203
4204 # VPP Performance Operational Data 2n-dnv
4205 - type: "file"
4206   title: "VPP Performance Operational Data 2n-dnv"
4207   algorithm: "file_test_results"
4208   output-file-ext: ".rst"
4209   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4210   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"
4211   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4212   data: "vpp-perf-results-2n-dnv"
4213   filter: "'NDRPDR'"
4214   parameters:
4215   - "name"
4216   - "doc"
4217   - "level"
4218   - "parent"
4219   data-start-level: 3
4220
4221 # VPP MRR Results 3n-hsw
4222 - type: "file"
4223   title: "VPP MRR Results 3n-hsw"
4224   algorithm: "file_test_results"
4225   output-file-ext: ".rst"
4226   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4227   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"
4228   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4229   data: "vpp-mrr-results-3n-hsw"
4230   filter: "'MRR'"
4231   parameters:
4232   - "name"
4233   - "doc"
4234   - "level"
4235   - "parent"
4236   data-start-level: 3
4237
4238 # VPP MRR Results 3n-skx
4239 - type: "file"
4240   title: "VPP MRR Results 3n-skx"
4241   algorithm: "file_test_results"
4242   output-file-ext: ".rst"
4243   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4244   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"
4245   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4246   data: "vpp-mrr-results-3n-skx"
4247   filter: "'MRR'"
4248   parameters:
4249   - "name"
4250   - "doc"
4251   - "level"
4252   - "parent"
4253   data-start-level: 3
4254
4255 # VPP MRR Results 2n-skx
4256 - type: "file"
4257   title: "VPP MRR Results 2n-skx"
4258   algorithm: "file_test_results"
4259   output-file-ext: ".rst"
4260   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4261   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"
4262   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4263   data: "vpp-mrr-results-2n-skx"
4264   filter: "all"
4265   parameters:
4266   - "name"
4267   - "doc"
4268   - "level"
4269   - "parent"
4270   data-start-level: 3
4271
4272 # VPP MRR Results 3n-dnv
4273 - type: "file"
4274   title: "VPP MRR Results 3n-dnv"
4275   algorithm: "file_test_results"
4276   output-file-ext: ".rst"
4277   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4278   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"
4279   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
4280   data: "vpp-mrr-results-3n-dnv"
4281   filter: "'MRR'"
4282   parameters:
4283   - "name"
4284   - "doc"
4285   - "level"
4286   - "parent"
4287   data-start-level: 3
4288
4289 # VPP MRR Results 2n-dnv
4290 - type: "file"
4291   title: "VPP MRR Results 2n-dnv"
4292   algorithm: "file_test_results"
4293   output-file-ext: ".rst"
4294   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4295   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"
4296   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4297   data: "vpp-mrr-results-2n-dnv"
4298   filter: "'MRR'"
4299   parameters:
4300   - "name"
4301   - "doc"
4302   - "level"
4303   - "parent"
4304   data-start-level: 3
4305
4306 # VPP MRR Configuration 3n-hsw
4307 - type: "file"
4308   title: "VPP MRR Configuration 3n-hsw"
4309   algorithm: "file_test_results"
4310   output-file-ext: ".rst"
4311   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4312   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"
4313   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4314   data: "vpp-mrr-results-3n-hsw"
4315   filter: "'MRR'"
4316   parameters:
4317   - "name"
4318   - "doc"
4319   - "level"
4320   - "parent"
4321   data-start-level: 3
4322
4323 # VPP MRR Configuration 3n-skx
4324 - type: "file"
4325   title: "VPP MRR Configuration 3n-skx"
4326   algorithm: "file_test_results"
4327   output-file-ext: ".rst"
4328   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4329   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"
4330   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4331   data: "vpp-mrr-results-3n-skx"
4332   filter: "'MRR'"
4333   parameters:
4334   - "name"
4335   - "doc"
4336   - "level"
4337   - "parent"
4338   data-start-level: 3
4339
4340 # VPP MRR Configuration 2n-skx
4341 - type: "file"
4342   title: "VPP MRR Configuration 2n-skx"
4343   algorithm: "file_test_results"
4344   output-file-ext: ".rst"
4345   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4346   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"
4347   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4348   data: "vpp-mrr-results-2n-skx"
4349   filter: "'MRR'"
4350   parameters:
4351   - "name"
4352   - "doc"
4353   - "level"
4354   - "parent"
4355   data-start-level: 3
4356
4357 # VPP MRR Configuration 3n-dnv
4358 - type: "file"
4359   title: "VPP MRR Configuration 3n-dnv"
4360   algorithm: "file_test_results"
4361   output-file-ext: ".rst"
4362   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
4363   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"
4364   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
4365   data: "vpp-mrr-results-3n-dnv"
4366   filter: "'MRR'"
4367   parameters:
4368   - "name"
4369   - "doc"
4370   - "level"
4371   - "parent"
4372   data-start-level: 3
4373
4374 # VPP MRR Configuration 2n-dnv
4375 - type: "file"
4376   title: "VPP MRR Configuration 2n-dnv"
4377   algorithm: "file_test_results"
4378   output-file-ext: ".rst"
4379   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4380   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"
4381   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4382   data: "vpp-mrr-results-2n-dnv"
4383   filter: "'MRR'"
4384   parameters:
4385   - "name"
4386   - "doc"
4387   - "level"
4388   - "parent"
4389   data-start-level: 3
4390
4391 # VPP Functional Results - Ubuntu
4392 - type: "file"
4393   title: "VPP Functional Results - Ubuntu"
4394   algorithm: "file_test_results"
4395   output-file-ext: ".rst"
4396   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4397   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"
4398   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4399   data: "vpp-func-results-ubuntu"
4400   filter: "all"
4401   parameters:
4402   - "name"
4403   - "doc"
4404   - "level"
4405   - "parent"
4406   data-start-level: 3
4407
4408 # VPP Functional Results - CentOS
4409 - type: "file"
4410   title: "VPP Functional Results - CentOS"
4411   algorithm: "file_test_results"
4412   output-file-ext: ".rst"
4413   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4414   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"
4415   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4416   data:
4417     "vpp-func-results-centos"
4418   filter: "all"
4419   parameters:
4420   - "name"
4421   - "doc"
4422   - "level"
4423   - "parent"
4424   data-start-level: 3
4425
4426 # VPP Functional Configuration - Ubuntu
4427 - type: "file"
4428   title: "VPP Functional Configuration - Ubuntu"
4429   algorithm: "file_test_results"
4430   output-file-ext: ".rst"
4431   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4432   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"
4433   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4434   data: "vpp-func-results-ubuntu"
4435   filter: "all"
4436   parameters:
4437   - "name"
4438   - "doc"
4439   - "level"
4440   - "parent"
4441   data-start-level: 3
4442
4443 # VPP Functional Configuration - CentOS
4444 - type: "file"
4445   title: "VPP Functional Configuration - CentOS"
4446   algorithm: "file_test_results"
4447   output-file-ext: ".rst"
4448   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4449   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"
4450   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4451   data:
4452     "vpp-func-results-centos"
4453   filter: "all"
4454   parameters:
4455   - "name"
4456   - "doc"
4457   - "level"
4458   - "parent"
4459   data-start-level: 3
4460
4461 # VPP Device Results - Ubuntu
4462 - type: "file"
4463   title: "VPP Device Results - Ubuntu"
4464   algorithm: "file_test_results"
4465   output-file-ext: ".rst"
4466   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4467   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"
4468   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4469   data: "vpp-device-results-ubuntu"
4470   filter: "all"
4471   parameters:
4472   - "name"
4473   - "doc"
4474   - "level"
4475   - "parent"
4476   data-start-level: 2
4477
4478 # VPP Device Configuration - Ubuntu
4479 - type: "file"
4480   title: "VPP Device Configuration - Ubuntu"
4481   algorithm: "file_test_results"
4482   output-file-ext: ".rst"
4483   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4484   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"
4485   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4486   data: "vpp-device-results-ubuntu"
4487   filter: "all"
4488   parameters:
4489   - "name"
4490   - "doc"
4491   - "level"
4492   - "parent"
4493   data-start-level: 2
4494
4495 # DPDK Performance Results 3n-hsw
4496 - type: "file"
4497   title: "DPDK Performance Results 3n-hsw"
4498   algorithm: "file_test_results"
4499   output-file-ext: ".rst"
4500   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4501   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"
4502   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4503   data: "dpdk-perf-results-3n-hsw"
4504   filter: "all"
4505   parameters:
4506   - "name"
4507   - "doc"
4508   - "level"
4509   - "parent"
4510   data-start-level: 3
4511
4512 # DPDK Performance Results 3n-skx
4513 - type: "file"
4514   title: "DPDK Performance Results 3n-skx"
4515   algorithm: "file_test_results"
4516   output-file-ext: ".rst"
4517   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4518   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"
4519   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4520   data: "dpdk-perf-results-3n-skx"
4521   filter: "all"
4522   parameters:
4523   - "name"
4524   - "doc"
4525   - "level"
4526   - "parent"
4527   data-start-level: 3
4528
4529 # DPDK Performance Results 2n-skx
4530 - type: "file"
4531   title: "DPDK Performance Results 2n-skx"
4532   algorithm: "file_test_results"
4533   output-file-ext: ".rst"
4534   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4535   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"
4536   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4537   data: "dpdk-perf-results-2n-skx"
4538   filter: "all"
4539   parameters:
4540   - "name"
4541   - "doc"
4542   - "level"
4543   - "parent"
4544   data-start-level: 3
4545
4546 ################################################################################
4547 ###                                P L O T S                                 ###
4548 ################################################################################
4549
4550 # Plots VPP HTTP Server Performance
4551 - type: "plot"
4552   title: "VPP HTTP Server Performance"
4553   algorithm: "plot_http_server_performance_box"
4554   output-file-type: ".html"
4555   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4556   data:
4557     "plot-vpp-http-server-performance"
4558   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4559   # each tag is enclosed with ' (apostrophe).
4560   filter: "'HTTP' and 'TCP_CPS'"
4561   parameters:
4562   - "result"
4563   - "name"
4564   traces:
4565     hoverinfo: "x+y"
4566     boxpoints: "outliers"
4567     whiskerwidth: 0
4568   layout:
4569     title: "VPP HTTP Server Performance"
4570     layout:
4571       "plot-cps"
4572
4573 - type: "plot"
4574   title: "VPP HTTP Server Performance"
4575   algorithm: "plot_http_server_performance_box"
4576   output-file-type: ".html"
4577   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4578   data:
4579     "plot-vpp-http-server-performance"
4580   filter: "'HTTP' and 'TCP_RPS'"
4581   parameters:
4582   - "result"
4583   - "name"
4584   traces:
4585     hoverinfo: "x+y"
4586     boxpoints: "outliers"
4587     whiskerwidth: 0
4588   layout:
4589     title: "VPP HTTP Server Performance"
4590     layout:
4591       "plot-rps"
4592
4593 ################################################################################
4594
4595 # Soak Test (PLRsearch), boxes
4596 - type: "plot"
4597   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4598   algorithm: "plot_performance_box"
4599   output-file-type: ".html"
4600   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4601   data: "plot-vpp-soak-2n-skx"
4602   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4603   parameters:
4604     - "throughput"
4605     - "parent"
4606     - "tags"
4607   sort:
4608     - "DRV_AVF"
4609     - "DRV_AVF"
4610     - "DRV_AVF"
4611     - "L2BDMACLRN"
4612     - "L2XCBASE"
4613     - "L2PATCH"
4614   traces:
4615     hoverinfo: "x+y"
4616     boxpoints: "all"
4617     whiskerwidth: 0
4618   layout:
4619     title: "30 Minutes Soak Test (PLRsearch)"
4620     layout: "plot-soak-throughput"
4621
4622 # Soak Test (PLRsearch), boxes
4623 - type: "plot"
4624   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4625   algorithm: "plot_performance_box"
4626   output-file-type: ".html"
4627   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4628   data: "plot-vpp-soak-2n-skx"
4629   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4630   parameters:
4631     - "throughput"
4632     - "parent"
4633     - "tags"
4634   sort:
4635     - "VHOST"
4636     - "VHOST"
4637     - "MEMIF"
4638     - "IP4FWD"
4639     - "IP4FWD"
4640     - "IP6FWD"
4641   traces:
4642     hoverinfo: "x+y"
4643     boxpoints: "all"
4644     whiskerwidth: 0
4645   layout:
4646     title: "30 Minutes Soak Test (PLRsearch)"
4647     layout: "plot-soak-throughput"
4648
4649 ###############################################################################
4650 # Plots - NF Density - VSC - MRR 64b
4651 - type: "plot"
4652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4653   algorithm: "plot_service_density_heatmap"
4654   output-file-type: ".html"
4655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4656   data: "plot-vpp-nfv-2n-skx-mrr"
4657   filter: "'NIC_Intel-XXV710' and
4658            'NF_DENSITY' and
4659            'VHOST' and
4660            'CHAIN' and
4661            'NF_VPPIP4' and
4662            '64B' and
4663            '2T1C' and
4664            'MRR'"
4665   reference:
4666     include: "2"
4667     name: "VNF-1c"
4668   compare:
4669     include: "1"
4670     name: "VNF-0.5c"
4671   parameters:
4672   - "result"
4673   - "name"
4674   - "tags"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   x-axis: "X = VNFs per Service Chain"
4677   y-axis: "Y = Number of Service Chains"
4678   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4679   layout:
4680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4681     layout: "plot-service-density"
4682
4683 - type: "plot"
4684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4685   algorithm: "plot_service_density_heatmap"
4686   output-file-type: ".html"
4687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4688   data: "plot-vpp-nfv-2n-skx-mrr"
4689   filter: "'NIC_Intel-XXV710' and
4690            'NF_DENSITY' and
4691            'VHOST' and
4692            'CHAIN' and
4693            'NF_VPPIP4' and
4694            '64B' and
4695            '4T2C' and
4696            'MRR'"
4697   reference:
4698     include: "2"
4699     name: "VNF-1c"
4700   compare:
4701     include: "1"
4702     name: "VNF-0.5c"
4703   parameters:
4704   - "result"
4705   - "name"
4706   - "tags"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   x-axis: "X = VNFs per Service Chain"
4709   y-axis: "Y = Number of Service Chains"
4710   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4711   layout:
4712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4713     layout: "plot-service-density"
4714
4715 - type: "plot"
4716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4717   algorithm: "plot_service_density_heatmap"
4718   output-file-type: ".html"
4719   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4720   data: "plot-vpp-nfv-2n-skx-mrr"
4721   filter: "'NIC_Intel-XXV710' and
4722            'NF_DENSITY' and
4723            'VHOST' and
4724            'CHAIN' and
4725            'NF_VPPIP4' and
4726            '64B' and
4727            '8T4C' and
4728            'MRR'"
4729   reference:
4730     include: "2"
4731     name: "VNF-1c"
4732   compare:
4733     include: "1"
4734     name: "VNF-0.5c"
4735   parameters:
4736   - "result"
4737   - "name"
4738   - "tags"
4739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4740   x-axis: "X = VNFs per Service Chain"
4741   y-axis: "Y = Number of Service Chains"
4742   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4743   layout:
4744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4745     layout: "plot-service-density"
4746
4747 # Plots - NF Density - VSC - MRR IMIX
4748 - type: "plot"
4749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4750   algorithm: "plot_service_density_heatmap"
4751   output-file-type: ".html"
4752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4753   data: "plot-vpp-nfv-2n-skx-mrr"
4754   filter: "'NIC_Intel-XXV710' and
4755            'NF_DENSITY' and
4756            'VHOST' and
4757            'CHAIN' and
4758            'NF_VPPIP4' and
4759            'IMIX' and
4760            '2T1C' and
4761            'MRR'"
4762   reference:
4763     include: "2"
4764     name: "VNF-1c"
4765   compare:
4766     include: "1"
4767     name: "VNF-0.5c"
4768   parameters:
4769   - "result"
4770   - "name"
4771   - "tags"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   x-axis: "X = VNFs per Service Chain"
4774   y-axis: "Y = Number of Service Chains"
4775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4776   layout:
4777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4778     layout: "plot-service-density"
4779
4780 - type: "plot"
4781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4782   algorithm: "plot_service_density_heatmap"
4783   output-file-type: ".html"
4784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4785   data: "plot-vpp-nfv-2n-skx-mrr"
4786   filter: "'NIC_Intel-XXV710' and
4787            'NF_DENSITY' and
4788            'VHOST' and
4789            'CHAIN' and
4790            'NF_VPPIP4' and
4791            'IMIX' and
4792            '4T2C' and
4793            'MRR'"
4794   reference:
4795     include: "2"
4796     name: "VNF-1c"
4797   compare:
4798     include: "1"
4799     name: "VNF-0.5c"
4800   parameters:
4801   - "result"
4802   - "name"
4803   - "tags"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   x-axis: "X = VNFs per Service Chain"
4806   y-axis: "Y = Number of Service Chains"
4807   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4808   layout:
4809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4810     layout: "plot-service-density"
4811
4812 - type: "plot"
4813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4814   algorithm: "plot_service_density_heatmap"
4815   output-file-type: ".html"
4816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4817   data: "plot-vpp-nfv-2n-skx-mrr"
4818   filter: "'NIC_Intel-XXV710' and
4819            'NF_DENSITY' and
4820            'VHOST' and
4821            'CHAIN' and
4822            'NF_VPPIP4' and
4823            'IMIX' and
4824            '8T4C' and
4825            'MRR'"
4826   reference:
4827     include: "2"
4828     name: "VNF-1c"
4829   compare:
4830     include: "1"
4831     name: "VNF-0.5c"
4832   parameters:
4833   - "result"
4834   - "name"
4835   - "tags"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   x-axis: "X = VNFs per Service Chain"
4838   y-axis: "Y = Number of Service Chains"
4839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4840   layout:
4841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4842     layout: "plot-service-density"
4843
4844 # Plots - NF Density - VSC - NDR 64b
4845 - type: "plot"
4846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4847   algorithm: "plot_service_density_heatmap"
4848   output-file-type: ".html"
4849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4850   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4851   filter: "'NIC_Intel-XXV710' and
4852            'NF_DENSITY' and
4853            'VHOST' and
4854            'CHAIN' and
4855            'NF_VPPIP4' and
4856            '64B' and
4857            '2T1C' and
4858            'NDRPDR'"
4859   reference:
4860     include: "2"
4861     name: "VNF-1c"
4862   compare:
4863     include: "1"
4864     name: "VNF-0.5c"
4865   parameters:
4866   - "throughput"
4867   - "name"
4868   - "tags"
4869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4870   x-axis: "X = VNFs per Service Chain"
4871   y-axis: "Y = Number of Service Chains"
4872   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4873   layout:
4874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4875     layout: "plot-service-density"
4876
4877 - type: "plot"
4878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4879   algorithm: "plot_service_density_heatmap"
4880   output-file-type: ".html"
4881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4882   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4883   filter: "'NIC_Intel-XXV710' and
4884            'NF_DENSITY' and
4885            'VHOST' and
4886            'CHAIN' and
4887            'NF_VPPIP4' and
4888            '64B' and
4889            '4T2C' and
4890            'NDRPDR'"
4891   reference:
4892     include: "2"
4893     name: "VNF-1c"
4894   compare:
4895     include: "1"
4896     name: "VNF-0.5c"
4897   parameters:
4898   - "throughput"
4899   - "name"
4900   - "tags"
4901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4902   x-axis: "X = VNFs per Service Chain"
4903   y-axis: "Y = Number of Service Chains"
4904   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4905   layout:
4906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4907     layout: "plot-service-density"
4908
4909 - type: "plot"
4910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4911   algorithm: "plot_service_density_heatmap"
4912   output-file-type: ".html"
4913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4914   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4915   filter: "'NIC_Intel-XXV710' and
4916            'NF_DENSITY' and
4917            'VHOST' and
4918            'CHAIN' and
4919            'NF_VPPIP4' and
4920            '64B' and
4921            '8T4C' and
4922            'NDRPDR'"
4923   reference:
4924     include: "2"
4925     name: "VNF-1c"
4926   compare:
4927     include: "1"
4928     name: "VNF-0.5c"
4929   parameters:
4930   - "throughput"
4931   - "name"
4932   - "tags"
4933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4934   x-axis: "X = VNFs per Service Chain"
4935   y-axis: "Y = Number of Service Chains"
4936   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4937   layout:
4938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4939     layout: "plot-service-density"
4940
4941 # Plots - NF Density - VSC - NDR IMIX
4942 - type: "plot"
4943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4944   algorithm: "plot_service_density_heatmap"
4945   output-file-type: ".html"
4946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4947   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4948   filter: "'NIC_Intel-XXV710' and
4949            'NF_DENSITY' and
4950            'VHOST' and
4951            'CHAIN' and
4952            'NF_VPPIP4' and
4953            'IMIX' and
4954            '2T1C' and
4955            'NDRPDR'"
4956   reference:
4957     include: "2"
4958     name: "VNF-1c"
4959   compare:
4960     include: "1"
4961     name: "VNF-0.5c"
4962   parameters:
4963   - "throughput"
4964   - "name"
4965   - "tags"
4966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4967   x-axis: "X = VNFs per Service Chain"
4968   y-axis: "Y = Number of Service Chains"
4969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4970   layout:
4971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4972     layout: "plot-service-density"
4973
4974 - type: "plot"
4975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4976   algorithm: "plot_service_density_heatmap"
4977   output-file-type: ".html"
4978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4979   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4980   filter: "'NIC_Intel-XXV710' and
4981            'NF_DENSITY' and
4982            'VHOST' and
4983            'CHAIN' and
4984            'NF_VPPIP4' and
4985            'IMIX' and
4986            '4T2C' and
4987            'NDRPDR'"
4988   reference:
4989     include: "2"
4990     name: "VNF-1c"
4991   compare:
4992     include: "1"
4993     name: "VNF-0.5c"
4994   parameters:
4995   - "throughput"
4996   - "name"
4997   - "tags"
4998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4999   x-axis: "X = VNFs per Service Chain"
5000   y-axis: "Y = Number of Service Chains"
5001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5002   layout:
5003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5004     layout: "plot-service-density"
5005
5006 - type: "plot"
5007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5008   algorithm: "plot_service_density_heatmap"
5009   output-file-type: ".html"
5010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
5011   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5012   filter: "'NIC_Intel-XXV710' and
5013            'NF_DENSITY' and
5014            'VHOST' and
5015            'CHAIN' and
5016            'NF_VPPIP4' and
5017            'IMIX' and
5018            '8T4C' and
5019            'NDRPDR'"
5020   reference:
5021     include: "2"
5022     name: "VNF-1c"
5023   compare:
5024     include: "1"
5025     name: "VNF-0.5c"
5026   parameters:
5027   - "throughput"
5028   - "name"
5029   - "tags"
5030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5031   x-axis: "X = VNFs per Service Chain"
5032   y-axis: "Y = Number of Service Chains"
5033   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5034   layout:
5035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5036     layout: "plot-service-density"
5037
5038 # Plots - NF Density - VSC - PDR 64b
5039 - type: "plot"
5040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5041   algorithm: "plot_service_density_heatmap"
5042   output-file-type: ".html"
5043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
5044   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5045   filter: "'NIC_Intel-XXV710' and
5046            'NF_DENSITY' and
5047            'VHOST' and
5048            'CHAIN' and
5049            'NF_VPPIP4' and
5050            '64B' and
5051            '2T1C' and
5052            'NDRPDR'"
5053   reference:
5054     include: "2"
5055     name: "VNF-1c"
5056   compare:
5057     include: "1"
5058     name: "VNF-0.5c"
5059   parameters:
5060   - "throughput"
5061   - "name"
5062   - "tags"
5063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5064   x-axis: "X = VNFs per Service Chain"
5065   y-axis: "Y = Number of Service Chains"
5066   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5067   layout:
5068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5069     layout: "plot-service-density"
5070
5071 - type: "plot"
5072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5073   algorithm: "plot_service_density_heatmap"
5074   output-file-type: ".html"
5075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
5076   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5077   filter: "'NIC_Intel-XXV710' and
5078            'NF_DENSITY' and
5079            'VHOST' and
5080            'CHAIN' and
5081            'NF_VPPIP4' and
5082            '64B' and
5083            '4T2C' and
5084            'NDRPDR'"
5085   reference:
5086     include: "2"
5087     name: "VNF-1c"
5088   compare:
5089     include: "1"
5090     name: "VNF-0.5c"
5091   parameters:
5092   - "throughput"
5093   - "name"
5094   - "tags"
5095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5096   x-axis: "X = VNFs per Service Chain"
5097   y-axis: "Y = Number of Service Chains"
5098   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5099   layout:
5100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5101     layout: "plot-service-density"
5102
5103 - type: "plot"
5104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5105   algorithm: "plot_service_density_heatmap"
5106   output-file-type: ".html"
5107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
5108   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5109   filter: "'NIC_Intel-XXV710' and
5110            'NF_DENSITY' and
5111            'VHOST' and
5112            'CHAIN' and
5113            'NF_VPPIP4' and
5114            '64B' and
5115            '8T4C' and
5116            'NDRPDR'"
5117   reference:
5118     include: "2"
5119     name: "VNF-1c"
5120   compare:
5121     include: "1"
5122     name: "VNF-0.5c"
5123   parameters:
5124   - "throughput"
5125   - "name"
5126   - "tags"
5127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5128   x-axis: "X = VNFs per Service Chain"
5129   y-axis: "Y = Number of Service Chains"
5130   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5131   layout:
5132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5133     layout: "plot-service-density"
5134
5135 # Plots - NF Density - VSC - PDR IMIX
5136 - type: "plot"
5137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5138   algorithm: "plot_service_density_heatmap"
5139   output-file-type: ".html"
5140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5141   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5142   filter: "'NIC_Intel-XXV710' and
5143            'NF_DENSITY' and
5144            'VHOST' and
5145            'CHAIN' and
5146            'NF_VPPIP4' and
5147            'IMIX' and
5148            '2T1C' and
5149            'NDRPDR'"
5150   reference:
5151     include: "2"
5152     name: "VNF-1c"
5153   compare:
5154     include: "1"
5155     name: "VNF-0.5c"
5156   parameters:
5157   - "throughput"
5158   - "name"
5159   - "tags"
5160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5161   x-axis: "X = VNFs per Service Chain"
5162   y-axis: "Y = Number of Service Chains"
5163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5164   layout:
5165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5166     layout: "plot-service-density"
5167
5168 - type: "plot"
5169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5170   algorithm: "plot_service_density_heatmap"
5171   output-file-type: ".html"
5172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5173   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5174   filter: "'NIC_Intel-XXV710' and
5175            'NF_DENSITY' and
5176            'VHOST' and
5177            'CHAIN' and
5178            'NF_VPPIP4' and
5179            'IMIX' and
5180            '4T2C' and
5181            'NDRPDR'"
5182   reference:
5183     include: "2"
5184     name: "VNF-1c"
5185   compare:
5186     include: "1"
5187     name: "VNF-0.5c"
5188   parameters:
5189   - "throughput"
5190   - "name"
5191   - "tags"
5192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5193   x-axis: "X = VNFs per Service Chain"
5194   y-axis: "Y = Number of Service Chains"
5195   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5196   layout:
5197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5198     layout: "plot-service-density"
5199
5200 - type: "plot"
5201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5202   algorithm: "plot_service_density_heatmap"
5203   output-file-type: ".html"
5204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5205   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5206   filter: "'NIC_Intel-XXV710' and
5207            'NF_DENSITY' and
5208            'VHOST' and
5209            'CHAIN' and
5210            'NF_VPPIP4' and
5211            'IMIX' and
5212            '8T4C' and
5213            'NDRPDR'"
5214   reference:
5215     include: "2"
5216     name: "VNF-1c"
5217   compare:
5218     include: "1"
5219     name: "VNF-0.5c"
5220   parameters:
5221   - "throughput"
5222   - "name"
5223   - "tags"
5224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5225   x-axis: "X = VNFs per Service Chain"
5226   y-axis: "Y = Number of Service Chains"
5227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5228   layout:
5229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5230     layout: "plot-service-density"
5231
5232 ###############################################################################
5233 # Plots - NF Density - CSC - MRR 64b
5234 - type: "plot"
5235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5236   algorithm: "plot_service_density_heatmap"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5239   data: "plot-vpp-nfv-2n-skx-mrr"
5240   filter: "'NIC_Intel-XXV710' and
5241            'NF_DENSITY' and
5242            'DOCKER' and
5243            'CHAIN' and
5244            'NF_VPPIP4' and
5245            '64B' and
5246            '2T1C' and
5247            'MRR'"
5248   reference:
5249     include: "2"
5250     name: "CNF-1c"
5251   compare:
5252     include: "1"
5253     name: "CNF-0.5c"
5254   parameters:
5255   - "result"
5256   - "name"
5257   - "tags"
5258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259   x-axis: "X = CNFs per Service Chain"
5260   y-axis: "Y = Number of Service Chains"
5261   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5262   layout:
5263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5264     layout: "plot-service-density"
5265
5266 - type: "plot"
5267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5268   algorithm: "plot_service_density_heatmap"
5269   output-file-type: ".html"
5270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5271   data: "plot-vpp-nfv-2n-skx-mrr"
5272   filter: "'NIC_Intel-XXV710' and
5273            'NF_DENSITY' and
5274            'DOCKER' and
5275            'CHAIN' and
5276            'NF_VPPIP4' and
5277            '64B' and
5278            '4T2C' and
5279            'MRR'"
5280   reference:
5281     include: "2"
5282     name: "CNF-1c"
5283   compare:
5284     include: "1"
5285     name: "CNF-0.5c"
5286   parameters:
5287   - "result"
5288   - "name"
5289   - "tags"
5290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5291   x-axis: "X = CNFs per Service Chain"
5292   y-axis: "Y = Number of Service Chains"
5293   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5294   layout:
5295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5296     layout: "plot-service-density"
5297
5298 - type: "plot"
5299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5300   algorithm: "plot_service_density_heatmap"
5301   output-file-type: ".html"
5302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5303   data: "plot-vpp-nfv-2n-skx-mrr"
5304   filter: "'NIC_Intel-XXV710' and
5305            'NF_DENSITY' and
5306            'DOCKER' and
5307            'CHAIN' and
5308            'NF_VPPIP4' and
5309            '64B' and
5310            '8T4C' and
5311            'MRR'"
5312   reference:
5313     include: "2"
5314     name: "CNF-1c"
5315   compare:
5316     include: "1"
5317     name: "CNF-0.5c"
5318   parameters:
5319   - "result"
5320   - "name"
5321   - "tags"
5322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5323   x-axis: "X = CNFs per Service Chain"
5324   y-axis: "Y = Number of Service Chains"
5325   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5326   layout:
5327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5328     layout: "plot-service-density"
5329
5330 # Plots - NF Density - CSC - MRR IMIX
5331 - type: "plot"
5332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5333   algorithm: "plot_service_density_heatmap"
5334   output-file-type: ".html"
5335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5336   data: "plot-vpp-nfv-2n-skx-mrr"
5337   filter: "'NIC_Intel-XXV710' and
5338            'NF_DENSITY' and
5339            'DOCKER' and
5340            'CHAIN' and
5341            'NF_VPPIP4' and
5342            'IMIX' and
5343            '2T1C' and
5344            'MRR'"
5345   reference:
5346     include: "2"
5347     name: "CNF-1c"
5348   compare:
5349     include: "1"
5350     name: "CNF-0.5c"
5351   parameters:
5352   - "result"
5353   - "name"
5354   - "tags"
5355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5356   x-axis: "X = CNFs per Service Chain"
5357   y-axis: "Y = Number of Service Chains"
5358   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5359   layout:
5360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5361     layout: "plot-service-density"
5362
5363 - type: "plot"
5364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5365   algorithm: "plot_service_density_heatmap"
5366   output-file-type: ".html"
5367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5368   data: "plot-vpp-nfv-2n-skx-mrr"
5369   filter: "'NIC_Intel-XXV710' and
5370            'NF_DENSITY' and
5371            'DOCKER' and
5372            'CHAIN' and
5373            'NF_VPPIP4' and
5374            'IMIX' and
5375            '4T2C' and
5376            'MRR'"
5377   reference:
5378     include: "2"
5379     name: "CNF-1c"
5380   compare:
5381     include: "1"
5382     name: "CNF-0.5c"
5383   parameters:
5384   - "result"
5385   - "name"
5386   - "tags"
5387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5388   x-axis: "X = CNFs per Service Chain"
5389   y-axis: "Y = Number of Service Chains"
5390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5391   layout:
5392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5393     layout: "plot-service-density"
5394
5395 - type: "plot"
5396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5397   algorithm: "plot_service_density_heatmap"
5398   output-file-type: ".html"
5399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5400   data: "plot-vpp-nfv-2n-skx-mrr"
5401   filter: "'NIC_Intel-XXV710' and
5402            'NF_DENSITY' and
5403            'DOCKER' and
5404            'CHAIN' and
5405            'NF_VPPIP4' and
5406            'IMIX' and
5407            '8T4C' and
5408            'MRR'"
5409   reference:
5410     include: "2"
5411     name: "CNF-1c"
5412   compare:
5413     include: "1"
5414     name: "CNF-0.5c"
5415   parameters:
5416   - "result"
5417   - "name"
5418   - "tags"
5419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5420   x-axis: "X = CNFs per Service Chain"
5421   y-axis: "Y = Number of Service Chains"
5422   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5423   layout:
5424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5425     layout: "plot-service-density"
5426
5427 # Plots - NF Density - CSC - NDR 64b
5428 - type: "plot"
5429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5430   algorithm: "plot_service_density_heatmap"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5433   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5434   filter: "'NIC_Intel-XXV710' and
5435            'NF_DENSITY' and
5436            'DOCKER' and
5437            'CHAIN' and
5438            'NF_VPPIP4' and
5439            '64B' and
5440            '2T1C' and
5441            'NDRPDR'"
5442   reference:
5443     include: "2"
5444     name: "CNF-1c"
5445   compare:
5446     include: "1"
5447     name: "CNF-0.5c"
5448   parameters:
5449   - "throughput"
5450   - "name"
5451   - "tags"
5452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453   x-axis: "X = CNFs per Service Chain"
5454   y-axis: "Y = Number of Service Chains"
5455   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5456   layout:
5457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5458     layout: "plot-service-density"
5459
5460 - type: "plot"
5461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5462   algorithm: "plot_service_density_heatmap"
5463   output-file-type: ".html"
5464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5465   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5466   filter: "'NIC_Intel-XXV710' and
5467            'NF_DENSITY' and
5468            'DOCKER' and
5469            'CHAIN' and
5470            'NF_VPPIP4' and
5471            '64B' and
5472            '4T2C' and
5473            'NDRPDR'"
5474   reference:
5475     include: "2"
5476     name: "CNF-1c"
5477   compare:
5478     include: "1"
5479     name: "CNF-0.5c"
5480   parameters:
5481   - "throughput"
5482   - "name"
5483   - "tags"
5484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5485   x-axis: "X = CNFs per Service Chain"
5486   y-axis: "Y = Number of Service Chains"
5487   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5488   layout:
5489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5490     layout: "plot-service-density"
5491
5492 - type: "plot"
5493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5494   algorithm: "plot_service_density_heatmap"
5495   output-file-type: ".html"
5496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5497   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5498   filter: "'NIC_Intel-XXV710' and
5499            'NF_DENSITY' and
5500            'DOCKER' and
5501            'CHAIN' and
5502            'NF_VPPIP4' and
5503            '64B' and
5504            '8T4C' and
5505            'NDRPDR'"
5506   reference:
5507     include: "2"
5508     name: "CNF-1c"
5509   compare:
5510     include: "1"
5511     name: "CNF-0.5c"
5512   parameters:
5513   - "throughput"
5514   - "name"
5515   - "tags"
5516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5517   x-axis: "X = CNFs per Service Chain"
5518   y-axis: "Y = Number of Service Chains"
5519   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5520   layout:
5521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5522     layout: "plot-service-density"
5523
5524 # Plots - NF Density - CSC - NDR IMIX
5525 - type: "plot"
5526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5527   algorithm: "plot_service_density_heatmap"
5528   output-file-type: ".html"
5529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5530   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5531   filter: "'NIC_Intel-XXV710' and
5532            'NF_DENSITY' and
5533            'DOCKER' and
5534            'CHAIN' and
5535            'NF_VPPIP4' and
5536            'IMIX' and
5537            '2T1C' and
5538            'NDRPDR'"
5539   reference:
5540     include: "2"
5541     name: "CNF-1c"
5542   compare:
5543     include: "1"
5544     name: "CNF-0.5c"
5545   parameters:
5546   - "throughput"
5547   - "name"
5548   - "tags"
5549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5550   x-axis: "X = CNFs per Service Chain"
5551   y-axis: "Y = Number of Service Chains"
5552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5553   layout:
5554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5555     layout: "plot-service-density"
5556
5557 - type: "plot"
5558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5559   algorithm: "plot_service_density_heatmap"
5560   output-file-type: ".html"
5561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5562   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5563   filter: "'NIC_Intel-XXV710' and
5564            'NF_DENSITY' and
5565            'DOCKER' and
5566            'CHAIN' and
5567            'NF_VPPIP4' and
5568            'IMIX' and
5569            '4T2C' and
5570            'NDRPDR'"
5571   reference:
5572     include: "2"
5573     name: "CNF-1c"
5574   compare:
5575     include: "1"
5576     name: "CNF-0.5c"
5577   parameters:
5578   - "throughput"
5579   - "name"
5580   - "tags"
5581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5582   x-axis: "X = CNFs per Service Chain"
5583   y-axis: "Y = Number of Service Chains"
5584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5585   layout:
5586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5587     layout: "plot-service-density"
5588
5589 - type: "plot"
5590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5591   algorithm: "plot_service_density_heatmap"
5592   output-file-type: ".html"
5593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5594   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5595   filter: "'NIC_Intel-XXV710' and
5596            'NF_DENSITY' and
5597            'DOCKER' and
5598            'CHAIN' and
5599            'NF_VPPIP4' and
5600            'IMIX' and
5601            '8T4C' and
5602            'NDRPDR'"
5603   reference:
5604     include: "2"
5605     name: "CNF-1c"
5606   compare:
5607     include: "1"
5608     name: "CNF-0.5c"
5609   parameters:
5610   - "throughput"
5611   - "name"
5612   - "tags"
5613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5614   x-axis: "X = CNFs per Service Chain"
5615   y-axis: "Y = Number of Service Chains"
5616   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5617   layout:
5618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5619     layout: "plot-service-density"
5620
5621 # Plots - NF Density - CSC - PDR 64b
5622 - type: "plot"
5623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5624   algorithm: "plot_service_density_heatmap"
5625   output-file-type: ".html"
5626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5627   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5628   filter: "'NIC_Intel-XXV710' and
5629            'NF_DENSITY' and
5630            'DOCKER' and
5631            'CHAIN' and
5632            'NF_VPPIP4' and
5633            '64B' and
5634            '2T1C' and
5635            'NDRPDR'"
5636   reference:
5637     include: "2"
5638     name: "CNF-1c"
5639   compare:
5640     include: "1"
5641     name: "CNF-0.5c"
5642   parameters:
5643   - "throughput"
5644   - "name"
5645   - "tags"
5646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5647   x-axis: "X = CNFs per Service Chain"
5648   y-axis: "Y = Number of Service Chains"
5649   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5650   layout:
5651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5652     layout: "plot-service-density"
5653
5654 - type: "plot"
5655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5656   algorithm: "plot_service_density_heatmap"
5657   output-file-type: ".html"
5658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5659   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5660   filter: "'NIC_Intel-XXV710' and
5661            'NF_DENSITY' and
5662            'DOCKER' and
5663            'CHAIN' and
5664            'NF_VPPIP4' and
5665            '64B' and
5666            '4T2C' and
5667            'NDRPDR'"
5668   reference:
5669     include: "2"
5670     name: "CNF-1c"
5671   compare:
5672     include: "1"
5673     name: "CNF-0.5c"
5674   parameters:
5675   - "throughput"
5676   - "name"
5677   - "tags"
5678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5679   x-axis: "X = CNFs per Service Chain"
5680   y-axis: "Y = Number of Service Chains"
5681   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5682   layout:
5683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5684     layout: "plot-service-density"
5685
5686 - type: "plot"
5687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5688   algorithm: "plot_service_density_heatmap"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5691   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5692   filter: "'NIC_Intel-XXV710' and
5693            'NF_DENSITY' and
5694            'DOCKER' and
5695            'CHAIN' and
5696            'NF_VPPIP4' and
5697            '64B' and
5698            '8T4C' and
5699            'NDRPDR'"
5700   reference:
5701     include: "2"
5702     name: "CNF-1c"
5703   compare:
5704     include: "1"
5705     name: "CNF-0.5c"
5706   parameters:
5707   - "throughput"
5708   - "name"
5709   - "tags"
5710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5711   x-axis: "X = CNFs per Service Chain"
5712   y-axis: "Y = Number of Service Chains"
5713   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5714   layout:
5715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5716     layout: "plot-service-density"
5717
5718 # Plots - NF Density - CSC - PDR IMIX
5719 - type: "plot"
5720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5721   algorithm: "plot_service_density_heatmap"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5724   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5725   filter: "'NIC_Intel-XXV710' and
5726            'NF_DENSITY' and
5727            'DOCKER' and
5728            'CHAIN' and
5729            'NF_VPPIP4' and
5730            'IMIX' and
5731            '2T1C' and
5732            'NDRPDR'"
5733   reference:
5734     include: "2"
5735     name: "CNF-1c"
5736   compare:
5737     include: "1"
5738     name: "CNF-0.5c"
5739   parameters:
5740   - "throughput"
5741   - "name"
5742   - "tags"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   x-axis: "X = CNFs per Service Chain"
5745   y-axis: "Y = Number of Service Chains"
5746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5747   layout:
5748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5749     layout: "plot-service-density"
5750
5751 - type: "plot"
5752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5753   algorithm: "plot_service_density_heatmap"
5754   output-file-type: ".html"
5755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5757   filter: "'NIC_Intel-XXV710' and
5758            'NF_DENSITY' and
5759            'DOCKER' and
5760            'CHAIN' and
5761            'NF_VPPIP4' and
5762            'IMIX' and
5763            '4T2C' and
5764            'NDRPDR'"
5765   reference:
5766     include: "2"
5767     name: "CNF-1c"
5768   compare:
5769     include: "1"
5770     name: "CNF-0.5c"
5771   parameters:
5772   - "throughput"
5773   - "name"
5774   - "tags"
5775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5776   x-axis: "X = CNFs per Service Chain"
5777   y-axis: "Y = Number of Service Chains"
5778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5779   layout:
5780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5781     layout: "plot-service-density"
5782
5783 - type: "plot"
5784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5785   algorithm: "plot_service_density_heatmap"
5786   output-file-type: ".html"
5787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5788   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5789   filter: "'NIC_Intel-XXV710' and
5790            'NF_DENSITY' and
5791            'DOCKER' and
5792            'CHAIN' and
5793            'NF_VPPIP4' and
5794            'IMIX' and
5795            '8T4C' and
5796            'NDRPDR'"
5797   reference:
5798     include: "2"
5799     name: "CNF-1c"
5800   compare:
5801     include: "1"
5802     name: "CNF-0.5c"
5803   parameters:
5804   - "throughput"
5805   - "name"
5806   - "tags"
5807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5808   x-axis: "X = CNFs per Service Chain"
5809   y-axis: "Y = Number of Service Chains"
5810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5811   layout:
5812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5813     layout: "plot-service-density"
5814
5815 ###############################################################################
5816 # Plots - NF Density - CSP - MRR 64b
5817 - type: "plot"
5818   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5819   algorithm: "plot_service_density_heatmap"
5820   output-file-type: ".html"
5821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5822   data: "plot-vpp-nfv-2n-skx-mrr"
5823   filter: "'NIC_Intel-XXV710' and
5824            'NF_DENSITY' and
5825            'DOCKER' and
5826            'PIPELINE' and
5827            'NF_VPPIP4' and
5828            '64B' and
5829            '2T1C' and
5830            'MRR'"
5831   reference:
5832     include: "2"
5833     name: "CNF-1c"
5834   compare:
5835     include: "1"
5836     name: "CNF-0.5c"
5837   parameters:
5838   - "result"
5839   - "name"
5840   - "tags"
5841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5842   x-axis: "X = CNFs per Service Pipeline"
5843   y-axis: "Y = Number of Service Pipelines"
5844   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5845   layout:
5846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5847     layout: "plot-service-density"
5848
5849 - type: "plot"
5850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5851   algorithm: "plot_service_density_heatmap"
5852   output-file-type: ".html"
5853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5854   data: "plot-vpp-nfv-2n-skx-mrr"
5855   filter: "'NIC_Intel-XXV710' and
5856            'NF_DENSITY' and
5857            'DOCKER' and
5858            'PIPELINE' and
5859            'NF_VPPIP4' and
5860            '64B' and
5861            '4T2C' and
5862            'MRR'"
5863   reference:
5864     include: "2"
5865     name: "CNF-1c"
5866   compare:
5867     include: "1"
5868     name: "CNF-0.5c"
5869   parameters:
5870   - "result"
5871   - "name"
5872   - "tags"
5873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5874   x-axis: "X = CNFs per Service Pipeline"
5875   y-axis: "Y = Number of Service Pipelines"
5876   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5877   layout:
5878     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5879     layout: "plot-service-density"
5880
5881 - type: "plot"
5882   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5883   algorithm: "plot_service_density_heatmap"
5884   output-file-type: ".html"
5885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5886   data: "plot-vpp-nfv-2n-skx-mrr"
5887   filter: "'NIC_Intel-XXV710' and
5888            'NF_DENSITY' and
5889            'DOCKER' and
5890            'PIPELINE' and
5891            'NF_VPPIP4' and
5892            '64B' and
5893            '8T4C' and
5894            'MRR'"
5895   reference:
5896     include: "2"
5897     name: "CNF-1c"
5898   compare:
5899     include: "1"
5900     name: "CNF-0.5c"
5901   parameters:
5902   - "result"
5903   - "name"
5904   - "tags"
5905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5906   x-axis: "X = CNFs per Service Pipeline"
5907   y-axis: "Y = Number of Service Pipelines"
5908   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5909   layout:
5910     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5911     layout: "plot-service-density"
5912
5913 # Plots - NF Density - CSP - MRR IMIX
5914 - type: "plot"
5915   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5916   algorithm: "plot_service_density_heatmap"
5917   output-file-type: ".html"
5918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5919   data: "plot-vpp-nfv-2n-skx-mrr"
5920   filter: "'NIC_Intel-XXV710' and
5921            'NF_DENSITY' and
5922            'DOCKER' and
5923            'PIPELINE' and
5924            'NF_VPPIP4' and
5925            'IMIX' and
5926            '2T1C' and
5927            'MRR'"
5928   reference:
5929     include: "2"
5930     name: "CNF-1c"
5931   compare:
5932     include: "1"
5933     name: "CNF-0.5c"
5934   parameters:
5935   - "result"
5936   - "name"
5937   - "tags"
5938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5939   x-axis: "X = CNFs per Service Pipeline"
5940   y-axis: "Y = Number of Service Pipelines"
5941   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5942   layout:
5943     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5944     layout: "plot-service-density"
5945
5946 - type: "plot"
5947   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5948   algorithm: "plot_service_density_heatmap"
5949   output-file-type: ".html"
5950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5951   data: "plot-vpp-nfv-2n-skx-mrr"
5952   filter: "'NIC_Intel-XXV710' and
5953            'NF_DENSITY' and
5954            'DOCKER' and
5955            'PIPELINE' and
5956            'NF_VPPIP4' and
5957            'IMIX' and
5958            '4T2C' and
5959            'MRR'"
5960   reference:
5961     include: "2"
5962     name: "CNF-1c"
5963   compare:
5964     include: "1"
5965     name: "CNF-0.5c"
5966   parameters:
5967   - "result"
5968   - "name"
5969   - "tags"
5970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5971   x-axis: "X = CNFs per Service Pipeline"
5972   y-axis: "Y = Number of Service Pipelines"
5973   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5974   layout:
5975     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5976     layout: "plot-service-density"
5977
5978 - type: "plot"
5979   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5980   algorithm: "plot_service_density_heatmap"
5981   output-file-type: ".html"
5982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5983   data: "plot-vpp-nfv-2n-skx-mrr"
5984   filter: "'NIC_Intel-XXV710' and
5985            'NF_DENSITY' and
5986            'DOCKER' and
5987            'PIPELINE' and
5988            'NF_VPPIP4' and
5989            'IMIX' and
5990            '8T4C' and
5991            'MRR'"
5992   reference:
5993     include: "2"
5994     name: "CNF-1c"
5995   compare:
5996     include: "1"
5997     name: "CNF-0.5c"
5998   parameters:
5999   - "result"
6000   - "name"
6001   - "tags"
6002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6003   x-axis: "X = CNFs per Service Pipeline"
6004   y-axis: "Y = Number of Service Pipelines"
6005   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6006   layout:
6007     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6008     layout: "plot-service-density"
6009
6010 # Plots - NF Density - CSP - NDR 64b
6011 - type: "plot"
6012   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6013   algorithm: "plot_service_density_heatmap"
6014   output-file-type: ".html"
6015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
6016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6017   filter: "'NIC_Intel-XXV710' and
6018            'NF_DENSITY' and
6019            'DOCKER' and
6020            'PIPELINE' and
6021            'NF_VPPIP4' and
6022            '64B' and
6023            '2T1C' and
6024            'NDRPDR'"
6025   reference:
6026     include: "2"
6027     name: "CNF-1c"
6028   compare:
6029     include: "1"
6030     name: "CNF-0.5c"
6031   parameters:
6032   - "throughput"
6033   - "name"
6034   - "tags"
6035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6036   x-axis: "X = CNFs per Service Pipeline"
6037   y-axis: "Y = Number of Service Pipelines"
6038   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6039   layout:
6040     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6041     layout: "plot-service-density"
6042
6043 - type: "plot"
6044   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6045   algorithm: "plot_service_density_heatmap"
6046   output-file-type: ".html"
6047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
6048   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6049   filter: "'NIC_Intel-XXV710' and
6050            'NF_DENSITY' and
6051            'DOCKER' and
6052            'PIPELINE' and
6053            'NF_VPPIP4' and
6054            '64B' and
6055            '4T2C' and
6056            'NDRPDR'"
6057   reference:
6058     include: "2"
6059     name: "CNF-1c"
6060   compare:
6061     include: "1"
6062     name: "CNF-0.5c"
6063   parameters:
6064   - "throughput"
6065   - "name"
6066   - "tags"
6067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6068   x-axis: "X = CNFs per Service Pipeline"
6069   y-axis: "Y = Number of Service Pipelines"
6070   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6071   layout:
6072     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6073     layout: "plot-service-density"
6074
6075 - type: "plot"
6076   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6077   algorithm: "plot_service_density_heatmap"
6078   output-file-type: ".html"
6079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
6080   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6081   filter: "'NIC_Intel-XXV710' and
6082            'NF_DENSITY' and
6083            'DOCKER' and
6084            'PIPELINE' and
6085            'NF_VPPIP4' and
6086            '64B' and
6087            '8T4C' and
6088            'NDRPDR'"
6089   reference:
6090     include: "2"
6091     name: "CNF-1c"
6092   compare:
6093     include: "1"
6094     name: "CNF-0.5c"
6095   parameters:
6096   - "throughput"
6097   - "name"
6098   - "tags"
6099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6100   x-axis: "X = CNFs per Service Pipeline"
6101   y-axis: "Y = Number of Service Pipelines"
6102   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6103   layout:
6104     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6105     layout: "plot-service-density"
6106
6107 # Plots - NF Density - CSP - NDR IMIX
6108 - type: "plot"
6109   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6110   algorithm: "plot_service_density_heatmap"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
6113   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6114   filter: "'NIC_Intel-XXV710' and
6115            'NF_DENSITY' and
6116            'DOCKER' and
6117            'PIPELINE' and
6118            'NF_VPPIP4' and
6119            'IMIX' and
6120            '2T1C' and
6121            'NDRPDR'"
6122   reference:
6123     include: "2"
6124     name: "CNF-1c"
6125   compare:
6126     include: "1"
6127     name: "CNF-0.5c"
6128   parameters:
6129   - "throughput"
6130   - "name"
6131   - "tags"
6132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6133   x-axis: "X = CNFs per Service Pipeline"
6134   y-axis: "Y = Number of Service Pipelines"
6135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6136   layout:
6137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6138     layout: "plot-service-density"
6139
6140 - type: "plot"
6141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6142   algorithm: "plot_service_density_heatmap"
6143   output-file-type: ".html"
6144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6145   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6146   filter: "'NIC_Intel-XXV710' and
6147            'NF_DENSITY' and
6148            'DOCKER' and
6149            'PIPELINE' and
6150            'NF_VPPIP4' and
6151            'IMIX' and
6152            '4T2C' and
6153            'NDRPDR'"
6154   reference:
6155     include: "2"
6156     name: "CNF-1c"
6157   compare:
6158     include: "1"
6159     name: "CNF-0.5c"
6160   parameters:
6161   - "throughput"
6162   - "name"
6163   - "tags"
6164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165   x-axis: "X = CNFs per Service Pipeline"
6166   y-axis: "Y = Number of Service Pipelines"
6167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6168   layout:
6169     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6170     layout: "plot-service-density"
6171
6172 - type: "plot"
6173   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6174   algorithm: "plot_service_density_heatmap"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6177   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6178   filter: "'NIC_Intel-XXV710' and
6179            'NF_DENSITY' and
6180            'DOCKER' and
6181            'PIPELINE' and
6182            'NF_VPPIP4' and
6183            'IMIX' and
6184            '8T4C' and
6185            'NDRPDR'"
6186   reference:
6187     include: "2"
6188     name: "CNF-1c"
6189   compare:
6190     include: "1"
6191     name: "CNF-0.5c"
6192   parameters:
6193   - "throughput"
6194   - "name"
6195   - "tags"
6196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6197   x-axis: "X = CNFs per Service Pipeline"
6198   y-axis: "Y = Number of Service Pipelines"
6199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6200   layout:
6201     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6202     layout: "plot-service-density"
6203
6204 # Plots - NF Density - CSP - PDR 64b
6205 - type: "plot"
6206   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6207   algorithm: "plot_service_density_heatmap"
6208   output-file-type: ".html"
6209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6210   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6211   filter: "'NIC_Intel-XXV710' and
6212            'NF_DENSITY' and
6213            'DOCKER' and
6214            'PIPELINE' and
6215            'NF_VPPIP4' and
6216            '64B' and
6217            '2T1C' and
6218            'NDRPDR'"
6219   reference:
6220     include: "2"
6221     name: "CNF-1c"
6222   compare:
6223     include: "1"
6224     name: "CNF-0.5c"
6225   parameters:
6226   - "throughput"
6227   - "name"
6228   - "tags"
6229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6230   x-axis: "X = CNFs per Service Pipeline"
6231   y-axis: "Y = Number of Service Pipelines"
6232   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6233   layout:
6234     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6235     layout: "plot-service-density"
6236
6237 - type: "plot"
6238   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6239   algorithm: "plot_service_density_heatmap"
6240   output-file-type: ".html"
6241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6242   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6243   filter: "'NIC_Intel-XXV710' and
6244            'NF_DENSITY' and
6245            'DOCKER' and
6246            'PIPELINE' and
6247            'NF_VPPIP4' and
6248            '64B' and
6249            '4T2C' and
6250            'NDRPDR'"
6251   reference:
6252     include: "2"
6253     name: "CNF-1c"
6254   compare:
6255     include: "1"
6256     name: "CNF-0.5c"
6257   parameters:
6258   - "throughput"
6259   - "name"
6260   - "tags"
6261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6262   x-axis: "X = CNFs per Service Pipeline"
6263   y-axis: "Y = Number of Service Pipelines"
6264   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6265   layout:
6266     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6267     layout: "plot-service-density"
6268
6269 - type: "plot"
6270   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6271   algorithm: "plot_service_density_heatmap"
6272   output-file-type: ".html"
6273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6274   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6275   filter: "'NIC_Intel-XXV710' and
6276            'NF_DENSITY' and
6277            'DOCKER' and
6278            'PIPELINE' and
6279            'NF_VPPIP4' and
6280            '64B' and
6281            '8T4C' and
6282            'NDRPDR'"
6283   reference:
6284     include: "2"
6285     name: "CNF-1c"
6286   compare:
6287     include: "1"
6288     name: "CNF-0.5c"
6289   parameters:
6290   - "throughput"
6291   - "name"
6292   - "tags"
6293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6294   x-axis: "X = CNFs per Service Pipeline"
6295   y-axis: "Y = Number of Service Pipelines"
6296   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6297   layout:
6298     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6299     layout: "plot-service-density"
6300
6301 # Plots - NF Density - CSP - PDR IMIX
6302 - type: "plot"
6303   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6304   algorithm: "plot_service_density_heatmap"
6305   output-file-type: ".html"
6306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6307   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6308   filter: "'NIC_Intel-XXV710' and
6309            'NF_DENSITY' and
6310            'DOCKER' and
6311            'PIPELINE' and
6312            'NF_VPPIP4' and
6313            'IMIX' and
6314            '2T1C' and
6315            'NDRPDR'"
6316   reference:
6317     include: "2"
6318     name: "CNF-1c"
6319   compare:
6320     include: "1"
6321     name: "CNF-0.5c"
6322   parameters:
6323   - "throughput"
6324   - "name"
6325   - "tags"
6326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6327   x-axis: "X = CNFs per Service Pipeline"
6328   y-axis: "Y = Number of Service Pipelines"
6329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6330   layout:
6331     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6332     layout: "plot-service-density"
6333
6334 - type: "plot"
6335   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6336   algorithm: "plot_service_density_heatmap"
6337   output-file-type: ".html"
6338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6339   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6340   filter: "'NIC_Intel-XXV710' and
6341            'NF_DENSITY' and
6342            'DOCKER' and
6343            'PIPELINE' and
6344            'NF_VPPIP4' and
6345            'IMIX' and
6346            '4T2C' and
6347            'NDRPDR'"
6348   reference:
6349     include: "2"
6350     name: "CNF-1c"
6351   compare:
6352     include: "1"
6353     name: "CNF-0.5c"
6354   parameters:
6355   - "throughput"
6356   - "name"
6357   - "tags"
6358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6359   x-axis: "X = CNFs per Service Pipeline"
6360   y-axis: "Y = Number of Service Pipelines"
6361   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6362   layout:
6363     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6364     layout: "plot-service-density"
6365
6366 - type: "plot"
6367   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6368   algorithm: "plot_service_density_heatmap"
6369   output-file-type: ".html"
6370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6371   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6372   filter: "'NIC_Intel-XXV710' and
6373            'NF_DENSITY' and
6374            'DOCKER' and
6375            'PIPELINE' and
6376            'NF_VPPIP4' and
6377            'IMIX' and
6378            '8T4C' and
6379            'NDRPDR'"
6380   reference:
6381     include: "2"
6382     name: "CNF-1c"
6383   compare:
6384     include: "1"
6385     name: "CNF-0.5c"
6386   parameters:
6387   - "throughput"
6388   - "name"
6389   - "tags"
6390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6391   x-axis: "X = CNFs per Service Pipeline"
6392   y-axis: "Y = Number of Service Pipelines"
6393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6394   layout:
6395     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6396     layout: "plot-service-density"
6397
6398 ################################################################################
6399
6400 # Packet Throughput
6401
6402 - type: "plot"
6403   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6404   algorithm: "plot_performance_name_box"
6405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6407   include:
6408     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6412   layout:
6413     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6414     layout: "plot-throughput"
6415
6416 - type: "plot"
6417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6418   algorithm: "plot_performance_name_box"
6419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6421   include:
6422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6426   layout:
6427     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6428     layout: "plot-throughput"
6429
6430 - type: "plot"
6431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6432   algorithm: "plot_performance_name_box"
6433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6435   include:
6436     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6437     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6438     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6439     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6441   layout:
6442     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6443     layout: "plot-throughput"
6444
6445 - type: "plot"
6446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6447   algorithm: "plot_performance_name_box"
6448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6450   include:
6451     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6452     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6456   layout:
6457     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6458     layout: "plot-throughput"
6459
6460 - type: "plot"
6461   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6462   algorithm: "plot_performance_name_box"
6463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6465   include:
6466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6468     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6469     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6470     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6471   layout:
6472     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6473     layout: "plot-throughput"
6474
6475 - type: "plot"
6476   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6477   algorithm: "plot_performance_name_box"
6478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6480   include:
6481     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6482     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6483     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6484     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6485     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6486   layout:
6487     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6488     layout: "plot-throughput"
6489
6490 - type: "plot"
6491   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6492   algorithm: "plot_performance_name_box"
6493   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6495   include:
6496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6501   layout:
6502     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6503     layout: "plot-throughput"
6504
6505 - type: "plot"
6506   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6507   algorithm: "plot_performance_name_box"
6508   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6510   include:
6511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6516   layout:
6517     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6518     layout: "plot-throughput"
6519
6520 - type: "plot"
6521   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6522   algorithm: "plot_performance_name_box"
6523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6525   include:
6526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6530   layout:
6531     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6532     layout: "plot-throughput"
6533
6534 - type: "plot"
6535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6536   algorithm: "plot_performance_name_box"
6537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6539   include:
6540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6544   layout:
6545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6546     layout: "plot-throughput"
6547
6548 - type: "plot"
6549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6550   algorithm: "plot_performance_name_box"
6551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6553   include:
6554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6559   layout:
6560     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6561     layout: "plot-throughput"
6562
6563 - type: "plot"
6564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6565   algorithm: "plot_performance_name_box"
6566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6568   include:
6569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6574   layout:
6575     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6576     layout: "plot-throughput"
6577
6578 - type: "plot"
6579   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6580   algorithm: "plot_performance_name_box"
6581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6583   include:
6584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6590   layout:
6591     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6592     layout: "plot-throughput"
6593
6594 - type: "plot"
6595   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6596   algorithm: "plot_performance_name_box"
6597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6599   include:
6600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6606   layout:
6607     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6608     layout: "plot-throughput"
6609
6610 - type: "plot"
6611   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6612   algorithm: "plot_performance_name_box"
6613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6615   include:
6616     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6617     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6618     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6619   layout:
6620     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6621     layout: "plot-throughput"
6622
6623 - type: "plot"
6624   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6625   algorithm: "plot_performance_name_box"
6626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6628   include:
6629     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6630     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6631     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6632   layout:
6633     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6634     layout: "plot-throughput"
6635
6636 - type: "plot"
6637   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6638   algorithm: "plot_performance_name_box"
6639   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6641   include:
6642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6647   layout:
6648     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6649     layout: "plot-throughput"
6650
6651 - type: "plot"
6652   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6653   algorithm: "plot_performance_name_box"
6654   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6656   include:
6657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6662   layout:
6663     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6664     layout: "plot-throughput"
6665
6666 - type: "plot"
6667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6668   algorithm: "plot_performance_name_box"
6669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6671   include:
6672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6676   layout:
6677     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6678     layout: "plot-throughput"
6679
6680 - type: "plot"
6681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6682   algorithm: "plot_performance_name_box"
6683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6685   include:
6686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6690   layout:
6691     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6692     layout: "plot-throughput"
6693
6694 - type: "plot"
6695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6696   algorithm: "plot_performance_name_box"
6697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6699   include:
6700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6705   layout:
6706     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6707     layout: "plot-throughput"
6708
6709 - type: "plot"
6710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6711   algorithm: "plot_performance_name_box"
6712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6714   include:
6715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6720   layout:
6721     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6722     layout: "plot-throughput"
6723
6724 - type: "plot"
6725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6726   algorithm: "plot_performance_name_box"
6727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6729   include:
6730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6736   layout:
6737     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6738     layout: "plot-throughput"
6739
6740 - type: "plot"
6741   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6742   algorithm: "plot_performance_name_box"
6743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6745   include:
6746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6752   layout:
6753     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6754     layout: "plot-throughput"
6755
6756 - type: "plot"
6757   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6758   algorithm: "plot_performance_name_box"
6759   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6760   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6761   include:
6762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6767   layout:
6768     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6769     layout: "plot-throughput"
6770
6771 - type: "plot"
6772   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6773   algorithm: "plot_performance_name_box"
6774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6776   include:
6777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6782   layout:
6783     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6784     layout: "plot-throughput"
6785
6786 - type: "plot"
6787   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6788   algorithm: "plot_performance_name_box"
6789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6791   include:
6792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6798   layout:
6799     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6800     layout: "plot-throughput"
6801
6802 - type: "plot"
6803   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6804   algorithm: "plot_performance_name_box"
6805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6807   include:
6808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6814   layout:
6815     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6816     layout: "plot-throughput"
6817
6818 - type: "plot"
6819   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6820   algorithm: "plot_performance_name_box"
6821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6823   include:
6824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6829   layout:
6830     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6831     layout: "plot-throughput"
6832
6833 - type: "plot"
6834   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6835   algorithm: "plot_performance_name_box"
6836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6838   include:
6839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6844   layout:
6845     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6846     layout: "plot-throughput"
6847
6848 - type: "plot"
6849   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6850   algorithm: "plot_performance_name_box"
6851   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6852   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6853   include:
6854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6860   layout:
6861     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6862     layout: "plot-throughput"
6863
6864 - type: "plot"
6865   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6866   algorithm: "plot_performance_name_box"
6867   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6868   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6869   include:
6870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6876   layout:
6877     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6882   algorithm: "plot_performance_name_box"
6883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6885   include:
6886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6891   layout:
6892     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6893     layout: "plot-throughput"
6894
6895 - type: "plot"
6896   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6897   algorithm: "plot_performance_name_box"
6898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6900   include:
6901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6906   layout:
6907     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6908     layout: "plot-throughput"
6909
6910 - type: "plot"
6911   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6912   algorithm: "plot_performance_name_box"
6913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6915   include:
6916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6922   layout:
6923     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6924     layout: "plot-throughput"
6925
6926 - type: "plot"
6927   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6928   algorithm: "plot_performance_name_box"
6929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6931   include:
6932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6938   layout:
6939     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6940     layout: "plot-throughput"
6941
6942 - type: "plot"
6943   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6944   algorithm: "plot_performance_name_box"
6945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6947   include:
6948     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6949     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6950   layout:
6951     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6952     layout: "plot-throughput"
6953
6954 - type: "plot"
6955   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6956   algorithm: "plot_performance_name_box"
6957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6959   include:
6960     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6961     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6962   layout:
6963     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6964     layout: "plot-throughput"
6965
6966 - type: "plot"
6967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6968   algorithm: "plot_performance_name_box"
6969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6971   include:
6972     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6973     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6974     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6975     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6976   layout:
6977     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6978     layout: "plot-throughput"
6979
6980 - type: "plot"
6981   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6982   algorithm: "plot_performance_name_box"
6983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6985   include:
6986     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6987     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6988     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6989     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6990   layout:
6991     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6992     layout: "plot-throughput"
6993
6994 - type: "plot"
6995   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6996   algorithm: "plot_performance_name_box"
6997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
6998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6999   include:
7000     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7001     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7002     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7004   layout:
7005     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7006     layout: "plot-throughput"
7007
7008 - type: "plot"
7009   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7010   algorithm: "plot_performance_name_box"
7011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7013   include:
7014     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7015     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7016     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7017     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7018   layout:
7019     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7020     layout: "plot-throughput"
7021
7022 - type: "plot"
7023   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7024   algorithm: "plot_performance_name_box"
7025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7027   include:
7028     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7029     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7030     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7031     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7032   layout:
7033     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7034     layout: "plot-throughput"
7035
7036 - type: "plot"
7037   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7038   algorithm: "plot_performance_name_box"
7039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7041   include:
7042     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7043     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7044     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7045     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7046   layout:
7047     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7048     layout: "plot-throughput"
7049
7050 - type: "plot"
7051   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7052   algorithm: "plot_performance_name_box"
7053   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7055   include:
7056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7059   layout:
7060     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7061     layout: "plot-throughput"
7062
7063 - type: "plot"
7064   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7065   algorithm: "plot_performance_name_box"
7066   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7068   include:
7069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7072   layout:
7073     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7074     layout: "plot-throughput"
7075
7076 - type: "plot"
7077   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7078   algorithm: "plot_performance_name_box"
7079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7081   include:
7082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7087   layout:
7088     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7089     layout: "plot-throughput"
7090
7091 - type: "plot"
7092   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7093   algorithm: "plot_performance_name_box"
7094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7096   include:
7097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7102   layout:
7103     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7104     layout: "plot-throughput"
7105
7106 - type: "plot"
7107   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7108   algorithm: "plot_performance_name_box"
7109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7111   include:
7112     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7113     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7114     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7115   layout:
7116     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7117     layout: "plot-throughput"
7118
7119 - type: "plot"
7120   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7121   algorithm: "plot_performance_name_box"
7122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7124   include:
7125     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7126     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7127     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7128   layout:
7129     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7130     layout: "plot-throughput"
7131
7132 - type: "plot"
7133   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7134   algorithm: "plot_performance_name_box"
7135   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7137   include:
7138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7141   layout:
7142     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7143     layout: "plot-throughput"
7144
7145 - type: "plot"
7146   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7147   algorithm: "plot_performance_name_box"
7148   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7150   include:
7151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7154   layout:
7155     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7156     layout: "plot-throughput"
7157
7158 - type: "plot"
7159   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7160   algorithm: "plot_performance_name_box"
7161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7163   include:
7164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7166     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7167     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7169   layout:
7170     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7171     layout: "plot-throughput"
7172
7173 - type: "plot"
7174   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7175   algorithm: "plot_performance_name_box"
7176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7178   include:
7179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7181     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7182     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7184   layout:
7185     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7186     layout: "plot-throughput"
7187
7188 - type: "plot"
7189   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7190   algorithm: "plot_performance_name_box"
7191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7193   include:
7194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7199   layout:
7200     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7201     layout: "plot-throughput"
7202
7203 - type: "plot"
7204   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7205   algorithm: "plot_performance_name_box"
7206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7207   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7208   include:
7209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7212     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7214   layout:
7215     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7216     layout: "plot-throughput"
7217
7218 - type: "plot"
7219   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7220   algorithm: "plot_performance_name_box"
7221   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7222   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7223   include:
7224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7229   layout:
7230     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7231     layout: "plot-throughput"
7232
7233 - type: "plot"
7234   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7235   algorithm: "plot_performance_name_box"
7236   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7237   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7238   include:
7239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7244   layout:
7245     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7246     layout: "plot-throughput"
7247
7248 - type: "plot"
7249   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7250   algorithm: "plot_performance_name_box"
7251   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7252   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7253   include:
7254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7259   layout:
7260     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7261     layout: "plot-throughput"
7262
7263 - type: "plot"
7264   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7265   algorithm: "plot_performance_name_box"
7266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7268   include:
7269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7274   layout:
7275     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7276     layout: "plot-throughput"
7277
7278 - type: "plot"
7279   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7280   algorithm: "plot_performance_name_box"
7281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7283   include:
7284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7290   layout:
7291     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7292     layout: "plot-throughput"
7293
7294 - type: "plot"
7295   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7296   algorithm: "plot_performance_name_box"
7297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7299   include:
7300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7306   layout:
7307     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7308     layout: "plot-throughput"
7309
7310 - type: "plot"
7311   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7312   algorithm: "plot_performance_name_box"
7313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7315   include:
7316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7320   layout:
7321     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7322     layout: "plot-throughput"
7323
7324 - type: "plot"
7325   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7326   algorithm: "plot_performance_name_box"
7327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7329   include:
7330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7334   layout:
7335     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7336     layout: "plot-throughput"
7337
7338 - type: "plot"
7339   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7340   algorithm: "plot_performance_name_box"
7341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7343   include:
7344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7350   layout:
7351     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7352     layout: "plot-throughput"
7353
7354 - type: "plot"
7355   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7356   algorithm: "plot_performance_name_box"
7357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7359   include:
7360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7366   layout:
7367     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7368     layout: "plot-throughput"
7369
7370 - type: "plot"
7371   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7372   algorithm: "plot_performance_name_box"
7373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7375   include:
7376     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7377     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7378     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7382   layout:
7383     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7384     layout: "plot-throughput"
7385
7386 - type: "plot"
7387   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7388   algorithm: "plot_performance_name_box"
7389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7391   include:
7392     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7393     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7398   layout:
7399     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7400     layout: "plot-throughput"
7401
7402 - type: "plot"
7403   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7404   algorithm: "plot_performance_name_box"
7405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7407   include:
7408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7414   layout:
7415     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7416     layout: "plot-throughput"
7417
7418 - type: "plot"
7419   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7420   algorithm: "plot_performance_name_box"
7421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7423   include:
7424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7430   layout:
7431     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7432     layout: "plot-throughput"
7433
7434 - type: "plot"
7435   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7436   algorithm: "plot_performance_name_box"
7437   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7439   include:
7440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7446   layout:
7447     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7448     layout: "plot-throughput"
7449
7450 - type: "plot"
7451   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7452   algorithm: "plot_performance_name_box"
7453   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7455   include:
7456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7462   layout:
7463     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7464     layout: "plot-throughput"
7465
7466 - type: "plot"
7467   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7468   algorithm: "plot_performance_name_box"
7469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7471   include:
7472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7476   layout:
7477     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7478     layout: "plot-throughput"
7479
7480 - type: "plot"
7481   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7482   algorithm: "plot_performance_name_box"
7483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7485   include:
7486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7490   layout:
7491     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7492     layout: "plot-throughput"
7493
7494 - type: "plot"
7495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7496   algorithm: "plot_performance_name_box"
7497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7499   include:
7500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7505   layout:
7506     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7511   algorithm: "plot_performance_name_box"
7512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7514   include:
7515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7520   layout:
7521     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7522     layout: "plot-throughput"
7523
7524 - type: "plot"
7525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7526   algorithm: "plot_performance_name_box"
7527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7529   include:
7530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7534   layout:
7535     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7536     layout: "plot-throughput"
7537
7538 - type: "plot"
7539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7540   algorithm: "plot_performance_name_box"
7541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7543   include:
7544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7548   layout:
7549     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7550     layout: "plot-throughput"
7551
7552 - type: "plot"
7553   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7554   algorithm: "plot_performance_name_box"
7555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7557   include:
7558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7564   layout:
7565     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7566     layout: "plot-throughput"
7567
7568 - type: "plot"
7569   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7570   algorithm: "plot_performance_name_box"
7571   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7573   include:
7574     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7575     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7576     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7577     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7578     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7579     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7580   layout:
7581     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7582     layout: "plot-throughput"
7583
7584 - type: "plot"
7585   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7586   algorithm: "plot_performance_name_box"
7587   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7589   include:
7590     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7591     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7595   layout:
7596     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7597     layout: "plot-throughput"
7598
7599 - type: "plot"
7600   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7601   algorithm: "plot_performance_name_box"
7602   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7604   include:
7605     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7606     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7607     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7608     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7609     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7610   layout:
7611     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7612     layout: "plot-throughput"
7613
7614 - type: "plot"
7615   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7616   algorithm: "plot_performance_name_box"
7617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7619   include:
7620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7623   layout:
7624     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7625     layout: "plot-throughput"
7626
7627 - type: "plot"
7628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7629   algorithm: "plot_performance_name_box"
7630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7632   include:
7633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7636   layout:
7637     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7638     layout: "plot-throughput"
7639
7640 - type: "plot"
7641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7642   algorithm: "plot_performance_name_box"
7643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7645   include:
7646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7650   layout:
7651     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7652     layout: "plot-throughput"
7653
7654 - type: "plot"
7655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7656   algorithm: "plot_performance_name_box"
7657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7659   include:
7660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7664   layout:
7665     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7666     layout: "plot-throughput"
7667
7668 - type: "plot"
7669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7670   algorithm: "plot_performance_name_box"
7671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7673   include:
7674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7680   layout:
7681     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7682     layout: "plot-throughput"
7683
7684 - type: "plot"
7685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7686   algorithm: "plot_performance_name_box"
7687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7689   include:
7690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7696   layout:
7697     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7698     layout: "plot-throughput"
7699
7700 - type: "plot"
7701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7702   algorithm: "plot_performance_name_box"
7703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7705   include:
7706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7712   layout:
7713     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7714     layout: "plot-throughput"
7715
7716 - type: "plot"
7717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7718   algorithm: "plot_performance_name_box"
7719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7721   include:
7722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7728   layout:
7729     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7730     layout: "plot-throughput"
7731
7732 - type: "plot"
7733   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7734   algorithm: "plot_performance_name_box"
7735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7737   include:
7738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7742   layout:
7743     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7744     layout: "plot-throughput"
7745
7746 - type: "plot"
7747   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7748   algorithm: "plot_performance_name_box"
7749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7751   include:
7752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7756   layout:
7757     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7758     layout: "plot-throughput"
7759
7760 - type: "plot"
7761   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7762   algorithm: "plot_performance_name_box"
7763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7765   include:
7766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7772   layout:
7773     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7774     layout: "plot-throughput"
7775
7776 - type: "plot"
7777   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7778   algorithm: "plot_performance_name_box"
7779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7781   include:
7782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7788   layout:
7789     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7790     layout: "plot-throughput"
7791
7792 - type: "plot"
7793   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7794   algorithm: "plot_performance_name_box"
7795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7797   include:
7798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7804   layout:
7805     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7806     layout: "plot-throughput"
7807
7808 - type: "plot"
7809   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7810   algorithm: "plot_performance_name_box"
7811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7813   include:
7814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7820   layout:
7821     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7822     layout: "plot-throughput"
7823
7824 - type: "plot"
7825   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7826   algorithm: "plot_performance_name_box"
7827   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7828   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7829   include:
7830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7834   layout:
7835     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7836     layout: "plot-throughput"
7837
7838 - type: "plot"
7839   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7840   algorithm: "plot_performance_name_box"
7841   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7842   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7843   include:
7844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7848   layout:
7849     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7850     layout: "plot-throughput"
7851
7852 - type: "plot"
7853   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7854   algorithm: "plot_performance_name_box"
7855   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7856   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7857   include:
7858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7864   layout:
7865     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7866     layout: "plot-throughput"
7867
7868 - type: "plot"
7869   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7870   algorithm: "plot_performance_name_box"
7871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7873   include:
7874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7880   layout:
7881     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7882     layout: "plot-throughput"
7883
7884 - type: "plot"
7885   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7886   algorithm: "plot_performance_name_box"
7887   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7888   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7889   include:
7890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7892     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7893     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7894   layout:
7895     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7896     layout: "plot-throughput"
7897
7898 - type: "plot"
7899   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7900   algorithm: "plot_performance_name_box"
7901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7903   include:
7904     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7905     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7906     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7907     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7908   layout:
7909     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7910     layout: "plot-throughput"
7911
7912 - type: "plot"
7913   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7914   algorithm: "plot_performance_name_box"
7915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7917   include:
7918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7924   layout:
7925     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7926     layout: "plot-throughput"
7927
7928 - type: "plot"
7929   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7930   algorithm: "plot_performance_name_box"
7931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7933   include:
7934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7940   layout:
7941     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7942     layout: "plot-throughput"
7943
7944 - type: "plot"
7945   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7946   algorithm: "plot_performance_name_box"
7947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7949   include:
7950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7955     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7956   layout:
7957     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7958     layout: "plot-throughput"
7959
7960 - type: "plot"
7961   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7962   algorithm: "plot_performance_name_box"
7963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7965   include:
7966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7972   layout:
7973     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7974     layout: "plot-throughput"
7975
7976 - type: "plot"
7977   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7978   algorithm: "plot_performance_name_box"
7979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7981   include:
7982     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7983     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7984     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7988   layout:
7989     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7990     layout: "plot-throughput"
7991
7992 - type: "plot"
7993   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7994   algorithm: "plot_performance_name_box"
7995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7997   include:
7998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8004   layout:
8005     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
8006     layout: "plot-throughput"
8007
8008 - type: "plot"
8009   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8010   algorithm: "plot_performance_name_box"
8011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8013   include:
8014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8020   layout:
8021     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8022     layout: "plot-throughput"
8023
8024 - type: "plot"
8025   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8026   algorithm: "plot_performance_name_box"
8027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8029   include:
8030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8036   layout:
8037     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8038     layout: "plot-throughput"
8039
8040 - type: "plot"
8041   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8042   algorithm: "plot_performance_name_box"
8043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8045   include:
8046     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8047     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8048     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8049     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8050     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8052   layout:
8053     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8054     layout: "plot-throughput"
8055
8056 - type: "plot"
8057   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8058   algorithm: "plot_performance_name_box"
8059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8061   include:
8062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8068   layout:
8069     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8070     layout: "plot-throughput"
8071
8072 - type: "plot"
8073   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8074   algorithm: "plot_performance_name_box"
8075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8077   include:
8078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8081   layout:
8082     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8083     layout: "plot-throughput"
8084
8085 - type: "plot"
8086   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8087   algorithm: "plot_performance_name_box"
8088   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8089   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8090   include:
8091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8094   layout:
8095     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8096     layout: "plot-throughput"
8097
8098 - type: "plot"
8099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8100   algorithm: "plot_performance_name_box"
8101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8102   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8103   include:
8104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8108   layout:
8109     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8110     layout: "plot-throughput"
8111
8112 - type: "plot"
8113   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8114   algorithm: "plot_performance_name_box"
8115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8116   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8117   include:
8118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8122   layout:
8123     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8124     layout: "plot-throughput"
8125
8126 - type: "plot"
8127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8128   algorithm: "plot_performance_name_box"
8129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8130   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8131   include:
8132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8136   layout:
8137     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8138     layout: "plot-throughput"
8139
8140 - type: "plot"
8141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8142   algorithm: "plot_performance_name_box"
8143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8144   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8145   include:
8146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8150   layout:
8151     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8152     layout: "plot-throughput"
8153
8154 - type: "plot"
8155   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8156   algorithm: "plot_performance_name_box"
8157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8158   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8159   include:
8160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8164   layout:
8165     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8166     layout: "plot-throughput"
8167
8168 - type: "plot"
8169   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8170   algorithm: "plot_performance_name_box"
8171   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8172   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8173   include:
8174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8178   layout:
8179     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8180     layout: "plot-throughput"
8181
8182 - type: "plot"
8183   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8184   algorithm: "plot_performance_name_box"
8185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8186   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8187   include:
8188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8192   layout:
8193     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8194     layout: "plot-throughput"
8195
8196 - type: "plot"
8197   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8198   algorithm: "plot_performance_name_box"
8199   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8200   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8201   include:
8202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8206   layout:
8207     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8208     layout: "plot-throughput"
8209
8210 - type: "plot"
8211   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8212   algorithm: "plot_performance_name_box"
8213   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8214   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8215   include:
8216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8220   layout:
8221     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8222     layout: "plot-throughput"
8223
8224 - type: "plot"
8225   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8226   algorithm: "plot_performance_name_box"
8227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8228   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8229   include:
8230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8234   layout:
8235     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8236     layout: "plot-throughput"
8237
8238 - type: "plot"
8239   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8240   algorithm: "plot_performance_name_box"
8241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8242   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8243   include:
8244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8247     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8248   layout:
8249     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8250     layout: "plot-throughput"
8251
8252 - type: "plot"
8253   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8254   algorithm: "plot_performance_name_box"
8255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8256   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8257   include:
8258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8262   layout:
8263     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8264     layout: "plot-throughput"
8265
8266 - type: "plot"
8267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8268   algorithm: "plot_performance_name_box"
8269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8270   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8271   include:
8272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8277   layout:
8278     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8279     layout: "plot-throughput"
8280
8281 - type: "plot"
8282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8283   algorithm: "plot_performance_name_box"
8284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8285   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8286   include:
8287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8292   layout:
8293     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8294     layout: "plot-throughput"
8295
8296 - type: "plot"
8297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8298   algorithm: "plot_performance_name_box"
8299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8300   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8301   include:
8302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8307   layout:
8308     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8309     layout: "plot-throughput"
8310
8311 - type: "plot"
8312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8313   algorithm: "plot_performance_name_box"
8314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8315   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8316   include:
8317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8322   layout:
8323     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8324     layout: "plot-throughput"
8325
8326 - type: "plot"
8327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8328   algorithm: "plot_performance_name_box"
8329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8330   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8331   include:
8332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8338   layout:
8339     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8340     layout: "plot-throughput"
8341
8342 - type: "plot"
8343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8344   algorithm: "plot_performance_name_box"
8345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8346   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8347   include:
8348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8354   layout:
8355     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8356     layout: "plot-throughput"
8357
8358 - type: "plot"
8359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8360   algorithm: "plot_performance_name_box"
8361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8362   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8363   include:
8364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8370   layout:
8371     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8372     layout: "plot-throughput"
8373
8374 - type: "plot"
8375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8376   algorithm: "plot_performance_name_box"
8377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8378   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8379   include:
8380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8386   layout:
8387     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8388     layout: "plot-throughput"
8389
8390 - type: "plot"
8391   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8392   algorithm: "plot_performance_name_box"
8393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8395   include:
8396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8401   layout:
8402     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8403     layout: "plot-throughput"
8404
8405 - type: "plot"
8406   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8407   algorithm: "plot_performance_name_box"
8408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8410   include:
8411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8416   layout:
8417     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8418     layout: "plot-throughput"
8419
8420 - type: "plot"
8421   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8422   algorithm: "plot_performance_name_box"
8423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8425   include:
8426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8432   layout:
8433     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8434     layout: "plot-throughput"
8435
8436 - type: "plot"
8437   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8438   algorithm: "plot_performance_name_box"
8439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8441   include:
8442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8448   layout:
8449     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8450     layout: "plot-throughput"
8451
8452 - type: "plot"
8453   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8454   algorithm: "plot_performance_name_box"
8455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8457   include:
8458     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8459     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8460     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8461   layout:
8462     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8463     layout: "plot-throughput"
8464
8465 - type: "plot"
8466   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8467   algorithm: "plot_performance_name_box"
8468   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8470   include:
8471     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8472     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8473     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8474   layout:
8475     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8476     layout: "plot-throughput"
8477
8478 - type: "plot"
8479   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8480   algorithm: "plot_performance_name_box"
8481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8483   include:
8484     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8485     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8486     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8487   layout:
8488     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8489     layout: "plot-throughput"
8490
8491 - type: "plot"
8492   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8493   algorithm: "plot_performance_name_box"
8494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8496   include:
8497     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8498     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8499     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8500   layout:
8501     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8502     layout: "plot-throughput"
8503
8504 - type: "plot"
8505   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8506   algorithm: "plot_performance_name_box"
8507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8509   include:
8510     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8511     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8512     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8513   layout:
8514     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8515     layout: "plot-throughput"
8516
8517 - type: "plot"
8518   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8519   algorithm: "plot_performance_name_box"
8520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8522   include:
8523     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8524     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8525     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8526   layout:
8527     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8528     layout: "plot-throughput"
8529
8530 ################################################################################
8531
8532 # Packet Latency 1C
8533
8534 - type: "plot"
8535   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8536   algorithm: "plot_latency_error_bars_name"
8537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8539   include:
8540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8544   layout:
8545     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8546     layout: "plot-latency"
8547
8548 - type: "plot"
8549   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8550   algorithm: "plot_latency_error_bars_name"
8551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8553   include:
8554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8559   layout:
8560     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8561     layout: "plot-latency"
8562
8563 - type: "plot"
8564   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8565   algorithm: "plot_latency_error_bars_name"
8566   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8568   include:
8569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8574   layout:
8575     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8576     layout: "plot-latency"
8577
8578 - type: "plot"
8579   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8580   algorithm: "plot_latency_error_bars_name"
8581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8583   include:
8584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8588   layout:
8589     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8590     layout: "plot-latency"
8591
8592 - type: "plot"
8593   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8594   algorithm: "plot_latency_error_bars_name"
8595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8597   include:
8598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8603   layout:
8604     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8605     layout: "plot-latency"
8606
8607 - type: "plot"
8608   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8609   algorithm: "plot_latency_error_bars_name"
8610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8612   include:
8613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8619   layout:
8620     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8621     layout: "plot-latency"
8622
8623 - type: "plot"
8624   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8625   algorithm: "plot_latency_error_bars_name"
8626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8628   include:
8629     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8630     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8631     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8632   layout:
8633     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8634     layout: "plot-latency"
8635
8636 - type: "plot"
8637   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8638   algorithm: "plot_latency_error_bars_name"
8639   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8641   include:
8642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8647   layout:
8648     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8649     layout: "plot-latency"
8650
8651 - type: "plot"
8652   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8653   algorithm: "plot_latency_error_bars_name"
8654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8656   include:
8657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8661   layout:
8662     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8663     layout: "plot-latency"
8664
8665 - type: "plot"
8666   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8667   algorithm: "plot_latency_error_bars_name"
8668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8670   include:
8671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8676   layout:
8677     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8678     layout: "plot-latency"
8679
8680 - type: "plot"
8681   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8682   algorithm: "plot_latency_error_bars_name"
8683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8685   include:
8686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8692   layout:
8693     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8694     layout: "plot-latency"
8695
8696 - type: "plot"
8697   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8698   algorithm: "plot_latency_error_bars_name"
8699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8701   include:
8702     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8703     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8704   layout:
8705     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8706     layout: "plot-latency"
8707
8708 - type: "plot"
8709   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8710   algorithm: "plot_latency_error_bars_name"
8711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8713   include:
8714     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8715     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8716     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8717     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8718   layout:
8719     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8720     layout: "plot-latency"
8721
8722 - type: "plot"
8723   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8724   algorithm: "plot_latency_error_bars_name"
8725   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8727   include:
8728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8731   layout:
8732     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8733     layout: "plot-latency"
8734
8735 - type: "plot"
8736   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8737   algorithm: "plot_latency_error_bars_name"
8738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8740   include:
8741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8746   layout:
8747     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8748     layout: "plot-latency"
8749
8750 - type: "plot"
8751   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8752   algorithm: "plot_latency_error_bars_name"
8753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8755   include:
8756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8759   layout:
8760     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8761     layout: "plot-latency"
8762
8763 - type: "plot"
8764   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8765   algorithm: "plot_latency_error_bars_name"
8766   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8768   include:
8769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8772   layout:
8773     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8774     layout: "plot-latency"
8775
8776 - type: "plot"
8777   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8778   algorithm: "plot_latency_error_bars_name"
8779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8781   include:
8782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8787   layout:
8788     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8789     layout: "plot-latency"
8790
8791 #- type: "plot"
8792 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8793 #  algorithm: "plot_latency_error_bars_name"
8794 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8795 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8796 #  include:
8797 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8798 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8799 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8800 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8801 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8802 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8803 #  layout:
8804 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8805 #    layout: "plot-latency"
8806
8807 #- type: "plot"
8808 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8809 #  algorithm: "plot_latency_error_bars_name"
8810 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8811 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8812 #  include:
8813 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8814 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8815 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8816 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8817 #  layout:
8818 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8819 #    layout: "plot-latency"
8820
8821 #- type: "plot"
8822 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8823 #  algorithm: "plot_latency_error_bars_name"
8824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8826 #  include:
8827 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8828 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8829 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8830 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8831 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8832 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8833 #  layout:
8834 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8835 #    layout: "plot-latency"
8836
8837 - type: "plot"
8838   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8839   algorithm: "plot_latency_error_bars_name"
8840   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8842   include:
8843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8849   layout:
8850     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8851     layout: "plot-latency"
8852
8853 - type: "plot"
8854   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8855   algorithm: "plot_latency_error_bars_name"
8856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8858   include:
8859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8863   layout:
8864     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8865     layout: "plot-latency"
8866
8867 - type: "plot"
8868   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8869   algorithm: "plot_latency_error_bars_name"
8870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8872   include:
8873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8878   layout:
8879     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8880     layout: "plot-latency"
8881
8882 - type: "plot"
8883   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8884   algorithm: "plot_latency_error_bars_name"
8885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8887   include:
8888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8892   layout:
8893     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8894     layout: "plot-latency"
8895
8896 - type: "plot"
8897   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8898   algorithm: "plot_latency_error_bars_name"
8899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8901   include:
8902     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8903     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8904     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8905     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8906     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8907     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8908   layout:
8909     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8910     layout: "plot-latency"
8911
8912 - type: "plot"
8913   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8914   algorithm: "plot_latency_error_bars_name"
8915   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8917   include:
8918     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8919     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8920     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8921     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8922     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8923   layout:
8924     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8925     layout: "plot-latency"
8926
8927 - type: "plot"
8928   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8929   algorithm: "plot_latency_error_bars_name"
8930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8932   include:
8933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8936   layout:
8937     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8938     layout: "plot-latency"
8939
8940 - type: "plot"
8941   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8942   algorithm: "plot_latency_error_bars_name"
8943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8945   include:
8946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8950   layout:
8951     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8952     layout: "plot-latency"
8953
8954 - type: "plot"
8955   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8956   algorithm: "plot_latency_error_bars_name"
8957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8959   include:
8960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8966   layout:
8967     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8968     layout: "plot-latency"
8969
8970 - type: "plot"
8971   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8972   algorithm: "plot_latency_error_bars_name"
8973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8975   include:
8976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8982   layout:
8983     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8984     layout: "plot-latency"
8985
8986 - type: "plot"
8987   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8988   algorithm: "plot_latency_error_bars_name"
8989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8991   include:
8992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8998   layout:
8999     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
9000     layout: "plot-latency"
9001
9002 - type: "plot"
9003   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
9004   algorithm: "plot_latency_error_bars_name"
9005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
9006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9007   include:
9008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9009     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9010     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9011     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9014   layout:
9015     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
9016     layout: "plot-latency"
9017
9018 - type: "plot"
9019   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9020   algorithm: "plot_latency_error_bars_name"
9021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
9022   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9023   include:
9024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9028   layout:
9029     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9030     layout: "plot-latency"
9031
9032 - type: "plot"
9033   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9034   algorithm: "plot_latency_error_bars_name"
9035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
9036   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9037   include:
9038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9042   layout:
9043     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9044     layout: "plot-latency"
9045
9046 - type: "plot"
9047   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9048   algorithm: "plot_latency_error_bars_name"
9049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
9050   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9051   include:
9052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9056   layout:
9057     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9058     layout: "plot-latency"
9059
9060 - type: "plot"
9061   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9062   algorithm: "plot_latency_error_bars_name"
9063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
9064   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9065   include:
9066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9070   layout:
9071     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9072     layout: "plot-latency"
9073
9074 - type: "plot"
9075   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9076   algorithm: "plot_latency_error_bars_name"
9077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
9078   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9079   include:
9080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9084   layout:
9085     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9086     layout: "plot-latency"
9087
9088 - type: "plot"
9089   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9090   algorithm: "plot_latency_error_bars_name"
9091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9092   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9093   include:
9094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9098   layout:
9099     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9100     layout: "plot-latency"
9101
9102 - type: "plot"
9103   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9104   algorithm: "plot_latency_error_bars_name"
9105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
9106   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9107   include:
9108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9113   layout:
9114     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9115     layout: "plot-latency"
9116
9117 - type: "plot"
9118   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9119   algorithm: "plot_latency_error_bars_name"
9120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
9121   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9122   include:
9123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9128   layout:
9129     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9130     layout: "plot-latency"
9131
9132 - type: "plot"
9133   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9134   algorithm: "plot_latency_error_bars_name"
9135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
9136   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9137   include:
9138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9144   layout:
9145     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9146     layout: "plot-latency"
9147
9148 - type: "plot"
9149   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9150   algorithm: "plot_latency_error_bars_name"
9151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9152   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9153   include:
9154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9160   layout:
9161     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9162     layout: "plot-latency"
9163
9164 #- type: "plot"
9165 #  title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
9166 #  algorithm: "plot_latency_error_bars_name"
9167 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
9168 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9169 #  include:
9170 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9171 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9172 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9173 #  layout:
9174 #    title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
9175 #    layout: "plot-latency"
9176
9177 #- type: "plot"
9178 #  title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
9179 #  algorithm: "plot_latency_error_bars_name"
9180 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
9181 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9182 #  include:
9183 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9184 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9185 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9186 #  layout:
9187 #    title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
9188 #    layout: "plot-latency"
9189
9190 - type: "plot"
9191   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
9192   algorithm: "plot_latency_error_bars_name"
9193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
9194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9195   include:
9196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9201   layout:
9202     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
9203     layout: "plot-latency"
9204
9205 - type: "plot"
9206   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
9207   algorithm: "plot_latency_error_bars_name"
9208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
9209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9210   include:
9211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9216   layout:
9217     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9218     layout: "plot-latency"
9219
9220 - type: "plot"
9221   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
9222   algorithm: "plot_latency_error_bars_name"
9223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
9224   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9225   include:
9226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9232   layout:
9233     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9234     layout: "plot-latency"
9235
9236 - type: "plot"
9237   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9238   algorithm: "plot_latency_error_bars_name"
9239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9241   include:
9242     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9243     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9244     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9245     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9246   layout:
9247     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9248     layout: "plot-latency"
9249
9250 - type: "plot"
9251   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
9252   algorithm: "plot_latency_error_bars_name"
9253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
9254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9255   include:
9256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9261   layout:
9262     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9263     layout: "plot-latency"
9264
9265 #- type: "plot"
9266 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9267 #  algorithm: "plot_latency_error_bars_name"
9268 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9269 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9270 #  include:
9271 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9272 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9273 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9274 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9275 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9276 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9277 #  layout:
9278 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
9279 #    layout: "plot-latency"
9280
9281 - type: "plot"
9282   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9283   algorithm: "plot_latency_error_bars_name"
9284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9286   include:
9287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
9288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9291   layout:
9292     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
9293     layout: "plot-latency"
9294
9295 - type: "plot"
9296   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9297   algorithm: "plot_latency_error_bars_name"
9298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9300   include:
9301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9307   layout:
9308     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9309     layout: "plot-latency"
9310
9311 - type: "plot"
9312   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9313   algorithm: "plot_latency_error_bars_name"
9314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9316   include:
9317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9323   layout:
9324     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9325     layout: "plot-latency"
9326
9327 - type: "plot"
9328   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9329   algorithm: "plot_latency_error_bars_name"
9330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9332   include:
9333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9335     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9336     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9337     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9338     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9339   layout:
9340     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9341     layout: "plot-latency"
9342
9343 - type: "plot"
9344   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9345   algorithm: "plot_latency_error_bars_name"
9346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9348   include:
9349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9354   layout:
9355     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9356     layout: "plot-latency"
9357
9358 - type: "plot"
9359   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9360   algorithm: "plot_latency_error_bars_name"
9361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9363   include:
9364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9370   layout:
9371     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9372     layout: "plot-latency"
9373
9374 #- type: "plot"
9375 #  title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9376 #  algorithm: "plot_latency_error_bars_name"
9377 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9378 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9379 #  include:
9380 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9381 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9382 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9383 #  layout:
9384 #    title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
9385 #    layout: "plot-latency"
9386
9387 ################################################################################
9388
9389 # Packet Latency 2C
9390
9391 - type: "plot"
9392   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9393   algorithm: "plot_latency_error_bars_name"
9394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9396   include:
9397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9401   layout:
9402     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9403     layout: "plot-latency"
9404
9405 - type: "plot"
9406   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9407   algorithm: "plot_latency_error_bars_name"
9408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9410   include:
9411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9416   layout:
9417     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9418     layout: "plot-latency"
9419
9420 - type: "plot"
9421   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9422   algorithm: "plot_latency_error_bars_name"
9423   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9425   include:
9426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9431   layout:
9432     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9433     layout: "plot-latency"
9434
9435 - type: "plot"
9436   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9437   algorithm: "plot_latency_error_bars_name"
9438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9440   include:
9441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9445   layout:
9446     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9447     layout: "plot-latency"
9448
9449 - type: "plot"
9450   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9451   algorithm: "plot_latency_error_bars_name"
9452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9454   include:
9455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9460   layout:
9461     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9462     layout: "plot-latency"
9463
9464 - type: "plot"
9465   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9466   algorithm: "plot_latency_error_bars_name"
9467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9469   include:
9470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9476   layout:
9477     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9478     layout: "plot-latency"
9479
9480 - type: "plot"
9481   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9482   algorithm: "plot_latency_error_bars_name"
9483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9485   include:
9486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9488     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9489   layout:
9490     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9491     layout: "plot-latency"
9492
9493 - type: "plot"
9494   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9495   algorithm: "plot_latency_error_bars_name"
9496   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9498   include:
9499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9504   layout:
9505     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9506     layout: "plot-latency"
9507
9508 - type: "plot"
9509   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9510   algorithm: "plot_latency_error_bars_name"
9511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9513   include:
9514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9518   layout:
9519     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9520     layout: "plot-latency"
9521
9522 - type: "plot"
9523   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9524   algorithm: "plot_latency_error_bars_name"
9525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9527   include:
9528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9533   layout:
9534     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9535     layout: "plot-latency"
9536
9537 - type: "plot"
9538   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9539   algorithm: "plot_latency_error_bars_name"
9540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9542   include:
9543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9549   layout:
9550     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9551     layout: "plot-latency"
9552
9553 - type: "plot"
9554   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9555   algorithm: "plot_latency_error_bars_name"
9556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9558   include:
9559     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9560     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9561   layout:
9562     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
9563     layout: "plot-latency"
9564
9565 - type: "plot"
9566   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9567   algorithm: "plot_latency_error_bars_name"
9568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9570   include:
9571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
9572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9575   layout:
9576     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
9577     layout: "plot-latency"
9578
9579 - type: "plot"
9580   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9581   algorithm: "plot_latency_error_bars_name"
9582   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9584   include:
9585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9588   layout:
9589     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9590     layout: "plot-latency"
9591
9592 - type: "plot"
9593   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9594   algorithm: "plot_latency_error_bars_name"
9595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9597   include:
9598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9603   layout:
9604     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9605     layout: "plot-latency"
9606
9607 - type: "plot"
9608   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9609   algorithm: "plot_latency_error_bars_name"
9610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9612   include:
9613     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9615     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9616   layout:
9617     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9618     layout: "plot-latency"
9619
9620 - type: "plot"
9621   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9622   algorithm: "plot_latency_error_bars_name"
9623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9625   include:
9626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9629   layout:
9630     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9631     layout: "plot-latency"
9632
9633 - type: "plot"
9634   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9635   algorithm: "plot_latency_error_bars_name"
9636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9638   include:
9639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9641     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9644   layout:
9645     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9646     layout: "plot-latency"
9647
9648 #- type: "plot"
9649 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9650 #  algorithm: "plot_latency_error_bars_name"
9651 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9652 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9653 #  include:
9654 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9655 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9656 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9657 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9658 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9659 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9660 #  layout:
9661 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9662 #    layout: "plot-latency"
9663
9664 #- type: "plot"
9665 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9666 #  algorithm: "plot_latency_error_bars_name"
9667 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9668 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9669 #  include:
9670 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9671 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9672 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9673 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9674 #  layout:
9675 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9676 #    layout: "plot-latency"
9677
9678 #- type: "plot"
9679 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9680 #  algorithm: "plot_latency_error_bars_name"
9681 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9682 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9683 #  include:
9684 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9685 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9686 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9687 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9688 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9689 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9690 #  layout:
9691 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
9692 #    layout: "plot-latency"
9693
9694 - type: "plot"
9695   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9696   algorithm: "plot_latency_error_bars_name"
9697   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9699   include:
9700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9706   layout:
9707     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9708     layout: "plot-latency"
9709
9710 - type: "plot"
9711   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9712   algorithm: "plot_latency_error_bars_name"
9713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9715   include:
9716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9720   layout:
9721     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9722     layout: "plot-latency"
9723
9724 - type: "plot"
9725   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9726   algorithm: "plot_latency_error_bars_name"
9727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9729   include:
9730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9735   layout:
9736     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9737     layout: "plot-latency"
9738
9739 - type: "plot"
9740   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9741   algorithm: "plot_latency_error_bars_name"
9742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9744   include:
9745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9749   layout:
9750     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9751     layout: "plot-latency"
9752
9753 - type: "plot"
9754   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9755   algorithm: "plot_latency_error_bars_name"
9756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9758   include:
9759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9762     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9764     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9765   layout:
9766     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
9767     layout: "plot-latency"
9768
9769 - type: "plot"
9770   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9771   algorithm: "plot_latency_error_bars_name"
9772   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9774   include:
9775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9780   layout:
9781     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9782     layout: "plot-latency"
9783
9784 - type: "plot"
9785   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9786   algorithm: "plot_latency_error_bars_name"
9787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9789   include:
9790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9793   layout:
9794     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9795     layout: "plot-latency"
9796
9797 - type: "plot"
9798   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9799   algorithm: "plot_latency_error_bars_name"
9800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9802   include:
9803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9807   layout:
9808     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9809     layout: "plot-latency"
9810
9811 - type: "plot"
9812   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9813   algorithm: "plot_latency_error_bars_name"
9814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9816   include:
9817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9823   layout:
9824     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9825     layout: "plot-latency"
9826
9827 - type: "plot"
9828   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9829   algorithm: "plot_latency_error_bars_name"
9830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9832   include:
9833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9839   layout:
9840     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
9841     layout: "plot-latency"
9842
9843 - type: "plot"
9844   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9845   algorithm: "plot_latency_error_bars_name"
9846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9848   include:
9849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9855   layout:
9856     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9857     layout: "plot-latency"
9858
9859 - type: "plot"
9860   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9861   algorithm: "plot_latency_error_bars_name"
9862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9864   include:
9865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9871   layout:
9872     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9873     layout: "plot-latency"
9874
9875 - type: "plot"
9876   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9877   algorithm: "plot_latency_error_bars_name"
9878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9879   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9880   include:
9881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9885   layout:
9886     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9887     layout: "plot-latency"
9888
9889 - type: "plot"
9890   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9891   algorithm: "plot_latency_error_bars_name"
9892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
9893   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9894   include:
9895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9899   layout:
9900     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9901     layout: "plot-latency"
9902
9903 - type: "plot"
9904   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9905   algorithm: "plot_latency_error_bars_name"
9906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9907   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9908   include:
9909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9912     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9913   layout:
9914     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9915     layout: "plot-latency"
9916
9917 - type: "plot"
9918   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
9919   algorithm: "plot_latency_error_bars_name"
9920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
9921   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9922   include:
9923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9925     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9927   layout:
9928     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
9929     layout: "plot-latency"
9930
9931 - type: "plot"
9932   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9933   algorithm: "plot_latency_error_bars_name"
9934   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9935   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9936   include:
9937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9941   layout:
9942     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9943     layout: "plot-latency"
9944
9945 - type: "plot"
9946   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
9947   algorithm: "plot_latency_error_bars_name"
9948   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9949   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9950   include:
9951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9955   layout:
9956     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
9957     layout: "plot-latency"
9958
9959 - type: "plot"
9960   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9961   algorithm: "plot_latency_error_bars_name"
9962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9963   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9964   include:
9965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9970   layout:
9971     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9972     layout: "plot-latency"
9973
9974 - type: "plot"
9975   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9976   algorithm: "plot_latency_error_bars_name"
9977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
9978   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9979   include:
9980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9985   layout:
9986     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9987     layout: "plot-latency"
9988
9989 - type: "plot"
9990   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9991   algorithm: "plot_latency_error_bars_name"
9992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9993   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9994   include:
9995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10001   layout:
10002     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
10003     layout: "plot-latency"
10004
10005 - type: "plot"
10006   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10007   algorithm: "plot_latency_error_bars_name"
10008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10009   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10010   include:
10011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10017   layout:
10018     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10019     layout: "plot-latency"
10020
10021 #- type: "plot"
10022 #  title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
10023 #  algorithm: "plot_latency_error_bars_name"
10024 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
10025 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10026 #  include:
10027 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10028 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10029 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10030 #  layout:
10031 #    title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
10032 #    layout: "plot-latency"
10033
10034 #- type: "plot"
10035 #  title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
10036 #  algorithm: "plot_latency_error_bars_name"
10037 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
10038 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10039 #  include:
10040 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10041 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10042 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10043 #  layout:
10044 #    title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
10045 #    layout: "plot-latency"
10046
10047 - type: "plot"
10048   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
10049   algorithm: "plot_latency_error_bars_name"
10050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
10051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10052   include:
10053     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10058   layout:
10059     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
10060     layout: "plot-latency"
10061
10062 - type: "plot"
10063   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
10064   algorithm: "plot_latency_error_bars_name"
10065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
10066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10067   include:
10068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
10069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
10070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
10071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
10072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
10073   layout:
10074     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
10075     layout: "plot-latency"
10076
10077 - type: "plot"
10078   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
10079   algorithm: "plot_latency_error_bars_name"
10080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
10081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10082   include:
10083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
10084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
10089   layout:
10090     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
10091     layout: "plot-latency"
10092
10093 - type: "plot"
10094   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10095   algorithm: "plot_latency_error_bars_name"
10096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10098   include:
10099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
10100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10103   layout:
10104     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10105     layout: "plot-latency"
10106
10107 - type: "plot"
10108   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
10109   algorithm: "plot_latency_error_bars_name"
10110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
10111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10112   include:
10113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
10114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
10115     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
10116     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
10117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
10118   layout:
10119     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
10120     layout: "plot-latency"
10121
10122 #- type: "plot"
10123 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10124 #  algorithm: "plot_latency_error_bars_name"
10125 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10126 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10127 #  include:
10128 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10129 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10130 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10131 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10132 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10133 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10134 #  layout:
10135 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10136 #    layout: "plot-latency"
10137
10138 - type: "plot"
10139   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
10140   algorithm: "plot_latency_error_bars_name"
10141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
10142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10143   include:
10144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
10145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
10146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10148   layout:
10149     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
10150     layout: "plot-latency"
10151
10152 - type: "plot"
10153   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
10154   algorithm: "plot_latency_error_bars_name"
10155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
10156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10157   include:
10158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
10159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
10160     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10161     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
10162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
10163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10164   layout:
10165     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
10166     layout: "plot-latency"
10167
10168 - type: "plot"
10169   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
10170   algorithm: "plot_latency_error_bars_name"
10171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
10172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10173   include:
10174     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10175     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10176     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10177     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10178     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10180   layout:
10181     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
10182     layout: "plot-latency"
10183
10184 - type: "plot"
10185   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
10186   algorithm: "plot_latency_error_bars_name"
10187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
10188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10189   include:
10190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10192     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10193     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10194     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10195     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10196   layout:
10197     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
10198     layout: "plot-latency"
10199
10200 - type: "plot"
10201   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
10202   algorithm: "plot_latency_error_bars_name"
10203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
10204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10205   include:
10206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10211   layout:
10212     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
10213     layout: "plot-latency"
10214
10215 - type: "plot"
10216   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
10217   algorithm: "plot_latency_error_bars_name"
10218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
10219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10220   include:
10221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10227   layout:
10228     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
10229     layout: "plot-latency"
10230
10231 #- type: "plot"
10232 #  title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
10233 #  algorithm: "plot_latency_error_bars_name"
10234 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
10235 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10236 #  include:
10237 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10238 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10239 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10240 #  layout:
10241 #    title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr"
10242 #    layout: "plot-latency"
10243
10244 ################################################################################
10245
10246 # Packet Latency 4C
10247
10248 - type: "plot"
10249   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10250   algorithm: "plot_latency_error_bars_name"
10251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10253   include:
10254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10258   layout:
10259     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
10260     layout: "plot-latency"
10261
10262 - type: "plot"
10263   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10264   algorithm: "plot_latency_error_bars_name"
10265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10267   include:
10268     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10269     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10270     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10271     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10272     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10273   layout:
10274     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
10275     layout: "plot-latency"
10276
10277 - type: "plot"
10278   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10279   algorithm: "plot_latency_error_bars_name"
10280   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10282   include:
10283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
10284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10288   layout:
10289     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
10290     layout: "plot-latency"
10291
10292 - type: "plot"
10293   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10294   algorithm: "plot_latency_error_bars_name"
10295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10297   include:
10298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
10299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
10300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
10301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10302   layout:
10303     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
10304     layout: "plot-latency"
10305
10306 - type: "plot"
10307   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10308   algorithm: "plot_latency_error_bars_name"
10309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10311   include:
10312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
10315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
10316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10317   layout:
10318     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
10319     layout: "plot-latency"
10320
10321 - type: "plot"
10322   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10323   algorithm: "plot_latency_error_bars_name"
10324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10326   include:
10327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10333   layout:
10334     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10335     layout: "plot-latency"
10336
10337 - type: "plot"
10338   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10339   algorithm: "plot_latency_error_bars_name"
10340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10342   include:
10343     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10344     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10345     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10346   layout:
10347     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
10348     layout: "plot-latency"
10349
10350 - type: "plot"
10351   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10352   algorithm: "plot_latency_error_bars_name"
10353   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10355   include:
10356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10361   layout:
10362     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
10363     layout: "plot-latency"
10364
10365 - type: "plot"
10366   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10367   algorithm: "plot_latency_error_bars_name"
10368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10370   include:
10371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
10373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
10374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10375   layout:
10376     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
10377     layout: "plot-latency"
10378
10379 - type: "plot"
10380   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10381   algorithm: "plot_latency_error_bars_name"
10382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10384   include:
10385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
10388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
10389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10390   layout:
10391     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
10392     layout: "plot-latency"
10393
10394 - type: "plot"
10395   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10396   algorithm: "plot_latency_error_bars_name"
10397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10399   include:
10400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10406   layout:
10407     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10408     layout: "plot-latency"
10409
10410 - type: "plot"
10411   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10412   algorithm: "plot_latency_error_bars_name"
10413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10415   include:
10416     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10417     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10418   layout:
10419     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
10420     layout: "plot-latency"
10421
10422 - type: "plot"
10423   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10424   algorithm: "plot_latency_error_bars_name"
10425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10427   include:
10428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
10429     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10431     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10432   layout:
10433     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
10434     layout: "plot-latency"
10435
10436 - type: "plot"
10437   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10438   algorithm: "plot_latency_error_bars_name"
10439   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10441   include:
10442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10445   layout:
10446     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10447     layout: "plot-latency"
10448
10449 - type: "plot"
10450   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10451   algorithm: "plot_latency_error_bars_name"
10452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10454   include:
10455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10460   layout:
10461     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10462     layout: "plot-latency"
10463
10464 - type: "plot"
10465   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10466   algorithm: "plot_latency_error_bars_name"
10467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10469   include:
10470     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10473   layout:
10474     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10475     layout: "plot-latency"
10476
10477 - type: "plot"
10478   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10479   algorithm: "plot_latency_error_bars_name"
10480   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10482   include:
10483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10486   layout:
10487     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10488     layout: "plot-latency"
10489
10490 - type: "plot"
10491   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10492   algorithm: "plot_latency_error_bars_name"
10493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10495   include:
10496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10497     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10501   layout:
10502     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10503     layout: "plot-latency"
10504
10505 #- type: "plot"
10506 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10507 #  algorithm: "plot_latency_error_bars_name"
10508 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10509 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10510 #  include:
10511 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10512 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10517 #  layout:
10518 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10519 #    layout: "plot-latency"
10520
10521 #- type: "plot"
10522 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10523 #  algorithm: "plot_latency_error_bars_name"
10524 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10525 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10526 #  include:
10527 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10531 #  layout:
10532 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10533 #    layout: "plot-latency"
10534
10535 #- type: "plot"
10536 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10537 #  algorithm: "plot_latency_error_bars_name"
10538 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10539 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10540 #  include:
10541 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10547 #  layout:
10548 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
10549 #    layout: "plot-latency"
10550
10551 - type: "plot"
10552   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10553   algorithm: "plot_latency_error_bars_name"
10554   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10556   include:
10557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10563   layout:
10564     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10565     layout: "plot-latency"
10566
10567 - type: "plot"
10568   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10569   algorithm: "plot_latency_error_bars_name"
10570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10572   include:
10573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10577   layout:
10578     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10579     layout: "plot-latency"
10580
10581 - type: "plot"
10582   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10583   algorithm: "plot_latency_error_bars_name"
10584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10586   include:
10587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10592   layout:
10593     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10594     layout: "plot-latency"
10595
10596 - type: "plot"
10597   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10598   algorithm: "plot_latency_error_bars_name"
10599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10601   include:
10602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10606   layout:
10607     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10608     layout: "plot-latency"
10609
10610 - type: "plot"
10611   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10612   algorithm: "plot_latency_error_bars_name"
10613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10615   include:
10616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10622   layout:
10623     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
10624     layout: "plot-latency"
10625
10626 - type: "plot"
10627   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10628   algorithm: "plot_latency_error_bars_name"
10629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10631   include:
10632     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10633     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10634     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10635     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10637   layout:
10638     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10639     layout: "plot-latency"
10640
10641 - type: "plot"
10642   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10643   algorithm: "plot_latency_error_bars_name"
10644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10646   include:
10647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10650   layout:
10651     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10652     layout: "plot-latency"
10653
10654 - type: "plot"
10655   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10656   algorithm: "plot_latency_error_bars_name"
10657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10659   include:
10660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10664   layout:
10665     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10666     layout: "plot-latency"
10667
10668 - type: "plot"
10669   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10670   algorithm: "plot_latency_error_bars_name"
10671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10673   include:
10674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10680   layout:
10681     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10682     layout: "plot-latency"
10683
10684 - type: "plot"
10685   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10686   algorithm: "plot_latency_error_bars_name"
10687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10689   include:
10690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10696   layout:
10697     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
10698     layout: "plot-latency"
10699
10700 - type: "plot"
10701   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10702   algorithm: "plot_latency_error_bars_name"
10703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10705   include:
10706     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10707     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10708     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10709     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10710     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10712   layout:
10713     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10714     layout: "plot-latency"
10715
10716 - type: "plot"
10717   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10718   algorithm: "plot_latency_error_bars_name"
10719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10721   include:
10722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10728   layout:
10729     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
10730     layout: "plot-latency"
10731
10732 - type: "plot"
10733   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10734   algorithm: "plot_latency_error_bars_name"
10735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10736   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10737   include:
10738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10742   layout:
10743     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10744     layout: "plot-latency"
10745
10746 - type: "plot"
10747   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10748   algorithm: "plot_latency_error_bars_name"
10749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
10750   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10751   include:
10752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10756   layout:
10757     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10758     layout: "plot-latency"
10759
10760 - type: "plot"
10761   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10762   algorithm: "plot_latency_error_bars_name"
10763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10764   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10765   include:
10766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10769     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10770   layout:
10771     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10772     layout: "plot-latency"
10773
10774 - type: "plot"
10775   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
10776   algorithm: "plot_latency_error_bars_name"
10777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
10778   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10779   include:
10780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10784   layout:
10785     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
10786     layout: "plot-latency"
10787
10788 - type: "plot"
10789   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10790   algorithm: "plot_latency_error_bars_name"
10791   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10792   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10793   include:
10794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10798   layout:
10799     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10800     layout: "plot-latency"
10801
10802 - type: "plot"
10803   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10804   algorithm: "plot_latency_error_bars_name"
10805   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10806   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10807   include:
10808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10812   layout:
10813     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10814     layout: "plot-latency"
10815
10816 - type: "plot"
10817   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10818   algorithm: "plot_latency_error_bars_name"
10819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10820   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10821   include:
10822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10827   layout:
10828     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10829     layout: "plot-latency"
10830
10831 - type: "plot"
10832   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10833   algorithm: "plot_latency_error_bars_name"
10834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
10835   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10836   include:
10837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10842   layout:
10843     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10844     layout: "plot-latency"
10845
10846 - type: "plot"
10847   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10848   algorithm: "plot_latency_error_bars_name"
10849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10850   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10851   include:
10852     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10858   layout:
10859     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10860     layout: "plot-latency"
10861
10862 - type: "plot"
10863   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10864   algorithm: "plot_latency_error_bars_name"
10865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10866   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10867   include:
10868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10874   layout:
10875     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10876     layout: "plot-latency"
10877
10878 #- type: "plot"
10879 #  title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10880 #  algorithm: "plot_latency_error_bars_name"
10881 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10882 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10883 #  include:
10884 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10885 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10886 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10887 #  layout:
10888 #    title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
10889 #    layout: "plot-latency"
10890
10891 #- type: "plot"
10892 #  title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10893 #  algorithm: "plot_latency_error_bars_name"
10894 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10895 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10896 #  include:
10897 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10898 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10899 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10900 #  layout:
10901 #    title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
10902 #    layout: "plot-latency"
10903
10904 - type: "plot"
10905   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10906   algorithm: "plot_latency_error_bars_name"
10907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10909   include:
10910     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10915   layout:
10916     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
10917     layout: "plot-latency"
10918
10919 - type: "plot"
10920   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10921   algorithm: "plot_latency_error_bars_name"
10922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10924   include:
10925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
10928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10930   layout:
10931     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
10932     layout: "plot-latency"
10933
10934 - type: "plot"
10935   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10936   algorithm: "plot_latency_error_bars_name"
10937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10939   include:
10940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10946   layout:
10947     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
10948     layout: "plot-latency"
10949
10950 - type: "plot"
10951   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10952   algorithm: "plot_latency_error_bars_name"
10953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10955   include:
10956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10960   layout:
10961     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10962     layout: "plot-latency"
10963
10964 - type: "plot"
10965   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10966   algorithm: "plot_latency_error_bars_name"
10967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10969   include:
10970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10975   layout:
10976     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
10977     layout: "plot-latency"
10978
10979 #- type: "plot"
10980 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10981 #  algorithm: "plot_latency_error_bars_name"
10982 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10983 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10984 #  include:
10985 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10986 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10987 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10988 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10989 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10990 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10991 #  layout:
10992 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10993 #    layout: "plot-latency"
10994
10995 - type: "plot"
10996   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10997   algorithm: "plot_latency_error_bars_name"
10998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11000   include:
11001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
11002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11005   layout:
11006     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
11007     layout: "plot-latency"
11008
11009 - type: "plot"
11010   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11011   algorithm: "plot_latency_error_bars_name"
11012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11014   include:
11015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
11016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
11019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
11020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11021   layout:
11022     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
11023     layout: "plot-latency"
11024
11025 - type: "plot"
11026   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11027   algorithm: "plot_latency_error_bars_name"
11028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11030   include:
11031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11037   layout:
11038     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
11039     layout: "plot-latency"
11040
11041 - type: "plot"
11042   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11043   algorithm: "plot_latency_error_bars_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11046   include:
11047     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11048     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11049     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11050     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11053   layout:
11054     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
11055     layout: "plot-latency"
11056
11057 - type: "plot"
11058   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
11059   algorithm: "plot_latency_error_bars_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
11061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11062   include:
11063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11068   layout:
11069     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
11070     layout: "plot-latency"
11071
11072 - type: "plot"
11073   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
11074   algorithm: "plot_latency_error_bars_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
11076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11077   include:
11078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11084   layout:
11085     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
11086     layout: "plot-latency"
11087
11088 #- type: "plot"
11089 #  title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
11090 #  algorithm: "plot_latency_error_bars_name"
11091 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
11092 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11093 #  include:
11094 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11095 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11096 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11097 #  layout:
11098 #    title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr"
11099 #    layout: "plot-latency"
11100
11101 ################################################################################
11102
11103 # Packet Speedup
11104
11105 - type: "plot"
11106   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11107   algorithm: "plot_throughput_speedup_analysis_name"
11108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11110   include:
11111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11115   layout:
11116     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
11117     layout: "plot-throughput-speedup-analysis"
11118
11119 - type: "plot"
11120   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11121   algorithm: "plot_throughput_speedup_analysis_name"
11122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11124   include:
11125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11129   layout:
11130     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
11131     layout: "plot-throughput-speedup-analysis"
11132
11133 - type: "plot"
11134   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11135   algorithm: "plot_throughput_speedup_analysis_name"
11136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11138   include:
11139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11144   layout:
11145     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
11146     layout: "plot-throughput-speedup-analysis"
11147
11148 - type: "plot"
11149   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11150   algorithm: "plot_throughput_speedup_analysis_name"
11151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11157     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11159   layout:
11160     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
11161     layout: "plot-throughput-speedup-analysis"
11162
11163 - type: "plot"
11164   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11165   algorithm: "plot_throughput_speedup_analysis_name"
11166   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11174   layout:
11175     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
11176     layout: "plot-throughput-speedup-analysis"
11177
11178 - type: "plot"
11179   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11180   algorithm: "plot_throughput_speedup_analysis_name"
11181   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11183   include:
11184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11189   layout:
11190     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
11191     layout: "plot-throughput-speedup-analysis"
11192
11193 - type: "plot"
11194   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11195   algorithm: "plot_throughput_speedup_analysis_name"
11196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11203   layout:
11204     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
11205     layout: "plot-throughput-speedup-analysis"
11206
11207 - type: "plot"
11208   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11209   algorithm: "plot_throughput_speedup_analysis_name"
11210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11212   include:
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11217   layout:
11218     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
11219     layout: "plot-throughput-speedup-analysis"
11220
11221 - type: "plot"
11222   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11223   algorithm: "plot_throughput_speedup_analysis_name"
11224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11226   include:
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11232   layout:
11233     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
11234     layout: "plot-throughput-speedup-analysis"
11235
11236 - type: "plot"
11237   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11238   algorithm: "plot_throughput_speedup_analysis_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11247   layout:
11248     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
11249     layout: "plot-throughput-speedup-analysis"
11250
11251 - type: "plot"
11252   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11253   algorithm: "plot_throughput_speedup_analysis_name"
11254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11256   include:
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11263   layout:
11264     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
11265     layout: "plot-throughput-speedup-analysis"
11266
11267 - type: "plot"
11268   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11269   algorithm: "plot_throughput_speedup_analysis_name"
11270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11272   include:
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11279   layout:
11280     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
11281     layout: "plot-throughput-speedup-analysis"
11282
11283 - type: "plot"
11284   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11285   algorithm: "plot_throughput_speedup_analysis_name"
11286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11288   include:
11289     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11292   layout:
11293     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
11294     layout: "plot-throughput-speedup-analysis"
11295
11296 - type: "plot"
11297   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11298   algorithm: "plot_throughput_speedup_analysis_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11301   include:
11302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11305   layout:
11306     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
11307     layout: "plot-throughput-speedup-analysis"
11308
11309 - type: "plot"
11310   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11311   algorithm: "plot_throughput_speedup_analysis_name"
11312   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11314   include:
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11320   layout:
11321     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
11322     layout: "plot-throughput-speedup-analysis"
11323
11324 - type: "plot"
11325   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11326   algorithm: "plot_throughput_speedup_analysis_name"
11327   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11329   include:
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11335   layout:
11336     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
11337     layout: "plot-throughput-speedup-analysis"
11338
11339 - type: "plot"
11340   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11341   algorithm: "plot_throughput_speedup_analysis_name"
11342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11344   include:
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11349   layout:
11350     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
11351     layout: "plot-throughput-speedup-analysis"
11352
11353 - type: "plot"
11354   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11355   algorithm: "plot_throughput_speedup_analysis_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11363   layout:
11364     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
11365     layout: "plot-throughput-speedup-analysis"
11366
11367 - type: "plot"
11368   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11369   algorithm: "plot_throughput_speedup_analysis_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11372   include:
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11378   layout:
11379     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
11380     layout: "plot-throughput-speedup-analysis"
11381
11382 - type: "plot"
11383   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11384   algorithm: "plot_throughput_speedup_analysis_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11387   include:
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11393   layout:
11394     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
11395     layout: "plot-throughput-speedup-analysis"
11396
11397 - type: "plot"
11398   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11399   algorithm: "plot_throughput_speedup_analysis_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11402   include:
11403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11409   layout:
11410     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
11411     layout: "plot-throughput-speedup-analysis"
11412
11413 - type: "plot"
11414   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11415   algorithm: "plot_throughput_speedup_analysis_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11425   layout:
11426     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
11427     layout: "plot-throughput-speedup-analysis"
11428
11429 - type: "plot"
11430   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11431   algorithm: "plot_throughput_speedup_analysis_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11434   include:
11435     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11437   layout:
11438     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
11439     layout: "plot-throughput-speedup-analysis"
11440
11441 - type: "plot"
11442   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11443   algorithm: "plot_throughput_speedup_analysis_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11449   layout:
11450     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
11451     layout: "plot-throughput-speedup-analysis"
11452
11453 - type: "plot"
11454   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11455   algorithm: "plot_throughput_speedup_analysis_name"
11456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11458   include:
11459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11463   layout:
11464     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
11465     layout: "plot-throughput-speedup-analysis"
11466
11467 - type: "plot"
11468   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11469   algorithm: "plot_throughput_speedup_analysis_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11477   layout:
11478     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
11479     layout: "plot-throughput-speedup-analysis"
11480
11481 - type: "plot"
11482   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11483   algorithm: "plot_throughput_speedup_analysis_name"
11484   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11486   include:
11487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11490   layout:
11491     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11492     layout: "plot-throughput-speedup-analysis"
11493
11494 - type: "plot"
11495   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11496   algorithm: "plot_throughput_speedup_analysis_name"
11497   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11503   layout:
11504     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11505     layout: "plot-throughput-speedup-analysis"
11506
11507 - type: "plot"
11508   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11509   algorithm: "plot_throughput_speedup_analysis_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11518   layout:
11519     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11520     layout: "plot-throughput-speedup-analysis"
11521
11522 - type: "plot"
11523   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11524   algorithm: "plot_throughput_speedup_analysis_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11533   layout:
11534     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11535     layout: "plot-throughput-speedup-analysis"
11536
11537 - type: "plot"
11538   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11539   algorithm: "plot_throughput_speedup_analysis_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11542   include:
11543     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11546   layout:
11547     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
11548     layout: "plot-throughput-speedup-analysis"
11549
11550 - type: "plot"
11551   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11552   algorithm: "plot_throughput_speedup_analysis_name"
11553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11555   include:
11556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11559   layout:
11560     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
11561     layout: "plot-throughput-speedup-analysis"
11562
11563 - type: "plot"
11564   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11565   algorithm: "plot_throughput_speedup_analysis_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11572   layout:
11573     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11574     layout: "plot-throughput-speedup-analysis"
11575
11576 - type: "plot"
11577   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11578   algorithm: "plot_throughput_speedup_analysis_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11585   layout:
11586     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11587     layout: "plot-throughput-speedup-analysis"
11588
11589 - type: "plot"
11590   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11591   algorithm: "plot_throughput_speedup_analysis_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11594   include:
11595     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11600   layout:
11601     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11602     layout: "plot-throughput-speedup-analysis"
11603
11604 - type: "plot"
11605   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11606   algorithm: "plot_throughput_speedup_analysis_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11609   include:
11610     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11615   layout:
11616     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11617     layout: "plot-throughput-speedup-analysis"
11618
11619 - type: "plot"
11620   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11621   algorithm: "plot_throughput_speedup_analysis_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11624   include:
11625     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11626     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11627     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11628     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11631   layout:
11632     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11633     layout: "plot-throughput-speedup-analysis"
11634
11635 - type: "plot"
11636   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11637   algorithm: "plot_throughput_speedup_analysis_name"
11638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11640   include:
11641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11647   layout:
11648     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11649     layout: "plot-throughput-speedup-analysis"
11650
11651 - type: "plot"
11652   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11653   algorithm: "plot_throughput_speedup_analysis_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11656   include:
11657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11661   layout:
11662     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11663     layout: "plot-throughput-speedup-analysis"
11664
11665 - type: "plot"
11666   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11667   algorithm: "plot_throughput_speedup_analysis_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11670   include:
11671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11673     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11674     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11675   layout:
11676     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11677     layout: "plot-throughput-speedup-analysis"
11678
11679 - type: "plot"
11680   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11681   algorithm: "plot_throughput_speedup_analysis_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11686     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11687     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11691   layout:
11692     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
11693     layout: "plot-throughput-speedup-analysis"
11694
11695 - type: "plot"
11696   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11697   algorithm: "plot_throughput_speedup_analysis_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11700   include:
11701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11703     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11704     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11707   layout:
11708     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
11709     layout: "plot-throughput-speedup-analysis"
11710
11711 - type: "plot"
11712   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11713   algorithm: "plot_throughput_speedup_analysis_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11723   layout:
11724     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11725     layout: "plot-throughput-speedup-analysis"
11726
11727 - type: "plot"
11728   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11729   algorithm: "plot_throughput_speedup_analysis_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11739   layout:
11740     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11741     layout: "plot-throughput-speedup-analysis"
11742
11743 - type: "plot"
11744   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11745   algorithm: "plot_throughput_speedup_analysis_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11753   layout:
11754     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
11755     layout: "plot-throughput-speedup-analysis"
11756
11757 - type: "plot"
11758   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11759   algorithm: "plot_throughput_speedup_analysis_name"
11760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11767   layout:
11768     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
11769     layout: "plot-throughput-speedup-analysis"
11770
11771 - type: "plot"
11772   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11773   algorithm: "plot_throughput_speedup_analysis_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11782   layout:
11783     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11784     layout: "plot-throughput-speedup-analysis"
11785
11786 - type: "plot"
11787   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11788   algorithm: "plot_throughput_speedup_analysis_name"
11789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11797   layout:
11798     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11799     layout: "plot-throughput-speedup-analysis"
11800
11801 - type: "plot"
11802   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11803   algorithm: "plot_throughput_speedup_analysis_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11811   layout:
11812     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11813     layout: "plot-throughput-speedup-analysis"
11814
11815 - type: "plot"
11816   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11817   algorithm: "plot_throughput_speedup_analysis_name"
11818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11820   include:
11821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11825   layout:
11826     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11827     layout: "plot-throughput-speedup-analysis"
11828
11829 - type: "plot"
11830   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11831   algorithm: "plot_throughput_speedup_analysis_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11834   include:
11835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11841   layout:
11842     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
11843     layout: "plot-throughput-speedup-analysis"
11844
11845 - type: "plot"
11846   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11847   algorithm: "plot_throughput_speedup_analysis_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11850   include:
11851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11857   layout:
11858     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
11859     layout: "plot-throughput-speedup-analysis"
11860
11861 - type: "plot"
11862   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11863   algorithm: "plot_throughput_speedup_analysis_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11872   layout:
11873     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11874     layout: "plot-throughput-speedup-analysis"
11875
11876 - type: "plot"
11877   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11878   algorithm: "plot_throughput_speedup_analysis_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11887   layout:
11888     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11889     layout: "plot-throughput-speedup-analysis"
11890
11891 - type: "plot"
11892   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11893   algorithm: "plot_throughput_speedup_analysis_name"
11894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11896   include:
11897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11900   layout:
11901     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
11902     layout: "plot-throughput-speedup-analysis"
11903
11904 - type: "plot"
11905   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11906   algorithm: "plot_throughput_speedup_analysis_name"
11907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11913   layout:
11914     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
11915     layout: "plot-throughput-speedup-analysis"
11916
11917 - type: "plot"
11918   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11919   algorithm: "plot_throughput_speedup_analysis_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922   include:
11923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11927   layout:
11928     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11929     layout: "plot-throughput-speedup-analysis"
11930
11931 - type: "plot"
11932   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11933   algorithm: "plot_throughput_speedup_analysis_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11936   include:
11937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11941   layout:
11942     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11943     layout: "plot-throughput-speedup-analysis"
11944
11945 - type: "plot"
11946   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11947   algorithm: "plot_throughput_speedup_analysis_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11957   layout:
11958     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11959     layout: "plot-throughput-speedup-analysis"
11960
11961 - type: "plot"
11962   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11963   algorithm: "plot_throughput_speedup_analysis_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11973   layout:
11974     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11975     layout: "plot-throughput-speedup-analysis"
11976
11977 - type: "plot"
11978   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11979   algorithm: "plot_throughput_speedup_analysis_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11989   layout:
11990     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
11991     layout: "plot-throughput-speedup-analysis"
11992
11993 - type: "plot"
11994   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11995   algorithm: "plot_throughput_speedup_analysis_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11998   include:
11999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12005   layout:
12006     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
12007     layout: "plot-throughput-speedup-analysis"
12008
12009 - type: "plot"
12010   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12011   algorithm: "plot_throughput_speedup_analysis_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12014   include:
12015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12021   layout:
12022     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
12023     layout: "plot-throughput-speedup-analysis"
12024
12025 - type: "plot"
12026   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12027   algorithm: "plot_throughput_speedup_analysis_name"
12028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12030   include:
12031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12033     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12034     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12037   layout:
12038     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
12039     layout: "plot-throughput-speedup-analysis"
12040
12041 - type: "plot"
12042   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12043   algorithm: "plot_throughput_speedup_analysis_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12053   layout:
12054     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
12055     layout: "plot-throughput-speedup-analysis"
12056
12057 - type: "plot"
12058   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12059   algorithm: "plot_throughput_speedup_analysis_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12062   include:
12063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12065     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12066     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12067     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12068     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12069   layout:
12070     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
12071     layout: "plot-throughput-speedup-analysis"
12072
12073 - type: "plot"
12074   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
12075   algorithm: "plot_throughput_speedup_analysis_name"
12076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12078   include:
12079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12083   layout:
12084     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
12085     layout: "plot-throughput-speedup-analysis"
12086
12087 - type: "plot"
12088   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
12089   algorithm: "plot_throughput_speedup_analysis_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
12091   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12092   include:
12093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12097   layout:
12098     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
12099     layout: "plot-throughput-speedup-analysis"
12100
12101 - type: "plot"
12102   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12103   algorithm: "plot_throughput_speedup_analysis_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
12105   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12106   include:
12107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12111   layout:
12112     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12113     layout: "plot-throughput-speedup-analysis"
12114
12115 - type: "plot"
12116   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12117   algorithm: "plot_throughput_speedup_analysis_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
12119   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12120   include:
12121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12125   layout:
12126     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12127     layout: "plot-throughput-speedup-analysis"
12128
12129 - type: "plot"
12130   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
12131   algorithm: "plot_throughput_speedup_analysis_name"
12132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
12133   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12134   include:
12135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12139   layout:
12140     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
12141     layout: "plot-throughput-speedup-analysis"
12142
12143 - type: "plot"
12144   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
12145   algorithm: "plot_throughput_speedup_analysis_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
12147   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12148   include:
12149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12153   layout:
12154     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
12155     layout: "plot-throughput-speedup-analysis"
12156
12157 - type: "plot"
12158   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
12159   algorithm: "plot_throughput_speedup_analysis_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
12161   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12162   include:
12163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12167   layout:
12168     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
12169     layout: "plot-throughput-speedup-analysis"
12170
12171 - type: "plot"
12172   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
12173   algorithm: "plot_throughput_speedup_analysis_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
12175   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12176   include:
12177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12181   layout:
12182     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
12183     layout: "plot-throughput-speedup-analysis"
12184
12185 - type: "plot"
12186   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
12187   algorithm: "plot_throughput_speedup_analysis_name"
12188   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
12189   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12190   include:
12191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12195   layout:
12196     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
12197     layout: "plot-throughput-speedup-analysis"
12198
12199 - type: "plot"
12200   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
12201   algorithm: "plot_throughput_speedup_analysis_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12204   include:
12205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12209   layout:
12210     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
12211     layout: "plot-throughput-speedup-analysis"
12212
12213 - type: "plot"
12214   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12215   algorithm: "plot_throughput_speedup_analysis_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
12217   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12218   include:
12219     - "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"
12220     - "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"
12221     - "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"
12222     - "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"
12223   layout:
12224     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12225     layout: "plot-throughput-speedup-analysis"
12226
12227 - type: "plot"
12228   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
12229   algorithm: "plot_throughput_speedup_analysis_name"
12230   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
12231   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12232   include:
12233     - "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"
12234     - "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"
12235     - "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"
12236     - "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"
12237   layout:
12238     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
12239     layout: "plot-throughput-speedup-analysis"
12240
12241 - type: "plot"
12242   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
12243   algorithm: "plot_throughput_speedup_analysis_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
12245   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12246   include:
12247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12252   layout:
12253     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
12254     layout: "plot-throughput-speedup-analysis"
12255
12256 - type: "plot"
12257   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
12258   algorithm: "plot_throughput_speedup_analysis_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
12260   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12261   include:
12262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12267   layout:
12268     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
12269     layout: "plot-throughput-speedup-analysis"
12270
12271 - type: "plot"
12272   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12273   algorithm: "plot_throughput_speedup_analysis_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
12275   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12276   include:
12277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12282   layout:
12283     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12284     layout: "plot-throughput-speedup-analysis"
12285
12286 - type: "plot"
12287   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12288   algorithm: "plot_throughput_speedup_analysis_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
12290   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12291   include:
12292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12297   layout:
12298     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12299     layout: "plot-throughput-speedup-analysis"
12300
12301 - type: "plot"
12302   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
12303   algorithm: "plot_throughput_speedup_analysis_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
12305   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12306   include:
12307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12313   layout:
12314     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
12315     layout: "plot-throughput-speedup-analysis"
12316
12317 - type: "plot"
12318   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
12319   algorithm: "plot_throughput_speedup_analysis_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
12321   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12322   include:
12323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12329   layout:
12330     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
12331     layout: "plot-throughput-speedup-analysis"
12332
12333 - type: "plot"
12334   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12335   algorithm: "plot_throughput_speedup_analysis_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
12337   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12338   include:
12339     - "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"
12340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12342     - "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"
12343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12345   layout:
12346     title: "3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-ndr"
12347     layout: "plot-throughput-speedup-analysis"
12348
12349 - type: "plot"
12350   title: "Speedup: 3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr"
12351   algorithm: "plot_throughput_speedup_analysis_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
12353   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12354   include:
12355     - "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"
12356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12358     - "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"
12359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12361   layout:
12362     title: "3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr"
12363     layout: "plot-throughput-speedup-analysis"
12364
12365 - type: "plot"
12366   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
12367   algorithm: "plot_throughput_speedup_analysis_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
12369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12370   include:
12371     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12372     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12373     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12374   layout:
12375     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
12376     layout: "plot-throughput-speedup-analysis"
12377
12378 - type: "plot"
12379   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
12380   algorithm: "plot_throughput_speedup_analysis_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
12382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12383   include:
12384     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12385     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12386     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12387   layout:
12388     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
12389     layout: "plot-throughput-speedup-analysis"
12390
12391 - type: "plot"
12392   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
12393   algorithm: "plot_throughput_speedup_analysis_name"
12394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
12395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12396   include:
12397     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12398     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12399     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12400   layout:
12401     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
12402     layout: "plot-throughput-speedup-analysis"
12403
12404 - type: "plot"
12405   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
12406   algorithm: "plot_throughput_speedup_analysis_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
12408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409   include:
12410     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12411     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12412     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12413   layout:
12414     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
12415     layout: "plot-throughput-speedup-analysis"
12416
12417 - type: "plot"
12418   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
12419   algorithm: "plot_throughput_speedup_analysis_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
12421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12422   include:
12423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12428   layout:
12429     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
12430     layout: "plot-throughput-speedup-analysis"
12431
12432 - type: "plot"
12433   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
12434   algorithm: "plot_throughput_speedup_analysis_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
12436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12437   include:
12438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12443   layout:
12444     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
12445     layout: "plot-throughput-speedup-analysis"
12446
12447 - type: "plot"
12448   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12449   algorithm: "plot_throughput_speedup_analysis_name"
12450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12452   include:
12453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12458   layout:
12459     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
12460     layout: "plot-throughput-speedup-analysis"
12461
12462 - type: "plot"
12463   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12464   algorithm: "plot_throughput_speedup_analysis_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12467   include:
12468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12473   layout:
12474     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
12475     layout: "plot-throughput-speedup-analysis"
12476
12477 - type: "plot"
12478   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12479   algorithm: "plot_throughput_speedup_analysis_name"
12480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12482   include:
12483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12489   layout:
12490     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
12491     layout: "plot-throughput-speedup-analysis"
12492
12493 - type: "plot"
12494   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12495   algorithm: "plot_throughput_speedup_analysis_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12498   include:
12499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12505   layout:
12506     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
12507     layout: "plot-throughput-speedup-analysis"
12508
12509 - type: "plot"
12510   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12511   algorithm: "plot_throughput_speedup_analysis_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12514   include:
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12519   layout:
12520     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
12521     layout: "plot-throughput-speedup-analysis"
12522
12523 - type: "plot"
12524   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12525   algorithm: "plot_throughput_speedup_analysis_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12533   layout:
12534     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
12535     layout: "plot-throughput-speedup-analysis"
12536
12537 - type: "plot"
12538   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12539   algorithm: "plot_throughput_speedup_analysis_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12542   include:
12543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12548   layout:
12549     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
12550     layout: "plot-throughput-speedup-analysis"
12551
12552 - type: "plot"
12553   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12554   algorithm: "plot_throughput_speedup_analysis_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12557   include:
12558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12563   layout:
12564     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
12565     layout: "plot-throughput-speedup-analysis"
12566
12567 - type: "plot"
12568   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12569   algorithm: "plot_throughput_speedup_analysis_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12572   include:
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12579   layout:
12580     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12581     layout: "plot-throughput-speedup-analysis"
12582
12583 - type: "plot"
12584   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12585   algorithm: "plot_throughput_speedup_analysis_name"
12586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12588   include:
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12595   layout:
12596     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12597     layout: "plot-throughput-speedup-analysis"
12598
12599 - type: "plot"
12600   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12601   algorithm: "plot_throughput_speedup_analysis_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12604   include:
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12609   layout:
12610     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
12611     layout: "plot-throughput-speedup-analysis"
12612
12613 - type: "plot"
12614   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12615   algorithm: "plot_throughput_speedup_analysis_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12618   include:
12619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12623   layout:
12624     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
12625     layout: "plot-throughput-speedup-analysis"
12626
12627 - type: "plot"
12628   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12629   algorithm: "plot_throughput_speedup_analysis_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12632   include:
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12639   layout:
12640     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
12641     layout: "plot-throughput-speedup-analysis"
12642
12643 - type: "plot"
12644   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12645   algorithm: "plot_throughput_speedup_analysis_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12648   include:
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12655   layout:
12656     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
12657     layout: "plot-throughput-speedup-analysis"
12658
12659 - type: "plot"
12660   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12661   algorithm: "plot_throughput_speedup_analysis_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12664   include:
12665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12671   layout:
12672     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
12673     layout: "plot-throughput-speedup-analysis"
12674
12675 - type: "plot"
12676   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12677   algorithm: "plot_throughput_speedup_analysis_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12680   include:
12681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12687   layout:
12688     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
12689     layout: "plot-throughput-speedup-analysis"
12690
12691 - type: "plot"
12692   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12693   algorithm: "plot_throughput_speedup_analysis_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12696   include:
12697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12703   layout:
12704     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
12705     layout: "plot-throughput-speedup-analysis"
12706
12707 - type: "plot"
12708   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12709   algorithm: "plot_throughput_speedup_analysis_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12712   include:
12713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12719   layout:
12720     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
12721     layout: "plot-throughput-speedup-analysis"
12722
12723 - type: "plot"
12724   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12725   algorithm: "plot_throughput_speedup_analysis_name"
12726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12728   include:
12729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12734   layout:
12735     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
12736     layout: "plot-throughput-speedup-analysis"
12737
12738 - type: "plot"
12739   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12740   algorithm: "plot_throughput_speedup_analysis_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12743   include:
12744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12749   layout:
12750     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
12751     layout: "plot-throughput-speedup-analysis"
12752
12753 - type: "plot"
12754   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12755   algorithm: "plot_throughput_speedup_analysis_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12758   include:
12759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12765   layout:
12766     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
12767     layout: "plot-throughput-speedup-analysis"
12768
12769 - type: "plot"
12770   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12771   algorithm: "plot_throughput_speedup_analysis_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12774   include:
12775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12781   layout:
12782     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
12783     layout: "plot-throughput-speedup-analysis"
12784
12785 - type: "plot"
12786   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12787   algorithm: "plot_throughput_speedup_analysis_name"
12788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12790   include:
12791     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12792     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12793     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12794   layout:
12795     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
12796     layout: "plot-throughput-speedup-analysis"
12797
12798 - type: "plot"
12799   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12800   algorithm: "plot_throughput_speedup_analysis_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12803   include:
12804     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12805     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12806     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12807   layout:
12808     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
12809     layout: "plot-throughput-speedup-analysis"
12810
12811 - type: "plot"
12812   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12813   algorithm: "plot_throughput_speedup_analysis_name"
12814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12816   include:
12817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12822   layout:
12823     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12824     layout: "plot-throughput-speedup-analysis"
12825
12826 - type: "plot"
12827   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12828   algorithm: "plot_throughput_speedup_analysis_name"
12829   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12830   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12831   include:
12832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12837   layout:
12838     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12839     layout: "plot-throughput-speedup-analysis"
12840
12841 - type: "plot"
12842   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12843   algorithm: "plot_throughput_speedup_analysis_name"
12844   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12845   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12846   include:
12847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12853   layout:
12854     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12855     layout: "plot-throughput-speedup-analysis"
12856
12857 - type: "plot"
12858   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12859   algorithm: "plot_throughput_speedup_analysis_name"
12860   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12861   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12862   include:
12863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12869   layout:
12870     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12871     layout: "plot-throughput-speedup-analysis"
12872
12873 - type: "plot"
12874   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12875   algorithm: "plot_throughput_speedup_analysis_name"
12876   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12877   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12878   include:
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12884   layout:
12885     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12886     layout: "plot-throughput-speedup-analysis"
12887
12888 - type: "plot"
12889   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12890   algorithm: "plot_throughput_speedup_analysis_name"
12891   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12892   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12893   include:
12894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12899   layout:
12900     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12901     layout: "plot-throughput-speedup-analysis"
12902
12903 - type: "plot"
12904   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12905   algorithm: "plot_throughput_speedup_analysis_name"
12906   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12907   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12908   include:
12909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12913   layout:
12914     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12915     layout: "plot-throughput-speedup-analysis"
12916
12917 - type: "plot"
12918   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12919   algorithm: "plot_throughput_speedup_analysis_name"
12920   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12921   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12922   include:
12923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12927   layout:
12928     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12929     layout: "plot-throughput-speedup-analysis"
12930
12931 - type: "plot"
12932   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12933   algorithm: "plot_throughput_speedup_analysis_name"
12934   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12935   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12936   include:
12937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12943   layout:
12944     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12945     layout: "plot-throughput-speedup-analysis"
12946
12947 - type: "plot"
12948   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12949   algorithm: "plot_throughput_speedup_analysis_name"
12950   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12951   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12952   include:
12953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12959   layout:
12960     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12961     layout: "plot-throughput-speedup-analysis"
12962
12963 - type: "plot"
12964   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12965   algorithm: "plot_throughput_speedup_analysis_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12968   include:
12969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12974   layout:
12975     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12976     layout: "plot-throughput-speedup-analysis"
12977
12978 - type: "plot"
12979   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12980   algorithm: "plot_throughput_speedup_analysis_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12982   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12983   include:
12984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12989   layout:
12990     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12991     layout: "plot-throughput-speedup-analysis"
12992
12993 - type: "plot"
12994   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12995   algorithm: "plot_throughput_speedup_analysis_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12997   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12998   include:
12999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13005   layout:
13006     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13007     layout: "plot-throughput-speedup-analysis"
13008
13009 - type: "plot"
13010   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13011   algorithm: "plot_throughput_speedup_analysis_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13013   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13014   include:
13015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13021   layout:
13022     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13023     layout: "plot-throughput-speedup-analysis"
13024
13025 - type: "plot"
13026   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13027   algorithm: "plot_throughput_speedup_analysis_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13030   include:
13031     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13035   layout:
13036     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13037     layout: "plot-throughput-speedup-analysis"
13038
13039 - type: "plot"
13040   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13041   algorithm: "plot_throughput_speedup_analysis_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13044   include:
13045     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13048     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13049   layout:
13050     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13051     layout: "plot-throughput-speedup-analysis"
13052
13053 - type: "plot"
13054   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13055   algorithm: "plot_throughput_speedup_analysis_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13057   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13058   include:
13059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13064   layout:
13065     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13066     layout: "plot-throughput-speedup-analysis"
13067
13068 - type: "plot"
13069   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13070   algorithm: "plot_throughput_speedup_analysis_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13073   include:
13074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13075     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13076     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13077     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13079   layout:
13080     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13081     layout: "plot-throughput-speedup-analysis"
13082
13083 - type: "plot"
13084   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13085   algorithm: "plot_throughput_speedup_analysis_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13088   include:
13089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095   layout:
13096     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13097     layout: "plot-throughput-speedup-analysis"
13098
13099 - type: "plot"
13100   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13101   algorithm: "plot_throughput_speedup_analysis_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13103   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13104   include:
13105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111   layout:
13112     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13113     layout: "plot-throughput-speedup-analysis"
13114
13115 - type: "plot"
13116   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13117   algorithm: "plot_throughput_speedup_analysis_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13119   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13120   include:
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13125   layout:
13126     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13127     layout: "plot-throughput-speedup-analysis"
13128
13129 - type: "plot"
13130   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13131   algorithm: "plot_throughput_speedup_analysis_name"
13132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13134   include:
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13139   layout:
13140     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13141     layout: "plot-throughput-speedup-analysis"
13142
13143 - type: "plot"
13144   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13145   algorithm: "plot_throughput_speedup_analysis_name"
13146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13148   include:
13149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13155   layout:
13156     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13157     layout: "plot-throughput-speedup-analysis"
13158
13159 - type: "plot"
13160   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13161   algorithm: "plot_throughput_speedup_analysis_name"
13162   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13163   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13164   include:
13165     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13171   layout:
13172     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13173     layout: "plot-throughput-speedup-analysis"
13174
13175 - type: "plot"
13176   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13177   algorithm: "plot_throughput_speedup_analysis_name"
13178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13180   include:
13181     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13187   layout:
13188     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13189     layout: "plot-throughput-speedup-analysis"
13190
13191 - type: "plot"
13192   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13193   algorithm: "plot_throughput_speedup_analysis_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13195   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13196   include:
13197     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13203   layout:
13204     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13205     layout: "plot-throughput-speedup-analysis"
13206
13207 - type: "plot"
13208   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13209   algorithm: "plot_throughput_speedup_analysis_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13211   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13212   include:
13213     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13214     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13216   layout:
13217     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13218     layout: "plot-throughput-speedup-analysis"
13219
13220 - type: "plot"
13221   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13222   algorithm: "plot_throughput_speedup_analysis_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13224   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13225   include:
13226     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13229   layout:
13230     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13231     layout: "plot-throughput-speedup-analysis"
13232
13233 ################################################################################
13234
13235 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
13236 - type: "plot"
13237   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13238   algorithm: "plot_performance_box"
13239   output-file-type: ".html"
13240   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13241   data: "plot-dpdk-throughput-latency-3n-hsw"
13242   filter: "'NIC_Intel-X520-DA2' and
13243            '64B' and
13244            'BASE' and
13245            'NDRPDR' and
13246            '1T1C' and
13247            'IP4FWD'"
13248   parameters:
13249   - "throughput"
13250   - "parent"
13251   - "tags"
13252   traces:
13253     hoverinfo: "x+y"
13254     boxpoints: "outliers"
13255     whiskerwidth: 0
13256   layout:
13257     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13262   algorithm: "plot_performance_box"
13263   output-file-type: ".html"
13264   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13265   data: "plot-dpdk-throughput-latency-3n-hsw"
13266   filter: "'NIC_Intel-X520-DA2' and
13267            '64B' and
13268            'BASE' and
13269            'NDRPDR' and
13270            '2T2C' and
13271            'IP4FWD'"
13272   parameters:
13273   - "throughput"
13274   - "parent"
13275   - "tags"
13276   traces:
13277     hoverinfo: "x+y"
13278     boxpoints: "outliers"
13279     whiskerwidth: 0
13280   layout:
13281     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13286   algorithm: "plot_performance_box"
13287   output-file-type: ".html"
13288   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13289   data: "plot-dpdk-throughput-latency-3n-hsw"
13290   filter: "'NIC_Intel-X520-DA2' and
13291            '64B' and
13292            'BASE' and
13293            'NDRPDR' and
13294            '1T1C' and
13295            'IP4FWD'"
13296   parameters:
13297   - "throughput"
13298   - "parent"
13299   - "tags"
13300   traces:
13301     hoverinfo: "x+y"
13302     boxpoints: "outliers"
13303     whiskerwidth: 0
13304   layout:
13305     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13310   algorithm: "plot_performance_box"
13311   output-file-type: ".html"
13312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13313   data: "plot-dpdk-throughput-latency-3n-hsw"
13314   filter: "'NIC_Intel-X520-DA2' and
13315            '64B' and
13316            'BASE' and
13317            'NDRPDR' and
13318            '2T2C' and
13319            'IP4FWD'"
13320   parameters:
13321   - "throughput"
13322   - "parent"
13323   - "tags"
13324   traces:
13325     hoverinfo: "x+y"
13326     boxpoints: "outliers"
13327     whiskerwidth: 0
13328   layout:
13329     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13330     layout: "plot-throughput"
13331
13332 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
13333 - type: "plot"
13334   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13335   algorithm: "plot_performance_box"
13336   output-file-type: ".html"
13337   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13338   data: "plot-dpdk-throughput-latency-3n-hsw"
13339   filter: "'NIC_Intel-X710' and
13340            '64B' and
13341            'BASE' and
13342            'NDRPDR' and
13343            '1T1C' and
13344            'IP4FWD'"
13345   parameters:
13346   - "throughput"
13347   - "parent"
13348   - "tags"
13349   traces:
13350     hoverinfo: "x+y"
13351     boxpoints: "outliers"
13352     whiskerwidth: 0
13353   layout:
13354     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13359   algorithm: "plot_performance_box"
13360   output-file-type: ".html"
13361   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13362   data: "plot-dpdk-throughput-latency-3n-hsw"
13363   filter: "'NIC_Intel-X710' and
13364            '64B' and
13365            'BASE' and
13366            'NDRPDR' and
13367            '2T2C' and
13368            'IP4FWD'"
13369   parameters:
13370   - "throughput"
13371   - "parent"
13372   - "tags"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13383   algorithm: "plot_performance_box"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13386   data: "plot-dpdk-throughput-latency-3n-hsw"
13387   filter: "'NIC_Intel-X710' and
13388            '64B' and
13389            'BASE' and
13390            'NDRPDR' and
13391            '1T1C' and
13392            'IP4FWD'"
13393   parameters:
13394   - "throughput"
13395   - "parent"
13396   - "tags"
13397   traces:
13398     hoverinfo: "x+y"
13399     boxpoints: "outliers"
13400     whiskerwidth: 0
13401   layout:
13402     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13410   data: "plot-dpdk-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-X710' and
13412            '64B' and
13413            'BASE' and
13414            'NDRPDR' and
13415            '2T2C' and
13416            'IP4FWD'"
13417   parameters:
13418   - "throughput"
13419   - "parent"
13420   - "tags"
13421   traces:
13422     hoverinfo: "x+y"
13423     boxpoints: "outliers"
13424     whiskerwidth: 0
13425   layout:
13426     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13427     layout: "plot-throughput"
13428
13429 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
13430 - type: "plot"
13431   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13432   algorithm: "plot_performance_box"
13433   output-file-type: ".html"
13434   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13435   data: "plot-dpdk-throughput-latency-3n-hsw"
13436   filter: "'NIC_Intel-XL710' and
13437            '64B' and
13438            'BASE' and
13439            'NDRPDR' and
13440            '1T1C' and
13441            'IP4FWD'"
13442   parameters:
13443   - "throughput"
13444   - "parent"
13445   - "tags"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13456   algorithm: "plot_performance_box"
13457   output-file-type: ".html"
13458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13459   data: "plot-dpdk-throughput-latency-3n-hsw"
13460   filter: "'NIC_Intel-XL710' and
13461            '64B' and
13462            'BASE' and
13463            'NDRPDR' and
13464            '2T2C' and
13465            'IP4FWD'"
13466   parameters:
13467   - "throughput"
13468   - "parent"
13469   - "tags"
13470   traces:
13471     hoverinfo: "x+y"
13472     boxpoints: "outliers"
13473     whiskerwidth: 0
13474   layout:
13475     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13480   algorithm: "plot_performance_box"
13481   output-file-type: ".html"
13482   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13483   data: "plot-dpdk-throughput-latency-3n-hsw"
13484   filter: "'NIC_Intel-XL710' and
13485            '64B' and
13486            'BASE' and
13487            'NDRPDR' and
13488            '1T1C' and
13489            'IP4FWD'"
13490   parameters:
13491   - "throughput"
13492   - "parent"
13493   - "tags"
13494   traces:
13495     hoverinfo: "x+y"
13496     boxpoints: "outliers"
13497     whiskerwidth: 0
13498   layout:
13499     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13504   algorithm: "plot_performance_box"
13505   output-file-type: ".html"
13506   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13507   data: "plot-dpdk-throughput-latency-3n-hsw"
13508   filter: "'NIC_Intel-XL710' and
13509            '64B' and
13510            'BASE' and
13511            'NDRPDR' and
13512            '2T2C' and
13513            'IP4FWD'"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518   traces:
13519     hoverinfo: "x+y"
13520     boxpoints: "outliers"
13521     whiskerwidth: 0
13522   layout:
13523     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13524     layout: "plot-throughput"
13525
13526 # Packet Throughput - DPDK l3fwd 3n-skx-x710
13527 - type: "plot"
13528   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13529   algorithm: "plot_performance_box"
13530   output-file-type: ".html"
13531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13532   data: "plot-dpdk-throughput-latency-3n-skx"
13533   filter: "'NIC_Intel-X710' and
13534            '64B' and
13535            'BASE' and
13536            'NDRPDR' and
13537            '2T1C' and
13538            'IP4FWD'"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13553   algorithm: "plot_performance_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13556   data: "plot-dpdk-throughput-latency-3n-skx"
13557   filter: "'NIC_Intel-X710' and
13558            '64B' and
13559            'BASE' and
13560            'NDRPDR' and
13561            '4T2C' and
13562            'IP4FWD'"
13563   parameters:
13564   - "throughput"
13565   - "parent"
13566   - "tags"
13567   traces:
13568     hoverinfo: "x+y"
13569     boxpoints: "outliers"
13570     whiskerwidth: 0
13571   layout:
13572     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13577   algorithm: "plot_performance_box"
13578   output-file-type: ".html"
13579   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13580   data: "plot-dpdk-throughput-latency-3n-skx"
13581   filter: "'NIC_Intel-X710' and
13582            '64B' and
13583            'BASE' and
13584            'NDRPDR' and
13585            '2T1C' and
13586            'IP4FWD'"
13587   parameters:
13588   - "throughput"
13589   - "parent"
13590   - "tags"
13591   traces:
13592     hoverinfo: "x+y"
13593     boxpoints: "outliers"
13594     whiskerwidth: 0
13595   layout:
13596     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13601   algorithm: "plot_performance_box"
13602   output-file-type: ".html"
13603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13604   data: "plot-dpdk-throughput-latency-3n-skx"
13605   filter: "'NIC_Intel-X710' and
13606            '64B' and
13607            'BASE' and
13608            'NDRPDR' and
13609            '4T2C' and
13610            'IP4FWD'"
13611   parameters:
13612   - "throughput"
13613   - "parent"
13614   - "tags"
13615   traces:
13616     hoverinfo: "x+y"
13617     boxpoints: "outliers"
13618     whiskerwidth: 0
13619   layout:
13620     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13621     layout: "plot-throughput"
13622
13623 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
13624 - type: "plot"
13625   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13629   data: "plot-dpdk-throughput-latency-3n-skx"
13630   filter: "'NIC_Intel-XXV710' and
13631            '64B' and
13632            'BASE' and
13633            'NDRPDR' and
13634            '2T1C' and
13635            'IP4FWD'"
13636   parameters:
13637   - "throughput"
13638   - "parent"
13639   - "tags"
13640   traces:
13641     hoverinfo: "x+y"
13642     boxpoints: "outliers"
13643     whiskerwidth: 0
13644   layout:
13645     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13650   algorithm: "plot_performance_box"
13651   output-file-type: ".html"
13652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13653   data: "plot-dpdk-throughput-latency-3n-skx"
13654   filter: "'NIC_Intel-XXV710' and
13655            '64B' and
13656            'BASE' and
13657            'NDRPDR' and
13658            '4T2C' and
13659            'IP4FWD'"
13660   parameters:
13661   - "throughput"
13662   - "parent"
13663   - "tags"
13664   traces:
13665     hoverinfo: "x+y"
13666     boxpoints: "outliers"
13667     whiskerwidth: 0
13668   layout:
13669     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13674   algorithm: "plot_performance_box"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13677   data: "plot-dpdk-throughput-latency-3n-skx"
13678   filter: "'NIC_Intel-XXV710' and
13679            '64B' and
13680            'BASE' and
13681            'NDRPDR' and
13682            '2T1C' and
13683            'IP4FWD'"
13684   parameters:
13685   - "throughput"
13686   - "parent"
13687   - "tags"
13688   traces:
13689     hoverinfo: "x+y"
13690     boxpoints: "outliers"
13691     whiskerwidth: 0
13692   layout:
13693     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13698   algorithm: "plot_performance_box"
13699   output-file-type: ".html"
13700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13701   data: "plot-dpdk-throughput-latency-3n-skx"
13702   filter: "'NIC_Intel-XXV710' and
13703            '64B' and
13704            'BASE' and
13705            'NDRPDR' and
13706            '4T2C' and
13707            'IP4FWD'"
13708   parameters:
13709   - "throughput"
13710   - "parent"
13711   - "tags"
13712   traces:
13713     hoverinfo: "x+y"
13714     boxpoints: "outliers"
13715     whiskerwidth: 0
13716   layout:
13717     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13718     layout: "plot-throughput"
13719
13720 # Packet Throughput - DPDK l3fwd 2n-skx-x710
13721 - type: "plot"
13722   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13723   algorithm: "plot_performance_box"
13724   output-file-type: ".html"
13725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13726   data: "plot-dpdk-throughput-latency-2n-skx"
13727   filter: "'NIC_Intel-X710' and
13728            '64B' and
13729            'BASE' and
13730            'NDRPDR' and
13731            '2T1C' and
13732            'IP4FWD'"
13733   parameters:
13734   - "throughput"
13735   - "parent"
13736   - "tags"
13737   traces:
13738     hoverinfo: "x+y"
13739     boxpoints: "outliers"
13740     whiskerwidth: 0
13741   layout:
13742     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13747   algorithm: "plot_performance_box"
13748   output-file-type: ".html"
13749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13750   data: "plot-dpdk-throughput-latency-2n-skx"
13751   filter: "'NIC_Intel-X710' and
13752            '64B' and
13753            'BASE' and
13754            'NDRPDR' and
13755            '4T2C' and
13756            'IP4FWD'"
13757   parameters:
13758   - "throughput"
13759   - "parent"
13760   - "tags"
13761   traces:
13762     hoverinfo: "x+y"
13763     boxpoints: "outliers"
13764     whiskerwidth: 0
13765   layout:
13766     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13771   algorithm: "plot_performance_box"
13772   output-file-type: ".html"
13773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13774   data: "plot-dpdk-throughput-latency-2n-skx"
13775   filter: "'NIC_Intel-X710' and
13776            '64B' and
13777            'BASE' and
13778            'NDRPDR' and
13779            '2T1C' and
13780            'IP4FWD'"
13781   parameters:
13782   - "throughput"
13783   - "parent"
13784   - "tags"
13785   traces:
13786     hoverinfo: "x+y"
13787     boxpoints: "outliers"
13788     whiskerwidth: 0
13789   layout:
13790     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13795   algorithm: "plot_performance_box"
13796   output-file-type: ".html"
13797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13798   data: "plot-dpdk-throughput-latency-2n-skx"
13799   filter: "'NIC_Intel-X710' and
13800            '64B' and
13801            'BASE' and
13802            'NDRPDR' and
13803            '4T2C' and
13804            'IP4FWD'"
13805   parameters:
13806   - "throughput"
13807   - "parent"
13808   - "tags"
13809   traces:
13810     hoverinfo: "x+y"
13811     boxpoints: "outliers"
13812     whiskerwidth: 0
13813   layout:
13814     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13815     layout: "plot-throughput"
13816
13817 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
13818 - type: "plot"
13819   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13820   algorithm: "plot_performance_box"
13821   output-file-type: ".html"
13822   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13823   data: "plot-dpdk-throughput-latency-2n-skx"
13824   filter: "'NIC_Intel-XXV710' and
13825            '64B' and
13826            'BASE' and
13827            'NDRPDR' and
13828            '2T1C' and
13829            'IP4FWD'"
13830   parameters:
13831   - "throughput"
13832   - "parent"
13833   - "tags"
13834   traces:
13835     hoverinfo: "x+y"
13836     boxpoints: "outliers"
13837     whiskerwidth: 0
13838   layout:
13839     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13840     layout: "plot-throughput"
13841
13842 - type: "plot"
13843   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13844   algorithm: "plot_performance_box"
13845   output-file-type: ".html"
13846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13847   data: "plot-dpdk-throughput-latency-2n-skx"
13848   filter: "'NIC_Intel-XXV710' and
13849            '64B' and
13850            'BASE' and
13851            'NDRPDR' and
13852            '4T2C' and
13853            'IP4FWD'"
13854   parameters:
13855   - "throughput"
13856   - "parent"
13857   - "tags"
13858   traces:
13859     hoverinfo: "x+y"
13860     boxpoints: "outliers"
13861     whiskerwidth: 0
13862   layout:
13863     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13864     layout: "plot-throughput"
13865
13866 - type: "plot"
13867   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13868   algorithm: "plot_performance_box"
13869   output-file-type: ".html"
13870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13871   data: "plot-dpdk-throughput-latency-2n-skx"
13872   filter: "'NIC_Intel-XXV710' and
13873            '64B' and
13874            'BASE' and
13875            'NDRPDR' and
13876            '2T1C' and
13877            'IP4FWD'"
13878   parameters:
13879   - "throughput"
13880   - "parent"
13881   - "tags"
13882   traces:
13883     hoverinfo: "x+y"
13884     boxpoints: "outliers"
13885     whiskerwidth: 0
13886   layout:
13887     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13892   algorithm: "plot_performance_box"
13893   output-file-type: ".html"
13894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13895   data: "plot-dpdk-throughput-latency-2n-skx"
13896   filter: "'NIC_Intel-XXV710' and
13897            '64B' and
13898            'BASE' and
13899            'NDRPDR' and
13900            '4T2C' and
13901            'IP4FWD'"
13902   parameters:
13903   - "throughput"
13904   - "parent"
13905   - "tags"
13906   traces:
13907     hoverinfo: "x+y"
13908     boxpoints: "outliers"
13909     whiskerwidth: 0
13910   layout:
13911     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13912     layout: "plot-throughput"
13913
13914 ################################################################################
13915
13916 # Packet Throughput - DPDK testpmd 3n-hsw-x520
13917 - type: "plot"
13918   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13919   algorithm: "plot_performance_box"
13920   output-file-type: ".html"
13921   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13922   data: "plot-dpdk-throughput-latency-3n-hsw"
13923   filter: "'NIC_Intel-X520-DA2' and
13924            '64B' and
13925            'BASE' and
13926            'NDRPDR' and
13927            '1T1C' and
13928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13929   parameters:
13930   - "throughput"
13931   - "parent"
13932   - "tags"
13933   traces:
13934     hoverinfo: "x+y"
13935     boxpoints: "outliers"
13936     whiskerwidth: 0
13937   layout:
13938     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13943   algorithm: "plot_performance_box"
13944   output-file-type: ".html"
13945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13946   data: "plot-dpdk-throughput-latency-3n-hsw"
13947   filter: "'NIC_Intel-X520-DA2' and
13948            '64B' and
13949            'BASE' and
13950            'NDRPDR' and
13951            '2T2C' and
13952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13953   parameters:
13954   - "throughput"
13955   - "parent"
13956   - "tags"
13957   traces:
13958     hoverinfo: "x+y"
13959     boxpoints: "outliers"
13960     whiskerwidth: 0
13961   layout:
13962     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13967   algorithm: "plot_performance_box"
13968   output-file-type: ".html"
13969   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13970   data: "plot-dpdk-throughput-latency-3n-hsw"
13971   filter: "'NIC_Intel-X520-DA2' and
13972            '64B' and
13973            'BASE' and
13974            'NDRPDR' and
13975            '1T1C' and
13976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13977   parameters:
13978   - "throughput"
13979   - "parent"
13980   - "tags"
13981   traces:
13982     hoverinfo: "x+y"
13983     boxpoints: "outliers"
13984     whiskerwidth: 0
13985   layout:
13986     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13991   algorithm: "plot_performance_box"
13992   output-file-type: ".html"
13993   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13994   data: "plot-dpdk-throughput-latency-3n-hsw"
13995   filter: "'NIC_Intel-X520-DA2' and
13996            '64B' and
13997            'BASE' and
13998            'NDRPDR' and
13999            '2T2C' and
14000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14001   parameters:
14002   - "throughput"
14003   - "parent"
14004   - "tags"
14005   traces:
14006     hoverinfo: "x+y"
14007     boxpoints: "outliers"
14008     whiskerwidth: 0
14009   layout:
14010     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
14011     layout: "plot-throughput"
14012
14013 # Packet Throughput - DPDK testpmd 3n-hsw-x710
14014 - type: "plot"
14015   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14016   algorithm: "plot_performance_box"
14017   output-file-type: ".html"
14018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14019   data: "plot-dpdk-throughput-latency-3n-hsw"
14020   filter: "'NIC_Intel-X710' and
14021            '64B' and
14022            'BASE' and
14023            'NDRPDR' and
14024            '1T1C' and
14025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14026   parameters:
14027   - "throughput"
14028   - "parent"
14029   - "tags"
14030   traces:
14031     hoverinfo: "x+y"
14032     boxpoints: "outliers"
14033     whiskerwidth: 0
14034   layout:
14035     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14040   algorithm: "plot_performance_box"
14041   output-file-type: ".html"
14042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14043   data: "plot-dpdk-throughput-latency-3n-hsw"
14044   filter: "'NIC_Intel-X710' and
14045            '64B' and
14046            'BASE' and
14047            'NDRPDR' and
14048            '2T2C' and
14049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14050   parameters:
14051   - "throughput"
14052   - "parent"
14053   - "tags"
14054   traces:
14055     hoverinfo: "x+y"
14056     boxpoints: "outliers"
14057     whiskerwidth: 0
14058   layout:
14059     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14064   algorithm: "plot_performance_box"
14065   output-file-type: ".html"
14066   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14067   data: "plot-dpdk-throughput-latency-3n-hsw"
14068   filter: "'NIC_Intel-X710' and
14069            '64B' and
14070            'BASE' and
14071            'NDRPDR' and
14072            '1T1C' and
14073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14074   parameters:
14075   - "throughput"
14076   - "parent"
14077   - "tags"
14078   traces:
14079     hoverinfo: "x+y"
14080     boxpoints: "outliers"
14081     whiskerwidth: 0
14082   layout:
14083     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14088   algorithm: "plot_performance_box"
14089   output-file-type: ".html"
14090   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14091   data: "plot-dpdk-throughput-latency-3n-hsw"
14092   filter: "'NIC_Intel-X710' and
14093            '64B' and
14094            'BASE' and
14095            'NDRPDR' and
14096            '2T2C' and
14097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14098   parameters:
14099   - "throughput"
14100   - "parent"
14101   - "tags"
14102   traces:
14103     hoverinfo: "x+y"
14104     boxpoints: "outliers"
14105     whiskerwidth: 0
14106   layout:
14107     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14108     layout: "plot-throughput"
14109
14110 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
14111 - type: "plot"
14112   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14113   algorithm: "plot_performance_box"
14114   output-file-type: ".html"
14115   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14116   data: "plot-dpdk-throughput-latency-3n-hsw"
14117   filter: "'NIC_Intel-XL710' and
14118            '64B' and
14119            'BASE' and
14120            'NDRPDR' and
14121            '1T1C' and
14122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14123   parameters:
14124   - "throughput"
14125   - "parent"
14126   - "tags"
14127   traces:
14128     hoverinfo: "x+y"
14129     boxpoints: "outliers"
14130     whiskerwidth: 0
14131   layout:
14132     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14133     layout: "plot-throughput"
14134
14135 - type: "plot"
14136   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14137   algorithm: "plot_performance_box"
14138   output-file-type: ".html"
14139   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14140   data: "plot-dpdk-throughput-latency-3n-hsw"
14141   filter: "'NIC_Intel-XL710' and
14142            '64B' and
14143            'BASE' and
14144            'NDRPDR' and
14145            '2T2C' and
14146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14147   parameters:
14148   - "throughput"
14149   - "parent"
14150   - "tags"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14157     layout: "plot-throughput"
14158
14159 - type: "plot"
14160   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14161   algorithm: "plot_performance_box"
14162   output-file-type: ".html"
14163   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14164   data: "plot-dpdk-throughput-latency-3n-hsw"
14165   filter: "'NIC_Intel-XL710' and
14166            '64B' and
14167            'BASE' and
14168            'NDRPDR' and
14169            '1T1C' and
14170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14171   parameters:
14172   - "throughput"
14173   - "parent"
14174   - "tags"
14175   traces:
14176     hoverinfo: "x+y"
14177     boxpoints: "outliers"
14178     whiskerwidth: 0
14179   layout:
14180     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14185   algorithm: "plot_performance_box"
14186   output-file-type: ".html"
14187   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14188   data: "plot-dpdk-throughput-latency-3n-hsw"
14189   filter: "'NIC_Intel-XL710' and
14190            '64B' and
14191            'BASE' and
14192            'NDRPDR' and
14193            '2T2C' and
14194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14195   parameters:
14196   - "throughput"
14197   - "parent"
14198   - "tags"
14199   traces:
14200     hoverinfo: "x+y"
14201     boxpoints: "outliers"
14202     whiskerwidth: 0
14203   layout:
14204     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14205     layout: "plot-throughput"
14206
14207 # Packet Throughput - DPDK testpmd 3n-skx-x710
14208 - type: "plot"
14209   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14210   algorithm: "plot_performance_box"
14211   output-file-type: ".html"
14212   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14213   data: "plot-dpdk-throughput-latency-3n-skx"
14214   filter: "'NIC_Intel-X710' and
14215            '64B' and
14216            'BASE' and
14217            'NDRPDR' and
14218            '2T1C' and
14219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14220   parameters:
14221   - "throughput"
14222   - "parent"
14223   - "tags"
14224   traces:
14225     hoverinfo: "x+y"
14226     boxpoints: "outliers"
14227     whiskerwidth: 0
14228   layout:
14229     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14230     layout: "plot-throughput"
14231
14232 - type: "plot"
14233   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14234   algorithm: "plot_performance_box"
14235   output-file-type: ".html"
14236   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14237   data: "plot-dpdk-throughput-latency-3n-skx"
14238   filter: "'NIC_Intel-X710' and
14239            '64B' and
14240            'BASE' and
14241            'NDRPDR' and
14242            '4T2C' and
14243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14244   parameters:
14245   - "throughput"
14246   - "parent"
14247   - "tags"
14248   traces:
14249     hoverinfo: "x+y"
14250     boxpoints: "outliers"
14251     whiskerwidth: 0
14252   layout:
14253     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14254     layout: "plot-throughput"
14255
14256 - type: "plot"
14257   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14258   algorithm: "plot_performance_box"
14259   output-file-type: ".html"
14260   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14261   data: "plot-dpdk-throughput-latency-3n-skx"
14262   filter: "'NIC_Intel-X710' and
14263            '64B' and
14264            'BASE' and
14265            'NDRPDR' and
14266            '2T1C' and
14267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14268   parameters:
14269   - "throughput"
14270   - "parent"
14271   - "tags"
14272   traces:
14273     hoverinfo: "x+y"
14274     boxpoints: "outliers"
14275     whiskerwidth: 0
14276   layout:
14277     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14282   algorithm: "plot_performance_box"
14283   output-file-type: ".html"
14284   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14285   data: "plot-dpdk-throughput-latency-3n-skx"
14286   filter: "'NIC_Intel-X710' and
14287            '64B' and
14288            'BASE' and
14289            'NDRPDR' and
14290            '4T2C' and
14291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14292   parameters:
14293   - "throughput"
14294   - "parent"
14295   - "tags"
14296   traces:
14297     hoverinfo: "x+y"
14298     boxpoints: "outliers"
14299     whiskerwidth: 0
14300   layout:
14301     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14302     layout: "plot-throughput"
14303
14304 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
14305 - type: "plot"
14306   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14307   algorithm: "plot_performance_box"
14308   output-file-type: ".html"
14309   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14310   data: "plot-dpdk-throughput-latency-3n-skx"
14311   filter: "'NIC_Intel-XXV710' and
14312            '64B' and
14313            'BASE' and
14314            'NDRPDR' and
14315            '2T1C' and
14316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14317   parameters:
14318   - "throughput"
14319   - "parent"
14320   - "tags"
14321   traces:
14322     hoverinfo: "x+y"
14323     boxpoints: "outliers"
14324     whiskerwidth: 0
14325   layout:
14326     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14327     layout: "plot-throughput"
14328
14329 - type: "plot"
14330   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14331   algorithm: "plot_performance_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14334   data: "plot-dpdk-throughput-latency-3n-skx"
14335   filter: "'NIC_Intel-XXV710' and
14336            '64B' and
14337            'BASE' and
14338            'NDRPDR' and
14339            '4T2C' and
14340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14341   parameters:
14342   - "throughput"
14343   - "parent"
14344   - "tags"
14345   traces:
14346     hoverinfo: "x+y"
14347     boxpoints: "outliers"
14348     whiskerwidth: 0
14349   layout:
14350     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14355   algorithm: "plot_performance_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14358   data: "plot-dpdk-throughput-latency-3n-skx"
14359   filter: "'NIC_Intel-XXV710' and
14360            '64B' and
14361            'BASE' and
14362            'NDRPDR' and
14363            '2T1C' and
14364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14365   parameters:
14366   - "throughput"
14367   - "parent"
14368   - "tags"
14369   traces:
14370     hoverinfo: "x+y"
14371     boxpoints: "outliers"
14372     whiskerwidth: 0
14373   layout:
14374     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14375     layout: "plot-throughput"
14376
14377 - type: "plot"
14378   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14379   algorithm: "plot_performance_box"
14380   output-file-type: ".html"
14381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14382   data: "plot-dpdk-throughput-latency-3n-skx"
14383   filter: "'NIC_Intel-XXV710' and
14384            '64B' and
14385            'BASE' and
14386            'NDRPDR' and
14387            '4T2C' and
14388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14389   parameters:
14390   - "throughput"
14391   - "parent"
14392   - "tags"
14393   traces:
14394     hoverinfo: "x+y"
14395     boxpoints: "outliers"
14396     whiskerwidth: 0
14397   layout:
14398     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14399     layout: "plot-throughput"
14400
14401 # Packet Throughput - DPDK testpmd 2n-skx-x710
14402 - type: "plot"
14403   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14404   algorithm: "plot_performance_box"
14405   output-file-type: ".html"
14406   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14407   data: "plot-dpdk-throughput-latency-2n-skx"
14408   filter: "'NIC_Intel-X710' and
14409            '64B' and
14410            'BASE' and
14411            'NDRPDR' and
14412            '2T1C' and
14413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14414   parameters:
14415   - "throughput"
14416   - "parent"
14417   - "tags"
14418   traces:
14419     hoverinfo: "x+y"
14420     boxpoints: "outliers"
14421     whiskerwidth: 0
14422   layout:
14423     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14428   algorithm: "plot_performance_box"
14429   output-file-type: ".html"
14430   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14431   data: "plot-dpdk-throughput-latency-2n-skx"
14432   filter: "'NIC_Intel-X710' and
14433            '64B' and
14434            'BASE' and
14435            'NDRPDR' and
14436            '4T2C' and
14437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14438   parameters:
14439   - "throughput"
14440   - "parent"
14441   - "tags"
14442   traces:
14443     hoverinfo: "x+y"
14444     boxpoints: "outliers"
14445     whiskerwidth: 0
14446   layout:
14447     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14448     layout: "plot-throughput"
14449
14450 - type: "plot"
14451   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14452   algorithm: "plot_performance_box"
14453   output-file-type: ".html"
14454   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14455   data: "plot-dpdk-throughput-latency-2n-skx"
14456   filter: "'NIC_Intel-X710' and
14457            '64B' and
14458            'BASE' and
14459            'NDRPDR' and
14460            '2T1C' and
14461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14462   parameters:
14463   - "throughput"
14464   - "parent"
14465   - "tags"
14466   traces:
14467     hoverinfo: "x+y"
14468     boxpoints: "outliers"
14469     whiskerwidth: 0
14470   layout:
14471     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14472     layout: "plot-throughput"
14473
14474 - type: "plot"
14475   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14476   algorithm: "plot_performance_box"
14477   output-file-type: ".html"
14478   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14479   data: "plot-dpdk-throughput-latency-2n-skx"
14480   filter: "'NIC_Intel-X710' and
14481            '64B' and
14482            'BASE' and
14483            'NDRPDR' and
14484            '4T2C' and
14485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14486   parameters:
14487   - "throughput"
14488   - "parent"
14489   - "tags"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14496     layout: "plot-throughput"
14497
14498 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
14499 - type: "plot"
14500   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14504   data: "plot-dpdk-throughput-latency-2n-skx"
14505   filter: "'NIC_Intel-XXV710' and
14506            '64B' and
14507            'BASE' and
14508            'NDRPDR' and
14509            '2T1C' and
14510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14511   parameters:
14512   - "throughput"
14513   - "parent"
14514   - "tags"
14515   traces:
14516     hoverinfo: "x+y"
14517     boxpoints: "outliers"
14518     whiskerwidth: 0
14519   layout:
14520     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14521     layout: "plot-throughput"
14522
14523 - type: "plot"
14524   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14525   algorithm: "plot_performance_box"
14526   output-file-type: ".html"
14527   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14528   data: "plot-dpdk-throughput-latency-2n-skx"
14529   filter: "'NIC_Intel-XXV710' and
14530            '64B' and
14531            'BASE' and
14532            'NDRPDR' and
14533            '4T2C' and
14534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14535   parameters:
14536   - "throughput"
14537   - "parent"
14538   - "tags"
14539   traces:
14540     hoverinfo: "x+y"
14541     boxpoints: "outliers"
14542     whiskerwidth: 0
14543   layout:
14544     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14545     layout: "plot-throughput"
14546
14547 - type: "plot"
14548   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14549   algorithm: "plot_performance_box"
14550   output-file-type: ".html"
14551   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14552   data: "plot-dpdk-throughput-latency-2n-skx"
14553   filter: "'NIC_Intel-XXV710' and
14554            '64B' and
14555            'BASE' and
14556            'NDRPDR' and
14557            '2T1C' and
14558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14559   parameters:
14560   - "throughput"
14561   - "parent"
14562   - "tags"
14563   traces:
14564     hoverinfo: "x+y"
14565     boxpoints: "outliers"
14566     whiskerwidth: 0
14567   layout:
14568     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14569     layout: "plot-throughput"
14570
14571 - type: "plot"
14572   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14573   algorithm: "plot_performance_box"
14574   output-file-type: ".html"
14575   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14576   data: "plot-dpdk-throughput-latency-2n-skx"
14577   filter: "'NIC_Intel-XXV710' and
14578            '64B' and
14579            'BASE' and
14580            'NDRPDR' and
14581            '4T2C' and
14582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14583   parameters:
14584   - "throughput"
14585   - "parent"
14586   - "tags"
14587   traces:
14588     hoverinfo: "x+y"
14589     boxpoints: "outliers"
14590     whiskerwidth: 0
14591   layout:
14592     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14593     layout: "plot-throughput"
14594
14595 ################################################################################
14596
14597 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14598 - type: "plot"
14599   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14600   algorithm: "plot_latency_error_bars"
14601   output-file-type: ".html"
14602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14603   data: "plot-dpdk-throughput-latency-3n-hsw"
14604   filter: "'NIC_Intel-X520-DA2' and
14605            '64B' and
14606            'BASE' and
14607            'NDRPDR' and
14608            '1T1C' and
14609            'IP4FWD'"
14610   parameters:
14611   - "latency"
14612   - "parent"
14613   - "tags"
14614   layout:
14615     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14616     layout: "plot-latency"
14617
14618 - type: "plot"
14619   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14620   algorithm: "plot_latency_error_bars"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14623   data: "plot-dpdk-throughput-latency-3n-hsw"
14624   filter: "'NIC_Intel-X520-DA2' and
14625            '64B' and
14626            'BASE' and
14627            'NDRPDR' and
14628            '2T2C' and
14629            'IP4FWD'"
14630   parameters:
14631   - "latency"
14632   - "parent"
14633   - "tags"
14634   layout:
14635     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14636     layout: "plot-latency"
14637
14638 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14639 - type: "plot"
14640   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14641   algorithm: "plot_latency_error_bars"
14642   output-file-type: ".html"
14643   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14644   data: "plot-dpdk-throughput-latency-3n-hsw"
14645   filter: "'NIC_Intel-X710' and
14646            '64B' and
14647            'BASE' and
14648            'NDRPDR' and
14649            '1T1C' and
14650            'IP4FWD'"
14651   parameters:
14652   - "latency"
14653   - "parent"
14654   - "tags"
14655   layout:
14656     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14657     layout: "plot-latency"
14658
14659 - type: "plot"
14660   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14661   algorithm: "plot_latency_error_bars"
14662   output-file-type: ".html"
14663   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14664   data: "plot-dpdk-throughput-latency-3n-hsw"
14665   filter: "'NIC_Intel-X710' and
14666            '64B' and
14667            'BASE' and
14668            'NDRPDR' and
14669            '2T2C' and
14670            'IP4FWD'"
14671   parameters:
14672   - "latency"
14673   - "parent"
14674   - "tags"
14675   layout:
14676     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14677     layout: "plot-latency"
14678
14679 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14680 - type: "plot"
14681   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14682   algorithm: "plot_latency_error_bars"
14683   output-file-type: ".html"
14684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14685   data: "plot-dpdk-throughput-latency-3n-hsw"
14686   filter: "'NIC_Intel-XL710' and
14687            '64B' and
14688            'BASE' and
14689            'NDRPDR' and
14690            '1T1C' and
14691            'IP4FWD'"
14692   parameters:
14693   - "latency"
14694   - "parent"
14695   - "tags"
14696   layout:
14697     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14698     layout: "plot-latency"
14699
14700 - type: "plot"
14701   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14702   algorithm: "plot_latency_error_bars"
14703   output-file-type: ".html"
14704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14705   data: "plot-dpdk-throughput-latency-3n-hsw"
14706   filter: "'NIC_Intel-XL710' and
14707            '64B' and
14708            'BASE' and
14709            'NDRPDR' and
14710            '2T2C' and
14711            'IP4FWD'"
14712   parameters:
14713   - "latency"
14714   - "parent"
14715   - "tags"
14716   layout:
14717     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14718     layout: "plot-latency"
14719
14720 # Packet Latency - DPDK l3fwd 3n-skx-x710
14721 - type: "plot"
14722   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14723   algorithm: "plot_latency_error_bars"
14724   output-file-type: ".html"
14725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14726   data: "plot-dpdk-throughput-latency-3n-skx"
14727   filter: "'NIC_Intel-X710' and
14728            '64B' and
14729            'BASE' and
14730            'NDRPDR' and
14731            '2T1C' and
14732            'IP4FWD'"
14733   parameters:
14734   - "latency"
14735   - "parent"
14736   - "tags"
14737   layout:
14738     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14739     layout: "plot-latency"
14740
14741 - type: "plot"
14742   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14743   algorithm: "plot_latency_error_bars"
14744   output-file-type: ".html"
14745   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14746   data: "plot-dpdk-throughput-latency-3n-skx"
14747   filter: "'NIC_Intel-X710' and
14748            '64B' and
14749            'BASE' and
14750            'NDRPDR' and
14751            '4T2C' and
14752            'IP4FWD'"
14753   parameters:
14754   - "latency"
14755   - "parent"
14756   - "tags"
14757   layout:
14758     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14759     layout: "plot-latency"
14760
14761 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14762 - type: "plot"
14763   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14764   algorithm: "plot_latency_error_bars"
14765   output-file-type: ".html"
14766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14767   data: "plot-dpdk-throughput-latency-3n-skx"
14768   filter: "'NIC_Intel-XXV710' and
14769            '64B' and
14770            'BASE' and
14771            'NDRPDR' and
14772            '2T1C' and
14773            'IP4FWD'"
14774   parameters:
14775   - "latency"
14776   - "parent"
14777   - "tags"
14778   layout:
14779     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14780     layout: "plot-latency"
14781
14782 - type: "plot"
14783   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14784   algorithm: "plot_latency_error_bars"
14785   output-file-type: ".html"
14786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14787   data: "plot-dpdk-throughput-latency-3n-skx"
14788   filter: "'NIC_Intel-XXV710' and
14789            '64B' and
14790            'BASE' and
14791            'NDRPDR' and
14792            '4T2C' and
14793            'IP4FWD'"
14794   parameters:
14795   - "latency"
14796   - "parent"
14797   - "tags"
14798   layout:
14799     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14800     layout: "plot-latency"
14801
14802 # Packet Latency - DPDK l3fwd 2n-skx-x710
14803 - type: "plot"
14804   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14805   algorithm: "plot_latency_error_bars"
14806   output-file-type: ".html"
14807   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14808   data: "plot-dpdk-throughput-latency-2n-skx"
14809   filter: "'NIC_Intel-X710' and
14810            '64B' and
14811            'BASE' and
14812            'NDRPDR' and
14813            '2T1C' and
14814            'IP4FWD'"
14815   parameters:
14816   - "latency"
14817   - "parent"
14818   - "tags"
14819   layout:
14820     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14821     layout: "plot-latency"
14822
14823 - type: "plot"
14824   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14825   algorithm: "plot_latency_error_bars"
14826   output-file-type: ".html"
14827   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14828   data: "plot-dpdk-throughput-latency-2n-skx"
14829   filter: "'NIC_Intel-X710' and
14830            '64B' and
14831            'BASE' and
14832            'NDRPDR' and
14833            '4T2C' and
14834            'IP4FWD'"
14835   parameters:
14836   - "latency"
14837   - "parent"
14838   - "tags"
14839   layout:
14840     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14841     layout: "plot-latency"
14842
14843 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14844 - type: "plot"
14845   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14846   algorithm: "plot_latency_error_bars"
14847   output-file-type: ".html"
14848   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14849   data: "plot-dpdk-throughput-latency-2n-skx"
14850   filter: "'NIC_Intel-XXV710' and
14851            '64B' and
14852            'BASE' and
14853            'NDRPDR' and
14854            '2T1C' and
14855            'IP4FWD'"
14856   parameters:
14857   - "latency"
14858   - "parent"
14859   - "tags"
14860   layout:
14861     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14862     layout: "plot-latency"
14863
14864 - type: "plot"
14865   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14866   algorithm: "plot_latency_error_bars"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14869   data: "plot-dpdk-throughput-latency-2n-skx"
14870   filter: "'NIC_Intel-XXV710' and
14871            '64B' and
14872            'BASE' and
14873            'NDRPDR' and
14874            '4T2C' and
14875            'IP4FWD'"
14876   parameters:
14877   - "latency"
14878   - "parent"
14879   - "tags"
14880   layout:
14881     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14882     layout: "plot-latency"
14883
14884 ################################################################################
14885
14886 # Packet Latency - DPDK testpmd 3n-hsw-x520
14887 - type: "plot"
14888   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14889   algorithm: "plot_latency_error_bars"
14890   output-file-type: ".html"
14891   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14892   data: "plot-dpdk-throughput-latency-3n-hsw"
14893   filter: "'NIC_Intel-X520-DA2' and
14894            '64B' and
14895            'BASE' and
14896            'NDRPDR' and
14897            '1T1C' and
14898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14899   parameters:
14900   - "latency"
14901   - "parent"
14902   - "tags"
14903   layout:
14904     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14905     layout: "plot-latency"
14906
14907 - type: "plot"
14908   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14909   algorithm: "plot_latency_error_bars"
14910   output-file-type: ".html"
14911   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14912   data: "plot-dpdk-throughput-latency-3n-hsw"
14913   filter: "'NIC_Intel-X520-DA2' and
14914            '64B' and
14915            'BASE' and
14916            'NDRPDR' and
14917            '2T2C' and
14918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14919   parameters:
14920   - "latency"
14921   - "parent"
14922   - "tags"
14923   layout:
14924     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14925     layout: "plot-latency"
14926
14927 # Packet Latency - DPDK testpmd 3n-hsw-x710
14928 - type: "plot"
14929   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14930   algorithm: "plot_latency_error_bars"
14931   output-file-type: ".html"
14932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14933   data: "plot-dpdk-throughput-latency-3n-hsw"
14934   filter: "'NIC_Intel-X710' and
14935            '64B' and
14936            'BASE' and
14937            'NDRPDR' and
14938            '1T1C' and
14939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14940   parameters:
14941   - "latency"
14942   - "parent"
14943   - "tags"
14944   layout:
14945     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14946     layout: "plot-latency"
14947
14948 - type: "plot"
14949   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14950   algorithm: "plot_latency_error_bars"
14951   output-file-type: ".html"
14952   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14953   data: "plot-dpdk-throughput-latency-3n-hsw"
14954   filter: "'NIC_Intel-X710' and
14955            '64B' and
14956            'BASE' and
14957            'NDRPDR' and
14958            '2T2C' and
14959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14960   parameters:
14961   - "latency"
14962   - "parent"
14963   - "tags"
14964   layout:
14965     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14966     layout: "plot-latency"
14967
14968 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14969 - type: "plot"
14970   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14971   algorithm: "plot_latency_error_bars"
14972   output-file-type: ".html"
14973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14974   data: "plot-dpdk-throughput-latency-3n-hsw"
14975   filter: "'NIC_Intel-XL710' and
14976            '64B' and
14977            'BASE' and
14978            'NDRPDR' and
14979            '1T1C' and
14980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14981   parameters:
14982   - "latency"
14983   - "parent"
14984   - "tags"
14985   layout:
14986     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14987     layout: "plot-latency"
14988
14989 - type: "plot"
14990   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14991   algorithm: "plot_latency_error_bars"
14992   output-file-type: ".html"
14993   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14994   data: "plot-dpdk-throughput-latency-3n-hsw"
14995   filter: "'NIC_Intel-XL710' and
14996            '64B' and
14997            'BASE' and
14998            'NDRPDR' and
14999            '2T2C' and
15000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15001   parameters:
15002   - "latency"
15003   - "parent"
15004   - "tags"
15005   layout:
15006     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15007     layout: "plot-latency"
15008
15009 # Packet Latency - DPDK testpmd 3n-skx-x710
15010 - type: "plot"
15011   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
15012   algorithm: "plot_latency_error_bars"
15013   output-file-type: ".html"
15014   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
15015   data: "plot-dpdk-throughput-latency-3n-skx"
15016   filter: "'NIC_Intel-X710' and
15017            '64B' and
15018            'BASE' and
15019            'NDRPDR' and
15020            '2T1C' and
15021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15022   parameters:
15023   - "latency"
15024   - "parent"
15025   - "tags"
15026   layout:
15027     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15028     layout: "plot-latency"
15029
15030 - type: "plot"
15031   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
15032   algorithm: "plot_latency_error_bars"
15033   output-file-type: ".html"
15034   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
15035   data: "plot-dpdk-throughput-latency-3n-skx"
15036   filter: "'NIC_Intel-X710' and
15037            '64B' and
15038            'BASE' and
15039            'NDRPDR' and
15040            '4T2C' and
15041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15042   parameters:
15043   - "latency"
15044   - "parent"
15045   - "tags"
15046   layout:
15047     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15048     layout: "plot-latency"
15049
15050 # Packet Latency - DPDK testpmd 3n-skx-xxv710
15051 - type: "plot"
15052   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
15053   algorithm: "plot_latency_error_bars"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
15056   data: "plot-dpdk-throughput-latency-3n-skx"
15057   filter: "'NIC_Intel-XXV710' and
15058            '64B' and
15059            'BASE' and
15060            'NDRPDR' and
15061            '2T1C' and
15062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15063   parameters:
15064   - "latency"
15065   - "parent"
15066   - "tags"
15067   layout:
15068     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15069     layout: "plot-latency"
15070
15071 - type: "plot"
15072   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
15073   algorithm: "plot_latency_error_bars"
15074   output-file-type: ".html"
15075   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
15076   data: "plot-dpdk-throughput-latency-3n-skx"
15077   filter: "'NIC_Intel-XXV710' and
15078            '64B' and
15079            'BASE' and
15080            'NDRPDR' and
15081            '4T2C' and
15082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15083   parameters:
15084   - "latency"
15085   - "parent"
15086   - "tags"
15087   layout:
15088     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15089     layout: "plot-latency"
15090
15091 # Packet Latency - DPDK testpmd 2n-skx-x710
15092 - type: "plot"
15093   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
15094   algorithm: "plot_latency_error_bars"
15095   output-file-type: ".html"
15096   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
15097   data: "plot-dpdk-throughput-latency-2n-skx"
15098   filter: "'NIC_Intel-X710' and
15099            '64B' and
15100            'BASE' and
15101            'NDRPDR' and
15102            '2T1C' and
15103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15104   parameters:
15105   - "latency"
15106   - "parent"
15107   - "tags"
15108   layout:
15109     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15110     layout: "plot-latency"
15111
15112 - type: "plot"
15113   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
15114   algorithm: "plot_latency_error_bars"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
15117   data: "plot-dpdk-throughput-latency-2n-skx"
15118   filter: "'NIC_Intel-X710' and
15119            '64B' and
15120            'BASE' and
15121            'NDRPDR' and
15122            '4T2C' and
15123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15124   parameters:
15125   - "latency"
15126   - "parent"
15127   - "tags"
15128   layout:
15129     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15130     layout: "plot-latency"
15131
15132 # Packet Latency - DPDK testpmd 2n-skx-xxv710
15133 - type: "plot"
15134   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
15135   algorithm: "plot_latency_error_bars"
15136   output-file-type: ".html"
15137   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
15138   data: "plot-dpdk-throughput-latency-2n-skx"
15139   filter: "'NIC_Intel-XXV710' and
15140            '64B' and
15141            'BASE' and
15142            'NDRPDR' and
15143            '2T1C' and
15144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15145   parameters:
15146   - "latency"
15147   - "parent"
15148   - "tags"
15149   layout:
15150     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15151     layout: "plot-latency"
15152
15153 - type: "plot"
15154   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
15155   algorithm: "plot_latency_error_bars"
15156   output-file-type: ".html"
15157   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
15158   data: "plot-dpdk-throughput-latency-2n-skx"
15159   filter: "'NIC_Intel-XXV710' and
15160            '64B' and
15161            'BASE' and
15162            'NDRPDR' and
15163            '4T2C' and
15164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15165   parameters:
15166   - "latency"
15167   - "parent"
15168   - "tags"
15169   layout:
15170     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15171     layout: "plot-latency"