9ed807e00dc2f08170bfe5e83a9bafbf27ddf329
[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,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
42     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
43     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
44     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
45     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
46     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
47     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
48     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
49     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50
51     # Detailed test configurations
52     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
53     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
54     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
55     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
56     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
57     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
58     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
59     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
60     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
61     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
62     # DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
63     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
64     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
65     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
66
67     # Detailed tests operational data
68     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
69     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
70     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
71     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
72     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
73     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
74     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
75
76     # .css patch file to fix tables generated by Sphinx
77     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
78     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
79
80   urls:
81     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
82     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
83     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
84     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
85     DIR[NEXUS,DOC]: "report/_static/archive"
86
87   make-dirs:
88   # List the directories which are created while preparing the environment.
89   # All directories MUST be defined in "paths" section.
90   - "DIR[WORKING,DATA]"
91   - "DIR[STATIC,VPP]"
92   - "DIR[STATIC,DPDK]"
93   - "DIR[STATIC,ARCH]"
94   - "DIR[BUILD,LATEX]"
95   - "DIR[WORKING,SRC]"
96   - "DIR[WORKING,SRC,STATIC]"
97
98   remove-dirs:
99   # List the directories which are deleted while cleaning the environment.
100   # All directories MUST be defined in "paths" section.
101   #- "DIR[BUILD,HTML]"
102   - "DIR[WORKING,DATA]"
103
104   build-dirs:
105   # List the directories where the results (build) is stored.
106   # All directories MUST be defined in "paths" section.
107   - "DIR[BUILD,HTML]"
108   - "DIR[BUILD,LATEX]"
109
110 - type: "configuration"
111
112   limits:
113     nic:
114       x520: 24460000
115       x553: 29761905
116       x710: 35800000
117       xxv710: 35800000
118       xl710: 35800000
119
120     link:
121       10ge: 14880952.38
122       25ge: 37202380.95
123       40ge: 59523809.52
124       100ge: 148809523.81
125
126     pci:
127       pci-g3-x8: 74404761.90
128       pci-g3-x16: 148809523.81
129
130   data-sets:
131
132     ###########################################################################
133     # Plots:
134
135     # 3n-hsw
136
137     plot-vpp-throughput-lat-tsa-3n-hsw:
138       csit-vpp-perf-verify-1908-3n-hsw:
139         - 12  # NDRPDR sel
140         - 13  # NDRPDR sel
141         - 14  # NDRPDR sel
142         - 15  # NDRPDR sel
143         - 16  # NDRPDR sel
144         - 17  # NDRPDR sel
145         - 18  # NDRPDR sel
146         - 19  # NDRPDR sel
147         - 20  # NDRPDR sel
148         - 21  # NDRPDR sel
149
150     plot-vpp-throughput-lat-tsa-3n-hsw-vhost:
151       csit-vpp-perf-verify-1908-3n-hsw:
152         - 40  # NDRPDR sel vhost
153         - 41  # NDRPDR sel vhost
154         - 42  # NDRPDR sel vhost
155         - 43  # NDRPDR sel vhost
156         - 44  # NDRPDR sel vhost
157         - 45  # NDRPDR sel vhost
158
159     plot-vpp-http-server-performance:
160       csit-vpp-perf-verify-1908-2n-skx:
161         - 29  # TCP
162         - 30  # TCP
163         - 58  # TCP
164         - 59  # TCP
165         - 60  # TCP
166         - 61  # TCP
167         - 62  # TCP
168         - 63  # TCP
169         - 64  # TCP
170         - 65  # TCP
171
172     plot-dpdk-throughput-latency-3n-hsw:
173       csit-dpdk-perf-verify-1908-3n-hsw:
174         - 2   # NDRPDR sel
175         - 3   # NDRPDR sel
176         - 4   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179         - 7   # NDRPDR sel
180         - 8   # NDRPDR sel
181         - 9   # NDRPDR sel
182         - 10  # NDRPDR sel
183         - 11  # NDRPDR sel
184
185     # 3n-skx
186
187     plot-vpp-throughput-lat-tsa-3n-skx:
188       csit-vpp-perf-verify-1908-3n-skx:
189         - 14  # NDRPDR sel
190         - 16  # NDRPDR sel
191         - 19  # NDRPDR sel
192         - 20  # NDRPDR sel
193         - 22  # NDRPDR sel
194         - 23  # NDRPDR sel
195         - 24  # NDRPDR sel
196         - 25  # NDRPDR sel
197         - 26  # NDRPDR sel
198         - 29  # NDRPDR sel
199
200     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
201       csit-vpp-perf-verify-1908-3n-skx:
202         - 44  # NDRPDR sel vhost
203         - 45  # NDRPDR sel vhost
204         - 46  # NDRPDR sel vhost
205         - 47  # NDRPDR sel vhost
206         - 48  # NDRPDR sel vhost
207         - 49  # NDRPDR sel vhost
208
209     plot-dpdk-throughput-latency-3n-skx:
210       csit-dpdk-perf-verify-1908-3n-skx:
211         - 3   # NDRPDR sel
212         - 4   # NDRPDR sel
213         - 5   # NDRPDR sel
214         - 6   # NDRPDR sel
215         - 7   # NDRPDR sel
216         - 8   # NDRPDR sel
217         - 9   # NDRPDR sel
218         - 10  # NDRPDR sel
219         - 11  # NDRPDR sel
220         - 12  # NDRPDR sel
221
222     # 2n-skx
223
224     plot-vpp-throughput-lat-tsa-2n-skx:
225       csit-vpp-perf-verify-1908-2n-skx:
226         - 26  # NDRPDR sel
227         - 27  # NDRPDR sel
228         - 34  # NDRPDR sel
229         - 35  # NDRPDR sel
230         - 36  # NDRPDR sel
231         - 42  # NDRPDR sel
232         - 43  # NDRPDR sel
233         - 44  # NDRPDR sel
234         - 45  # NDRPDR sel
235         - 46  # NDRPDR sel
236
237     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
238       csit-vpp-perf-verify-1908-2n-skx:
239         - 72  # NDRPDR sel vhost
240         - 73  # NDRPDR sel vhost
241         - 74  # NDRPDR sel vhost
242         - 75  # NDRPDR sel vhost
243         - 76  # NDRPDR sel vhost
244         - 78  # NDRPDR sel vhost
245         - 84  # NDRPDR sel vhost
246         - 85  # NDRPDR sel vhost
247
248     plot-vpp-soak-2n-skx:
249       csit-vpp-perf-verify-1908-2n-skx:
250         - 83  # SOAK
251         - 86  # SOAK
252
253     plot-vpp-nfv-2n-skx-ndrpdr:
254       csit-vpp-perf-verify-1908-2n-skx:
255         - 22  # NFV
256         - 31  # NFV
257         - 32  # NFV
258         - 37  # NFV
259         - 38  # NFV
260         - 39  # NFV
261         - 53  # NFV
262         - 67  # NFV
263         - 68  # NFV
264         - 70  # NFV
265
266     plot-vpp-nfv-2n-skx-mrr:
267       csit-vpp-perf-verify-1908-2n-skx:
268         - 71  # NFV MRR
269
270     plot-dpdk-throughput-latency-2n-skx:
271       csit-dpdk-perf-verify-1908-2n-skx:
272         - 2   # NDRPDR sel
273         - 3   # NDRPDR sel
274         - 4   # NDRPDR sel
275         - 5   # NDRPDR sel
276         - 7   # NDRPDR sel
277         - 8   # NDRPDR sel
278         - 9   # NDRPDR sel
279         - 10  # NDRPDR sel
280         - 11  # NDRPDR sel
281         - 12  # NDRPDR sel
282
283     # 3n-tsh
284
285     plot-vpp-throughput-lat-tsa-3n-tsh:
286       csit-vpp-perf-verify-1908-3n-tsh:
287         - 7   # NDRPDR sel
288         - 8   # NDRPDR sel
289         - 9   # NDRPDR sel
290         - 10  # NDRPDR sel
291         - 11  # NDRPDR sel
292         - 12  # NDRPDR sel
293         - 13  # NDRPDR sel
294         - 14  # NDRPDR sel
295         - 15  # NDRPDR sel
296         - 16  # NDRPDR sel
297
298     # 3n-dnv
299
300     plot-vpp-throughput-lat-tsa-3n-dnv:
301       csit-vpp-perf-verify-1908-3n-dnv:
302         - 6   # NDRPDR sel
303         - 7   # NDRPDR sel
304         - 8   # NDRPDR sel
305         - 9   # NDRPDR sel
306         - 10  # NDRPDR sel
307         - 12  # NDRPDR sel
308         - 13  # NDRPDR sel
309         - 14  # NDRPDR sel
310         - 15  # NDRPDR sel
311         - 16  # NDRPDR sel
312
313     # 2n-dnv
314
315     plot-vpp-throughput-lat-tsa-2n-dnv:
316       csit-vpp-perf-verify-1908-2n-dnv:
317         - 1   # NDRPDR sel
318         - 2   # NDRPDR sel
319         - 3   # NDRPDR sel
320         - 4   # NDRPDR sel
321         - 5   # NDRPDR sel
322         - 6   # NDRPDR sel
323         - 7   # NDRPDR sel
324         - 8   # NDRPDR sel
325         - 9   # NDRPDR sel
326         - 10  # NDRPDR sel
327
328     ###########################################################################
329     # Simple tables (only one data set):
330
331     # NIC Comparisons
332
333     vpp-nic-comparison-3n-skx:
334       csit-vpp-perf-verify-1908-3n-skx:
335         - 14  # NDRPDR sel
336         - 16  # NDRPDR sel
337         - 19  # NDRPDR sel
338         - 20  # NDRPDR sel
339         - 22  # NDRPDR sel
340         - 23  # NDRPDR sel
341         - 24  # NDRPDR sel
342         - 25  # NDRPDR sel
343         - 26  # NDRPDR sel
344         - 29  # NDRPDR sel
345
346     vpp-nic-comparison-2n-skx:
347       csit-vpp-perf-verify-1908-2n-skx:
348         - 26  # NDRPDR sel
349         - 27  # NDRPDR sel
350         - 34  # NDRPDR sel
351         - 35  # NDRPDR sel
352         - 36  # NDRPDR sel
353         - 42  # NDRPDR sel
354         - 43  # NDRPDR sel
355         - 44  # NDRPDR sel
356         - 45  # NDRPDR sel
357         - 46  # NDRPDR sel
358
359     vpp-nic-comparison-3n-skx-mrr:
360       csit-vpp-perf-verify-1908-3n-skx:
361         - 36  # MRR sel
362
363     vpp-nic-comparison-2n-skx-mrr:
364       csit-vpp-perf-verify-1908-2n-skx:
365         - 69  # MRR sel
366
367     # Results
368
369     vpp-perf-results-3n-hsw:
370       csit-vpp-perf-verify-1908-3n-hsw:
371         - 24  # NDRPDR full
372         - 25  # NDRPDR full
373         - 26  # NDRPDR full
374         - 27  # NDRPDR full
375         - 28  # NDRPDR full
376         - 29  # NDRPDR full
377         - 32  # NDRPDR full
378         - 33  # NDRPDR full
379         - 36  # NDRPDR full
380         - 38  # NDRPDR full
381         - 46  # NDRPDR full
382
383     vpp-perf-results-3n-skx:
384       # TODO: Add FULL data
385       csit-vpp-perf-verify-1908-3n-skx:
386         - 27  # NDRPDR full
387         - 28  # NDRPDR full
388         - 30  # NDRPDR full
389         - 31  # NDRPDR full
390         - 32  # NDRPDR full
391         - 33  # NDRPDR full
392         - 34  # NDRPDR full
393         - 35  # NDRPDR full
394         - 37  # NDRPDR full
395         - 39  # NDRPDR full
396         - 40  # NDRPDR full
397         - 41  # NDRPDR full
398         - 50  # NDRPDR full
399
400     vpp-perf-results-2n-skx:
401       csit-vpp-perf-verify-1908-2n-skx:
402         - 48  # NDRPDR full
403         - 49  # NDRPDR full
404         - 50  # NDRPDR full
405         - 51  # NDRPDR full
406         - 54  # NDRPDR full
407         - 55  # NDRPDR full
408         - 79  # NDRPDR full vhost
409
410     vpp-perf-results-3n-tsh:
411       csit-vpp-perf-verify-1908-3n-tsh:
412         - 13  # NDRPDR sel
413
414     vpp-perf-results-3n-dnv:
415       csit-vpp-perf-verify-1908-3n-dnv:
416         - 16  # NDRPDR sel
417
418     vpp-perf-results-2n-dnv:
419       csit-vpp-perf-verify-1908-2n-dnv:
420         - 9   # NDRPDR sel
421
422     vpp-mrr-results-3n-hsw:
423       csit-vpp-perf-verify-1908-3n-hsw:
424         - 39  # MRR sel
425
426     vpp-mrr-results-3n-skx:
427       csit-vpp-perf-verify-1908-3n-skx:
428         - 36  # MRR sel
429
430     vpp-mrr-results-2n-skx:
431       csit-vpp-perf-verify-1908-2n-skx:
432         - 69  # MRR sel
433
434     vpp-func-results-ubuntu:
435       csit-vpp-functional-1908-ubuntu1604-virl:
436         - 64
437
438     vpp-func-results-centos:
439       csit-vpp-functional-1908-centos7-virl:
440         - 64
441
442     vpp-device-results-ubuntu:
443       csit-vpp-device-1908-ubuntu1804-1n-skx:
444         - 65
445
446     dpdk-perf-results-3n-hsw:
447       csit-dpdk-perf-verify-1908-3n-hsw:
448         - 10  # NDRPDR sel
449
450     dpdk-perf-results-3n-skx:
451       csit-dpdk-perf-verify-1908-3n-skx:
452         - 12  # NDRPDR sel
453
454     dpdk-perf-results-2n-skx:
455       csit-dpdk-perf-verify-1908-2n-skx:
456         - 12  # NDRPDR sel
457
458 ###########################################################################
459     # Tables (more than one data set)
460
461     # Performance changes
462
463     vpp-performance-changes-3n-hsw-h1:
464       csit-vpp-perf-verify-1901-3n-hsw:
465         - 10  # NDRPDR sel
466         - 19  # NDRPDR sel
467         - 31  # NDRPDR sel
468         - 36  # NDRPDR sel
469         - 40  # NDRPDR sel
470         - 42  # NDRPDR sel
471         - 44  # NDRPDR sel
472         - 46  # NDRPDR sel
473         - 47  # NDRPDR sel
474         - 48  # NDRPDR sel
475         - 61  # NDRPDR LB
476         - 62  # NDRPDR LB
477         - 63  # NDRPDR LB
478         - 64  # NDRPDR LB
479         - 65  # NDRPDR LB
480         - 66  # NDRPDR LB
481         - 67  # NDRPDR LB
482         - 69  # NDRPDR LB
483         - 70  # NDRPDR LB
484         - 71  # NDRPDR LB
485     vpp-performance-changes-3n-hsw-ref:
486       csit-vpp-perf-verify-1904-3n-hsw:
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 20  # NDRPDR sel
490         - 21  # NDRPDR sel
491         - 23  # NDRPDR sel
492         - 24  # NDRPDR sel
493         - 25  # NDRPDR sel
494         - 26  # NDRPDR sel
495         - 29  # NDRPDR sel
496         - 30  # NDRPDR sel
497     vpp-performance-changes-3n-hsw-cmp:
498       csit-vpp-perf-verify-1908-3n-hsw:
499         - 12  # NDRPDR sel
500         - 13  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 18  # NDRPDR sel
506         - 19  # NDRPDR sel
507         - 20  # NDRPDR sel
508         - 21  # NDRPDR sel
509     vpp-performance-changes-3n-hsw:
510       - "vpp-performance-changes-3n-hsw-h1"
511       - "vpp-performance-changes-3n-hsw-ref"
512       - "vpp-performance-changes-3n-hsw-cmp"
513
514     vpp-performance-changes-3n-skx-h1:
515       csit-vpp-perf-verify-1901-3n-skx:
516         - 18  # NDRPDR sel
517         - 19  # NDRPDR sel
518         - 20  # NDRPDR sel
519         - 28  # NDRPDR sel
520         - 31  # NDRPDR sel
521         - 33  # NDRPDR sel
522         - 36  # NDRPDR sel
523         - 38  # NDRPDR sel
524         - 47  # NDRPDR sel
525         - 48  # NDRPDR sel
526         - 54  # NDRPDR LB
527         - 57  # NDRPDR LB
528         - 58  # NDRPDR LB
529         - 59  # NDRPDR LB
530         - 60  # NDRPDR LB
531         - 63  # NDRPDR LB
532         - 64  # NDRPDR LB
533         - 65  # NDRPDR LB
534         - 66  # NDRPDR LB
535         - 67  # NDRPDR LB
536     vpp-performance-changes-3n-skx-ref:
537       csit-vpp-perf-verify-1904-3n-skx:
538         - 8   # NDRPDR sel
539         - 9   # NDRPDR sel
540         - 10  # NDRPDR sel
541         - 11  # NDRPDR sel
542         - 12  # NDRPDR sel
543         - 14  # NDRPDR sel
544         - 16  # NDRPDR sel
545         - 21  # NDRPDR sel
546         - 23  # NDRPDR sel
547         - 25  # NDRPDR sel
548     vpp-performance-changes-3n-skx-cmp:
549       csit-vpp-perf-verify-1908-3n-skx:
550         - 14  # NDRPDR sel
551         - 16  # NDRPDR sel
552         - 19  # NDRPDR sel
553         - 20  # NDRPDR sel
554         - 22  # NDRPDR sel
555         - 23  # NDRPDR sel
556         - 24  # NDRPDR sel
557         - 25  # NDRPDR sel
558         - 26  # NDRPDR sel
559         - 29  # NDRPDR sel
560     vpp-performance-changes-3n-skx:
561       - "vpp-performance-changes-3n-skx-h1"
562       - "vpp-performance-changes-3n-skx-ref"
563       - "vpp-performance-changes-3n-skx-cmp"
564
565     vpp-performance-changes-2n-skx-h1:
566       csit-vpp-perf-verify-1901-2n-skx:
567         - 5   # NDRPDR sel
568         - 12  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 21  # NDRPDR sel
571         - 23  # NDRPDR sel
572         - 31  # NDRPDR sel
573         - 34  # NDRPDR sel
574         - 40  # NDRPDR sel
575         - 42  # NDRPDR sel
576         - 43  # NDRPDR sel
577     vpp-performance-changes-2n-skx-ref:
578       csit-vpp-perf-verify-1904-2n-skx:
579         - 12  # NDRPDR sel
580         - 14  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584         - 21  # NDRPDR sel
585         - 27  # NDRPDR sel
586         - 30  # NDRPDR sel
587         - 31  # NDRPDR sel
588         - 32  # NDRPDR sel
589     vpp-performance-changes-2n-skx-cmp:
590       csit-vpp-perf-verify-1908-2n-skx:
591         - 26  # NDRPDR sel
592         - 27  # NDRPDR sel
593         - 34  # NDRPDR sel
594         - 35  # NDRPDR sel
595         - 36  # NDRPDR sel
596         - 42  # NDRPDR sel
597         - 43  # NDRPDR sel
598         - 44  # NDRPDR sel
599         - 45  # NDRPDR sel
600         - 46  # NDRPDR sel
601     vpp-performance-changes-2n-skx:
602       - "vpp-performance-changes-2n-skx-h1"
603       - "vpp-performance-changes-2n-skx-ref"
604       - "vpp-performance-changes-2n-skx-cmp"
605
606     vpp-soak-vs-ndr-2n-skx-ref:
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-soak-vs-ndr-2n-skx-cmp:
619       csit-vpp-perf-verify-1908-2n-skx:
620         - 83  # SOAK
621         - 86  # SOAK
622     vpp-soak-vs-ndr-2n-skx:
623       csit-vpp-perf-verify-1908-2n-skx:
624         - 26  # NDRPDR sel
625         - 27  # NDRPDR sel
626         - 34  # NDRPDR sel
627         - 35  # NDRPDR sel
628         - 36  # NDRPDR sel
629         - 42  # NDRPDR sel
630         - 43  # NDRPDR sel
631         - 44  # NDRPDR sel
632         - 45  # NDRPDR sel
633         - 46  # NDRPDR sel
634         - 83  # SOAK
635         - 86  # SOAK
636
637     vpp-performance-changes-3n-hsw-mrr-h1:
638       csit-vpp-perf-verify-1901-3n-hsw:
639         - 35  # MRR sel
640     vpp-performance-changes-3n-hsw-mrr-ref:
641       csit-vpp-perf-verify-1904-3n-hsw:
642         - 9   # MRR sel
643     vpp-performance-changes-3n-hsw-mrr-cmp:
644       csit-vpp-perf-verify-1908-3n-hsw:
645         - 39  # MRR sel
646     vpp-performance-changes-3n-hsw-mrr:
647       - "vpp-performance-changes-3n-hsw-mrr-h1"
648       - "vpp-performance-changes-3n-hsw-mrr-ref"
649       - "vpp-performance-changes-3n-hsw-mrr-cmp"
650
651     vpp-performance-changes-3n-skx-mrr-h1:
652       csit-vpp-perf-verify-1901-3n-skx:
653         - 32  # MRR sel
654     vpp-performance-changes-3n-skx-mrr-ref:
655       csit-vpp-perf-verify-1904-3n-skx:
656         - 7   # MRR sel
657     vpp-performance-changes-3n-skx-mrr-cmp:
658       csit-vpp-perf-verify-1908-3n-skx:
659         - 36  # MRR sel
660     vpp-performance-changes-3n-skx-mrr:
661       - "vpp-performance-changes-3n-skx-mrr-h1"
662       - "vpp-performance-changes-3n-skx-mrr-ref"
663       - "vpp-performance-changes-3n-skx-mrr-cmp"
664
665     vpp-performance-changes-2n-skx-mrr-h1:
666       csit-vpp-perf-verify-1901-2n-skx:
667         - 22  # MRR sel
668     vpp-performance-changes-2n-skx-mrr-ref:
669       csit-vpp-perf-verify-1904-2n-skx:
670         - 11  # MRR sel
671     vpp-performance-changes-2n-skx-mrr-cmp:
672       csit-vpp-perf-verify-1908-2n-skx:
673         - 69  # MRR sel
674     vpp-performance-changes-2n-skx-mrr:
675       - "vpp-performance-changes-2n-skx-mrr-h1"
676       - "vpp-performance-changes-2n-skx-mrr-ref"
677       - "vpp-performance-changes-2n-skx-mrr-cmp"
678
679     dpdk-performance-changes-3n-hsw-h1:
680       csit-dpdk-perf-verify-1901-3n-hsw:
681         - 13  # NDRPDR sel
682         - 14  # NDRPDR sel
683         - 16  # NDRPDR sel
684         - 17  # NDRPDR sel
685         - 18  # NDRPDR sel
686         - 19  # NDRPDR sel
687         - 20  # NDRPDR sel
688         - 21  # NDRPDR sel
689         - 22  # NDRPDR sel
690         - 23  # NDRPDR sel
691     dpdk-performance-changes-3n-hsw-ref:
692       csit-dpdk-perf-verify-1904-3n-hsw:
693         - 2   # NDRPDR sel
694         - 3   # NDRPDR sel
695         - 5   # NDRPDR sel
696         - 6   # NDRPDR sel
697         - 13  # NDRPDR sel
698         - 14  # NDRPDR sel
699         - 15  # NDRPDR sel
700         - 18  # NDRPDR sel
701         - 19  # NDRPDR sel
702         - 20  # NDRPDR sel
703     dpdk-performance-changes-3n-hsw-cmp:
704       csit-dpdk-perf-verify-1908-3n-hsw:
705         - 2   # NDRPDR sel
706         - 3   # NDRPDR sel
707         - 4   # NDRPDR sel
708         - 5   # NDRPDR sel
709         - 6   # NDRPDR sel
710         - 7   # NDRPDR sel
711         - 8   # NDRPDR sel
712         - 9   # NDRPDR sel
713         - 10  # NDRPDR sel
714         - 11  # NDRPDR sel
715     dpdk-performance-changes-3n-hsw:
716       - "dpdk-performance-changes-3n-hsw-h1"
717       - "dpdk-performance-changes-3n-hsw-ref"
718       - "dpdk-performance-changes-3n-hsw-cmp"
719
720     dpdk-performance-changes-3n-skx-h1:
721       csit-dpdk-perf-verify-1901-3n-skx:
722         - 3   # NDRPDR sel
723         - 5   # NDRPDR sel
724         - 6   # NDRPDR sel
725         - 7   # NDRPDR sel
726         - 8   # NDRPDR sel
727         - 9   # NDRPDR sel
728         - 10  # NDRPDR sel
729         - 11  # NDRPDR sel
730         - 12  # NDRPDR sel
731         - 13  # NDRPDR sel
732     dpdk-performance-changes-3n-skx-ref:
733       csit-dpdk-perf-verify-1904-3n-skx:
734         - 2   # NDRPDR sel
735         - 3   # NDRPDR sel
736         - 4   # NDRPDR sel
737         - 5   # NDRPDR sel
738         - 6   # NDRPDR sel
739         - 7   # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742         - 13  # NDRPDR sel
743         - 14  # NDRPDR sel
744     dpdk-performance-changes-3n-skx-cmp:
745       csit-dpdk-perf-verify-1908-3n-skx:
746         - 3   # NDRPDR sel
747         - 4   # NDRPDR sel
748         - 5   # NDRPDR sel
749         - 6   # NDRPDR sel
750         - 7   # NDRPDR sel
751         - 8   # NDRPDR sel
752         - 9   # NDRPDR sel
753         - 10  # NDRPDR sel
754         - 11  # NDRPDR sel
755         - 12  # NDRPDR sel
756     dpdk-performance-changes-3n-skx:
757       - "dpdk-performance-changes-3n-skx-h1"
758       - "dpdk-performance-changes-3n-skx-ref"
759       - "dpdk-performance-changes-3n-skx-cmp"
760
761     dpdk-performance-changes-2n-skx-h1:
762       csit-dpdk-perf-verify-1901-2n-skx:
763         - 12  # NDRPDR sel
764         - 13  # NDRPDR sel
765         - 14  # NDRPDR sel
766         - 15  # NDRPDR sel
767         - 16  # NDRPDR sel
768         - 17  # NDRPDR sel
769         - 18  # NDRPDR sel
770         - 19  # NDRPDR sel
771         - 20  # NDRPDR sel
772         - 21  # NDRPDR sel
773     dpdk-performance-changes-2n-skx-ref:
774       csit-dpdk-perf-verify-1904-2n-skx:
775         - 2   # NDRPDR sel
776         - 3   # NDRPDR sel
777         - 4   # NDRPDR sel
778         - 5   # NDRPDR sel
779         - 7   # NDRPDR sel
780         - 8   # NDRPDR sel
781         - 9   # NDRPDR sel
782         - 10  # NDRPDR sel
783         - 11  # NDRPDR sel
784         - 12  # NDRPDR sel
785     dpdk-performance-changes-2n-skx-cmp:
786       csit-dpdk-perf-verify-1908-2n-skx:
787         - 2   # NDRPDR sel
788         - 3   # NDRPDR sel
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 7   # NDRPDR sel
792         - 8   # NDRPDR sel
793         - 9   # NDRPDR sel
794         - 10  # NDRPDR sel
795         - 11  # NDRPDR sel
796         - 12  # NDRPDR sel
797     dpdk-performance-changes-2n-skx:
798       - "dpdk-performance-changes-2n-skx-h1"
799       - "dpdk-performance-changes-2n-skx-ref"
800       - "dpdk-performance-changes-2n-skx-cmp"
801
802     # Compare testbeds
803
804     vpp-compare-testbeds-ref:
805       csit-vpp-perf-verify-1908-3n-hsw:
806         - 12  # NDRPDR sel
807         - 13  # NDRPDR sel
808         - 14  # NDRPDR sel
809         - 15  # NDRPDR sel
810         - 16  # NDRPDR sel
811         - 17  # NDRPDR sel
812         - 18  # NDRPDR sel
813         - 19  # NDRPDR sel
814         - 20  # NDRPDR sel
815         - 21  # NDRPDR sel
816     vpp-compare-testbeds-cmp:
817       csit-vpp-perf-verify-1908-3n-skx:
818         - 14  # NDRPDR sel
819         - 16  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 22  # NDRPDR sel
823         - 23  # NDRPDR sel
824         - 24  # NDRPDR sel
825         - 25  # NDRPDR sel
826         - 26  # NDRPDR sel
827         - 29  # NDRPDR sel
828     vpp-compare-testbeds:
829       - "vpp-compare-testbeds-ref"
830       - "vpp-compare-testbeds-cmp"
831
832     vpp-compare-testbeds-mrr-ref:
833       csit-vpp-perf-verify-1908-3n-hsw:
834         - 39  # MRR sel
835     vpp-compare-testbeds-mrr-cmp:
836       csit-vpp-perf-verify-1908-3n-skx:
837         - 36  # MRR sel
838     vpp-compare-testbeds-mrr:
839       - "vpp-compare-testbeds-mrr-ref"
840       - "vpp-compare-testbeds-mrr-cmp"
841
842     dpdk-compare-testbeds-ref:
843       csit-dpdk-perf-verify-1908-3n-hsw:
844         - 2   # NDRPDR sel
845         - 3   # NDRPDR sel
846         - 4   # NDRPDR sel
847         - 5   # NDRPDR sel
848         - 6   # NDRPDR sel
849         - 7   # NDRPDR sel
850         - 8   # NDRPDR sel
851         - 9   # NDRPDR sel
852         - 10  # NDRPDR sel
853         - 11  # NDRPDR sel
854     dpdk-compare-testbeds-cmp:
855       csit-dpdk-perf-verify-1908-3n-skx:
856         - 3   # NDRPDR sel
857         - 4   # NDRPDR sel
858         - 5   # NDRPDR sel
859         - 6   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 8   # NDRPDR sel
862         - 9   # NDRPDR sel
863         - 10  # NDRPDR sel
864         - 11  # NDRPDR sel
865         - 12  # NDRPDR sel
866     dpdk-compare-testbeds:
867       - "dpdk-compare-testbeds-ref"
868       - "dpdk-compare-testbeds-cmp"
869
870     # Compare topologies
871
872     vpp-compare-topologies-ref:
873       csit-vpp-perf-verify-1908-3n-skx:
874         - 14  # NDRPDR sel
875         - 16  # NDRPDR sel
876         - 19  # NDRPDR sel
877         - 20  # NDRPDR sel
878         - 22  # NDRPDR sel
879         - 23  # NDRPDR sel
880         - 24  # NDRPDR sel
881         - 25  # NDRPDR sel
882         - 26  # NDRPDR sel
883         - 29  # NDRPDR sel
884     vpp-compare-topologies-cmp:
885       csit-vpp-perf-verify-1908-2n-skx:
886         - 26  # NDRPDR sel
887         - 27  # NDRPDR sel
888         - 34  # NDRPDR sel
889         - 35  # NDRPDR sel
890         - 36  # NDRPDR sel
891         - 42  # NDRPDR sel
892         - 43  # NDRPDR sel
893         - 44  # NDRPDR sel
894         - 45  # NDRPDR sel
895         - 46  # NDRPDR sel
896     vpp-compare-topologies:
897       - "vpp-compare-topologies-ref"
898       - "vpp-compare-topologies-cmp"
899
900     vpp-compare-topologies-mrr-ref:
901       csit-vpp-perf-verify-1908-3n-skx:
902         - 36  # MRR sel
903     vpp-compare-topologies-mrr-cmp:
904       csit-vpp-perf-verify-1908-2n-skx:
905         - 69  # MRR sel
906     vpp-compare-topologies-mrr:
907       - "vpp-compare-topologies-mrr-ref"
908       - "vpp-compare-topologies-mrr-cmp"
909
910     dpdk-compare-topologies-ref:
911       csit-dpdk-perf-verify-1908-3n-skx:
912         - 3   # NDRPDR sel
913         - 4   # NDRPDR sel
914         - 5   # NDRPDR sel
915         - 6   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 8   # NDRPDR sel
918         - 9   # NDRPDR sel
919         - 10  # NDRPDR sel
920         - 11  # NDRPDR sel
921         - 12  # NDRPDR sel
922     dpdk-compare-topologies-cmp:
923       csit-dpdk-perf-verify-1908-2n-skx:
924         - 2   # NDRPDR sel
925         - 3   # NDRPDR sel
926         - 4   # NDRPDR sel
927         - 5   # NDRPDR sel
928         - 7   # NDRPDR sel
929         - 8   # NDRPDR sel
930         - 9   # NDRPDR sel
931         - 10  # NDRPDR sel
932         - 11  # NDRPDR sel
933         - 12  # NDRPDR sel
934     dpdk-compare-topologies:
935       - "dpdk-compare-topologies-ref"
936       - "dpdk-compare-topologies-cmp"
937
938   plot-layouts:
939
940     plot-soak-throughput:
941       titlefont:
942         size: 18
943       xaxis:
944         title: "<b>Test Cases [Index]</b>"
945         titlefont:
946           size: 16
947         autorange: True
948         fixedrange: False
949         gridcolor: "rgb(230, 230, 230)"
950         linecolor: "rgb(220, 220, 220)"
951         linewidth: 1
952         showgrid: True
953         showline: True
954         showticklabels: True
955         tickcolor: "rgb(220, 220, 220)"
956         tickmode: "linear"
957         tickfont:
958           size: 16
959         zeroline: False
960       yaxis:
961         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
962         titlefont:
963           size: 16
964         gridcolor: "rgb(230, 230, 230)"
965         hoverformat: ".4r"
966         tickformat: ".3r"
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         tickfont:
974           size: 16
975         zeroline: False
976         range: [0,50]
977       autosize: False
978       margin:
979         t: 50
980         b: 0
981         l: 80
982         r: 20
983       showlegend: True
984       legend:
985         orientation: "h"
986         font:
987           size: 16
988       width: 700
989       height: 900
990
991     plot-service-density:
992       titlefont:
993         size: 18
994       xaxis:
995         side: "top"
996         autorange: True
997         fixedrange: False
998         showgrid: False
999         showline: False
1000         showticklabels: False
1001         ticks: ""
1002         ticklen: 0
1003         tickwidth: 0
1004         zeroline: False
1005       yaxis:
1006         autorange: "reversed"
1007         showgrid: False
1008         showline: False
1009         showticklabels: False
1010         ticks: ""
1011         ticklen: 0
1012         tickwidth: 0
1013         zeroline: False
1014       autosize: True
1015       showlegend: False
1016       width: 700
1017       height: 700
1018
1019     plot-cps:
1020       titlefont:
1021         size: 18
1022       xaxis:
1023         title: "<b>Test Cases [Index]</b>"
1024         titlefont:
1025           size: 16
1026         autorange: True
1027         fixedrange: False
1028         gridcolor: "rgb(230, 230, 230)"
1029         linecolor: "rgb(220, 220, 220)"
1030         linewidth: 1
1031         showgrid: True
1032         showline: True
1033         showticklabels: True
1034         tickcolor: "rgb(220, 220, 220)"
1035         tickmode: "linear"
1036         tickfont:
1037           size: 16
1038         zeroline: False
1039       yaxis:
1040         title: "<b>Connections Per Second [cps]</b>"
1041         titlefont:
1042           size: 16
1043         gridcolor: "rgb(230, 230, 230)"
1044         hoverformat: ".4s"
1045         linecolor: "rgb(220, 220, 220)"
1046         linewidth: 1
1047         rangemode: "tozero"
1048         showgrid: True
1049         showline: True
1050         showticklabels: True
1051         tickcolor: "rgb(220, 220, 220)"
1052         tickformat: ".3s"
1053         tickfont:
1054           size: 16
1055         zeroline: False
1056       boxmode: "group"
1057       boxgroupgap: 0.5
1058       autosize: False
1059       margin:
1060         t: 50
1061         b: 20
1062         l: 80
1063         r: 20
1064       showlegend: True
1065       legend:
1066         orientation: "h"
1067         font:
1068           size: 16
1069       width: 700
1070       height: 800
1071
1072     plot-rps:
1073       titlefont:
1074         size: 18
1075       xaxis:
1076         title: "<b>Test Cases [Index]</b>"
1077         titlefont:
1078           size: 16
1079         autorange: True
1080         fixedrange: False
1081         gridcolor: "rgb(230, 230, 230)"
1082         linecolor: "rgb(220, 220, 220)"
1083         linewidth: 1
1084         showgrid: True
1085         showline: True
1086         showticklabels: True
1087         tickcolor: "rgb(220, 220, 220)"
1088         tickmode: "linear"
1089         tickfont:
1090           size: 16
1091         zeroline: False
1092       yaxis:
1093         title: "<b>Requests Per Second [rps]</b>"
1094         titlefont:
1095           size: 16
1096         gridcolor: "rgb(230, 230, 230)"
1097         hoverformat: ".4s"
1098         linecolor: "rgb(220, 220, 220)"
1099         linewidth: 1
1100         rangemode: "tozero"
1101         showgrid: True
1102         showline: True
1103         showticklabels: True
1104         tickcolor: "rgb(230, 230, 230)"
1105         tickformat: ".3s"
1106         tickfont:
1107           size: 16
1108         zeroline: False
1109       boxmode: "group"
1110       boxgroupgap: 0.5
1111       autosize: False
1112       margin:
1113         t: 50
1114         b: 20
1115         l: 80
1116         r: 20
1117       showlegend: True
1118       legend:
1119         orientation: "h"
1120         font:
1121           size: 16
1122       width: 700
1123       height: 800
1124
1125     plot-throughput:
1126       titlefont:
1127         size: 18
1128       xaxis:
1129         title: "<b>Test Cases [Index]</b>"
1130         titlefont:
1131           size: 16
1132         autorange: True
1133         fixedrange: False
1134         gridcolor: "rgb(230, 230, 230)"
1135         linecolor: "rgb(220, 220, 220)"
1136         linewidth: 1
1137         showgrid: True
1138         showline: True
1139         showticklabels: True
1140         tickcolor: "rgb(220, 220, 220)"
1141         tickmode: "linear"
1142         tickfont:
1143           size: 16
1144         zeroline: False
1145       yaxis:
1146         title: "<b>Packet Throughput [Mpps]</b>"
1147         titlefont:
1148           size: 16
1149         gridcolor: "rgb(230, 230, 230)"
1150         hoverformat: ".4r"
1151         tickformat: ".3r"
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         tickfont:
1159           size: 16
1160         zeroline: False
1161         range: [0,50]
1162       boxmode: "group"
1163       boxgroupgap: 0.5
1164       autosize: False
1165       margin:
1166         t: 50
1167         b: 0
1168         l: 80
1169         r: 20
1170       showlegend: True
1171       legend:
1172         orientation: "h"
1173         font:
1174           size: 16
1175       width: 700
1176       height: 900
1177
1178     plot-throughput-speedup-analysis:
1179       titlefont:
1180         size: 18
1181       xaxis:
1182         title: "<b>Number of Cores [Qty]</b>"
1183         titlefont:
1184           size: 16
1185         autorange: True
1186         fixedrange: False
1187         gridcolor: "rgb(230, 230, 230)"
1188         linecolor: "rgb(220, 220, 220)"
1189         linewidth: 1
1190         showgrid: True
1191         showline: True
1192         showticklabels: True
1193         tickcolor: "rgb(238, 238, 238)"
1194         tickmode: "linear"
1195         tickfont:
1196           size: 16
1197         zeroline: False
1198       yaxis:
1199         title: "<b>Packet Throughput [Mpps]</b>"
1200         titlefont:
1201           size: 16
1202         type: "linear"
1203         gridcolor: "rgb(230, 230, 230)"
1204         hoverformat: ".4s"
1205         linecolor: "rgb(220, 220, 220)"
1206         linewidth: 1
1207         showgrid: True
1208         showline: True
1209         showticklabels: True
1210         tickcolor: "rgb(220, 220, 220)"
1211         tickformat: ".4s"
1212         tickfont:
1213           size: 16
1214         zeroline: True
1215         rangemode: "tozero"
1216         range: [0,100]
1217       legend:
1218         orientation: "h"
1219         font:
1220           size: 16
1221         xanchor: "left"
1222         yanchor: "top"
1223         x: 0
1224         y: -0.2
1225         bgcolor: "rgba(255, 255, 255, 0)"
1226         bordercolor: "rgba(255, 255, 255, 0)"
1227         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1228       autosize: False
1229       margin:
1230           't': 50
1231           'b': 150
1232           'l': 85
1233           'r': 10
1234       showlegend: True
1235       width: 700
1236       height: 700
1237       hoverlabel:
1238         namelength: -1
1239       annotations: [
1240         {
1241           text: "_ _          __          ...",
1242           align: "left",
1243           showarrow: False,
1244           xref: "paper",
1245           yref: "paper",
1246           xanchor: "left",
1247           yanchor: "top",
1248           x: 0,
1249           y: -0.13,
1250           font: {
1251             family: "Consolas, Courier New",
1252             size: 15
1253           },
1254         },
1255         {
1256           text: "    Perfect     Measured     Limit",
1257           align: "left",
1258           showarrow: False,
1259           xref: "paper",
1260           yref: "paper",
1261           xanchor: "left",
1262           yanchor: "top",
1263           x: 0,
1264           y: -0.15,
1265           font: {
1266             family: "Consolas, Courier New",
1267             size: 15
1268           },
1269         },
1270       ]
1271
1272     plot-latency:
1273       titlefont:
1274         size: 18
1275       xaxis:
1276         title: "<b>Direction</b>"
1277         titlefont:
1278           size: 16
1279         autorange: True
1280         fixedrange: False
1281         gridcolor: "rgb(230, 230, 230)"
1282         linecolor: "rgb(220, 220, 220)"
1283         linewidth: 1
1284         showgrid: True
1285         showline: True
1286         showticklabels: False
1287         tickcolor: "rgb(220, 220, 220)"
1288         tickmode: "linear"
1289         tickfont:
1290           size: 16
1291         zeroline: False
1292       yaxis:
1293         title: "<b>Packet Latency [uSec]</b>"
1294         titlefont:
1295           size: 16
1296         type: "linear"
1297         gridcolor: "rgb(230, 230, 230)"
1298         hoverformat: ".4s"
1299         linecolor: "rgb(220, 220, 220)"
1300         linewidth: 1
1301         showgrid: True
1302         showline: True
1303         showticklabels: True
1304         tickcolor: "rgb(220, 220, 220)"
1305         tickformat: ".4s"
1306         tickfont:
1307           size: 16
1308         zeroline: True
1309         rangemode: "tozero"
1310       legend:
1311         orientation: "h"
1312         font:
1313           size: 16
1314         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1315       autosize: False
1316       margin:
1317           't': 50
1318           'b': 150
1319           'l': 80
1320           'r': 10
1321       showlegend: True
1322       width: 700
1323       height: 700
1324       hoverlabel:
1325         namelength: -1
1326
1327 - type: "static"
1328   src-path: "{DIR[RST]}"
1329   dst-path: "{DIR[WORKING,SRC]}"
1330
1331 - type: "input"
1332   general:
1333     file-name: "output_info.xml.gz"
1334     file-format: ".gz"
1335     arch-file-format:
1336       - ".gz"
1337       - ".zip"
1338     download-path: "{job}/{build}/archives/{filename}"
1339     extract: "output.xml"
1340
1341     zip-file-name: "robot-plugin.zip"
1342     zip-file-format: ".zip"
1343     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1344     zip-extract: "robot-plugin/output.xml"
1345
1346   builds:
1347
1348     csit-vpp-perf-verify-1901-3n-hsw:
1349       - 35  # MRR sel
1350       - 10  # NDRPDR sel
1351       - 19  # NDRPDR sel
1352       - 31  # NDRPDR sel
1353       - 36  # NDRPDR sel
1354       - 40  # NDRPDR sel
1355       - 42  # NDRPDR sel
1356       - 44  # NDRPDR sel
1357       - 46  # NDRPDR sel
1358       - 47  # NDRPDR sel
1359       - 48  # NDRPDR sel
1360       - 61  # NDRPDR LB
1361       - 62  # NDRPDR LB
1362       - 63  # NDRPDR LB
1363       - 64  # NDRPDR LB
1364       - 65  # NDRPDR LB
1365       - 66  # NDRPDR LB
1366       - 67  # NDRPDR LB
1367       - 69  # NDRPDR LB
1368       - 70  # NDRPDR LB
1369       - 71  # NDRPDR LB
1370     csit-vpp-perf-verify-1904-3n-hsw:
1371       - 9   # MRR sel
1372       - 11  # NDRPDR sel
1373       - 12  # NDRPDR sel
1374       - 20  # NDRPDR sel
1375       - 21  # NDRPDR sel
1376       - 23  # NDRPDR sel
1377       - 24  # NDRPDR sel
1378       - 25  # NDRPDR sel
1379       - 26  # NDRPDR sel
1380       - 29  # NDRPDR sel
1381       - 30  # NDRPDR sel
1382     csit-vpp-perf-verify-1908-3n-hsw:
1383       - 12  # NDRPDR sel
1384       - 13  # NDRPDR sel
1385       - 14  # NDRPDR sel
1386       - 15  # NDRPDR sel
1387       - 16  # NDRPDR sel
1388       - 17  # NDRPDR sel
1389       - 18  # NDRPDR sel
1390       - 19  # NDRPDR sel
1391       - 20  # NDRPDR sel
1392       - 21  # NDRPDR sel
1393       - 40  # NDRPDR sel vhost
1394       - 41  # NDRPDR sel vhost
1395       - 42  # NDRPDR sel vhost
1396       - 43  # NDRPDR sel vhost
1397       - 44  # NDRPDR sel vhost
1398       - 45  # NDRPDR sel vhost
1399       - 24  # NDRPDR full
1400       - 25  # NDRPDR full
1401       - 26  # NDRPDR full
1402       - 27  # NDRPDR full
1403       - 28  # NDRPDR full
1404       - 29  # NDRPDR full
1405       - 32  # NDRPDR full
1406       - 33  # NDRPDR full
1407       - 36  # NDRPDR full
1408       - 38  # NDRPDR full
1409       - 46  # NDRPDR full
1410       - 39  # MRR sel
1411
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 8   # NDRPDR sel
1437       - 9   # NDRPDR sel
1438       - 10  # NDRPDR sel
1439       - 11  # NDRPDR sel
1440       - 12  # NDRPDR sel
1441       - 14  # NDRPDR sel
1442       - 16  # NDRPDR sel
1443       - 21  # NDRPDR sel
1444       - 23  # NDRPDR sel
1445       - 25  # NDRPDR sel
1446     # TODO: Add data
1447     csit-vpp-perf-verify-1908-3n-skx:
1448       - 14  # NDRPDR sel
1449       - 16  # NDRPDR sel
1450       - 19  # NDRPDR sel
1451       - 20  # NDRPDR sel
1452       - 22  # NDRPDR sel
1453       - 23  # NDRPDR sel
1454       - 24  # NDRPDR sel
1455       - 25  # NDRPDR sel
1456       - 26  # NDRPDR sel
1457       - 29  # NDRPDR sel
1458       - 44  # NDRPDR sel vhost
1459       - 45  # NDRPDR sel vhost
1460       - 46  # NDRPDR sel vhost
1461       - 47  # NDRPDR sel vhost
1462       - 48  # NDRPDR sel vhost
1463       - 49  # NDRPDR sel vhost
1464       - 27  # NDRPDR full
1465       - 28  # NDRPDR full
1466       - 30  # NDRPDR full
1467       - 31  # NDRPDR full
1468       - 32  # NDRPDR full
1469       - 33  # NDRPDR full
1470       - 34  # NDRPDR full
1471       - 35  # NDRPDR full
1472       - 37  # NDRPDR full
1473       - 39  # NDRPDR full
1474       - 40  # NDRPDR full
1475       - 41  # NDRPDR full
1476       - 50  # NDRPDR full
1477       - 36  # MRR sel
1478
1479     csit-vpp-perf-verify-1901-2n-skx:
1480       - 22  # MRR sel
1481       - 5   # NDRPDR sel
1482       - 12  # NDRPDR sel
1483       - 13  # NDRPDR sel
1484       - 21  # NDRPDR sel
1485       - 23  # NDRPDR sel
1486       - 31  # NDRPDR sel
1487       - 34  # NDRPDR sel
1488       - 40  # NDRPDR sel
1489       - 42  # NDRPDR sel
1490       - 43  # NDRPDR sel
1491     csit-vpp-perf-verify-1904-2n-skx:
1492       - 11  # MRR sel
1493       - 12  # NDRPDR sel
1494       - 14  # NDRPDR sel
1495       - 16  # NDRPDR sel
1496       - 17  # NDRPDR sel
1497       - 18  # NDRPDR sel
1498       - 21  # NDRPDR sel
1499       - 27  # NDRPDR sel
1500       - 30  # NDRPDR sel
1501       - 31  # NDRPDR sel
1502       - 32  # NDRPDR sel
1503     # TODO: Add data
1504     csit-vpp-perf-verify-1908-2n-skx:
1505       - 26  # NDRPDR sel
1506       - 27  # NDRPDR sel
1507       - 34  # NDRPDR sel
1508       - 35  # NDRPDR sel
1509       - 36  # NDRPDR sel
1510       - 42  # NDRPDR sel
1511       - 43  # NDRPDR sel
1512       - 44  # NDRPDR sel
1513       - 45  # NDRPDR sel
1514       - 46  # NDRPDR sel
1515       - 72  # NDRPDR sel vhost
1516       - 73  # NDRPDR sel vhost
1517       - 74  # NDRPDR sel vhost
1518       - 75  # NDRPDR sel vhost
1519       - 76  # NDRPDR sel vhost
1520       - 78  # NDRPDR sel vhost
1521       - 84  # NDRPDR sel vhost
1522       - 85  # NDRPDR sel vhost
1523       - 48  # NDRPDR full
1524       - 49  # NDRPDR full
1525       - 50  # NDRPDR full
1526       - 51  # NDRPDR full
1527       - 54  # NDRPDR full
1528       - 55  # NDRPDR full
1529       - 79  # NDRPDR full vhost
1530       - 69  # MRR sel
1531       - 29  # TCP
1532       - 30  # TCP
1533       - 58  # TCP
1534       - 59  # TCP
1535       - 60  # TCP
1536       - 61  # TCP
1537       - 62  # TCP
1538       - 63  # TCP
1539       - 64  # TCP
1540       - 65  # TCP
1541       - 22  # NFV
1542       - 31  # NFV
1543       - 32  # NFV
1544       - 37  # NFV
1545       - 38  # NFV
1546       - 39  # NFV
1547       - 53  # NFV
1548       - 67  # NFV
1549       - 68  # NFV
1550       - 70  # NFV
1551       - 71  # NFV MRR
1552       - 83  # SOAK
1553       - 86  # SOAK
1554
1555     csit-vpp-perf-verify-1908-3n-tsh:
1556       - 7   # NDRPDR sel
1557       - 8   # NDRPDR sel
1558       - 9   # NDRPDR sel
1559       - 10  # NDRPDR sel
1560       - 11  # NDRPDR sel
1561       - 12  # NDRPDR sel
1562       - 13  # NDRPDR sel
1563       - 14  # NDRPDR sel
1564       - 15  # NDRPDR sel
1565       - 16  # NDRPDR sel
1566
1567     csit-vpp-perf-verify-1908-3n-dnv:
1568       - 6   # NDRPDR sel
1569       - 7   # NDRPDR sel
1570       - 8   # NDRPDR sel
1571       - 9   # NDRPDR sel
1572       - 10  # NDRPDR sel
1573       - 12  # NDRPDR sel
1574       - 13  # NDRPDR sel
1575       - 14  # NDRPDR sel
1576       - 15  # NDRPDR sel
1577       - 16  # NDRPDR sel
1578
1579     csit-vpp-perf-verify-1908-2n-dnv:
1580       - 1   # NDRPDR sel
1581       - 2   # NDRPDR sel
1582       - 3   # NDRPDR sel
1583       - 4   # NDRPDR sel
1584       - 5   # NDRPDR sel
1585       - 6   # NDRPDR sel
1586       - 7   # NDRPDR sel
1587       - 8   # NDRPDR sel
1588       - 9   # NDRPDR sel
1589       - 10  # NDRPDR sel
1590
1591     csit-dpdk-perf-verify-1901-3n-hsw:
1592       - 13  # NDRPDR sel
1593       - 14  # NDRPDR sel
1594       - 16  # NDRPDR sel
1595       - 17  # NDRPDR sel
1596       - 18  # NDRPDR sel
1597       - 19  # NDRPDR sel
1598       - 20  # NDRPDR sel
1599       - 21  # NDRPDR sel
1600       - 22  # NDRPDR sel
1601       - 23  # NDRPDR sel
1602     csit-dpdk-perf-verify-1904-3n-hsw:
1603       - 2   # NDRPDR sel
1604       - 3   # NDRPDR sel
1605       - 5   # NDRPDR sel
1606       - 6   # NDRPDR sel
1607       - 13  # NDRPDR sel
1608       - 14  # NDRPDR sel
1609       - 15  # NDRPDR sel
1610       - 18  # NDRPDR sel
1611       - 19  # NDRPDR sel
1612       - 20  # NDRPDR sel
1613     csit-dpdk-perf-verify-1908-3n-hsw:
1614       - 2   # NDRPDR sel
1615       - 3   # NDRPDR sel
1616       - 4   # NDRPDR sel
1617       - 5   # NDRPDR sel
1618       - 6   # NDRPDR sel
1619       - 7   # NDRPDR sel
1620       - 8   # NDRPDR sel
1621       - 9   # NDRPDR sel
1622       - 10  # NDRPDR sel
1623       - 11  # NDRPDR sel
1624
1625     csit-dpdk-perf-verify-1901-3n-skx:
1626       - 3   # NDRPDR sel
1627       - 5   # NDRPDR sel
1628       - 6   # NDRPDR sel
1629       - 7   # NDRPDR sel
1630       - 8   # NDRPDR sel
1631       - 9   # NDRPDR sel
1632       - 10  # NDRPDR sel
1633       - 11  # NDRPDR sel
1634       - 12  # NDRPDR sel
1635       - 13  # NDRPDR sel
1636     csit-dpdk-perf-verify-1904-3n-skx:
1637       - 2   # NDRPDR sel
1638       - 3   # NDRPDR sel
1639       - 4   # NDRPDR sel
1640       - 5   # NDRPDR sel
1641       - 6   # NDRPDR sel
1642       - 7   # NDRPDR sel
1643       - 11  # NDRPDR sel
1644       - 12  # NDRPDR sel
1645       - 13  # NDRPDR sel
1646       - 14  # NDRPDR sel
1647     csit-dpdk-perf-verify-1908-3n-skx:
1648       - 3   # NDRPDR sel
1649       - 4   # NDRPDR sel
1650       - 5   # NDRPDR sel
1651       - 6   # NDRPDR sel
1652       - 7   # NDRPDR sel
1653       - 8   # NDRPDR sel
1654       - 9   # NDRPDR sel
1655       - 10  # NDRPDR sel
1656       - 11  # NDRPDR sel
1657       - 12  # NDRPDR sel
1658
1659     csit-dpdk-perf-verify-1901-2n-skx:
1660       - 12  # NDRPDR sel
1661       - 13  # NDRPDR sel
1662       - 14  # NDRPDR sel
1663       - 15  # NDRPDR sel
1664       - 16  # NDRPDR sel
1665       - 17  # NDRPDR sel
1666       - 18  # NDRPDR sel
1667       - 19  # NDRPDR sel
1668       - 20  # NDRPDR sel
1669       - 21  # NDRPDR sel
1670     csit-dpdk-perf-verify-1904-2n-skx:
1671       - 2   # NDRPDR sel
1672       - 3   # NDRPDR sel
1673       - 4   # NDRPDR sel
1674       - 5   # NDRPDR sel
1675       - 7   # NDRPDR sel
1676       - 8   # NDRPDR sel
1677       - 9   # NDRPDR sel
1678       - 10  # NDRPDR sel
1679       - 11  # NDRPDR sel
1680       - 12  # NDRPDR sel
1681     csit-dpdk-perf-verify-1908-2n-skx:
1682       - 2   # NDRPDR sel
1683       - 3   # NDRPDR sel
1684       - 4   # NDRPDR sel
1685       - 5   # NDRPDR sel
1686       - 7   # NDRPDR sel
1687       - 8   # NDRPDR sel
1688       - 9   # NDRPDR sel
1689       - 10  # NDRPDR sel
1690       - 11  # NDRPDR sel
1691       - 12  # NDRPDR sel
1692
1693     csit-vpp-functional-1908-ubuntu1604-virl:
1694       - 64
1695     csit-vpp-functional-1908-centos7-virl:
1696       - 64
1697     csit-vpp-device-1908-ubuntu1804-1n-skx:
1698       - 65
1699
1700 - type: "output"
1701   output: "report"
1702   format:
1703     html:
1704     - full
1705 #    pdf:
1706 #    - minimal
1707
1708 ################################################################################
1709 ###                               T A B L E S                                ###
1710 ################################################################################
1711
1712 # VPP Soak vs NDR
1713 - type: "table"
1714   title: "VPP Soak vs NDR 2n-skx"
1715   algorithm: "table_soak_vs_ndr"
1716   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1717   reference:
1718     title: "NDR"
1719     data: "vpp-soak-vs-ndr-2n-skx-ref"
1720   compare:
1721     title: "Soak"
1722     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1723   data: "vpp-soak-vs-ndr-2n-skx"
1724   include-tests: "NDR"
1725   filter: "('NDRPDR' or 'SOAK')"
1726   parameters:
1727     - "throughput"
1728     - "name"
1729     - "parent"
1730
1731 ################################################################################
1732
1733 # VPP Compare NICs 3n-skx 2t1c ndr
1734 - type: "table"
1735   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1736   algorithm: "table_nics_comparison"
1737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1738   reference:
1739     title: "x710"
1740     nic: "NIC_Intel-X710"
1741   compare:
1742     title: "xxv710"
1743     nic: "NIC_Intel-XXV710"
1744   data: "vpp-nic-comparison-3n-skx"
1745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1746   filter: "'2T1C' and 'NDRPDR'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "throughput"
1751   - "tags"
1752
1753 # VPP Compare NICs 3n-skx 4t2c ndr
1754 - type: "table"
1755   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1756   algorithm: "table_nics_comparison"
1757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1758   reference:
1759     title: "x710"
1760     nic: "NIC_Intel-X710"
1761   compare:
1762     title: "xxv710"
1763     nic: "NIC_Intel-XXV710"
1764   data: "vpp-nic-comparison-3n-skx"
1765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1766   filter: "'4T2C' and 'NDRPDR'"
1767   parameters:
1768   - "name"
1769   - "parent"
1770   - "throughput"
1771   - "tags"
1772
1773 # VPP Compare NICs 3n-skx 2t1c pdr
1774 - type: "table"
1775   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1776   algorithm: "table_nics_comparison"
1777   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1778   reference:
1779     title: "x710"
1780     nic: "NIC_Intel-X710"
1781   compare:
1782     title: "xxv710"
1783     nic: "NIC_Intel-XXV710"
1784   data: "vpp-nic-comparison-3n-skx"
1785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1786   filter: "'2T1C' and 'NDRPDR'"
1787   parameters:
1788   - "name"
1789   - "parent"
1790   - "throughput"
1791   - "tags"
1792
1793  # VPP Compare NICs 3n-skx 4t2c pdr
1794 - type: "table"
1795   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1796   algorithm: "table_nics_comparison"
1797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1798   reference:
1799     title: "x710"
1800     nic: "NIC_Intel-X710"
1801   compare:
1802     title: "xxv710"
1803     nic: "NIC_Intel-XXV710"
1804   data: "vpp-nic-comparison-3n-skx"
1805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1806   filter: "'4T2C' and 'NDRPDR'"
1807   parameters:
1808   - "name"
1809   - "parent"
1810   - "throughput"
1811   - "tags"
1812
1813 # VPP Compare NICs 3n-skx 2t1c mrr
1814 - type: "table"
1815   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1816   algorithm: "table_nics_comparison"
1817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1818   reference:
1819     title: "x710"
1820     nic: "NIC_Intel-X710"
1821   compare:
1822     title: "xxv710"
1823     nic: "NIC_Intel-XXV710"
1824   data: "vpp-nic-comparison-3n-skx-mrr"
1825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1826   filter: "'2T1C' and 'MRR'"
1827   parameters:
1828   - "name"
1829   - "parent"
1830   - "result"
1831   - "tags"
1832
1833 # VPP Compare NICs 3n-skx 4t2c mrr
1834 - type: "table"
1835   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1836   algorithm: "table_nics_comparison"
1837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1838   reference:
1839     title: "x710"
1840     nic: "NIC_Intel-X710"
1841   compare:
1842     title: "xxv710"
1843     nic: "NIC_Intel-XXV710"
1844   data: "vpp-nic-comparison-3n-skx-mrr"
1845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1846   filter: "'4T2C' and 'MRR'"
1847   parameters:
1848   - "name"
1849   - "parent"
1850   - "result"
1851   - "tags"
1852
1853  # VPP Compare NICs 3n-skx 8t4c mrr
1854 - type: "table"
1855   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1856   algorithm: "table_nics_comparison"
1857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1858   reference:
1859     title: "x710"
1860     nic: "NIC_Intel-X710"
1861   compare:
1862     title: "xxv710"
1863     nic: "NIC_Intel-XXV710"
1864   data: "vpp-nic-comparison-3n-skx-mrr"
1865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1866   filter: "'8T4C' and 'MRR'"
1867   parameters:
1868   - "name"
1869   - "parent"
1870   - "result"
1871   - "tags"
1872
1873 # VPP Compare NICs 2n-skx 2t1c ndr
1874 - type: "table"
1875   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1876   algorithm: "table_nics_comparison"
1877   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1878   reference:
1879     title: "x710"
1880     nic: "NIC_Intel-X710"
1881   compare:
1882     title: "xxv710"
1883     nic: "NIC_Intel-XXV710"
1884   data: "vpp-nic-comparison-2n-skx"
1885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1886   filter: "'2T1C' and 'NDRPDR'"
1887   parameters:
1888   - "name"
1889   - "parent"
1890   - "throughput"
1891   - "tags"
1892
1893 # VPP Compare NICs 2n-skx 4t2c ndr
1894 - type: "table"
1895   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1896   algorithm: "table_nics_comparison"
1897   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1898   reference:
1899     title: "x710"
1900     nic: "NIC_Intel-X710"
1901   compare:
1902     title: "xxv710"
1903     nic: "NIC_Intel-XXV710"
1904   data: "vpp-nic-comparison-2n-skx"
1905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1906   filter: "'4T2C' and 'NDRPDR'"
1907   parameters:
1908   - "name"
1909   - "parent"
1910   - "throughput"
1911   - "tags"
1912
1913  # VPP Compare NICs 2n-skx 2t1c pdr
1914 - type: "table"
1915   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1916   algorithm: "table_nics_comparison"
1917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1918   reference:
1919     title: "x710"
1920     nic: "NIC_Intel-X710"
1921   compare:
1922     title: "xxv710"
1923     nic: "NIC_Intel-XXV710"
1924   data: "vpp-nic-comparison-2n-skx"
1925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1926   filter: "'2T1C' and 'NDRPDR'"
1927   parameters:
1928   - "name"
1929   - "parent"
1930   - "throughput"
1931   - "tags"
1932
1933 # VPP Compare NICs 2n-skx 4t2c pdr
1934 - type: "table"
1935   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1936   algorithm: "table_nics_comparison"
1937   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1938   reference:
1939     title: "x710"
1940     nic: "NIC_Intel-X710"
1941   compare:
1942     title: "xxv710"
1943     nic: "NIC_Intel-XXV710"
1944   data: "vpp-nic-comparison-2n-skx"
1945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1946   filter: "'4T2C' and 'NDRPDR'"
1947   parameters:
1948   - "name"
1949   - "parent"
1950   - "throughput"
1951   - "tags"
1952
1953 # VPP Compare NICs 2n-skx 2t1c mrr
1954 - type: "table"
1955   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1956   algorithm: "table_nics_comparison"
1957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1958   reference:
1959     title: "x710"
1960     nic: "NIC_Intel-X710"
1961   compare:
1962     title: "xxv710"
1963     nic: "NIC_Intel-XXV710"
1964   data: "vpp-nic-comparison-2n-skx-mrr"
1965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1966   filter: "'2T1C' and 'MRR'"
1967   parameters:
1968   - "name"
1969   - "parent"
1970   - "result"
1971   - "tags"
1972
1973 # VPP Compare NICs 2n-skx 4t2c mrr
1974 - type: "table"
1975   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1976   algorithm: "table_nics_comparison"
1977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1978   reference:
1979     title: "x710"
1980     nic: "NIC_Intel-X710"
1981   compare:
1982     title: "xxv710"
1983     nic: "NIC_Intel-XXV710"
1984   data: "vpp-nic-comparison-2n-skx-mrr"
1985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1986   filter: "'4T2C' and 'MRR'"
1987   parameters:
1988   - "name"
1989   - "parent"
1990   - "result"
1991   - "tags"
1992
1993 # VPP Compare NICs 2n-skx 8t4c mrr
1994 - type: "table"
1995   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1996   algorithm: "table_nics_comparison"
1997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1998   reference:
1999     title: "x710"
2000     nic: "NIC_Intel-X710"
2001   compare:
2002     title: "xxv710"
2003     nic: "NIC_Intel-XXV710"
2004   data: "vpp-nic-comparison-2n-skx-mrr"
2005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2006   filter: "'8T4C' and 'MRR'"
2007   parameters:
2008   - "name"
2009   - "parent"
2010   - "result"
2011   - "tags"
2012
2013 ################################################################################
2014 # VPP
2015
2016 # VPP Performance Changes 3n-hsw 1t1c pdr
2017 - type: "table"
2018   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2019   algorithm: "table_performance_comparison"
2020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2021   history:
2022     - title: "rls1901"
2023       data: "vpp-performance-changes-3n-hsw-h1"
2024   reference:
2025     title: "rls1904"
2026     data: "vpp-performance-changes-3n-hsw-ref"
2027   compare:
2028     title: "rls1908"
2029     data: "vpp-performance-changes-3n-hsw-cmp"
2030   data: "vpp-performance-changes-3n-hsw"
2031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2032   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2033   parameters:
2034   - "name"
2035   - "parent"
2036   - "throughput"
2037
2038 # VPP Performance Changes 3n-hsw 2t2c pdr
2039 - type: "table"
2040   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2041   algorithm: "table_performance_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2043   history:
2044     - title: "rls1901"
2045       data: "vpp-performance-changes-3n-hsw-h1"
2046   reference:
2047     title: "rls1904"
2048     data: "vpp-performance-changes-3n-hsw-ref"
2049   compare:
2050     title: "rls1908"
2051     data: "vpp-performance-changes-3n-hsw-cmp"
2052   data: "vpp-performance-changes-3n-hsw"
2053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "throughput"
2059
2060 # VPP Performance Changes 3n-hsw 1t1c ndr
2061 - type: "table"
2062   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2063   algorithm: "table_performance_comparison"
2064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2065   history:
2066     - title: "rls1901"
2067       data: "vpp-performance-changes-3n-hsw-h1"
2068   reference:
2069     title: "rls1904"
2070     data: "vpp-performance-changes-3n-hsw-ref"
2071   compare:
2072     title: "rls1908"
2073     data: "vpp-performance-changes-3n-hsw-cmp"
2074   data: "vpp-performance-changes-3n-hsw"
2075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2076   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2077   parameters:
2078   - "name"
2079   - "parent"
2080   - "throughput"
2081
2082 # VPP Performance Changes 3n-hsw 2t2c ndr
2083 - type: "table"
2084   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2085   algorithm: "table_performance_comparison"
2086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2087   history:
2088     - title: "rls1901"
2089       data: "vpp-performance-changes-3n-hsw-h1"
2090   reference:
2091     title: "rls1904"
2092     data: "vpp-performance-changes-3n-hsw-ref"
2093   compare:
2094     title: "rls1908"
2095     data: "vpp-performance-changes-3n-hsw-cmp"
2096   data: "vpp-performance-changes-3n-hsw"
2097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2098   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2099   parameters:
2100   - "name"
2101   - "parent"
2102   - "throughput"
2103
2104 # VPP Performance Changes 3n-skx 2t1c pdr
2105 - type: "table"
2106   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2107   algorithm: "table_performance_comparison_nic"
2108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2109   history:
2110     - title: "rls1901 x710"
2111       data: "vpp-performance-changes-3n-skx-h1"
2112       nic: "NIC_Intel-X710"
2113   reference:
2114     title: "rls1904 x710"
2115     data: "vpp-performance-changes-3n-skx-ref"
2116     nic: "NIC_Intel-X710"
2117   compare:
2118     title: "rls1908 xxv710"
2119     data: "vpp-performance-changes-3n-skx-cmp"
2120     nic: "NIC_Intel-XXV710"
2121   data: "vpp-performance-changes-3n-skx"
2122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2123   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2124   parameters:
2125   - "name"
2126   - "parent"
2127   - "throughput"
2128   - "tags"
2129
2130 # VPP Performance Changes 3n-skx 4t2c pdr
2131 - type: "table"
2132   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2133   algorithm: "table_performance_comparison_nic"
2134   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2135   history:
2136     - title: "rls1901 x710"
2137       data: "vpp-performance-changes-3n-skx-h1"
2138       nic: "NIC_Intel-X710"
2139   reference:
2140     title: "rls1904 x710"
2141     data: "vpp-performance-changes-3n-skx-ref"
2142     nic: "NIC_Intel-X710"
2143   compare:
2144     title: "rls1908 xxv710"
2145     data: "vpp-performance-changes-3n-skx-cmp"
2146     nic: "NIC_Intel-XXV710"
2147   data: "vpp-performance-changes-3n-skx"
2148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2149   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2150   parameters:
2151   - "name"
2152   - "parent"
2153   - "throughput"
2154   - "tags"
2155
2156 # VPP Performance Changes 3n-skx 2t1c ndr
2157 - type: "table"
2158   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2159   algorithm: "table_performance_comparison_nic"
2160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2161   history:
2162     - title: "rls1901 x710"
2163       data: "vpp-performance-changes-3n-skx-h1"
2164       nic: "NIC_Intel-X710"
2165   reference:
2166     title: "rls1904 x710"
2167     data: "vpp-performance-changes-3n-skx-ref"
2168     nic: "NIC_Intel-X710"
2169   compare:
2170     title: "rls1908 xxv710"
2171     data: "vpp-performance-changes-3n-skx-cmp"
2172     nic: "NIC_Intel-XXV710"
2173   data: "vpp-performance-changes-3n-skx"
2174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2175   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2176   parameters:
2177   - "name"
2178   - "parent"
2179   - "throughput"
2180   - "tags"
2181
2182 # VPP Performance Changes 3n-skx 4t2c ndr
2183 - type: "table"
2184   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2185   algorithm: "table_performance_comparison_nic"
2186   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2187   history:
2188     - title: "rls1901 x710"
2189       data: "vpp-performance-changes-3n-skx-h1"
2190       nic: "NIC_Intel-X710"
2191   reference:
2192     title: "rls1904 x710"
2193     data: "vpp-performance-changes-3n-skx-ref"
2194     nic: "NIC_Intel-X710"
2195   compare:
2196     title: "rls1908 xxv710"
2197     data: "vpp-performance-changes-3n-skx-cmp"
2198     nic: "NIC_Intel-XXV710"
2199   data: "vpp-performance-changes-3n-skx"
2200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2201   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2202   parameters:
2203   - "name"
2204   - "parent"
2205   - "throughput"
2206   - "tags"
2207
2208 # VPP Performance Changes 2n-skx 2t1c pdr
2209 - type: "table"
2210   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2211   algorithm: "table_performance_comparison_nic"
2212   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2213   history:
2214     - title: "rls1901 x710"
2215       data: "vpp-performance-changes-2n-skx-h1"
2216       nic: "NIC_Intel-X710"
2217   reference:
2218     title: "rls1904 x710"
2219     data: "vpp-performance-changes-2n-skx-ref"
2220     nic: "NIC_Intel-X710"
2221   compare:
2222     title: "rls1908 xxv710"
2223     data: "vpp-performance-changes-2n-skx-cmp"
2224     nic: "NIC_Intel-XXV710"
2225   data: "vpp-performance-changes-2n-skx"
2226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2227   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2228   parameters:
2229   - "name"
2230   - "parent"
2231   - "throughput"
2232   - "tags"
2233
2234 # VPP Performance Changes 2n-skx 4t2c pdr
2235 - type: "table"
2236   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2237   algorithm: "table_performance_comparison_nic"
2238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2239   history:
2240     - title: "rls1901 x710"
2241       data: "vpp-performance-changes-2n-skx-h1"
2242       nic: "NIC_Intel-X710"
2243   reference:
2244     title: "rls1904 x710"
2245     data: "vpp-performance-changes-2n-skx-ref"
2246     nic: "NIC_Intel-X710"
2247   compare:
2248     title: "rls1908 xxv710"
2249     data: "vpp-performance-changes-2n-skx-cmp"
2250     nic: "NIC_Intel-XXV710"
2251   data: "vpp-performance-changes-2n-skx"
2252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2253   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2254   parameters:
2255   - "name"
2256   - "parent"
2257   - "throughput"
2258   - "tags"
2259
2260 # VPP Performance Changes 2n-skx 2t1c ndr
2261 - type: "table"
2262   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2263   algorithm: "table_performance_comparison_nic"
2264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2265   history:
2266     - title: "rls1901 x710"
2267       data: "vpp-performance-changes-2n-skx-h1"
2268       nic: "NIC_Intel-X710"
2269   reference:
2270     title: "rls1904 x710"
2271     data: "vpp-performance-changes-2n-skx-ref"
2272     nic: "NIC_Intel-X710"
2273   compare:
2274     title: "rls1908 xxv710"
2275     data: "vpp-performance-changes-2n-skx-cmp"
2276     nic: "NIC_Intel-XXV710"
2277   data: "vpp-performance-changes-2n-skx"
2278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2279   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2280   parameters:
2281   - "name"
2282   - "parent"
2283   - "throughput"
2284   - "tags"
2285
2286 # VPP Performance Changes 2n-skx 4t2c ndr
2287 - type: "table"
2288   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2289   algorithm: "table_performance_comparison_nic"
2290   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2291   history:
2292     - title: "rls1901 x710"
2293       data: "vpp-performance-changes-2n-skx-h1"
2294       nic: "NIC_Intel-X710"
2295   reference:
2296     title: "rls1904 x710"
2297     data: "vpp-performance-changes-2n-skx-ref"
2298     nic: "NIC_Intel-X710"
2299   compare:
2300     title: "rls1908 xxv710"
2301     data: "vpp-performance-changes-2n-skx-cmp"
2302     nic: "NIC_Intel-XXV710"
2303   data: "vpp-performance-changes-2n-skx"
2304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2305   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "throughput"
2310   - "tags"
2311
2312 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2313 - type: "table"
2314   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2315   algorithm: "table_performance_comparison_nic"
2316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2317   reference:
2318     title: "3n-hsw xl710"
2319     data: "vpp-compare-testbeds-ref"
2320     nic: "NIC_Intel-XL710"
2321   compare:
2322     title: "3n-skx xxv710"
2323     data: "vpp-compare-testbeds-cmp"
2324     nic: "NIC_Intel-XXV710"
2325   data: "vpp-compare-testbeds"
2326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2327   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2328   parameters:
2329   - "name"
2330   - "parent"
2331   - "throughput"
2332   - "tags"
2333
2334 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2335 - type: "table"
2336   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2337   algorithm: "table_performance_comparison_nic"
2338   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2339   reference:
2340     title: "3n-hsw xl710"
2341     data: "vpp-compare-testbeds-ref"
2342     nic: "NIC_Intel-XL710"
2343   compare:
2344     title: "3n-skx xxv710"
2345     data: "vpp-compare-testbeds-cmp"
2346     nic: "NIC_Intel-XXV710"
2347   data: "vpp-compare-testbeds"
2348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2349   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2350   parameters:
2351   - "name"
2352   - "parent"
2353   - "throughput"
2354   - "tags"
2355
2356 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2357 - type: "table"
2358   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2359   algorithm: "table_performance_comparison_nic"
2360   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2361   reference:
2362     title: "3n-hsw xl710"
2363     data: "vpp-compare-testbeds-ref"
2364     nic: "NIC_Intel-XL710"
2365   compare:
2366     title: "3n-skx xxv710"
2367     data: "vpp-compare-testbeds-cmp"
2368     nic: "NIC_Intel-XXV710"
2369   data: "vpp-compare-testbeds"
2370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2371   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "throughput"
2376   - "tags"
2377
2378 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2379 - type: "table"
2380   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2381   algorithm: "table_performance_comparison_nic"
2382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2383   reference:
2384     title: "3n-hsw xl710"
2385     data: "vpp-compare-testbeds-ref"
2386     nic: "NIC_Intel-XL710"
2387   compare:
2388     title: "3n-skx xxv710"
2389     data: "vpp-compare-testbeds-cmp"
2390     nic: "NIC_Intel-XXV710"
2391   data: "vpp-compare-testbeds"
2392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2393   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2394   parameters:
2395   - "name"
2396   - "parent"
2397   - "throughput"
2398   - "tags"
2399
2400 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2401 - type: "table"
2402   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2403   algorithm: "table_performance_comparison"
2404   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2405   reference:
2406     title: "3-Node Skx"
2407     data: "vpp-compare-topologies-ref"
2408   compare:
2409     title: "2-Node Skx"
2410     data: "vpp-compare-topologies-cmp"
2411   data: "vpp-compare-topologies"
2412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2413   filter: "'NDRPDR' and '1C'"
2414   parameters:
2415   - "name"
2416   - "parent"
2417   - "throughput"
2418
2419 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2420 - type: "table"
2421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2422   algorithm: "table_performance_comparison"
2423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2424   reference:
2425     title: "3-Node Skx"
2426     data: "vpp-compare-topologies-ref"
2427   compare:
2428     title: "2-Node Skx"
2429     data: "vpp-compare-topologies-cmp"
2430   data: "vpp-compare-topologies"
2431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2432   filter: "'NDRPDR' and '2C'"
2433   parameters:
2434   - "name"
2435   - "parent"
2436   - "throughput"
2437
2438 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2439 - type: "table"
2440   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2441   algorithm: "table_performance_comparison"
2442   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2443   reference:
2444     title: "3-Node Skx"
2445     data: "vpp-compare-topologies-ref"
2446   compare:
2447     title: "2-Node Skx"
2448     data: "vpp-compare-topologies-cmp"
2449   data: "vpp-compare-topologies"
2450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2451   filter: "'NDRPDR' and '1C'"
2452   parameters:
2453   - "name"
2454   - "parent"
2455   - "throughput"
2456
2457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2458 - type: "table"
2459   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2460   algorithm: "table_performance_comparison"
2461   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2462   reference:
2463     title: "3-Node Skx"
2464     data: "vpp-compare-topologies-ref"
2465   compare:
2466     title: "2-Node Skx"
2467     data: "vpp-compare-topologies-cmp"
2468   data: "vpp-compare-topologies"
2469   include-tests: "PDR"
2470   filter: "'NDRPDR' and '2C'"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "throughput"
2475
2476 # VPP Performance Changes 3n-hsw 1t1c MRR
2477 - type: "table"
2478   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2479   algorithm: "table_performance_comparison"
2480   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2481   history:
2482     - title: "rls1901"
2483       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2484   reference:
2485     title: "rls1904"
2486     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2487   compare:
2488     title: "rls1908"
2489     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2490   data: "vpp-performance-changes-3n-hsw-mrr"
2491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2492   filter: "'1T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2493   parameters:
2494   - "name"
2495   - "parent"
2496   - "result"
2497
2498 # VPP Performance Changes 3n-hsw 2t2c MRR
2499 - type: "table"
2500   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2501   algorithm: "table_performance_comparison"
2502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2503   history:
2504     - title: "rls1901"
2505       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2506   reference:
2507     title: "rls1904"
2508     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2509   compare:
2510     title: "rls1908"
2511     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2512   data: "vpp-performance-changes-3n-hsw-mrr"
2513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2514   filter: "'2T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2515   parameters:
2516   - "name"
2517   - "parent"
2518   - "result"
2519
2520 # VPP Performance Changes 3n-hsw 4t4c MRR
2521 - type: "table"
2522   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2523   algorithm: "table_performance_comparison"
2524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2525   history:
2526     - title: "rls1901"
2527       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2528   reference:
2529     title: "rls1904"
2530     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2531   compare:
2532     title: "rls1908"
2533     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2534   data: "vpp-performance-changes-3n-hsw-mrr"
2535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2536   filter: "'4T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "result"
2541
2542 # VPP Performance Changes 3n-skx 2t1c MRR
2543 - type: "table"
2544   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2545   algorithm: "table_performance_comparison"
2546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2547   history:
2548     - title: "rls1901"
2549       data: "vpp-performance-changes-3n-skx-mrr-h1"
2550   reference:
2551     title: "rls1904"
2552     data: "vpp-performance-changes-3n-skx-mrr-ref"
2553   compare:
2554     title: "rls1908"
2555     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2556   data: "vpp-performance-changes-3n-skx-mrr"
2557   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2558   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2559   parameters:
2560   - "name"
2561   - "parent"
2562   - "result"
2563
2564 # VPP Performance Changes 3n-skx 4t2c MRR
2565 - type: "table"
2566   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2567   algorithm: "table_performance_comparison"
2568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2569   history:
2570     - title: "rls1901"
2571       data: "vpp-performance-changes-3n-skx-mrr-h1"
2572   reference:
2573     title: "rls1904"
2574     data: "vpp-performance-changes-3n-skx-mrr-ref"
2575   compare:
2576     title: "rls1908"
2577     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2578   data: "vpp-performance-changes-3n-skx-mrr"
2579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2580   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2581   parameters:
2582   - "name"
2583   - "parent"
2584   - "result"
2585
2586 # VPP Performance Changes 3n-skx 8t4c MRR
2587 - type: "table"
2588   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2589   algorithm: "table_performance_comparison"
2590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2591   history:
2592     - title: "rls1901"
2593       data: "vpp-performance-changes-3n-skx-mrr-h1"
2594   reference:
2595     title: "rls1904"
2596     data: "vpp-performance-changes-3n-skx-mrr-ref"
2597   compare:
2598     title: "rls1908"
2599     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2600   data: "vpp-performance-changes-3n-skx-mrr"
2601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2602   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2603   parameters:
2604   - "name"
2605   - "parent"
2606   - "result"
2607
2608 # VPP Performance Changes 2n-skx 2t1c MRR
2609 - type: "table"
2610   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2611   algorithm: "table_performance_comparison"
2612   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2613   history:
2614     - title: "rls1901"
2615       data: "vpp-performance-changes-2n-skx-mrr-h1"
2616   reference:
2617     title: "rls1904"
2618     data: "vpp-performance-changes-2n-skx-mrr-ref"
2619   compare:
2620     title: "rls1908"
2621     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2622   data: "vpp-performance-changes-2n-skx-mrr"
2623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2624   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2625   parameters:
2626   - "name"
2627   - "parent"
2628   - "result"
2629
2630 # VPP Performance Changes 2n-skx 4t2c MRR
2631 - type: "table"
2632   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2633   algorithm: "table_performance_comparison"
2634   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2635   history:
2636     - title: "rls1901"
2637       data: "vpp-performance-changes-2n-skx-mrr-h1"
2638   reference:
2639     title: "rls1904"
2640     data: "vpp-performance-changes-2n-skx-mrr-ref"
2641   compare:
2642     title: "rls1908"
2643     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2644   data: "vpp-performance-changes-2n-skx-mrr"
2645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2646   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2647   parameters:
2648   - "name"
2649   - "parent"
2650   - "result"
2651
2652 # VPP Performance Changes 2n-skx 8t4c MRR
2653 - type: "table"
2654   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2655   algorithm: "table_performance_comparison"
2656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2657   history:
2658     - title: "rls1901"
2659       data: "vpp-performance-changes-2n-skx-mrr-h1"
2660   reference:
2661     title: "rls1904"
2662     data: "vpp-performance-changes-2n-skx-mrr-ref"
2663   compare:
2664     title: "rls1908"
2665     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2666   data: "vpp-performance-changes-2n-skx-mrr"
2667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2668   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "result"
2673
2674 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2675 - type: "table"
2676   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2677   algorithm: "table_performance_comparison_nic"
2678   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2679   reference:
2680     title: "3n-hsw xl710"
2681     data: "vpp-compare-testbeds-mrr-ref"
2682     nic: "NIC_Intel-XL710"
2683   compare:
2684     title: "3n-skx xxv710"
2685     data: "vpp-compare-testbeds-mrr-cmp"
2686     nic: "NIC_Intel-XXV710"
2687   data: "vpp-compare-testbeds-mrr"
2688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2689   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2690   parameters:
2691   - "name"
2692   - "parent"
2693   - "result"
2694   - "tags"
2695
2696 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2697 - type: "table"
2698   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2699   algorithm: "table_performance_comparison_nic"
2700   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2701   reference:
2702     title: "3n-hsw xl710"
2703     data: "vpp-compare-testbeds-mrr-ref"
2704     nic: "NIC_Intel-XL710"
2705   compare:
2706     title: "3n-skx xxv710"
2707     data: "vpp-compare-testbeds-mrr-cmp"
2708     nic: "NIC_Intel-XXV710"
2709   data: "vpp-compare-testbeds-mrr"
2710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2711   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2712   parameters:
2713   - "name"
2714   - "parent"
2715   - "result"
2716   - "tags"
2717
2718 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2719 - type: "table"
2720   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2721   algorithm: "table_performance_comparison_nic"
2722   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2723   reference:
2724     title: "3n-hsw xl710"
2725     data: "vpp-compare-testbeds-mrr-ref"
2726     nic: "NIC_Intel-XL710"
2727   compare:
2728     title: "3n-skx xxv710"
2729     data: "vpp-compare-testbeds-mrr-cmp"
2730     nic: "NIC_Intel-XXV710"
2731   data: "vpp-compare-testbeds-mrr"
2732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2733   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2734   parameters:
2735   - "name"
2736   - "parent"
2737   - "result"
2738   - "tags"
2739
2740 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2741 - type: "table"
2742   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2745   reference:
2746     title: "3-Node Skx"
2747     data: "vpp-compare-topologies-mrr-ref"
2748   compare:
2749     title: "2-Node Skx"
2750     data: "vpp-compare-topologies-mrr-cmp"
2751   data: "vpp-compare-topologies-mrr"
2752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2753   filter: "'MRR' and '1C'"
2754   parameters:
2755   - "name"
2756   - "parent"
2757   - "result"
2758
2759 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2760 - type: "table"
2761   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2762   algorithm: "table_performance_comparison"
2763   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2764   reference:
2765     title: "3-Node Skx"
2766     data: "vpp-compare-topologies-mrr-ref"
2767   compare:
2768     title: "2-Node Skx"
2769     data: "vpp-compare-topologies-mrr-cmp"
2770   data: "vpp-compare-topologies-mrr"
2771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2772   filter: "'MRR' and '2C'"
2773   parameters:
2774   - "name"
2775   - "parent"
2776   - "result"
2777
2778 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2779 - type: "table"
2780   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2781   algorithm: "table_performance_comparison"
2782   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2783   reference:
2784     title: "3-Node Skx"
2785     data: "vpp-compare-topologies-mrr-ref"
2786   compare:
2787     title: "2-Node Skx"
2788     data: "vpp-compare-topologies-mrr-cmp"
2789   data: "vpp-compare-topologies-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "'MRR' and '4C'"
2792   parameters:
2793   - "name"
2794   - "parent"
2795   - "result"
2796
2797 # Detailed Test Results - VPP Performance Results 3n-hsw
2798 - type: "table"
2799   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2800   algorithm: "table_merged_details"
2801   output-file-ext: ".csv"
2802   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2803   columns:
2804   - title: "Name"
2805     data: "data name"
2806   - title: "Status"
2807     data: "data msg"
2808   rows: "generated"
2809   data: "vpp-perf-results-3n-hsw"
2810   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2811   parameters:
2812   - "name"
2813   - "parent"
2814   - "msg"
2815
2816 # Detailed Test Results - VPP Performance Results 3n-skx
2817 - type: "table"
2818   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2819   algorithm: "table_merged_details"
2820   output-file-ext: ".csv"
2821   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2822   columns:
2823   - title: "Name"
2824     data: "data name"
2825   - title: "Status"
2826     data: "data msg"
2827   rows: "generated"
2828   data: "vpp-perf-results-3n-skx"
2829   filter: "not 'CFS_OPT'"
2830   parameters:
2831   - "name"
2832   - "parent"
2833   - "msg"
2834
2835 # Detailed Test Results - VPP Performance Results 2n-skx
2836 - type: "table"
2837   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2838   algorithm: "table_merged_details"
2839   output-file-ext: ".csv"
2840   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2841   columns:
2842   - title: "Name"
2843     data: "data name"
2844   - title: "Status"
2845     data: "data msg"
2846   rows: "generated"
2847   data: "vpp-perf-results-2n-skx"
2848   filter: "not 'CFS_OPT'"
2849   parameters:
2850   - "name"
2851   - "parent"
2852   - "msg"
2853
2854 # Detailed Test Results - VPP Performance Results 3n-tsh
2855 - type: "table"
2856   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2857   algorithm: "table_merged_details"
2858   output-file-ext: ".csv"
2859   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2860   columns:
2861   - title: "Name"
2862     data: "data name"
2863   - title: "Status"
2864     data: "data msg"
2865   rows: "generated"
2866   data: "vpp-perf-results-3n-tsh"
2867   filter: "not 'CFS_OPT'"
2868   parameters:
2869   - "name"
2870   - "parent"
2871   - "msg"
2872
2873 # Detailed Test Results - VPP Performance Results 3n-dnv
2874 - type: "table"
2875   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2876   algorithm: "table_details"
2877   output-file-ext: ".csv"
2878   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2879   columns:
2880   - title: "Name"
2881     data: "data name"
2882   - title: "Status"
2883     data: "data msg"
2884   rows: "generated"
2885   data: "vpp-perf-results-3n-dnv"
2886   filter: "'NDRPDR'"
2887   parameters:
2888   - "name"
2889   - "parent"
2890   - "msg"
2891
2892 # Detailed Test Results - VPP Performance Results 2n-dnv
2893 - type: "table"
2894   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2895   algorithm: "table_details"
2896   output-file-ext: ".csv"
2897   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2898   columns:
2899   - title: "Name"
2900     data: "data name"
2901   - title: "Status"
2902     data: "data msg"
2903   rows: "generated"
2904   data: "vpp-perf-results-2n-dnv"
2905   filter: "'NDRPDR'"
2906   parameters:
2907   - "name"
2908   - "parent"
2909   - "msg"
2910
2911 # Test configuration - VPP Performance Test Configs 3n-hsw
2912 - type: "table"
2913   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2914   algorithm: "table_merged_details"
2915   output-file-ext: ".csv"
2916   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2917   columns:
2918   - title: "Name"
2919     data: "data name"
2920   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2921     data: "data conf-history"
2922   rows: "generated"
2923   data: "vpp-perf-results-3n-hsw"
2924   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2925   parameters:
2926   - "parent"
2927   - "name"
2928   - "conf-history"
2929
2930 # Test configuration - VPP Performance Test Configs 3n-skx
2931 - type: "table"
2932   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2933   algorithm: "table_merged_details"
2934   output-file-ext: ".csv"
2935   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2936   columns:
2937   - title: "Name"
2938     data: "data name"
2939   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2940     data: "data conf-history"
2941   rows: "generated"
2942   data: "vpp-perf-results-3n-skx"
2943   filter: "not 'CFS_OPT'"
2944   parameters:
2945   - "parent"
2946   - "name"
2947   - "conf-history"
2948
2949 # Test configuration - VPP Performance Test Configs 2n-skx
2950 - type: "table"
2951   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2952   algorithm: "table_merged_details"
2953   output-file-ext: ".csv"
2954   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2955   columns:
2956   - title: "Name"
2957     data: "data name"
2958   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2959     data: "data conf-history"
2960   rows: "generated"
2961   data: "vpp-perf-results-2n-skx"
2962   filter: "not 'CFS_OPT'"
2963   parameters:
2964   - "parent"
2965   - "name"
2966   - "conf-history"
2967
2968 # Test configuration - VPP Performance Test Configs 3n-tsh
2969 - type: "table"
2970   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
2971   algorithm: "table_merged_details"
2972   output-file-ext: ".csv"
2973   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
2974   columns:
2975   - title: "Name"
2976     data: "data name"
2977   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2978     data: "data conf-history"
2979   rows: "generated"
2980   data: "vpp-perf-results-3n-tsh"
2981   filter: "not 'CFS_OPT'"
2982   parameters:
2983   - "parent"
2984   - "name"
2985   - "conf-history"
2986
2987 # Test configuration - VPP Performance Test Configs 3n-dnv
2988 - type: "table"
2989   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
2990   algorithm: "table_details"
2991   output-file-ext: ".csv"
2992   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
2993   columns:
2994   - title: "Name"
2995     data: "data name"
2996   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2997     data: "data conf-history"
2998   rows: "generated"
2999   data: "vpp-perf-results-3n-dnv"
3000   filter: "'NDRPDR'"
3001   parameters:
3002   - "parent"
3003   - "name"
3004   - "conf-history"
3005
3006 # Test configuration - VPP Performance Test Configs 2n-dnv
3007 - type: "table"
3008   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3009   algorithm: "table_details"
3010   output-file-ext: ".csv"
3011   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3012   columns:
3013   - title: "Name"
3014     data: "data name"
3015   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3016     data: "data conf-history"
3017   rows: "generated"
3018   data: "vpp-perf-results-2n-dnv"
3019   filter: "'NDRPDR'"
3020   parameters:
3021   - "parent"
3022   - "name"
3023   - "conf-history"
3024
3025 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3026 - type: "table"
3027   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3028   algorithm: "table_merged_details"
3029   output-file-ext: ".csv"
3030   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3031   columns:
3032   - title: "Name"
3033     data: "data name"
3034   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3035     data: "data show-run"
3036   rows: "generated"
3037   data: "vpp-perf-results-3n-hsw"
3038   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3039   parameters:
3040   - "parent"
3041   - "name"
3042   - "show-run"
3043
3044 # Test Operational Data - VPP Performance Operational Data 3n-skx
3045 - type: "table"
3046   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3047   algorithm: "table_merged_details"
3048   output-file-ext: ".csv"
3049   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3050   columns:
3051   - title: "Name"
3052     data: "data name"
3053   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3054     data: "data show-run"
3055   rows: "generated"
3056   data: "vpp-perf-results-3n-skx"
3057   filter: "not 'CFS_OPT'"
3058   parameters:
3059   - "parent"
3060   - "name"
3061   - "show-run"
3062
3063 # Test Operational Data - VPP Performance Operational Data 2n-skx
3064 - type: "table"
3065   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3066   algorithm: "table_merged_details"
3067   output-file-ext: ".csv"
3068   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3069   columns:
3070   - title: "Name"
3071     data: "data name"
3072   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3073     data: "data show-run"
3074   rows: "generated"
3075   data: "vpp-perf-results-2n-skx"
3076   filter: "not 'CFS_OPT'"
3077   parameters:
3078   - "parent"
3079   - "name"
3080   - "show-run"
3081
3082 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3083 - type: "table"
3084   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3085   algorithm: "table_merged_details"
3086   output-file-ext: ".csv"
3087   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3088   columns:
3089   - title: "Name"
3090     data: "data name"
3091   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3092     data: "data show-run"
3093   rows: "generated"
3094   data: "vpp-perf-results-3n-tsh"
3095   filter: "not 'CFS_OPT'"
3096   parameters:
3097   - "parent"
3098   - "name"
3099   - "show-run"
3100
3101 # Test Operational Data - VPP Performance Operational Data 3n-dnv
3102 - type: "table"
3103   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
3104   algorithm: "table_details"
3105   output-file-ext: ".csv"
3106   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
3107   columns:
3108   - title: "Name"
3109     data: "data name"
3110   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3111     data: "data show-run"
3112   rows: "generated"
3113   data: "vpp-perf-results-3n-dnv"
3114   filter: "'NDRPDR'"
3115   parameters:
3116   - "parent"
3117   - "name"
3118   - "show-run"
3119
3120 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3121 - type: "table"
3122   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3123   algorithm: "table_details"
3124   output-file-ext: ".csv"
3125   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3126   columns:
3127   - title: "Name"
3128     data: "data name"
3129   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3130     data: "data show-run"
3131   rows: "generated"
3132   data: "vpp-perf-results-2n-dnv"
3133   filter: "'NDRPDR'"
3134   parameters:
3135   - "parent"
3136   - "name"
3137   - "show-run"
3138
3139 # Detailed Test Results - VPP MRR Results 3n-hsw
3140 - type: "table"
3141   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3142   algorithm: "table_details"
3143   output-file-ext: ".csv"
3144   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3145   columns:
3146   - title: "Name"
3147     data: "data name"
3148   - title: "Status"
3149     data: "data msg"
3150   rows: "generated"
3151   data: "vpp-mrr-results-3n-hsw"
3152   filter: "'MRR'"
3153   parameters:
3154   - "name"
3155   - "parent"
3156   - "msg"
3157
3158 # Detailed Test Results - VPP MRR Results 3n-skx
3159 - type: "table"
3160   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3161   algorithm: "table_details"
3162   output-file-ext: ".csv"
3163   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3164   columns:
3165   - title: "Name"
3166     data: "data name"
3167   - title: "Status"
3168     data: "data msg"
3169   rows: "generated"
3170   data: "vpp-mrr-results-3n-skx"
3171   filter: "'MRR'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "msg"
3176
3177 # Detailed Test Results - VPP MRR Results 2n-skx
3178 - type: "table"
3179   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3180   algorithm: "table_details"
3181   output-file-ext: ".csv"
3182   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3183   columns:
3184   - title: "Name"
3185     data: "data name"
3186   - title: "Status"
3187     data: "data msg"
3188   rows: "generated"
3189   data: "vpp-mrr-results-2n-skx"
3190   filter: "'MRR'"
3191   parameters:
3192   - "name"
3193   - "parent"
3194   - "msg"
3195
3196 # Test configuration - VPP MRR Test Configs 3n-hsw
3197 - type: "table"
3198   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3199   algorithm: "table_details"
3200   output-file-ext: ".csv"
3201   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3202   columns:
3203   - title: "Name"
3204     data: "data name"
3205   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3206     data: "data conf-history"
3207   rows: "generated"
3208   data: "vpp-mrr-results-3n-hsw"
3209   filter: "'MRR'"
3210   parameters:
3211   - "parent"
3212   - "name"
3213   - "conf-history"
3214
3215 # Test configuration - VPP MRR Test Configs 3n-skx
3216 - type: "table"
3217   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3218   algorithm: "table_details"
3219   output-file-ext: ".csv"
3220   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3221   columns:
3222   - title: "Name"
3223     data: "data name"
3224   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3225     data: "data conf-history"
3226   rows: "generated"
3227   data: "vpp-mrr-results-3n-skx"
3228   filter: "'MRR'"
3229   parameters:
3230   - "parent"
3231   - "name"
3232   - "conf-history"
3233
3234 # Test configuration - VPP MRR Test Configs 2n-skx
3235 - type: "table"
3236   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3237   algorithm: "table_details"
3238   output-file-ext: ".csv"
3239   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3240   columns:
3241   - title: "Name"
3242     data: "data name"
3243   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3244     data: "data conf-history"
3245   rows: "generated"
3246   data: "vpp-mrr-results-2n-skx"
3247   filter: "'MRR'"
3248   parameters:
3249   - "parent"
3250   - "name"
3251   - "conf-history"
3252
3253 # Detailed Test Results - VPP Functional Results - Ubuntu
3254 - type: "table"
3255   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3256   algorithm: "table_details"
3257   output-file-ext: ".csv"
3258   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3259   columns:
3260   - title: "Name"
3261     data: "data name"
3262   - title: "Documentation"
3263     data: "data doc"
3264   - title: "Status"
3265     data: "data status"
3266   rows: "generated"
3267   data: "vpp-func-results-ubuntu"
3268   filter: "all"
3269   parameters:
3270   - "name"
3271   - "parent"
3272   - "doc"
3273   - "status"
3274
3275 # Detailed Test Results - VPP Functional Results - CentOS
3276 - type: "table"
3277   title: "Detailed Test Results - VPP Functional Results - CentOS"
3278   algorithm: "table_details"
3279   output-file-ext: ".csv"
3280   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3281   columns:
3282   - title: "Name"
3283     data: "data name"
3284   - title: "Documentation"
3285     data: "data doc"
3286   -
3287     title: "Status"
3288     data: "data status"
3289   rows: "generated"
3290   data:
3291     "vpp-func-results-centos"
3292   filter: "all"
3293   parameters:
3294   - "name"
3295   - "parent"
3296   - "doc"
3297   - "status"
3298
3299 # Test configuration - VPP Functional Test Configs - Ubuntu
3300 - type: "table"
3301   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3302   algorithm: "table_details"
3303   output-file-ext: ".csv"
3304   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3305   columns:
3306   - title: "Name"
3307     data: "data name"
3308   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3309     data: "data conf-history"
3310   rows: "generated"
3311   data: "vpp-func-results-ubuntu"
3312   filter: "all"
3313   parameters:
3314   - "parent"
3315   - "name"
3316   - "conf-history"
3317
3318 # Test configuration - VPP Functional Test Configs - CentOS
3319 - type: "table"
3320   title: "Test configuration - VPP Functional Test Configs - CentOS"
3321   algorithm: "table_details"
3322   output-file-ext: ".csv"
3323   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3324   columns:
3325   - title: "Name"
3326     data: "data name"
3327   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3328     data: "data conf-history"
3329   rows: "generated"
3330   data: "vpp-func-results-centos"
3331   filter: "all"
3332   parameters:
3333   - "parent"
3334   - "name"
3335   - "conf-history"
3336
3337 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3338 #- type: "table"
3339 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3340 #  algorithm: "table_details"
3341 #  output-file-ext: ".csv"
3342 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3343 #  columns:
3344 #  - title: "Name"
3345 #    data: "data name"
3346 #  - title: "Status"
3347 #    data: "data msg"
3348 #  rows: "generated"
3349 #  data: "ligato-perf-results-3n-hsw"
3350 #  filter: "all"
3351 #  parameters:
3352 #  - "name"
3353 #  - "parent"
3354 #  - "msg"
3355
3356 # Detailed Test Results - VPP Device Results - Ubuntu
3357 - type: "table"
3358   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3359   algorithm: "table_details"
3360   output-file-ext: ".csv"
3361   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3362   columns:
3363   - title: "Name"
3364     data: "data name"
3365   - title: "Documentation"
3366     data: "data doc"
3367   - title: "Status"
3368     data: "data status"
3369   rows: "generated"
3370   data: "vpp-device-results-ubuntu"
3371   filter: "all"
3372   parameters:
3373   - "name"
3374   - "parent"
3375   - "doc"
3376   - "status"
3377
3378 # Test configuration - VPP Device Test Configs - Ubuntu
3379 - type: "table"
3380   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3381   algorithm: "table_details"
3382   output-file-ext: ".csv"
3383   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3384   columns:
3385   - title: "Name"
3386     data: "data name"
3387   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3388     data: "data conf-history"
3389   rows: "generated"
3390   data: "vpp-device-results-ubuntu"
3391   filter: "all"
3392   parameters:
3393   - "parent"
3394   - "name"
3395   - "conf-history"
3396
3397 ################################################################################
3398
3399 # DPDK Performance Changes 3n-hsw 1t1c pdr
3400 - type: "table"
3401   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3402   algorithm: "table_performance_comparison"
3403   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3404   history:
3405     - title: "rls1901"
3406       data: "dpdk-performance-changes-3n-hsw-h1"
3407   reference:
3408     title: "rls1904"
3409     data: "dpdk-performance-changes-3n-hsw-ref"
3410   compare:
3411     title: "rls1908"
3412     data: "dpdk-performance-changes-3n-hsw-cmp"
3413   data: "dpdk-performance-changes-3n-hsw"
3414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3415   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3416   parameters:
3417   - "name"
3418   - "parent"
3419   - "throughput"
3420
3421 # DPDK Performance Changes 3n-hsw 2t2c pdr
3422 - type: "table"
3423   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3424   algorithm: "table_performance_comparison"
3425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3426   history:
3427     - title: "rls1901"
3428       data: "dpdk-performance-changes-3n-hsw-h1"
3429   reference:
3430     title: "rls1904"
3431     data: "dpdk-performance-changes-3n-hsw-ref"
3432   compare:
3433     title: "rls1908"
3434     data: "dpdk-performance-changes-3n-hsw-cmp"
3435   data: "dpdk-performance-changes-3n-hsw"
3436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3438   parameters:
3439   - "name"
3440   - "parent"
3441   - "throughput"
3442
3443 # DPDK Performance Changes 3n-hsw 1t1c ndr
3444 - type: "table"
3445   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3446   algorithm: "table_performance_comparison"
3447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3448   history:
3449     - title: "rls1901"
3450       data: "dpdk-performance-changes-3n-hsw-h1"
3451   reference:
3452     title: "rls1904"
3453     data: "dpdk-performance-changes-3n-hsw-ref"
3454   compare:
3455     title: "rls1908"
3456     data: "dpdk-performance-changes-3n-hsw-cmp"
3457   data: "dpdk-performance-changes-3n-hsw"
3458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "throughput"
3464
3465 # DPDK Performance Changes 3n-hsw 2t2c ndr
3466 - type: "table"
3467   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3468   algorithm: "table_performance_comparison"
3469   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3470   history:
3471     - title: "rls1901"
3472       data: "dpdk-performance-changes-3n-hsw-h1"
3473   reference:
3474     title: "rls1904"
3475     data: "dpdk-performance-changes-3n-hsw-ref"
3476   compare:
3477     title: "rls1908"
3478     data: "dpdk-performance-changes-3n-hsw-cmp"
3479   data: "dpdk-performance-changes-3n-hsw"
3480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3481   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3482   parameters:
3483   - "name"
3484   - "parent"
3485   - "throughput"
3486
3487 # DPDK Performance Changes 3n-skx 2t1c pdr
3488 - type: "table"
3489   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3490   algorithm: "table_performance_comparison"
3491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3492   history:
3493     - title: "rls1901"
3494       data: "dpdk-performance-changes-3n-skx-h1"
3495   reference:
3496     title: "rls1904"
3497     data: "dpdk-performance-changes-3n-skx-ref"
3498   compare:
3499     title: "rls1908"
3500     data: "dpdk-performance-changes-3n-skx-cmp"
3501   data: "dpdk-performance-changes-3n-skx"
3502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3503   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "throughput"
3508
3509 # DPDK Performance Changes 3n-skx 4t2c pdr
3510 - type: "table"
3511   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3512   algorithm: "table_performance_comparison"
3513   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3514   history:
3515     - title: "rls1901"
3516       data: "dpdk-performance-changes-3n-skx-h1"
3517   reference:
3518     title: "rls1904"
3519     data: "dpdk-performance-changes-3n-skx-ref"
3520   compare:
3521     title: "rls1908"
3522     data: "dpdk-performance-changes-3n-skx-cmp"
3523   data: "dpdk-performance-changes-3n-skx"
3524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3525   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3526   parameters:
3527   - "name"
3528   - "parent"
3529   - "throughput"
3530
3531 # DPDK Performance Changes 3n-skx 2t1c ndr
3532 - type: "table"
3533   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3534   algorithm: "table_performance_comparison"
3535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3536   history:
3537     - title: "rls1901"
3538       data: "dpdk-performance-changes-3n-skx-h1"
3539   reference:
3540     title: "rls1904"
3541     data: "dpdk-performance-changes-3n-skx-ref"
3542   compare:
3543     title: "rls1908"
3544     data: "dpdk-performance-changes-3n-skx-cmp"
3545   data: "dpdk-performance-changes-3n-skx"
3546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3547   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3548   parameters:
3549   - "name"
3550   - "parent"
3551   - "throughput"
3552
3553 # DPDK Performance Changes 3n-skx 4t2c ndr
3554 - type: "table"
3555   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3556   algorithm: "table_performance_comparison"
3557   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3558   history:
3559     - title: "rls1901"
3560       data: "dpdk-performance-changes-3n-skx-h1"
3561   reference:
3562     title: "rls1904"
3563     data: "dpdk-performance-changes-3n-skx-ref"
3564   compare:
3565     title: "rls1908"
3566     data: "dpdk-performance-changes-3n-skx-cmp"
3567   data: "dpdk-performance-changes-3n-skx"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574
3575 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3576 - type: "table"
3577   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3578   algorithm: "table_performance_comparison"
3579   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3580   reference:
3581     title: "3-Node Hsw"
3582     data: "dpdk-compare-testbeds-ref"
3583   compare:
3584     title: "3-Node Skx"
3585     data: "dpdk-compare-testbeds-cmp"
3586   data: "dpdk-compare-testbeds"
3587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3589   parameters:
3590   - "name"
3591   - "parent"
3592   - "throughput"
3593
3594 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3595 - type: "table"
3596   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3597   algorithm: "table_performance_comparison"
3598   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3599   reference:
3600     title: "3-Node Hsw"
3601     data: "dpdk-compare-testbeds-ref"
3602   compare:
3603     title: "3-Node Skx"
3604     data: "dpdk-compare-testbeds-cmp"
3605   data: "dpdk-compare-testbeds"
3606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3607   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3608   parameters:
3609   - "name"
3610   - "parent"
3611   - "throughput"
3612
3613 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3614 - type: "table"
3615   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3616   algorithm: "table_performance_comparison"
3617   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3618   reference:
3619     title: "3-Node Skx"
3620     data: "dpdk-compare-topologies-ref"
3621   compare:
3622     title: "2-Node Skx"
3623     data: "dpdk-compare-topologies-cmp"
3624   data: "dpdk-compare-topologies"
3625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3626   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3627   parameters:
3628   - "name"
3629   - "parent"
3630   - "throughput"
3631
3632 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3633 - type: "table"
3634   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3635   algorithm: "table_performance_comparison"
3636   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3637   reference:
3638     title: "3-Node Skx"
3639     data: "dpdk-compare-topologies-ref"
3640   compare:
3641     title: "2-Node Skx"
3642     data: "dpdk-compare-topologies-cmp"
3643   data: "dpdk-compare-topologies"
3644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3646   parameters:
3647   - "name"
3648   - "parent"
3649   - "throughput"
3650
3651 # DPDK Performance Changes 2n-skx 2t1c pdr
3652 - type: "table"
3653   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3654   algorithm: "table_performance_comparison"
3655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3656   history:
3657     - title: "rls1901"
3658       data: "dpdk-performance-changes-2n-skx-h1"
3659   reference:
3660     title: "rls1904"
3661     data: "dpdk-performance-changes-2n-skx-ref"
3662   compare:
3663     title: "rls1908"
3664     data: "dpdk-performance-changes-2n-skx-cmp"
3665   data: "dpdk-performance-changes-2n-skx"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672
3673 # DPDK Performance Changes 2n-skx 4t2c pdr
3674 - type: "table"
3675   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3676   algorithm: "table_performance_comparison"
3677   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3678   history:
3679     - title: "rls1901"
3680       data: "dpdk-performance-changes-2n-skx-h1"
3681   reference:
3682     title: "rls1904"
3683     data: "dpdk-performance-changes-2n-skx-ref"
3684   compare:
3685     title: "rls1908"
3686     data: "dpdk-performance-changes-2n-skx-cmp"
3687   data: "dpdk-performance-changes-2n-skx"
3688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694
3695 # DPDK Performance Changes 2n-skx 2t1c ndr
3696 - type: "table"
3697   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3698   algorithm: "table_performance_comparison"
3699   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3700   history:
3701     - title: "rls1901"
3702       data: "dpdk-performance-changes-2n-skx-h1"
3703   reference:
3704     title: "rls1904"
3705     data: "dpdk-performance-changes-2n-skx-ref"
3706   compare:
3707     title: "rls1908"
3708     data: "dpdk-performance-changes-2n-skx-cmp"
3709   data: "dpdk-performance-changes-2n-skx"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3712   parameters:
3713   - "name"
3714   - "parent"
3715   - "throughput"
3716
3717 # DPDK Performance Changes 2n-skx 4t2c ndr
3718 - type: "table"
3719   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3720   algorithm: "table_performance_comparison"
3721   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3722   history:
3723     - title: "rls1901"
3724       data: "dpdk-performance-changes-2n-skx-h1"
3725   reference:
3726     title: "rls1904"
3727     data: "dpdk-performance-changes-2n-skx-ref"
3728   compare:
3729     title: "rls1908"
3730     data: "dpdk-performance-changes-2n-skx-cmp"
3731   data: "dpdk-performance-changes-2n-skx"
3732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3734   parameters:
3735   - "name"
3736   - "parent"
3737   - "throughput"
3738
3739 # Detailed Test Results - DPDK Performance Results 3n-hsw
3740 - type: "table"
3741   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3742   algorithm: "table_details"
3743   output-file-ext: ".csv"
3744   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3745   columns:
3746   - title: "Name"
3747     data: "data name"
3748   - title: "Status"
3749     data: "data msg"
3750   rows: "generated"
3751   data: "dpdk-perf-results-3n-hsw"
3752   filter: "all"
3753   parameters:
3754   - "name"
3755   - "parent"
3756   - "msg"
3757
3758 # Detailed Test Results - DPDK Performance Results 3n-skx
3759 - type: "table"
3760   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3761   algorithm: "table_details"
3762   output-file-ext: ".csv"
3763   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3764   columns:
3765   - title: "Name"
3766     data: "data name"
3767   - title: "Status"
3768     data: "data msg"
3769   rows: "generated"
3770   data: "dpdk-perf-results-3n-skx"
3771   filter: "all"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "msg"
3776
3777 # Detailed Test Results - DPDK Performance Results 2n-skx
3778 - type: "table"
3779   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3780   algorithm: "table_details"
3781   output-file-ext: ".csv"
3782   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3783   columns:
3784   - title: "Name"
3785     data: "data name"
3786   - title: "Status"
3787     data: "data msg"
3788   rows: "generated"
3789   data: "dpdk-perf-results-2n-skx"
3790   filter: "all"
3791   parameters:
3792   - "name"
3793   - "parent"
3794   - "msg"
3795
3796 ################################################################################
3797 ###                                F I L E S                                 ###
3798 ################################################################################
3799
3800 # VPP Performance Results 3n-hsw
3801 - type: "file"
3802   title: "VPP Performance Results 3n-hsw"
3803   algorithm: "file_test_results"
3804   output-file-ext: ".rst"
3805   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3806   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"
3807   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3808   data: "vpp-perf-results-3n-hsw"
3809   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3810   parameters:
3811   - "name"
3812   - "doc"
3813   - "level"
3814   - "parent"
3815   data-start-level: 3
3816
3817 # VPP Performance Results 3n-skx
3818 - type: "file"
3819   title: "VPP Performance Results 3n-skx"
3820   algorithm: "file_test_results"
3821   output-file-ext: ".rst"
3822   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3823   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"
3824   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3825   data: "vpp-perf-results-3n-skx"
3826   filter: "not 'CFS_OPT'"
3827   parameters:
3828   - "name"
3829   - "doc"
3830   - "level"
3831   - "parent"
3832   data-start-level: 3
3833
3834 # VPP Performance Results 2n-skx
3835 - type: "file"
3836   title: "VPP Performance Results 2n-skx"
3837   algorithm: "file_test_results"
3838   output-file-ext: ".rst"
3839   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3840   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"
3841   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3842   data: "vpp-perf-results-2n-skx"
3843   filter: "not 'CFS_OPT'"
3844   parameters:
3845   - "name"
3846   - "doc"
3847   - "level"
3848   - "parent"
3849   data-start-level: 3
3850
3851 # VPP Performance Results 3n-tsh
3852 - type: "file"
3853   title: "VPP Performance Results 3n-tsh"
3854   algorithm: "file_test_results"
3855   output-file-ext: ".rst"
3856   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3857   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"
3858   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3859   data: "vpp-perf-results-3n-tsh"
3860   filter: "not 'CFS_OPT'"
3861   parameters:
3862   - "name"
3863   - "doc"
3864   - "level"
3865   - "parent"
3866   data-start-level: 3
3867
3868 # VPP Performance Results 3n-dnv
3869 - type: "file"
3870   title: "VPP Performance Results 3n-dnv"
3871   algorithm: "file_test_results"
3872   output-file-ext: ".rst"
3873   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3874   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"
3875   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
3876   data: "vpp-perf-results-3n-dnv"
3877   filter: "'NDRPDR'"
3878   parameters:
3879   - "name"
3880   - "doc"
3881   - "level"
3882   - "parent"
3883   data-start-level: 3
3884
3885 # VPP Performance Results 2n-dnv
3886 - type: "file"
3887   title: "VPP Performance Results 2n-dnv"
3888   algorithm: "file_test_results"
3889   output-file-ext: ".rst"
3890   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3891   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"
3892   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3893   data: "vpp-perf-results-2n-dnv"
3894   filter: "'NDRPDR'"
3895   parameters:
3896   - "name"
3897   - "doc"
3898   - "level"
3899   - "parent"
3900   data-start-level: 3
3901
3902 # VPP Performance Configuration 3n-hsw
3903 - type: "file"
3904   title: "VPP Performance Configuration 3n-hsw"
3905   algorithm: "file_test_results"
3906   output-file-ext: ".rst"
3907   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3908   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"
3909   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3910   data: "vpp-perf-results-3n-hsw"
3911   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3912   parameters:
3913   - "name"
3914   - "doc"
3915   - "level"
3916   - "parent"
3917   data-start-level: 3
3918
3919 # VPP Performance Configuration 3n-skx
3920 - type: "file"
3921   title: "VPP Performance Configuration 3n-skx"
3922   algorithm: "file_test_results"
3923   output-file-ext: ".rst"
3924   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3925   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"
3926   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3927   data: "vpp-perf-results-3n-skx"
3928   filter: "not 'CFS_OPT'"
3929   parameters:
3930   - "name"
3931   - "doc"
3932   - "level"
3933   - "parent"
3934   data-start-level: 3
3935
3936 # VPP Performance Configuration 2n-skx
3937 - type: "file"
3938   title: "VPP Performance Configuration 2n-skx"
3939   algorithm: "file_test_results"
3940   output-file-ext: ".rst"
3941   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3942   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"
3943   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3944   data: "vpp-perf-results-2n-skx"
3945   filter: "not 'CFS_OPT'"
3946   parameters:
3947   - "name"
3948   - "doc"
3949   - "level"
3950   - "parent"
3951   data-start-level: 3
3952
3953 # VPP Performance Configuration 3n-tsh
3954 - type: "file"
3955   title: "VPP Performance Configuration 3n-tsh"
3956   algorithm: "file_test_results"
3957   output-file-ext: ".rst"
3958   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3959   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"
3960   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3961   data: "vpp-perf-results-3n-tsh"
3962   filter: "not 'CFS_OPT'"
3963   parameters:
3964   - "name"
3965   - "doc"
3966   - "level"
3967   - "parent"
3968   data-start-level: 3
3969
3970 # VPP Performance Configuration 3n-dnv
3971 - type: "file"
3972   title: "VPP Performance Configuration 3n-dnv"
3973   algorithm: "file_test_results"
3974   output-file-ext: ".rst"
3975   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
3976   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"
3977   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
3978   data: "vpp-perf-results-3n-dnv"
3979   filter: "'NDRPDR'"
3980   parameters:
3981   - "name"
3982   - "doc"
3983   - "level"
3984   - "parent"
3985   data-start-level: 3
3986
3987 # VPP Performance Configuration 2n-dnv
3988 - type: "file"
3989   title: "VPP Performance Configuration 2n-dnv"
3990   algorithm: "file_test_results"
3991   output-file-ext: ".rst"
3992   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3993   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"
3994   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3995   data: "vpp-perf-results-2n-dnv"
3996   filter: "'NDRPDR'"
3997   parameters:
3998   - "name"
3999   - "doc"
4000   - "level"
4001   - "parent"
4002   data-start-level: 3
4003
4004 # VPP Performance Operational Data 3n-hsw
4005 - type: "file"
4006   title: "VPP Performance Operational Data 3n-hsw"
4007   algorithm: "file_test_results"
4008   output-file-ext: ".rst"
4009   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4010   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"
4011   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4012   data: "vpp-perf-results-3n-hsw"
4013   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4014   parameters:
4015   - "name"
4016   - "doc"
4017   - "level"
4018   - "parent"
4019   data-start-level: 3
4020
4021 # VPP Performance Operational Data 3n-skx
4022 - type: "file"
4023   title: "VPP Performance Operational Data 3n-skx"
4024   algorithm: "file_test_results"
4025   output-file-ext: ".rst"
4026   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4027   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"
4028   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4029   data: "vpp-perf-results-3n-skx"
4030   filter: "not 'CFS_OPT'"
4031   parameters:
4032   - "name"
4033   - "doc"
4034   - "level"
4035   - "parent"
4036   data-start-level: 3
4037
4038 # VPP Performance Operational Data 2n-skx
4039 - type: "file"
4040   title: "VPP Performance Operational Data 2n-skx"
4041   algorithm: "file_test_results"
4042   output-file-ext: ".rst"
4043   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4044   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"
4045   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4046   data: "vpp-perf-results-2n-skx"
4047   filter: "not 'CFS_OPT'"
4048   parameters:
4049   - "name"
4050   - "doc"
4051   - "level"
4052   - "parent"
4053   data-start-level: 3
4054
4055 # VPP Performance Operational Data 3n-tsh
4056 - type: "file"
4057   title: "VPP Performance Operational Data 3n-tsh"
4058   algorithm: "file_test_results"
4059   output-file-ext: ".rst"
4060   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4061   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"
4062   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4063   data: "vpp-perf-results-3n-tsh"
4064   filter: "not 'CFS_OPT'"
4065   parameters:
4066   - "name"
4067   - "doc"
4068   - "level"
4069   - "parent"
4070   data-start-level: 3
4071
4072 # VPP Performance Operational Data 3n-dnv
4073 - type: "file"
4074   title: "VPP Performance Operational Data 3n-dnv"
4075   algorithm: "file_test_results"
4076   output-file-ext: ".rst"
4077   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
4078   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"
4079   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
4080   data: "vpp-perf-results-3n-dnv"
4081   filter: "'NDRPDR'"
4082   parameters:
4083   - "name"
4084   - "doc"
4085   - "level"
4086   - "parent"
4087   data-start-level: 3
4088
4089 # VPP Performance Operational Data 2n-dnv
4090 - type: "file"
4091   title: "VPP Performance Operational Data 2n-dnv"
4092   algorithm: "file_test_results"
4093   output-file-ext: ".rst"
4094   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4095   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"
4096   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4097   data: "vpp-perf-results-2n-dnv"
4098   filter: "'NDRPDR'"
4099   parameters:
4100   - "name"
4101   - "doc"
4102   - "level"
4103   - "parent"
4104   data-start-level: 3
4105
4106 # VPP MRR Results 3n-hsw
4107 - type: "file"
4108   title: "VPP MRR Results 3n-hsw"
4109   algorithm: "file_test_results"
4110   output-file-ext: ".rst"
4111   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4112   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"
4113   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4114   data: "vpp-mrr-results-3n-hsw"
4115   filter: "'MRR'"
4116   parameters:
4117   - "name"
4118   - "doc"
4119   - "level"
4120   - "parent"
4121   data-start-level: 3
4122
4123 # VPP MRR Results 3n-skx
4124 - type: "file"
4125   title: "VPP MRR Results 3n-skx"
4126   algorithm: "file_test_results"
4127   output-file-ext: ".rst"
4128   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4129   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"
4130   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4131   data: "vpp-mrr-results-3n-skx"
4132   filter: "'MRR'"
4133   parameters:
4134   - "name"
4135   - "doc"
4136   - "level"
4137   - "parent"
4138   data-start-level: 3
4139
4140 # VPP MRR Results 2n-skx
4141 - type: "file"
4142   title: "VPP MRR Results 2n-skx"
4143   algorithm: "file_test_results"
4144   output-file-ext: ".rst"
4145   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4146   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"
4147   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4148   data: "vpp-mrr-results-2n-skx"
4149   filter: "all"
4150   parameters:
4151   - "name"
4152   - "doc"
4153   - "level"
4154   - "parent"
4155   data-start-level: 3
4156
4157 # VPP MRR Configuration 3n-hsw
4158 - type: "file"
4159   title: "VPP MRR Configuration 3n-hsw"
4160   algorithm: "file_test_results"
4161   output-file-ext: ".rst"
4162   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4163   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"
4164   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4165   data: "vpp-mrr-results-3n-hsw"
4166   filter: "'MRR'"
4167   parameters:
4168   - "name"
4169   - "doc"
4170   - "level"
4171   - "parent"
4172   data-start-level: 3
4173
4174 # VPP MRR Configuration 3n-skx
4175 - type: "file"
4176   title: "VPP MRR Configuration 3n-skx"
4177   algorithm: "file_test_results"
4178   output-file-ext: ".rst"
4179   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4180   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"
4181   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4182   data: "vpp-mrr-results-3n-skx"
4183   filter: "'MRR'"
4184   parameters:
4185   - "name"
4186   - "doc"
4187   - "level"
4188   - "parent"
4189   data-start-level: 3
4190
4191 # VPP MRR Configuration 2n-skx
4192 - type: "file"
4193   title: "VPP MRR Configuration 2n-skx"
4194   algorithm: "file_test_results"
4195   output-file-ext: ".rst"
4196   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4197   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"
4198   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4199   data: "vpp-mrr-results-2n-skx"
4200   filter: "'MRR'"
4201   parameters:
4202   - "name"
4203   - "doc"
4204   - "level"
4205   - "parent"
4206   data-start-level: 3
4207
4208 # VPP Functional Results - Ubuntu
4209 - type: "file"
4210   title: "VPP Functional Results - Ubuntu"
4211   algorithm: "file_test_results"
4212   output-file-ext: ".rst"
4213   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4214   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"
4215   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4216   data: "vpp-func-results-ubuntu"
4217   filter: "all"
4218   parameters:
4219   - "name"
4220   - "doc"
4221   - "level"
4222   - "parent"
4223   data-start-level: 3
4224
4225 # VPP Functional Results - CentOS
4226 - type: "file"
4227   title: "VPP Functional Results - CentOS"
4228   algorithm: "file_test_results"
4229   output-file-ext: ".rst"
4230   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4231   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"
4232   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4233   data:
4234     "vpp-func-results-centos"
4235   filter: "all"
4236   parameters:
4237   - "name"
4238   - "doc"
4239   - "level"
4240   - "parent"
4241   data-start-level: 3
4242
4243 # VPP Functional Configuration - Ubuntu
4244 - type: "file"
4245   title: "VPP Functional Configuration - Ubuntu"
4246   algorithm: "file_test_results"
4247   output-file-ext: ".rst"
4248   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4249   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"
4250   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4251   data: "vpp-func-results-ubuntu"
4252   filter: "all"
4253   parameters:
4254   - "name"
4255   - "doc"
4256   - "level"
4257   - "parent"
4258   data-start-level: 3
4259
4260 # VPP Functional Configuration - CentOS
4261 - type: "file"
4262   title: "VPP Functional Configuration - CentOS"
4263   algorithm: "file_test_results"
4264   output-file-ext: ".rst"
4265   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4266   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"
4267   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4268   data:
4269     "vpp-func-results-centos"
4270   filter: "all"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP Device Results - Ubuntu
4279 - type: "file"
4280   title: "VPP Device Results - Ubuntu"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4284   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"
4285   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4286   data: "vpp-device-results-ubuntu"
4287   filter: "all"
4288   parameters:
4289   - "name"
4290   - "doc"
4291   - "level"
4292   - "parent"
4293   data-start-level: 2
4294
4295 # VPP Device Configuration - Ubuntu
4296 - type: "file"
4297   title: "VPP Device Configuration - Ubuntu"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4301   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"
4302   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4303   data: "vpp-device-results-ubuntu"
4304   filter: "all"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 2
4311
4312 # DPDK Performance Results 3n-hsw
4313 - type: "file"
4314   title: "DPDK Performance Results 3n-hsw"
4315   algorithm: "file_test_results"
4316   output-file-ext: ".rst"
4317   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4318   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"
4319   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4320   data: "dpdk-perf-results-3n-hsw"
4321   filter: "all"
4322   parameters:
4323   - "name"
4324   - "doc"
4325   - "level"
4326   - "parent"
4327   data-start-level: 3
4328
4329 # DPDK Performance Results 3n-skx
4330 - type: "file"
4331   title: "DPDK Performance Results 3n-skx"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4335   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"
4336   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4337   data: "dpdk-perf-results-3n-skx"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # DPDK Performance Results 2n-skx
4347 - type: "file"
4348   title: "DPDK Performance Results 2n-skx"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4352   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"
4353   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4354   data: "dpdk-perf-results-2n-skx"
4355   filter: "all"
4356   parameters:
4357   - "name"
4358   - "doc"
4359   - "level"
4360   - "parent"
4361   data-start-level: 3
4362
4363 ################################################################################
4364 ###                                P L O T S                                 ###
4365 ################################################################################
4366
4367 # Plots VPP HTTP Server Performance
4368 - type: "plot"
4369   title: "VPP HTTP Server Performance"
4370   algorithm: "plot_http_server_performance_box"
4371   output-file-type: ".html"
4372   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4373   data:
4374     "plot-vpp-http-server-performance"
4375   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4376   # each tag is enclosed with ' (apostrophe).
4377   filter: "'HTTP' and 'TCP_CPS'"
4378   parameters:
4379   - "result"
4380   - "name"
4381   traces:
4382     hoverinfo: "x+y"
4383     boxpoints: "outliers"
4384     whiskerwidth: 0
4385   layout:
4386     title: "VPP HTTP Server Performance"
4387     layout:
4388       "plot-cps"
4389
4390 - type: "plot"
4391   title: "VPP HTTP Server Performance"
4392   algorithm: "plot_http_server_performance_box"
4393   output-file-type: ".html"
4394   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4395   data:
4396     "plot-vpp-http-server-performance"
4397   filter: "'HTTP' and 'TCP_RPS'"
4398   parameters:
4399   - "result"
4400   - "name"
4401   traces:
4402     hoverinfo: "x+y"
4403     boxpoints: "outliers"
4404     whiskerwidth: 0
4405   layout:
4406     title: "VPP HTTP Server Performance"
4407     layout:
4408       "plot-rps"
4409
4410 ################################################################################
4411
4412 # Soak Test (PLRsearch), boxes
4413 - type: "plot"
4414   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4415   algorithm: "plot_performance_box"
4416   output-file-type: ".html"
4417   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4418   data: "plot-vpp-soak-2n-skx"
4419   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4420   parameters:
4421     - "throughput"
4422     - "parent"
4423     - "tags"
4424   sort:
4425     - "DRV_AVF"
4426     - "DRV_AVF"
4427     - "DRV_AVF"
4428     - "L2BDMACLRN"
4429     - "L2XCBASE"
4430     - "L2PATCH"
4431   traces:
4432     hoverinfo: "x+y"
4433     boxpoints: "all"
4434     whiskerwidth: 0
4435   layout:
4436     title: "30 Minutes Soak Test (PLRsearch)"
4437     layout: "plot-soak-throughput"
4438
4439 # Soak Test (PLRsearch), boxes
4440 - type: "plot"
4441   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4442   algorithm: "plot_performance_box"
4443   output-file-type: ".html"
4444   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4445   data: "plot-vpp-soak-2n-skx"
4446   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4447   parameters:
4448     - "throughput"
4449     - "parent"
4450     - "tags"
4451   sort:
4452     - "VHOST"
4453     - "VHOST"
4454     - "MEMIF"
4455     - "IP4FWD"
4456     - "IP4FWD"
4457     - "IP6FWD"
4458   traces:
4459     hoverinfo: "x+y"
4460     boxpoints: "all"
4461     whiskerwidth: 0
4462   layout:
4463     title: "30 Minutes Soak Test (PLRsearch)"
4464     layout: "plot-soak-throughput"
4465
4466 ###############################################################################
4467 # Plots - NF Density - VSC - MRR 64b
4468 - type: "plot"
4469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4470   algorithm: "plot_service_density_heatmap"
4471   output-file-type: ".html"
4472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4473   data: "plot-vpp-nfv-2n-skx-mrr"
4474   filter: "'NIC_Intel-XXV710' and
4475            'NF_DENSITY' and
4476            'VHOST' and
4477            'CHAIN' and
4478            'NF_VPPIP4' and
4479            '64B' and
4480            '2T1C' and
4481            'MRR'"
4482   reference:
4483     include: "2"
4484     name: "VNF-1c"
4485   compare:
4486     include: "1"
4487     name: "VNF-0.5c"
4488   parameters:
4489   - "result"
4490   - "name"
4491   - "tags"
4492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493   x-axis: "X = VNFs per Service Chain"
4494   y-axis: "Y = Number of Service Chains"
4495   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4496   layout:
4497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4498     layout: "plot-service-density"
4499
4500 - type: "plot"
4501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4502   algorithm: "plot_service_density_heatmap"
4503   output-file-type: ".html"
4504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4505   data: "plot-vpp-nfv-2n-skx-mrr"
4506   filter: "'NIC_Intel-XXV710' and
4507            'NF_DENSITY' and
4508            'VHOST' and
4509            'CHAIN' and
4510            'NF_VPPIP4' and
4511            '64B' and
4512            '4T2C' and
4513            'MRR'"
4514   reference:
4515     include: "2"
4516     name: "VNF-1c"
4517   compare:
4518     include: "1"
4519     name: "VNF-0.5c"
4520   parameters:
4521   - "result"
4522   - "name"
4523   - "tags"
4524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525   x-axis: "X = VNFs per Service Chain"
4526   y-axis: "Y = Number of Service Chains"
4527   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4528   layout:
4529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4530     layout: "plot-service-density"
4531
4532 - type: "plot"
4533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4534   algorithm: "plot_service_density_heatmap"
4535   output-file-type: ".html"
4536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4537   data: "plot-vpp-nfv-2n-skx-mrr"
4538   filter: "'NIC_Intel-XXV710' and
4539            'NF_DENSITY' and
4540            'VHOST' and
4541            'CHAIN' and
4542            'NF_VPPIP4' and
4543            '64B' and
4544            '8T4C' and
4545            'MRR'"
4546   reference:
4547     include: "2"
4548     name: "VNF-1c"
4549   compare:
4550     include: "1"
4551     name: "VNF-0.5c"
4552   parameters:
4553   - "result"
4554   - "name"
4555   - "tags"
4556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557   x-axis: "X = VNFs per Service Chain"
4558   y-axis: "Y = Number of Service Chains"
4559   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4560   layout:
4561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4562     layout: "plot-service-density"
4563
4564 # Plots - NF Density - VSC - MRR IMIX
4565 - type: "plot"
4566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4567   algorithm: "plot_service_density_heatmap"
4568   output-file-type: ".html"
4569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4570   data: "plot-vpp-nfv-2n-skx-mrr"
4571   filter: "'NIC_Intel-XXV710' and
4572            'NF_DENSITY' and
4573            'VHOST' and
4574            'CHAIN' and
4575            'NF_VPPIP4' and
4576            'IMIX' and
4577            '2T1C' and
4578            'MRR'"
4579   reference:
4580     include: "2"
4581     name: "VNF-1c"
4582   compare:
4583     include: "1"
4584     name: "VNF-0.5c"
4585   parameters:
4586   - "result"
4587   - "name"
4588   - "tags"
4589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4590   x-axis: "X = VNFs per Service Chain"
4591   y-axis: "Y = Number of Service Chains"
4592   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4593   layout:
4594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4595     layout: "plot-service-density"
4596
4597 - type: "plot"
4598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4599   algorithm: "plot_service_density_heatmap"
4600   output-file-type: ".html"
4601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4602   data: "plot-vpp-nfv-2n-skx-mrr"
4603   filter: "'NIC_Intel-XXV710' and
4604            'NF_DENSITY' and
4605            'VHOST' and
4606            'CHAIN' and
4607            'NF_VPPIP4' and
4608            'IMIX' and
4609            '4T2C' and
4610            'MRR'"
4611   reference:
4612     include: "2"
4613     name: "VNF-1c"
4614   compare:
4615     include: "1"
4616     name: "VNF-0.5c"
4617   parameters:
4618   - "result"
4619   - "name"
4620   - "tags"
4621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4622   x-axis: "X = VNFs per Service Chain"
4623   y-axis: "Y = Number of Service Chains"
4624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4625   layout:
4626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4627     layout: "plot-service-density"
4628
4629 - type: "plot"
4630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4631   algorithm: "plot_service_density_heatmap"
4632   output-file-type: ".html"
4633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4634   data: "plot-vpp-nfv-2n-skx-mrr"
4635   filter: "'NIC_Intel-XXV710' and
4636            'NF_DENSITY' and
4637            'VHOST' and
4638            'CHAIN' and
4639            'NF_VPPIP4' and
4640            'IMIX' and
4641            '8T4C' and
4642            'MRR'"
4643   reference:
4644     include: "2"
4645     name: "VNF-1c"
4646   compare:
4647     include: "1"
4648     name: "VNF-0.5c"
4649   parameters:
4650   - "result"
4651   - "name"
4652   - "tags"
4653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4654   x-axis: "X = VNFs per Service Chain"
4655   y-axis: "Y = Number of Service Chains"
4656   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4657   layout:
4658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4659     layout: "plot-service-density"
4660
4661 # Plots - NF Density - VSC - NDR 64b
4662 - type: "plot"
4663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4664   algorithm: "plot_service_density_heatmap"
4665   output-file-type: ".html"
4666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4667   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4668   filter: "'NIC_Intel-XXV710' and
4669            'NF_DENSITY' and
4670            'VHOST' and
4671            'CHAIN' and
4672            'NF_VPPIP4' and
4673            '64B' and
4674            '2T1C' and
4675            'NDRPDR'"
4676   reference:
4677     include: "2"
4678     name: "VNF-1c"
4679   compare:
4680     include: "1"
4681     name: "VNF-0.5c"
4682   parameters:
4683   - "throughput"
4684   - "name"
4685   - "tags"
4686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4687   x-axis: "X = VNFs per Service Chain"
4688   y-axis: "Y = Number of Service Chains"
4689   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4690   layout:
4691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4692     layout: "plot-service-density"
4693
4694 - type: "plot"
4695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4696   algorithm: "plot_service_density_heatmap"
4697   output-file-type: ".html"
4698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4699   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4700   filter: "'NIC_Intel-XXV710' and
4701            'NF_DENSITY' and
4702            'VHOST' and
4703            'CHAIN' and
4704            'NF_VPPIP4' and
4705            '64B' and
4706            '4T2C' and
4707            'NDRPDR'"
4708   reference:
4709     include: "2"
4710     name: "VNF-1c"
4711   compare:
4712     include: "1"
4713     name: "VNF-0.5c"
4714   parameters:
4715   - "throughput"
4716   - "name"
4717   - "tags"
4718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4719   x-axis: "X = VNFs per Service Chain"
4720   y-axis: "Y = Number of Service Chains"
4721   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4722   layout:
4723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4724     layout: "plot-service-density"
4725
4726 - type: "plot"
4727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4728   algorithm: "plot_service_density_heatmap"
4729   output-file-type: ".html"
4730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4731   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4732   filter: "'NIC_Intel-XXV710' and
4733            'NF_DENSITY' and
4734            'VHOST' and
4735            'CHAIN' and
4736            'NF_VPPIP4' and
4737            '64B' and
4738            '8T4C' and
4739            'NDRPDR'"
4740   reference:
4741     include: "2"
4742     name: "VNF-1c"
4743   compare:
4744     include: "1"
4745     name: "VNF-0.5c"
4746   parameters:
4747   - "throughput"
4748   - "name"
4749   - "tags"
4750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4751   x-axis: "X = VNFs per Service Chain"
4752   y-axis: "Y = Number of Service Chains"
4753   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4754   layout:
4755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4756     layout: "plot-service-density"
4757
4758 # Plots - NF Density - VSC - NDR IMIX
4759 - type: "plot"
4760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4761   algorithm: "plot_service_density_heatmap"
4762   output-file-type: ".html"
4763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4764   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4765   filter: "'NIC_Intel-XXV710' and
4766            'NF_DENSITY' and
4767            'VHOST' and
4768            'CHAIN' and
4769            'NF_VPPIP4' and
4770            'IMIX' and
4771            '2T1C' and
4772            'NDRPDR'"
4773   reference:
4774     include: "2"
4775     name: "VNF-1c"
4776   compare:
4777     include: "1"
4778     name: "VNF-0.5c"
4779   parameters:
4780   - "throughput"
4781   - "name"
4782   - "tags"
4783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4784   x-axis: "X = VNFs per Service Chain"
4785   y-axis: "Y = Number of Service Chains"
4786   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4787   layout:
4788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4789     layout: "plot-service-density"
4790
4791 - type: "plot"
4792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4793   algorithm: "plot_service_density_heatmap"
4794   output-file-type: ".html"
4795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4796   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4797   filter: "'NIC_Intel-XXV710' and
4798            'NF_DENSITY' and
4799            'VHOST' and
4800            'CHAIN' and
4801            'NF_VPPIP4' and
4802            'IMIX' and
4803            '4T2C' and
4804            'NDRPDR'"
4805   reference:
4806     include: "2"
4807     name: "VNF-1c"
4808   compare:
4809     include: "1"
4810     name: "VNF-0.5c"
4811   parameters:
4812   - "throughput"
4813   - "name"
4814   - "tags"
4815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4816   x-axis: "X = VNFs per Service Chain"
4817   y-axis: "Y = Number of Service Chains"
4818   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4819   layout:
4820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4821     layout: "plot-service-density"
4822
4823 - type: "plot"
4824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4825   algorithm: "plot_service_density_heatmap"
4826   output-file-type: ".html"
4827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4829   filter: "'NIC_Intel-XXV710' and
4830            'NF_DENSITY' and
4831            'VHOST' and
4832            'CHAIN' and
4833            'NF_VPPIP4' and
4834            'IMIX' and
4835            '8T4C' and
4836            'NDRPDR'"
4837   reference:
4838     include: "2"
4839     name: "VNF-1c"
4840   compare:
4841     include: "1"
4842     name: "VNF-0.5c"
4843   parameters:
4844   - "throughput"
4845   - "name"
4846   - "tags"
4847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4848   x-axis: "X = VNFs per Service Chain"
4849   y-axis: "Y = Number of Service Chains"
4850   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4851   layout:
4852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4853     layout: "plot-service-density"
4854
4855 # Plots - NF Density - VSC - PDR 64b
4856 - type: "plot"
4857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4858   algorithm: "plot_service_density_heatmap"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4861   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4862   filter: "'NIC_Intel-XXV710' and
4863            'NF_DENSITY' and
4864            'VHOST' and
4865            'CHAIN' and
4866            'NF_VPPIP4' and
4867            '64B' and
4868            '2T1C' and
4869            'NDRPDR'"
4870   reference:
4871     include: "2"
4872     name: "VNF-1c"
4873   compare:
4874     include: "1"
4875     name: "VNF-0.5c"
4876   parameters:
4877   - "throughput"
4878   - "name"
4879   - "tags"
4880   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4881   x-axis: "X = VNFs per Service Chain"
4882   y-axis: "Y = Number of Service Chains"
4883   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4884   layout:
4885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4886     layout: "plot-service-density"
4887
4888 - type: "plot"
4889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4890   algorithm: "plot_service_density_heatmap"
4891   output-file-type: ".html"
4892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4893   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4894   filter: "'NIC_Intel-XXV710' and
4895            'NF_DENSITY' and
4896            'VHOST' and
4897            'CHAIN' and
4898            'NF_VPPIP4' and
4899            '64B' and
4900            '4T2C' and
4901            'NDRPDR'"
4902   reference:
4903     include: "2"
4904     name: "VNF-1c"
4905   compare:
4906     include: "1"
4907     name: "VNF-0.5c"
4908   parameters:
4909   - "throughput"
4910   - "name"
4911   - "tags"
4912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4913   x-axis: "X = VNFs per Service Chain"
4914   y-axis: "Y = Number of Service Chains"
4915   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4916   layout:
4917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4918     layout: "plot-service-density"
4919
4920 - type: "plot"
4921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4922   algorithm: "plot_service_density_heatmap"
4923   output-file-type: ".html"
4924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4925   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4926   filter: "'NIC_Intel-XXV710' and
4927            'NF_DENSITY' and
4928            'VHOST' and
4929            'CHAIN' and
4930            'NF_VPPIP4' and
4931            '64B' and
4932            '8T4C' and
4933            'NDRPDR'"
4934   reference:
4935     include: "2"
4936     name: "VNF-1c"
4937   compare:
4938     include: "1"
4939     name: "VNF-0.5c"
4940   parameters:
4941   - "throughput"
4942   - "name"
4943   - "tags"
4944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4945   x-axis: "X = VNFs per Service Chain"
4946   y-axis: "Y = Number of Service Chains"
4947   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4948   layout:
4949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4950     layout: "plot-service-density"
4951
4952 # Plots - NF Density - VSC - PDR IMIX
4953 - type: "plot"
4954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4955   algorithm: "plot_service_density_heatmap"
4956   output-file-type: ".html"
4957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
4958   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4959   filter: "'NIC_Intel-XXV710' and
4960            'NF_DENSITY' and
4961            'VHOST' and
4962            'CHAIN' and
4963            'NF_VPPIP4' and
4964            'IMIX' and
4965            '2T1C' and
4966            'NDRPDR'"
4967   reference:
4968     include: "2"
4969     name: "VNF-1c"
4970   compare:
4971     include: "1"
4972     name: "VNF-0.5c"
4973   parameters:
4974   - "throughput"
4975   - "name"
4976   - "tags"
4977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4978   x-axis: "X = VNFs per Service Chain"
4979   y-axis: "Y = Number of Service Chains"
4980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4981   layout:
4982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4983     layout: "plot-service-density"
4984
4985 - type: "plot"
4986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4987   algorithm: "plot_service_density_heatmap"
4988   output-file-type: ".html"
4989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
4990   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4991   filter: "'NIC_Intel-XXV710' and
4992            'NF_DENSITY' and
4993            'VHOST' and
4994            'CHAIN' and
4995            'NF_VPPIP4' and
4996            'IMIX' and
4997            '4T2C' and
4998            'NDRPDR'"
4999   reference:
5000     include: "2"
5001     name: "VNF-1c"
5002   compare:
5003     include: "1"
5004     name: "VNF-0.5c"
5005   parameters:
5006   - "throughput"
5007   - "name"
5008   - "tags"
5009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5010   x-axis: "X = VNFs per Service Chain"
5011   y-axis: "Y = Number of Service Chains"
5012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5013   layout:
5014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5015     layout: "plot-service-density"
5016
5017 - type: "plot"
5018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5019   algorithm: "plot_service_density_heatmap"
5020   output-file-type: ".html"
5021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5022   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5023   filter: "'NIC_Intel-XXV710' and
5024            'NF_DENSITY' and
5025            'VHOST' and
5026            'CHAIN' and
5027            'NF_VPPIP4' and
5028            'IMIX' and
5029            '8T4C' and
5030            'NDRPDR'"
5031   reference:
5032     include: "2"
5033     name: "VNF-1c"
5034   compare:
5035     include: "1"
5036     name: "VNF-0.5c"
5037   parameters:
5038   - "throughput"
5039   - "name"
5040   - "tags"
5041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5042   x-axis: "X = VNFs per Service Chain"
5043   y-axis: "Y = Number of Service Chains"
5044   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5045   layout:
5046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5047     layout: "plot-service-density"
5048
5049 ###############################################################################
5050 # Plots - NF Density - CSC - MRR 64b
5051 - type: "plot"
5052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5053   algorithm: "plot_service_density_heatmap"
5054   output-file-type: ".html"
5055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5056   data: "plot-vpp-nfv-2n-skx-mrr"
5057   filter: "'NIC_Intel-XXV710' and
5058            'NF_DENSITY' and
5059            'DOCKER' and
5060            'CHAIN' and
5061            'NF_VPPIP4' and
5062            '64B' and
5063            '2T1C' and
5064            'MRR'"
5065   reference:
5066     include: "2"
5067     name: "CNF-1c"
5068   compare:
5069     include: "1"
5070     name: "CNF-0.5c"
5071   parameters:
5072   - "result"
5073   - "name"
5074   - "tags"
5075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5076   x-axis: "X = CNFs per Service Chain"
5077   y-axis: "Y = Number of Service Chains"
5078   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5079   layout:
5080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5081     layout: "plot-service-density"
5082
5083 - type: "plot"
5084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5085   algorithm: "plot_service_density_heatmap"
5086   output-file-type: ".html"
5087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5088   data: "plot-vpp-nfv-2n-skx-mrr"
5089   filter: "'NIC_Intel-XXV710' and
5090            'NF_DENSITY' and
5091            'DOCKER' and
5092            'CHAIN' and
5093            'NF_VPPIP4' and
5094            '64B' and
5095            '4T2C' and
5096            'MRR'"
5097   reference:
5098     include: "2"
5099     name: "CNF-1c"
5100   compare:
5101     include: "1"
5102     name: "CNF-0.5c"
5103   parameters:
5104   - "result"
5105   - "name"
5106   - "tags"
5107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5108   x-axis: "X = CNFs per Service Chain"
5109   y-axis: "Y = Number of Service Chains"
5110   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5111   layout:
5112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5113     layout: "plot-service-density"
5114
5115 - type: "plot"
5116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5117   algorithm: "plot_service_density_heatmap"
5118   output-file-type: ".html"
5119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5120   data: "plot-vpp-nfv-2n-skx-mrr"
5121   filter: "'NIC_Intel-XXV710' and
5122            'NF_DENSITY' and
5123            'DOCKER' and
5124            'CHAIN' and
5125            'NF_VPPIP4' and
5126            '64B' and
5127            '8T4C' and
5128            'MRR'"
5129   reference:
5130     include: "2"
5131     name: "CNF-1c"
5132   compare:
5133     include: "1"
5134     name: "CNF-0.5c"
5135   parameters:
5136   - "result"
5137   - "name"
5138   - "tags"
5139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5140   x-axis: "X = CNFs per Service Chain"
5141   y-axis: "Y = Number of Service Chains"
5142   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5143   layout:
5144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5145     layout: "plot-service-density"
5146
5147 # Plots - NF Density - CSC - MRR IMIX
5148 - type: "plot"
5149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5150   algorithm: "plot_service_density_heatmap"
5151   output-file-type: ".html"
5152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5153   data: "plot-vpp-nfv-2n-skx-mrr"
5154   filter: "'NIC_Intel-XXV710' and
5155            'NF_DENSITY' and
5156            'DOCKER' and
5157            'CHAIN' and
5158            'NF_VPPIP4' and
5159            'IMIX' and
5160            '2T1C' and
5161            'MRR'"
5162   reference:
5163     include: "2"
5164     name: "CNF-1c"
5165   compare:
5166     include: "1"
5167     name: "CNF-0.5c"
5168   parameters:
5169   - "result"
5170   - "name"
5171   - "tags"
5172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5173   x-axis: "X = CNFs per Service Chain"
5174   y-axis: "Y = Number of Service Chains"
5175   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5176   layout:
5177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5178     layout: "plot-service-density"
5179
5180 - type: "plot"
5181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5182   algorithm: "plot_service_density_heatmap"
5183   output-file-type: ".html"
5184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5185   data: "plot-vpp-nfv-2n-skx-mrr"
5186   filter: "'NIC_Intel-XXV710' and
5187            'NF_DENSITY' and
5188            'DOCKER' and
5189            'CHAIN' and
5190            'NF_VPPIP4' and
5191            'IMIX' and
5192            '4T2C' and
5193            'MRR'"
5194   reference:
5195     include: "2"
5196     name: "CNF-1c"
5197   compare:
5198     include: "1"
5199     name: "CNF-0.5c"
5200   parameters:
5201   - "result"
5202   - "name"
5203   - "tags"
5204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5205   x-axis: "X = CNFs per Service Chain"
5206   y-axis: "Y = Number of Service Chains"
5207   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5208   layout:
5209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5210     layout: "plot-service-density"
5211
5212 - type: "plot"
5213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5214   algorithm: "plot_service_density_heatmap"
5215   output-file-type: ".html"
5216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5217   data: "plot-vpp-nfv-2n-skx-mrr"
5218   filter: "'NIC_Intel-XXV710' and
5219            'NF_DENSITY' and
5220            'DOCKER' and
5221            'CHAIN' and
5222            'NF_VPPIP4' and
5223            'IMIX' and
5224            '8T4C' and
5225            'MRR'"
5226   reference:
5227     include: "2"
5228     name: "CNF-1c"
5229   compare:
5230     include: "1"
5231     name: "CNF-0.5c"
5232   parameters:
5233   - "result"
5234   - "name"
5235   - "tags"
5236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5237   x-axis: "X = CNFs per Service Chain"
5238   y-axis: "Y = Number of Service Chains"
5239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5240   layout:
5241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5242     layout: "plot-service-density"
5243
5244 # Plots - NF Density - CSC - NDR 64b
5245 - type: "plot"
5246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5247   algorithm: "plot_service_density_heatmap"
5248   output-file-type: ".html"
5249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5250   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5251   filter: "'NIC_Intel-XXV710' and
5252            'NF_DENSITY' and
5253            'DOCKER' and
5254            'CHAIN' and
5255            'NF_VPPIP4' and
5256            '64B' and
5257            '2T1C' and
5258            'NDRPDR'"
5259   reference:
5260     include: "2"
5261     name: "CNF-1c"
5262   compare:
5263     include: "1"
5264     name: "CNF-0.5c"
5265   parameters:
5266   - "throughput"
5267   - "name"
5268   - "tags"
5269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5270   x-axis: "X = CNFs per Service Chain"
5271   y-axis: "Y = Number of Service Chains"
5272   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5273   layout:
5274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5275     layout: "plot-service-density"
5276
5277 - type: "plot"
5278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5279   algorithm: "plot_service_density_heatmap"
5280   output-file-type: ".html"
5281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5282   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5283   filter: "'NIC_Intel-XXV710' and
5284            'NF_DENSITY' and
5285            'DOCKER' and
5286            'CHAIN' and
5287            'NF_VPPIP4' and
5288            '64B' and
5289            '4T2C' and
5290            'NDRPDR'"
5291   reference:
5292     include: "2"
5293     name: "CNF-1c"
5294   compare:
5295     include: "1"
5296     name: "CNF-0.5c"
5297   parameters:
5298   - "throughput"
5299   - "name"
5300   - "tags"
5301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5302   x-axis: "X = CNFs per Service Chain"
5303   y-axis: "Y = Number of Service Chains"
5304   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5305   layout:
5306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5307     layout: "plot-service-density"
5308
5309 - type: "plot"
5310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5311   algorithm: "plot_service_density_heatmap"
5312   output-file-type: ".html"
5313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5314   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5315   filter: "'NIC_Intel-XXV710' and
5316            'NF_DENSITY' and
5317            'DOCKER' and
5318            'CHAIN' and
5319            'NF_VPPIP4' and
5320            '64B' and
5321            '8T4C' and
5322            'NDRPDR'"
5323   reference:
5324     include: "2"
5325     name: "CNF-1c"
5326   compare:
5327     include: "1"
5328     name: "CNF-0.5c"
5329   parameters:
5330   - "throughput"
5331   - "name"
5332   - "tags"
5333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5334   x-axis: "X = CNFs per Service Chain"
5335   y-axis: "Y = Number of Service Chains"
5336   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5337   layout:
5338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5339     layout: "plot-service-density"
5340
5341 # Plots - NF Density - CSC - NDR IMIX
5342 - type: "plot"
5343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5344   algorithm: "plot_service_density_heatmap"
5345   output-file-type: ".html"
5346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5347   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5348   filter: "'NIC_Intel-XXV710' and
5349            'NF_DENSITY' and
5350            'DOCKER' and
5351            'CHAIN' and
5352            'NF_VPPIP4' and
5353            'IMIX' and
5354            '2T1C' and
5355            'NDRPDR'"
5356   reference:
5357     include: "2"
5358     name: "CNF-1c"
5359   compare:
5360     include: "1"
5361     name: "CNF-0.5c"
5362   parameters:
5363   - "throughput"
5364   - "name"
5365   - "tags"
5366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5367   x-axis: "X = CNFs per Service Chain"
5368   y-axis: "Y = Number of Service Chains"
5369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5370   layout:
5371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5372     layout: "plot-service-density"
5373
5374 - type: "plot"
5375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5376   algorithm: "plot_service_density_heatmap"
5377   output-file-type: ".html"
5378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5379   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5380   filter: "'NIC_Intel-XXV710' and
5381            'NF_DENSITY' and
5382            'DOCKER' and
5383            'CHAIN' and
5384            'NF_VPPIP4' and
5385            'IMIX' and
5386            '4T2C' and
5387            'NDRPDR'"
5388   reference:
5389     include: "2"
5390     name: "CNF-1c"
5391   compare:
5392     include: "1"
5393     name: "CNF-0.5c"
5394   parameters:
5395   - "throughput"
5396   - "name"
5397   - "tags"
5398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5399   x-axis: "X = CNFs per Service Chain"
5400   y-axis: "Y = Number of Service Chains"
5401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5402   layout:
5403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5404     layout: "plot-service-density"
5405
5406 - type: "plot"
5407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5408   algorithm: "plot_service_density_heatmap"
5409   output-file-type: ".html"
5410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5411   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5412   filter: "'NIC_Intel-XXV710' and
5413            'NF_DENSITY' and
5414            'DOCKER' and
5415            'CHAIN' and
5416            'NF_VPPIP4' and
5417            'IMIX' and
5418            '8T4C' and
5419            'NDRPDR'"
5420   reference:
5421     include: "2"
5422     name: "CNF-1c"
5423   compare:
5424     include: "1"
5425     name: "CNF-0.5c"
5426   parameters:
5427   - "throughput"
5428   - "name"
5429   - "tags"
5430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5431   x-axis: "X = CNFs per Service Chain"
5432   y-axis: "Y = Number of Service Chains"
5433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5434   layout:
5435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5436     layout: "plot-service-density"
5437
5438 # Plots - NF Density - CSC - PDR 64b
5439 - type: "plot"
5440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5441   algorithm: "plot_service_density_heatmap"
5442   output-file-type: ".html"
5443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5444   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5445   filter: "'NIC_Intel-XXV710' and
5446            'NF_DENSITY' and
5447            'DOCKER' and
5448            'CHAIN' and
5449            'NF_VPPIP4' and
5450            '64B' and
5451            '2T1C' and
5452            'NDRPDR'"
5453   reference:
5454     include: "2"
5455     name: "CNF-1c"
5456   compare:
5457     include: "1"
5458     name: "CNF-0.5c"
5459   parameters:
5460   - "throughput"
5461   - "name"
5462   - "tags"
5463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5464   x-axis: "X = CNFs per Service Chain"
5465   y-axis: "Y = Number of Service Chains"
5466   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5467   layout:
5468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5469     layout: "plot-service-density"
5470
5471 - type: "plot"
5472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5473   algorithm: "plot_service_density_heatmap"
5474   output-file-type: ".html"
5475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5476   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5477   filter: "'NIC_Intel-XXV710' and
5478            'NF_DENSITY' and
5479            'DOCKER' and
5480            'CHAIN' and
5481            'NF_VPPIP4' and
5482            '64B' and
5483            '4T2C' and
5484            'NDRPDR'"
5485   reference:
5486     include: "2"
5487     name: "CNF-1c"
5488   compare:
5489     include: "1"
5490     name: "CNF-0.5c"
5491   parameters:
5492   - "throughput"
5493   - "name"
5494   - "tags"
5495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5496   x-axis: "X = CNFs per Service Chain"
5497   y-axis: "Y = Number of Service Chains"
5498   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5499   layout:
5500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5501     layout: "plot-service-density"
5502
5503 - type: "plot"
5504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5505   algorithm: "plot_service_density_heatmap"
5506   output-file-type: ".html"
5507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5508   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5509   filter: "'NIC_Intel-XXV710' and
5510            'NF_DENSITY' and
5511            'DOCKER' and
5512            'CHAIN' and
5513            'NF_VPPIP4' and
5514            '64B' and
5515            '8T4C' and
5516            'NDRPDR'"
5517   reference:
5518     include: "2"
5519     name: "CNF-1c"
5520   compare:
5521     include: "1"
5522     name: "CNF-0.5c"
5523   parameters:
5524   - "throughput"
5525   - "name"
5526   - "tags"
5527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5528   x-axis: "X = CNFs per Service Chain"
5529   y-axis: "Y = Number of Service Chains"
5530   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5531   layout:
5532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5533     layout: "plot-service-density"
5534
5535 # Plots - NF Density - CSC - PDR IMIX
5536 - type: "plot"
5537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5538   algorithm: "plot_service_density_heatmap"
5539   output-file-type: ".html"
5540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5541   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5542   filter: "'NIC_Intel-XXV710' and
5543            'NF_DENSITY' and
5544            'DOCKER' and
5545            'CHAIN' and
5546            'NF_VPPIP4' and
5547            'IMIX' and
5548            '2T1C' and
5549            'NDRPDR'"
5550   reference:
5551     include: "2"
5552     name: "CNF-1c"
5553   compare:
5554     include: "1"
5555     name: "CNF-0.5c"
5556   parameters:
5557   - "throughput"
5558   - "name"
5559   - "tags"
5560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5561   x-axis: "X = CNFs per Service Chain"
5562   y-axis: "Y = Number of Service Chains"
5563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5564   layout:
5565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5566     layout: "plot-service-density"
5567
5568 - type: "plot"
5569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5570   algorithm: "plot_service_density_heatmap"
5571   output-file-type: ".html"
5572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5573   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5574   filter: "'NIC_Intel-XXV710' and
5575            'NF_DENSITY' and
5576            'DOCKER' and
5577            'CHAIN' and
5578            'NF_VPPIP4' and
5579            'IMIX' and
5580            '4T2C' and
5581            'NDRPDR'"
5582   reference:
5583     include: "2"
5584     name: "CNF-1c"
5585   compare:
5586     include: "1"
5587     name: "CNF-0.5c"
5588   parameters:
5589   - "throughput"
5590   - "name"
5591   - "tags"
5592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5593   x-axis: "X = CNFs per Service Chain"
5594   y-axis: "Y = Number of Service Chains"
5595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5596   layout:
5597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5598     layout: "plot-service-density"
5599
5600 - type: "plot"
5601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5602   algorithm: "plot_service_density_heatmap"
5603   output-file-type: ".html"
5604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5605   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5606   filter: "'NIC_Intel-XXV710' and
5607            'NF_DENSITY' and
5608            'DOCKER' and
5609            'CHAIN' and
5610            'NF_VPPIP4' and
5611            'IMIX' and
5612            '8T4C' and
5613            'NDRPDR'"
5614   reference:
5615     include: "2"
5616     name: "CNF-1c"
5617   compare:
5618     include: "1"
5619     name: "CNF-0.5c"
5620   parameters:
5621   - "throughput"
5622   - "name"
5623   - "tags"
5624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5625   x-axis: "X = CNFs per Service Chain"
5626   y-axis: "Y = Number of Service Chains"
5627   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5628   layout:
5629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5630     layout: "plot-service-density"
5631
5632 ###############################################################################
5633 # Plots - NF Density - CSP - MRR 64b
5634 - type: "plot"
5635   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5636   algorithm: "plot_service_density_heatmap"
5637   output-file-type: ".html"
5638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5639   data: "plot-vpp-nfv-2n-skx-mrr"
5640   filter: "'NIC_Intel-XXV710' and
5641            'NF_DENSITY' and
5642            'DOCKER' and
5643            'PIPELINE' and
5644            'NF_VPPIP4' and
5645            '64B' and
5646            '2T1C' and
5647            'MRR'"
5648   reference:
5649     include: "2"
5650     name: "CNF-1c"
5651   compare:
5652     include: "1"
5653     name: "CNF-0.5c"
5654   parameters:
5655   - "result"
5656   - "name"
5657   - "tags"
5658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5659   x-axis: "X = CNFs per Service Pipeline"
5660   y-axis: "Y = Number of Service Pipelines"
5661   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5662   layout:
5663     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5664     layout: "plot-service-density"
5665
5666 - type: "plot"
5667   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5668   algorithm: "plot_service_density_heatmap"
5669   output-file-type: ".html"
5670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5671   data: "plot-vpp-nfv-2n-skx-mrr"
5672   filter: "'NIC_Intel-XXV710' and
5673            'NF_DENSITY' and
5674            'DOCKER' and
5675            'PIPELINE' and
5676            'NF_VPPIP4' and
5677            '64B' and
5678            '4T2C' and
5679            'MRR'"
5680   reference:
5681     include: "2"
5682     name: "CNF-1c"
5683   compare:
5684     include: "1"
5685     name: "CNF-0.5c"
5686   parameters:
5687   - "result"
5688   - "name"
5689   - "tags"
5690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5691   x-axis: "X = CNFs per Service Pipeline"
5692   y-axis: "Y = Number of Service Pipelines"
5693   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5694   layout:
5695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5696     layout: "plot-service-density"
5697
5698 - type: "plot"
5699   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5700   algorithm: "plot_service_density_heatmap"
5701   output-file-type: ".html"
5702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5703   data: "plot-vpp-nfv-2n-skx-mrr"
5704   filter: "'NIC_Intel-XXV710' and
5705            'NF_DENSITY' and
5706            'DOCKER' and
5707            'PIPELINE' and
5708            'NF_VPPIP4' and
5709            '64B' and
5710            '8T4C' and
5711            'MRR'"
5712   reference:
5713     include: "2"
5714     name: "CNF-1c"
5715   compare:
5716     include: "1"
5717     name: "CNF-0.5c"
5718   parameters:
5719   - "result"
5720   - "name"
5721   - "tags"
5722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5723   x-axis: "X = CNFs per Service Pipeline"
5724   y-axis: "Y = Number of Service Pipelines"
5725   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5726   layout:
5727     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5728     layout: "plot-service-density"
5729
5730 # Plots - NF Density - CSP - MRR IMIX
5731 - type: "plot"
5732   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5733   algorithm: "plot_service_density_heatmap"
5734   output-file-type: ".html"
5735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5736   data: "plot-vpp-nfv-2n-skx-mrr"
5737   filter: "'NIC_Intel-XXV710' and
5738            'NF_DENSITY' and
5739            'DOCKER' and
5740            'PIPELINE' and
5741            'NF_VPPIP4' and
5742            'IMIX' and
5743            '2T1C' and
5744            'MRR'"
5745   reference:
5746     include: "2"
5747     name: "CNF-1c"
5748   compare:
5749     include: "1"
5750     name: "CNF-0.5c"
5751   parameters:
5752   - "result"
5753   - "name"
5754   - "tags"
5755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5756   x-axis: "X = CNFs per Service Pipeline"
5757   y-axis: "Y = Number of Service Pipelines"
5758   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5759   layout:
5760     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5761     layout: "plot-service-density"
5762
5763 - type: "plot"
5764   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5765   algorithm: "plot_service_density_heatmap"
5766   output-file-type: ".html"
5767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5768   data: "plot-vpp-nfv-2n-skx-mrr"
5769   filter: "'NIC_Intel-XXV710' and
5770            'NF_DENSITY' and
5771            'DOCKER' and
5772            'PIPELINE' and
5773            'NF_VPPIP4' and
5774            'IMIX' and
5775            '4T2C' and
5776            'MRR'"
5777   reference:
5778     include: "2"
5779     name: "CNF-1c"
5780   compare:
5781     include: "1"
5782     name: "CNF-0.5c"
5783   parameters:
5784   - "result"
5785   - "name"
5786   - "tags"
5787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5788   x-axis: "X = CNFs per Service Pipeline"
5789   y-axis: "Y = Number of Service Pipelines"
5790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5791   layout:
5792     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5793     layout: "plot-service-density"
5794
5795 - type: "plot"
5796   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5797   algorithm: "plot_service_density_heatmap"
5798   output-file-type: ".html"
5799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5800   data: "plot-vpp-nfv-2n-skx-mrr"
5801   filter: "'NIC_Intel-XXV710' and
5802            'NF_DENSITY' and
5803            'DOCKER' and
5804            'PIPELINE' and
5805            'NF_VPPIP4' and
5806            'IMIX' and
5807            '8T4C' and
5808            'MRR'"
5809   reference:
5810     include: "2"
5811     name: "CNF-1c"
5812   compare:
5813     include: "1"
5814     name: "CNF-0.5c"
5815   parameters:
5816   - "result"
5817   - "name"
5818   - "tags"
5819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5820   x-axis: "X = CNFs per Service Pipeline"
5821   y-axis: "Y = Number of Service Pipelines"
5822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5823   layout:
5824     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5825     layout: "plot-service-density"
5826
5827 # Plots - NF Density - CSP - NDR 64b
5828 - type: "plot"
5829   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5830   algorithm: "plot_service_density_heatmap"
5831   output-file-type: ".html"
5832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5833   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5834   filter: "'NIC_Intel-XXV710' and
5835            'NF_DENSITY' and
5836            'DOCKER' and
5837            'PIPELINE' and
5838            'NF_VPPIP4' and
5839            '64B' and
5840            '2T1C' and
5841            'NDRPDR'"
5842   reference:
5843     include: "2"
5844     name: "CNF-1c"
5845   compare:
5846     include: "1"
5847     name: "CNF-0.5c"
5848   parameters:
5849   - "throughput"
5850   - "name"
5851   - "tags"
5852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5853   x-axis: "X = CNFs per Service Pipeline"
5854   y-axis: "Y = Number of Service Pipelines"
5855   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5856   layout:
5857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5858     layout: "plot-service-density"
5859
5860 - type: "plot"
5861   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5862   algorithm: "plot_service_density_heatmap"
5863   output-file-type: ".html"
5864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5866   filter: "'NIC_Intel-XXV710' and
5867            'NF_DENSITY' and
5868            'DOCKER' and
5869            'PIPELINE' and
5870            'NF_VPPIP4' and
5871            '64B' and
5872            '4T2C' and
5873            'NDRPDR'"
5874   reference:
5875     include: "2"
5876     name: "CNF-1c"
5877   compare:
5878     include: "1"
5879     name: "CNF-0.5c"
5880   parameters:
5881   - "throughput"
5882   - "name"
5883   - "tags"
5884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5885   x-axis: "X = CNFs per Service Pipeline"
5886   y-axis: "Y = Number of Service Pipelines"
5887   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5888   layout:
5889     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5890     layout: "plot-service-density"
5891
5892 - type: "plot"
5893   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5894   algorithm: "plot_service_density_heatmap"
5895   output-file-type: ".html"
5896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5897   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5898   filter: "'NIC_Intel-XXV710' and
5899            'NF_DENSITY' and
5900            'DOCKER' and
5901            'PIPELINE' and
5902            'NF_VPPIP4' and
5903            '64B' and
5904            '8T4C' and
5905            'NDRPDR'"
5906   reference:
5907     include: "2"
5908     name: "CNF-1c"
5909   compare:
5910     include: "1"
5911     name: "CNF-0.5c"
5912   parameters:
5913   - "throughput"
5914   - "name"
5915   - "tags"
5916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5917   x-axis: "X = CNFs per Service Pipeline"
5918   y-axis: "Y = Number of Service Pipelines"
5919   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5920   layout:
5921     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5922     layout: "plot-service-density"
5923
5924 # Plots - NF Density - CSP - NDR IMIX
5925 - type: "plot"
5926   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5927   algorithm: "plot_service_density_heatmap"
5928   output-file-type: ".html"
5929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5930   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5931   filter: "'NIC_Intel-XXV710' and
5932            'NF_DENSITY' and
5933            'DOCKER' and
5934            'PIPELINE' and
5935            'NF_VPPIP4' and
5936            'IMIX' and
5937            '2T1C' and
5938            'NDRPDR'"
5939   reference:
5940     include: "2"
5941     name: "CNF-1c"
5942   compare:
5943     include: "1"
5944     name: "CNF-0.5c"
5945   parameters:
5946   - "throughput"
5947   - "name"
5948   - "tags"
5949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5950   x-axis: "X = CNFs per Service Pipeline"
5951   y-axis: "Y = Number of Service Pipelines"
5952   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5953   layout:
5954     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5955     layout: "plot-service-density"
5956
5957 - type: "plot"
5958   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5959   algorithm: "plot_service_density_heatmap"
5960   output-file-type: ".html"
5961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
5962   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5963   filter: "'NIC_Intel-XXV710' and
5964            'NF_DENSITY' and
5965            'DOCKER' and
5966            'PIPELINE' and
5967            'NF_VPPIP4' and
5968            'IMIX' and
5969            '4T2C' and
5970            'NDRPDR'"
5971   reference:
5972     include: "2"
5973     name: "CNF-1c"
5974   compare:
5975     include: "1"
5976     name: "CNF-0.5c"
5977   parameters:
5978   - "throughput"
5979   - "name"
5980   - "tags"
5981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5982   x-axis: "X = CNFs per Service Pipeline"
5983   y-axis: "Y = Number of Service Pipelines"
5984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5985   layout:
5986     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5987     layout: "plot-service-density"
5988
5989 - type: "plot"
5990   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5991   algorithm: "plot_service_density_heatmap"
5992   output-file-type: ".html"
5993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
5994   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5995   filter: "'NIC_Intel-XXV710' and
5996            'NF_DENSITY' and
5997            'DOCKER' and
5998            'PIPELINE' and
5999            'NF_VPPIP4' and
6000            'IMIX' and
6001            '8T4C' and
6002            'NDRPDR'"
6003   reference:
6004     include: "2"
6005     name: "CNF-1c"
6006   compare:
6007     include: "1"
6008     name: "CNF-0.5c"
6009   parameters:
6010   - "throughput"
6011   - "name"
6012   - "tags"
6013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6014   x-axis: "X = CNFs per Service Pipeline"
6015   y-axis: "Y = Number of Service Pipelines"
6016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6017   layout:
6018     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6019     layout: "plot-service-density"
6020
6021 # Plots - NF Density - CSP - PDR 64b
6022 - type: "plot"
6023   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6024   algorithm: "plot_service_density_heatmap"
6025   output-file-type: ".html"
6026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6027   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6028   filter: "'NIC_Intel-XXV710' and
6029            'NF_DENSITY' and
6030            'DOCKER' and
6031            'PIPELINE' and
6032            'NF_VPPIP4' and
6033            '64B' and
6034            '2T1C' and
6035            'NDRPDR'"
6036   reference:
6037     include: "2"
6038     name: "CNF-1c"
6039   compare:
6040     include: "1"
6041     name: "CNF-0.5c"
6042   parameters:
6043   - "throughput"
6044   - "name"
6045   - "tags"
6046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6047   x-axis: "X = CNFs per Service Pipeline"
6048   y-axis: "Y = Number of Service Pipelines"
6049   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6050   layout:
6051     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6052     layout: "plot-service-density"
6053
6054 - type: "plot"
6055   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6056   algorithm: "plot_service_density_heatmap"
6057   output-file-type: ".html"
6058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6059   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6060   filter: "'NIC_Intel-XXV710' and
6061            'NF_DENSITY' and
6062            'DOCKER' and
6063            'PIPELINE' and
6064            'NF_VPPIP4' and
6065            '64B' and
6066            '4T2C' and
6067            'NDRPDR'"
6068   reference:
6069     include: "2"
6070     name: "CNF-1c"
6071   compare:
6072     include: "1"
6073     name: "CNF-0.5c"
6074   parameters:
6075   - "throughput"
6076   - "name"
6077   - "tags"
6078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6079   x-axis: "X = CNFs per Service Pipeline"
6080   y-axis: "Y = Number of Service Pipelines"
6081   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6082   layout:
6083     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6084     layout: "plot-service-density"
6085
6086 - type: "plot"
6087   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6088   algorithm: "plot_service_density_heatmap"
6089   output-file-type: ".html"
6090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6091   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6092   filter: "'NIC_Intel-XXV710' and
6093            'NF_DENSITY' and
6094            'DOCKER' and
6095            'PIPELINE' and
6096            'NF_VPPIP4' and
6097            '64B' and
6098            '8T4C' and
6099            'NDRPDR'"
6100   reference:
6101     include: "2"
6102     name: "CNF-1c"
6103   compare:
6104     include: "1"
6105     name: "CNF-0.5c"
6106   parameters:
6107   - "throughput"
6108   - "name"
6109   - "tags"
6110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6111   x-axis: "X = CNFs per Service Pipeline"
6112   y-axis: "Y = Number of Service Pipelines"
6113   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6114   layout:
6115     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6116     layout: "plot-service-density"
6117
6118 # Plots - NF Density - CSP - PDR IMIX
6119 - type: "plot"
6120   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6121   algorithm: "plot_service_density_heatmap"
6122   output-file-type: ".html"
6123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6124   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6125   filter: "'NIC_Intel-XXV710' and
6126            'NF_DENSITY' and
6127            'DOCKER' and
6128            'PIPELINE' and
6129            'NF_VPPIP4' and
6130            'IMIX' and
6131            '2T1C' and
6132            'NDRPDR'"
6133   reference:
6134     include: "2"
6135     name: "CNF-1c"
6136   compare:
6137     include: "1"
6138     name: "CNF-0.5c"
6139   parameters:
6140   - "throughput"
6141   - "name"
6142   - "tags"
6143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6144   x-axis: "X = CNFs per Service Pipeline"
6145   y-axis: "Y = Number of Service Pipelines"
6146   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6147   layout:
6148     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6149     layout: "plot-service-density"
6150
6151 - type: "plot"
6152   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6153   algorithm: "plot_service_density_heatmap"
6154   output-file-type: ".html"
6155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6156   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6157   filter: "'NIC_Intel-XXV710' and
6158            'NF_DENSITY' and
6159            'DOCKER' and
6160            'PIPELINE' and
6161            'NF_VPPIP4' and
6162            'IMIX' and
6163            '4T2C' and
6164            'NDRPDR'"
6165   reference:
6166     include: "2"
6167     name: "CNF-1c"
6168   compare:
6169     include: "1"
6170     name: "CNF-0.5c"
6171   parameters:
6172   - "throughput"
6173   - "name"
6174   - "tags"
6175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6176   x-axis: "X = CNFs per Service Pipeline"
6177   y-axis: "Y = Number of Service Pipelines"
6178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6179   layout:
6180     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6181     layout: "plot-service-density"
6182
6183 - type: "plot"
6184   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6185   algorithm: "plot_service_density_heatmap"
6186   output-file-type: ".html"
6187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6188   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6189   filter: "'NIC_Intel-XXV710' and
6190            'NF_DENSITY' and
6191            'DOCKER' and
6192            'PIPELINE' and
6193            'NF_VPPIP4' and
6194            'IMIX' and
6195            '8T4C' and
6196            'NDRPDR'"
6197   reference:
6198     include: "2"
6199     name: "CNF-1c"
6200   compare:
6201     include: "1"
6202     name: "CNF-0.5c"
6203   parameters:
6204   - "throughput"
6205   - "name"
6206   - "tags"
6207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6208   x-axis: "X = CNFs per Service Pipeline"
6209   y-axis: "Y = Number of Service Pipelines"
6210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6211   layout:
6212     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6213     layout: "plot-service-density"
6214
6215 ################################################################################
6216
6217 # Packet Throughput
6218
6219 - type: "plot"
6220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6221   algorithm: "plot_performance_name_box"
6222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6224   include:
6225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6229   layout:
6230     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6231     layout: "plot-throughput"
6232
6233 - type: "plot"
6234   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6235   algorithm: "plot_performance_name_box"
6236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6238   include:
6239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6243   layout:
6244     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6245     layout: "plot-throughput"
6246
6247 - type: "plot"
6248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6249   algorithm: "plot_performance_name_box"
6250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6252   include:
6253     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6254     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6255     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6256     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6257     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6258   layout:
6259     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6260     layout: "plot-throughput"
6261
6262 - type: "plot"
6263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6264   algorithm: "plot_performance_name_box"
6265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6267   include:
6268     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6269     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6270     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6271     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6272     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6273   layout:
6274     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6275     layout: "plot-throughput"
6276
6277 - type: "plot"
6278   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6279   algorithm: "plot_performance_name_box"
6280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6282   include:
6283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6288   layout:
6289     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6290     layout: "plot-throughput"
6291
6292 - type: "plot"
6293   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6294   algorithm: "plot_performance_name_box"
6295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6297   include:
6298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6302     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6303   layout:
6304     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6305     layout: "plot-throughput"
6306
6307 - type: "plot"
6308   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6309   algorithm: "plot_performance_name_box"
6310   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6312   include:
6313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6318   layout:
6319     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6320     layout: "plot-throughput"
6321
6322 - type: "plot"
6323   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6324   algorithm: "plot_performance_name_box"
6325   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6327   include:
6328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6333   layout:
6334     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6335     layout: "plot-throughput"
6336
6337 - type: "plot"
6338   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6339   algorithm: "plot_performance_name_box"
6340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6342   include:
6343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6347   layout:
6348     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6349     layout: "plot-throughput"
6350
6351 - type: "plot"
6352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6353   algorithm: "plot_performance_name_box"
6354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6356   include:
6357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6361   layout:
6362     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6363     layout: "plot-throughput"
6364
6365 - type: "plot"
6366   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6367   algorithm: "plot_performance_name_box"
6368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6370   include:
6371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6376   layout:
6377     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6378     layout: "plot-throughput"
6379
6380 - type: "plot"
6381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6382   algorithm: "plot_performance_name_box"
6383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6385   include:
6386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6391   layout:
6392     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6393     layout: "plot-throughput"
6394
6395 - type: "plot"
6396   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6397   algorithm: "plot_performance_name_box"
6398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6400   include:
6401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6407   layout:
6408     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6409     layout: "plot-throughput"
6410
6411 - type: "plot"
6412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6413   algorithm: "plot_performance_name_box"
6414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6416   include:
6417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6423   layout:
6424     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6425     layout: "plot-throughput"
6426
6427 - type: "plot"
6428   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6429   algorithm: "plot_performance_name_box"
6430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6432   include:
6433     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6434     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6435     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6436   layout:
6437     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6438     layout: "plot-throughput"
6439
6440 - type: "plot"
6441   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6442   algorithm: "plot_performance_name_box"
6443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6445   include:
6446     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6447     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6448     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6449   layout:
6450     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6451     layout: "plot-throughput"
6452
6453 - type: "plot"
6454   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6455   algorithm: "plot_performance_name_box"
6456   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6458   include:
6459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6464   layout:
6465     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6466     layout: "plot-throughput"
6467
6468 - type: "plot"
6469   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6470   algorithm: "plot_performance_name_box"
6471   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6473   include:
6474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6479   layout:
6480     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6481     layout: "plot-throughput"
6482
6483 - type: "plot"
6484   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6485   algorithm: "plot_performance_name_box"
6486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6488   include:
6489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6493   layout:
6494     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6495     layout: "plot-throughput"
6496
6497 - type: "plot"
6498   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6499   algorithm: "plot_performance_name_box"
6500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6502   include:
6503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6507   layout:
6508     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6509     layout: "plot-throughput"
6510
6511 - type: "plot"
6512   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6513   algorithm: "plot_performance_name_box"
6514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6516   include:
6517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6522   layout:
6523     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6524     layout: "plot-throughput"
6525
6526 - type: "plot"
6527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6528   algorithm: "plot_performance_name_box"
6529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6531   include:
6532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6537   layout:
6538     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6539     layout: "plot-throughput"
6540
6541 - type: "plot"
6542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6543   algorithm: "plot_performance_name_box"
6544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6546   include:
6547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6553   layout:
6554     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6555     layout: "plot-throughput"
6556
6557 - type: "plot"
6558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6559   algorithm: "plot_performance_name_box"
6560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6562   include:
6563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6569   layout:
6570     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6571     layout: "plot-throughput"
6572
6573 - type: "plot"
6574   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6575   algorithm: "plot_performance_name_box"
6576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6578   include:
6579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6584   layout:
6585     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6586     layout: "plot-throughput"
6587
6588 - type: "plot"
6589   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6590   algorithm: "plot_performance_name_box"
6591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6593   include:
6594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6599   layout:
6600     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6601     layout: "plot-throughput"
6602
6603 - type: "plot"
6604   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6605   algorithm: "plot_performance_name_box"
6606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6608   include:
6609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6615   layout:
6616     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6617     layout: "plot-throughput"
6618
6619 - type: "plot"
6620   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6621   algorithm: "plot_performance_name_box"
6622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6624   include:
6625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6631   layout:
6632     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6633     layout: "plot-throughput"
6634
6635 - type: "plot"
6636   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6637   algorithm: "plot_performance_name_box"
6638   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6639   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6640   include:
6641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6646   layout:
6647     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6648     layout: "plot-throughput"
6649
6650 - type: "plot"
6651   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6652   algorithm: "plot_performance_name_box"
6653   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6654   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6655   include:
6656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6661   layout:
6662     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6663     layout: "plot-throughput"
6664
6665 - type: "plot"
6666   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6667   algorithm: "plot_performance_name_box"
6668   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6669   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6670   include:
6671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6677   layout:
6678     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6679     layout: "plot-throughput"
6680
6681 - type: "plot"
6682   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6683   algorithm: "plot_performance_name_box"
6684   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6685   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6686   include:
6687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6693   layout:
6694     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6695     layout: "plot-throughput"
6696
6697 - type: "plot"
6698   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6699   algorithm: "plot_performance_name_box"
6700   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6701   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6702   include:
6703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6708   layout:
6709     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6710     layout: "plot-throughput"
6711
6712 - type: "plot"
6713   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6714   algorithm: "plot_performance_name_box"
6715   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6716   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6717   include:
6718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6723   layout:
6724     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6725     layout: "plot-throughput"
6726
6727 - type: "plot"
6728   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6729   algorithm: "plot_performance_name_box"
6730   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6731   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6732   include:
6733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6739   layout:
6740     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6741     layout: "plot-throughput"
6742
6743 - type: "plot"
6744   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6745   algorithm: "plot_performance_name_box"
6746   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6747   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6748   include:
6749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6755   layout:
6756     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6757     layout: "plot-throughput"
6758
6759 - type: "plot"
6760   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6761   algorithm: "plot_performance_name_box"
6762   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6764   include:
6765     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6766     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6767   layout:
6768     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6769     layout: "plot-throughput"
6770
6771 - type: "plot"
6772   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6773   algorithm: "plot_performance_name_box"
6774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6776   include:
6777     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6778     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6779   layout:
6780     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6781     layout: "plot-throughput"
6782
6783 - type: "plot"
6784   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6785   algorithm: "plot_performance_name_box"
6786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6788   include:
6789     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6790     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6791     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6792     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6793   layout:
6794     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6795     layout: "plot-throughput"
6796
6797 - type: "plot"
6798   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6799   algorithm: "plot_performance_name_box"
6800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6802   include:
6803     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6804     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6805     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6806     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6807   layout:
6808     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6809     layout: "plot-throughput"
6810
6811 - type: "plot"
6812   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6813   algorithm: "plot_performance_name_box"
6814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6816   include:
6817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6818     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6821   layout:
6822     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6823     layout: "plot-throughput"
6824
6825 - type: "plot"
6826   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6827   algorithm: "plot_performance_name_box"
6828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6830   include:
6831     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6832     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6833     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6835   layout:
6836     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6837     layout: "plot-throughput"
6838
6839 - type: "plot"
6840   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6841   algorithm: "plot_performance_name_box"
6842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6844   include:
6845     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6847     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6848     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6849   layout:
6850     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr"
6851     layout: "plot-throughput"
6852
6853 - type: "plot"
6854   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6855   algorithm: "plot_performance_name_box"
6856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6858   include:
6859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6861     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6862     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6863   layout:
6864     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr"
6865     layout: "plot-throughput"
6866
6867 - type: "plot"
6868   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6869   algorithm: "plot_performance_name_box"
6870   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6872   include:
6873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6876   layout:
6877     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6882   algorithm: "plot_performance_name_box"
6883   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6885   include:
6886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6889   layout:
6890     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6891     layout: "plot-throughput"
6892
6893 - type: "plot"
6894   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6895   algorithm: "plot_performance_name_box"
6896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6898   include:
6899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6904   layout:
6905     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6906     layout: "plot-throughput"
6907
6908 - type: "plot"
6909   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6910   algorithm: "plot_performance_name_box"
6911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6913   include:
6914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6919   layout:
6920     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6921     layout: "plot-throughput"
6922
6923 - type: "plot"
6924   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6925   algorithm: "plot_performance_name_box"
6926   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6928   include:
6929     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6930     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6931     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6932   layout:
6933     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6934     layout: "plot-throughput"
6935
6936 - type: "plot"
6937   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6938   algorithm: "plot_performance_name_box"
6939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6941   include:
6942     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6943     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6944     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6945   layout:
6946     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6947     layout: "plot-throughput"
6948
6949 - type: "plot"
6950   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6951   algorithm: "plot_performance_name_box"
6952   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6954   include:
6955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6958   layout:
6959     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6960     layout: "plot-throughput"
6961
6962 - type: "plot"
6963   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6964   algorithm: "plot_performance_name_box"
6965   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6967   include:
6968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6971   layout:
6972     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6973     layout: "plot-throughput"
6974
6975 - type: "plot"
6976   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6977   algorithm: "plot_performance_name_box"
6978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6980   include:
6981     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6986   layout:
6987     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6988     layout: "plot-throughput"
6989
6990 - type: "plot"
6991   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6992   algorithm: "plot_performance_name_box"
6993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6995   include:
6996     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7001   layout:
7002     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7003     layout: "plot-throughput"
7004
7005 - type: "plot"
7006   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7007   algorithm: "plot_performance_name_box"
7008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7009   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7010   include:
7011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7013     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7014     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7015     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7016   layout:
7017     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7018     layout: "plot-throughput"
7019
7020 - type: "plot"
7021   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7022   algorithm: "plot_performance_name_box"
7023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7025   include:
7026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7031   layout:
7032     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7033     layout: "plot-throughput"
7034
7035 - type: "plot"
7036   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7037   algorithm: "plot_performance_name_box"
7038   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7039   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7040   include:
7041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7046   layout:
7047     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7048     layout: "plot-throughput"
7049
7050 - type: "plot"
7051   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7052   algorithm: "plot_performance_name_box"
7053   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7054   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7055   include:
7056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7061   layout:
7062     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7063     layout: "plot-throughput"
7064
7065 - type: "plot"
7066   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7067   algorithm: "plot_performance_name_box"
7068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7070   include:
7071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7075     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7076   layout:
7077     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7078     layout: "plot-throughput"
7079
7080 - type: "plot"
7081   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7082   algorithm: "plot_performance_name_box"
7083   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7084   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7085   include:
7086     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7091   layout:
7092     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7093     layout: "plot-throughput"
7094
7095 - type: "plot"
7096   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7097   algorithm: "plot_performance_name_box"
7098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7100   include:
7101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7107   layout:
7108     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7109     layout: "plot-throughput"
7110
7111 - type: "plot"
7112   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7113   algorithm: "plot_performance_name_box"
7114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7116   include:
7117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7122     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7123   layout:
7124     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7125     layout: "plot-throughput"
7126
7127 - type: "plot"
7128   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7129   algorithm: "plot_performance_name_box"
7130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7132   include:
7133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7137   layout:
7138     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7139     layout: "plot-throughput"
7140
7141 - type: "plot"
7142   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7143   algorithm: "plot_performance_name_box"
7144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7146   include:
7147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7151   layout:
7152     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7153     layout: "plot-throughput"
7154
7155 - type: "plot"
7156   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7157   algorithm: "plot_performance_name_box"
7158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7160   include:
7161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7167   layout:
7168     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7169     layout: "plot-throughput"
7170
7171 - type: "plot"
7172   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7173   algorithm: "plot_performance_name_box"
7174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7176   include:
7177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7183   layout:
7184     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7185     layout: "plot-throughput"
7186
7187 - type: "plot"
7188   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7189   algorithm: "plot_performance_name_box"
7190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7191   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7192   include:
7193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7198     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7199   layout:
7200     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7201     layout: "plot-throughput"
7202
7203 - type: "plot"
7204   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7205   algorithm: "plot_performance_name_box"
7206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7207   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7208   include:
7209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7211     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7212     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7213     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7214     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7215   layout:
7216     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7217     layout: "plot-throughput"
7218
7219 - type: "plot"
7220   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7221   algorithm: "plot_performance_name_box"
7222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7224   include:
7225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7226     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7227     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7231   layout:
7232     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7233     layout: "plot-throughput"
7234
7235 - type: "plot"
7236   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7237   algorithm: "plot_performance_name_box"
7238   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7239   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7240   include:
7241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7243     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7246     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7247   layout:
7248     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7249     layout: "plot-throughput"
7250
7251 - type: "plot"
7252   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7253   algorithm: "plot_performance_name_box"
7254   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7256   include:
7257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7263   layout:
7264     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7265     layout: "plot-throughput"
7266
7267 - type: "plot"
7268   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7269   algorithm: "plot_performance_name_box"
7270   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7272   include:
7273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7279   layout:
7280     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7281     layout: "plot-throughput"
7282
7283 - type: "plot"
7284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7285   algorithm: "plot_performance_name_box"
7286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7288   include:
7289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7293   layout:
7294     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7295     layout: "plot-throughput"
7296
7297 - type: "plot"
7298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7299   algorithm: "plot_performance_name_box"
7300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7302   include:
7303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7307   layout:
7308     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7309     layout: "plot-throughput"
7310
7311 - type: "plot"
7312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7313   algorithm: "plot_performance_name_box"
7314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7316   include:
7317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7322   layout:
7323     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7324     layout: "plot-throughput"
7325
7326 - type: "plot"
7327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7328   algorithm: "plot_performance_name_box"
7329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7331   include:
7332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7337   layout:
7338     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7339     layout: "plot-throughput"
7340
7341 - type: "plot"
7342   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7343   algorithm: "plot_performance_name_box"
7344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7346   include:
7347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7351   layout:
7352     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7353     layout: "plot-throughput"
7354
7355 - type: "plot"
7356   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7357   algorithm: "plot_performance_name_box"
7358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7360   include:
7361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7365   layout:
7366     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7367     layout: "plot-throughput"
7368
7369 - type: "plot"
7370   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7371   algorithm: "plot_performance_name_box"
7372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7374   include:
7375     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7376     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7377     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7378     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7379     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7380     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7381   layout:
7382     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7383     layout: "plot-throughput"
7384
7385 - type: "plot"
7386   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7387   algorithm: "plot_performance_name_box"
7388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7390   include:
7391     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7392     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7393     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7395     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7396     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7397   layout:
7398     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7399     layout: "plot-throughput"
7400
7401 - type: "plot"
7402   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7403   algorithm: "plot_performance_name_box"
7404   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7406   include:
7407     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7408     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7409     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7410     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7411     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7412   layout:
7413     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7414     layout: "plot-throughput"
7415
7416 - type: "plot"
7417   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7418   algorithm: "plot_performance_name_box"
7419   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7421   include:
7422     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7423     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7424     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7425     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7426     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7427   layout:
7428     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7429     layout: "plot-throughput"
7430
7431 - type: "plot"
7432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7433   algorithm: "plot_performance_name_box"
7434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7436   include:
7437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7440   layout:
7441     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7442     layout: "plot-throughput"
7443
7444 - type: "plot"
7445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7446   algorithm: "plot_performance_name_box"
7447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7449   include:
7450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7453   layout:
7454     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7455     layout: "plot-throughput"
7456
7457 - type: "plot"
7458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7459   algorithm: "plot_performance_name_box"
7460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7462   include:
7463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7467   layout:
7468     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7469     layout: "plot-throughput"
7470
7471 - type: "plot"
7472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7473   algorithm: "plot_performance_name_box"
7474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7476   include:
7477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7481   layout:
7482     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7483     layout: "plot-throughput"
7484
7485 - type: "plot"
7486   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7487   algorithm: "plot_performance_name_box"
7488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7490   include:
7491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7497   layout:
7498     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7499     layout: "plot-throughput"
7500
7501 - type: "plot"
7502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7503   algorithm: "plot_performance_name_box"
7504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7506   include:
7507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7513   layout:
7514     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7515     layout: "plot-throughput"
7516
7517 - type: "plot"
7518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7519   algorithm: "plot_performance_name_box"
7520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7522   include:
7523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7529   layout:
7530     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7531     layout: "plot-throughput"
7532
7533 - type: "plot"
7534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7535   algorithm: "plot_performance_name_box"
7536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7538   include:
7539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7545   layout:
7546     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7547     layout: "plot-throughput"
7548
7549 - type: "plot"
7550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7551   algorithm: "plot_performance_name_box"
7552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7554   include:
7555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7559   layout:
7560     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7561     layout: "plot-throughput"
7562
7563 - type: "plot"
7564   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7565   algorithm: "plot_performance_name_box"
7566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7568   include:
7569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7573   layout:
7574     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7575     layout: "plot-throughput"
7576
7577 - type: "plot"
7578   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7579   algorithm: "plot_performance_name_box"
7580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7582   include:
7583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7589   layout:
7590     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7591     layout: "plot-throughput"
7592
7593 - type: "plot"
7594   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7595   algorithm: "plot_performance_name_box"
7596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7598   include:
7599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7605   layout:
7606     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7607     layout: "plot-throughput"
7608
7609 - type: "plot"
7610   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7611   algorithm: "plot_performance_name_box"
7612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7614   include:
7615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7621   layout:
7622     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7623     layout: "plot-throughput"
7624
7625 - type: "plot"
7626   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7627   algorithm: "plot_performance_name_box"
7628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7630   include:
7631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7637   layout:
7638     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7639     layout: "plot-throughput"
7640
7641 - type: "plot"
7642   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7643   algorithm: "plot_performance_name_box"
7644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7646   include:
7647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7651   layout:
7652     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7653     layout: "plot-throughput"
7654
7655 - type: "plot"
7656   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7657   algorithm: "plot_performance_name_box"
7658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7660   include:
7661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7665   layout:
7666     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7667     layout: "plot-throughput"
7668
7669 - type: "plot"
7670   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7671   algorithm: "plot_performance_name_box"
7672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7674   include:
7675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7681   layout:
7682     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7683     layout: "plot-throughput"
7684
7685 - type: "plot"
7686   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7687   algorithm: "plot_performance_name_box"
7688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7690   include:
7691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7697   layout:
7698     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7699     layout: "plot-throughput"
7700
7701 - type: "plot"
7702   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7703   algorithm: "plot_performance_name_box"
7704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7706   include:
7707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7711   layout:
7712     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7713     layout: "plot-throughput"
7714
7715 - type: "plot"
7716   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7717   algorithm: "plot_performance_name_box"
7718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7720   include:
7721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7725   layout:
7726     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7727     layout: "plot-throughput"
7728
7729 - type: "plot"
7730   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7731   algorithm: "plot_performance_name_box"
7732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7734   include:
7735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7741   layout:
7742     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7743     layout: "plot-throughput"
7744
7745 - type: "plot"
7746   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7747   algorithm: "plot_performance_name_box"
7748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7750   include:
7751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7757   layout:
7758     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7759     layout: "plot-throughput"
7760
7761 - type: "plot"
7762   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7763   algorithm: "plot_performance_name_box"
7764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7766   include:
7767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7773   layout:
7774     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7775     layout: "plot-throughput"
7776
7777 - type: "plot"
7778   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7779   algorithm: "plot_performance_name_box"
7780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7782   include:
7783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7789   layout:
7790     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7791     layout: "plot-throughput"
7792
7793 - type: "plot"
7794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7795   algorithm: "plot_performance_name_box"
7796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7798   include:
7799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7805   layout:
7806     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7807     layout: "plot-throughput"
7808
7809 - type: "plot"
7810   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7811   algorithm: "plot_performance_name_box"
7812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7814   include:
7815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7821   layout:
7822     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7823     layout: "plot-throughput"
7824
7825 - type: "plot"
7826   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7827   algorithm: "plot_performance_name_box"
7828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7830   include:
7831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7837   layout:
7838     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7839     layout: "plot-throughput"
7840
7841 - type: "plot"
7842   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7843   algorithm: "plot_performance_name_box"
7844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7846   include:
7847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7853   layout:
7854     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7855     layout: "plot-throughput"
7856
7857 - type: "plot"
7858   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7859   algorithm: "plot_performance_name_box"
7860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7862   include:
7863     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7864     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7865     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7866     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7869   layout:
7870     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7871     layout: "plot-throughput"
7872
7873 - type: "plot"
7874   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7875   algorithm: "plot_performance_name_box"
7876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7878   include:
7879     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7885   layout:
7886     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7887     layout: "plot-throughput"
7888
7889 - type: "plot"
7890   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7891   algorithm: "plot_performance_name_box"
7892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7894   include:
7895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7898   layout:
7899     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
7900     layout: "plot-throughput"
7901
7902 - type: "plot"
7903   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7904   algorithm: "plot_performance_name_box"
7905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7907   include:
7908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7911   layout:
7912     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
7913     layout: "plot-throughput"
7914
7915 - type: "plot"
7916   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7917   algorithm: "plot_performance_name_box-vhost"
7918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7920   include:
7921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7925   layout:
7926     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7927     layout: "plot-throughput"
7928
7929 - type: "plot"
7930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7931   algorithm: "plot_performance_name_box"
7932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7933   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
7934   include:
7935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7939   layout:
7940     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7941     layout: "plot-throughput"
7942
7943 - type: "plot"
7944   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7945   algorithm: "plot_performance_name_box"
7946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7947   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7948   include:
7949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7953   layout:
7954     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7955     layout: "plot-throughput"
7956
7957 - type: "plot"
7958   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7959   algorithm: "plot_performance_name_box"
7960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7961   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7962   include:
7963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7967   layout:
7968     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7969     layout: "plot-throughput"
7970
7971 #- type: "plot"
7972 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7973 #  algorithm: "plot_performance_name_box"
7974 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7975 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7976 #  include:
7977 #    - ""
7978 #  layout:
7979 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7980 #    layout: "plot-throughput"
7981 #
7982 #- type: "plot"
7983 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7984 #  algorithm: "plot_performance_name_box"
7985 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7986 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7987 #  include:
7988 #    - ""
7989 #  layout:
7990 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7991 #    layout: "plot-throughput"
7992
7993 - type: "plot"
7994   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7995   algorithm: "plot_performance_name_box"
7996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7997   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7998   include:
7999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8004   layout:
8005     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8006     layout: "plot-throughput"
8007
8008 - type: "plot"
8009   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8010   algorithm: "plot_performance_name_box"
8011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8012   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8013   include:
8014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8019   layout:
8020     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8021     layout: "plot-throughput"
8022
8023 - type: "plot"
8024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8025   algorithm: "plot_performance_name_box"
8026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8027   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8028   include:
8029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8033     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8034     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8035   layout:
8036     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8037     layout: "plot-throughput"
8038
8039 - type: "plot"
8040   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8041   algorithm: "plot_performance_name_box"
8042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8043   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8044   include:
8045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8051   layout:
8052     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8053     layout: "plot-throughput"
8054
8055 - type: "plot"
8056   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8057   algorithm: "plot_performance_name_box"
8058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8060   include:
8061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8066   layout:
8067     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8068     layout: "plot-throughput"
8069
8070 - type: "plot"
8071   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8072   algorithm: "plot_performance_name_box"
8073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8075   include:
8076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8081   layout:
8082     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8083     layout: "plot-throughput"
8084
8085 - type: "plot"
8086   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8087   algorithm: "plot_performance_name_box"
8088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8090   include:
8091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8097   layout:
8098     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8099     layout: "plot-throughput"
8100
8101 - type: "plot"
8102   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8103   algorithm: "plot_performance_name_box"
8104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
8105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8106   include:
8107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8113   layout:
8114     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8115     layout: "plot-throughput"
8116
8117 - type: "plot"
8118   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8119   algorithm: "plot_performance_name_box"
8120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8122   include:
8123     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8124     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8125     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8126   layout:
8127     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8128     layout: "plot-throughput"
8129
8130 - type: "plot"
8131   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8132   algorithm: "plot_performance_name_box"
8133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8135   include:
8136     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8137     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8138     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8139   layout:
8140     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8141     layout: "plot-throughput"
8142
8143 - type: "plot"
8144   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8145   algorithm: "plot_performance_name_box"
8146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8148   include:
8149     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8150     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8151     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8152   layout:
8153     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8154     layout: "plot-throughput"
8155
8156 - type: "plot"
8157   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8158   algorithm: "plot_performance_name_box"
8159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8161   include:
8162     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8163     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8164     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8165   layout:
8166     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8167     layout: "plot-throughput"
8168
8169 - type: "plot"
8170   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8171   algorithm: "plot_performance_name_box"
8172   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8173   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8174   include:
8175     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8176     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8177     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8178   layout:
8179     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8180     layout: "plot-throughput"
8181
8182 - type: "plot"
8183   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8184   algorithm: "plot_performance_name_box"
8185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8187   include:
8188     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8189     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8190     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8191   layout:
8192     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8193     layout: "plot-throughput"
8194
8195 ################################################################################
8196
8197 # Packet Latency 1C
8198
8199 - type: "plot"
8200   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8201   algorithm: "plot_latency_error_bars_name"
8202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8204   include:
8205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8209   layout:
8210     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8211     layout: "plot-latency"
8212
8213 - type: "plot"
8214   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8215   algorithm: "plot_latency_error_bars_name"
8216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8218   include:
8219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8222     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8224   layout:
8225     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8226     layout: "plot-latency"
8227
8228 - type: "plot"
8229   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8230   algorithm: "plot_latency_error_bars_name"
8231   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8233   include:
8234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8239   layout:
8240     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8241     layout: "plot-latency"
8242
8243 - type: "plot"
8244   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8245   algorithm: "plot_latency_error_bars_name"
8246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8248   include:
8249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8253   layout:
8254     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8255     layout: "plot-latency"
8256
8257 - type: "plot"
8258   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8259   algorithm: "plot_latency_error_bars_name"
8260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8262   include:
8263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8268   layout:
8269     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8270     layout: "plot-latency"
8271
8272 - type: "plot"
8273   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8274   algorithm: "plot_latency_error_bars_name"
8275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8277   include:
8278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8284   layout:
8285     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8286     layout: "plot-latency"
8287
8288 - type: "plot"
8289   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8290   algorithm: "plot_latency_error_bars_name"
8291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8293   include:
8294     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8295     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8296     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8297   layout:
8298     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8299     layout: "plot-latency"
8300
8301 - type: "plot"
8302   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8303   algorithm: "plot_latency_error_bars_name"
8304   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8306   include:
8307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8312   layout:
8313     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8314     layout: "plot-latency"
8315
8316 - type: "plot"
8317   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8318   algorithm: "plot_latency_error_bars_name"
8319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8321   include:
8322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8326   layout:
8327     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8328     layout: "plot-latency"
8329
8330 - type: "plot"
8331   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8332   algorithm: "plot_latency_error_bars_name"
8333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8335   include:
8336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8341   layout:
8342     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8343     layout: "plot-latency"
8344
8345 - type: "plot"
8346   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8347   algorithm: "plot_latency_error_bars_name"
8348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8350   include:
8351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8357   layout:
8358     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8359     layout: "plot-latency"
8360
8361 - type: "plot"
8362   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8363   algorithm: "plot_latency_error_bars_name"
8364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8366   include:
8367     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8368     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8369   layout:
8370     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8371     layout: "plot-latency"
8372
8373 - type: "plot"
8374   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8375   algorithm: "plot_latency_error_bars_name"
8376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8378   include:
8379     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8380     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8381     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8382     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8383   layout:
8384     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8385     layout: "plot-latency"
8386
8387 - type: "plot"
8388   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8389   algorithm: "plot_latency_error_bars_name"
8390   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8392   include:
8393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8396   layout:
8397     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8398     layout: "plot-latency"
8399
8400 - type: "plot"
8401   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8402   algorithm: "plot_latency_error_bars_name"
8403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8405   include:
8406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8411   layout:
8412     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8413     layout: "plot-latency"
8414
8415 - type: "plot"
8416   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8417   algorithm: "plot_latency_error_bars_name"
8418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8420   include:
8421     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8422     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8423     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8424   layout:
8425     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8426     layout: "plot-latency"
8427
8428 - type: "plot"
8429   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8430   algorithm: "plot_latency_error_bars_name"
8431   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8433   include:
8434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8437   layout:
8438     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8439     layout: "plot-latency"
8440
8441 - type: "plot"
8442   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8443   algorithm: "plot_latency_error_bars_name"
8444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8446   include:
8447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8452   layout:
8453     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8454     layout: "plot-latency"
8455
8456 - type: "plot"
8457   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8458   algorithm: "plot_latency_error_bars_name"
8459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8461   include:
8462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8468   layout:
8469     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8470     layout: "plot-latency"
8471
8472 - type: "plot"
8473   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8474   algorithm: "plot_latency_error_bars_name"
8475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8477   include:
8478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8482   layout:
8483     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8484     layout: "plot-latency"
8485
8486 - type: "plot"
8487   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8488   algorithm: "plot_latency_error_bars_name"
8489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8491   include:
8492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8498   layout:
8499     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8500     layout: "plot-latency"
8501
8502 - type: "plot"
8503   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8504   algorithm: "plot_latency_error_bars_name"
8505   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8507   include:
8508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8514   layout:
8515     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8516     layout: "plot-latency"
8517
8518 - type: "plot"
8519   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8520   algorithm: "plot_latency_error_bars_name"
8521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8523   include:
8524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8528   layout:
8529     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8530     layout: "plot-latency"
8531
8532 - type: "plot"
8533   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8534   algorithm: "plot_latency_error_bars_name"
8535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8537   include:
8538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8543   layout:
8544     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8545     layout: "plot-latency"
8546
8547 - type: "plot"
8548   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8549   algorithm: "plot_latency_error_bars_name"
8550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8552   include:
8553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8557   layout:
8558     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8559     layout: "plot-latency"
8560
8561 - type: "plot"
8562   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8563   algorithm: "plot_latency_error_bars_name"
8564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8566   include:
8567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8570     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8571     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8573   layout:
8574     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8575     layout: "plot-latency"
8576
8577 - type: "plot"
8578   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8579   algorithm: "plot_latency_error_bars_name"
8580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8582   include:
8583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8588   layout:
8589     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8590     layout: "plot-latency"
8591
8592 - type: "plot"
8593   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8594   algorithm: "plot_latency_error_bars_name"
8595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8597   include:
8598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8601   layout:
8602     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8603     layout: "plot-latency"
8604
8605 - type: "plot"
8606   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8607   algorithm: "plot_latency_error_bars_name"
8608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8610   include:
8611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8615   layout:
8616     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8617     layout: "plot-latency"
8618
8619 - type: "plot"
8620   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8621   algorithm: "plot_latency_error_bars_name"
8622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8624   include:
8625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8631   layout:
8632     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8633     layout: "plot-latency"
8634
8635 - type: "plot"
8636   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8637   algorithm: "plot_latency_error_bars_name"
8638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8640   include:
8641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8647   layout:
8648     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8649     layout: "plot-latency"
8650
8651 - type: "plot"
8652   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8653   algorithm: "plot_latency_error_bars_name"
8654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8656   include:
8657     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8658     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8659     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8660     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8661     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8662     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8663   layout:
8664     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8665     layout: "plot-latency"
8666
8667 - type: "plot"
8668   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8669   algorithm: "plot_latency_error_bars_name"
8670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8672   include:
8673     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8674     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8675     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8676     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8677     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8678     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8679   layout:
8680     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8681     layout: "plot-latency"
8682
8683 - type: "plot"
8684   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8685   algorithm: "plot_latency_error_bars_name"
8686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8687   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8688   include:
8689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8693   layout:
8694     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8695     layout: "plot-latency"
8696
8697 - type: "plot"
8698   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8699   algorithm: "plot_latency_error_bars_name"
8700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8701   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8702   include:
8703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8705     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8706     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8707   layout:
8708     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8709     layout: "plot-latency"
8710
8711 #- type: "plot"
8712 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8713 #  algorithm: "plot_latency_error_bars_name"
8714 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8715 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8716 #  include:
8717 #    - ""
8718 #  layout:
8719 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8720 #    layout: "plot-latency"
8721
8722 - type: "plot"
8723   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8724   algorithm: "plot_latency_error_bars_name"
8725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8726   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8727   include:
8728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8733   layout:
8734     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8735     layout: "plot-latency"
8736
8737 - type: "plot"
8738   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8739   algorithm: "plot_latency_error_bars_name"
8740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8741   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8742   include:
8743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8749   layout:
8750     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8751     layout: "plot-latency"
8752
8753 - type: "plot"
8754   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8755   algorithm: "plot_latency_error_bars_name"
8756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8758   include:
8759     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8760     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8761     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8762   layout:
8763     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8764     layout: "plot-latency"
8765
8766 - type: "plot"
8767   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8768   algorithm: "plot_latency_error_bars_name"
8769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8771   include:
8772     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8773     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8774     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8775   layout:
8776     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8777     layout: "plot-latency"
8778
8779 - type: "plot"
8780   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
8781   algorithm: "plot_latency_error_bars_name"
8782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
8783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8784   include:
8785     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8786     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8787     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8788     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8789     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8790   layout:
8791     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
8792     layout: "plot-latency"
8793
8794 - type: "plot"
8795   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
8796   algorithm: "plot_latency_error_bars_name"
8797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
8798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8799   include:
8800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8805   layout:
8806     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
8807     layout: "plot-latency"
8808
8809 - type: "plot"
8810   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
8811   algorithm: "plot_latency_error_bars_name"
8812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
8813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8814   include:
8815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8821   layout:
8822     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
8823     layout: "plot-latency"
8824
8825 - type: "plot"
8826   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr-lat"
8827   algorithm: "plot_latency_error_bars_name"
8828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr-lat"
8829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8830   include:
8831     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8832     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8833     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8835   layout:
8836     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-ixgbe-ndr-lat"
8837     layout: "plot-latency"
8838
8839 - type: "plot"
8840   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
8841   algorithm: "plot_latency_error_bars_name"
8842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
8843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8844   include:
8845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8850   layout:
8851     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
8852     layout: "plot-latency"
8853
8854 - type: "plot"
8855   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
8856   algorithm: "plot_latency_error_bars_name"
8857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
8858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8859   include:
8860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8866   layout:
8867     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
8868     layout: "plot-latency"
8869
8870 - type: "plot"
8871   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
8872   algorithm: "plot_latency_error_bars_name"
8873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
8874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8875   include:
8876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8880   layout:
8881     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
8882     layout: "plot-latency"
8883
8884 - type: "plot"
8885   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
8886   algorithm: "plot_latency_error_bars_name"
8887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
8888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8889   include:
8890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8896   layout:
8897     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
8898     layout: "plot-latency"
8899
8900 - type: "plot"
8901   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
8902   algorithm: "plot_latency_error_bars_name"
8903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
8904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8905   include:
8906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8912   layout:
8913     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
8914     layout: "plot-latency"
8915
8916 - type: "plot"
8917   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
8918   algorithm: "plot_latency_error_bars_name"
8919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
8920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8921   include:
8922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8927     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8928   layout:
8929     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8930     layout: "plot-latency"
8931
8932 - type: "plot"
8933   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
8934   algorithm: "plot_latency_error_bars_name"
8935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8937   include:
8938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8943   layout:
8944     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8945     layout: "plot-latency"
8946
8947 - type: "plot"
8948   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
8949   algorithm: "plot_latency_error_bars_name"
8950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
8951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8952   include:
8953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8959   layout:
8960     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8961     layout: "plot-latency"
8962
8963 - type: "plot"
8964   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
8965   algorithm: "plot_latency_error_bars_name"
8966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
8967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8968   include:
8969     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8970     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8971     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8972   layout:
8973     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8974     layout: "plot-latency"
8975
8976 ################################################################################
8977
8978 # Packet Latency 2C
8979
8980 - type: "plot"
8981   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8982   algorithm: "plot_latency_error_bars_name"
8983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8985   include:
8986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8990   layout:
8991     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8992     layout: "plot-latency"
8993
8994 - type: "plot"
8995   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8996   algorithm: "plot_latency_error_bars_name"
8997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8999   include:
9000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9001     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9002     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9005   layout:
9006     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9007     layout: "plot-latency"
9008
9009 - type: "plot"
9010   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9011   algorithm: "plot_latency_error_bars_name"
9012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9014   include:
9015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9020   layout:
9021     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9022     layout: "plot-latency"
9023
9024 - type: "plot"
9025   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9026   algorithm: "plot_latency_error_bars_name"
9027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9029   include:
9030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9034   layout:
9035     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9036     layout: "plot-latency"
9037
9038 - type: "plot"
9039   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9040   algorithm: "plot_latency_error_bars_name"
9041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9043   include:
9044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9049   layout:
9050     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9051     layout: "plot-latency"
9052
9053 - type: "plot"
9054   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9055   algorithm: "plot_latency_error_bars_name"
9056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9058   include:
9059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9065   layout:
9066     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9067     layout: "plot-latency"
9068
9069 - type: "plot"
9070   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9071   algorithm: "plot_latency_error_bars_name"
9072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9074   include:
9075     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9076     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9077     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9078   layout:
9079     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9080     layout: "plot-latency"
9081
9082 - type: "plot"
9083   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9084   algorithm: "plot_latency_error_bars_name"
9085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9087   include:
9088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9093   layout:
9094     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9095     layout: "plot-latency"
9096
9097 - type: "plot"
9098   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9099   algorithm: "plot_latency_error_bars_name"
9100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9102   include:
9103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9107   layout:
9108     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9109     layout: "plot-latency"
9110
9111 - type: "plot"
9112   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9113   algorithm: "plot_latency_error_bars_name"
9114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9116   include:
9117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9122   layout:
9123     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9124     layout: "plot-latency"
9125
9126 - type: "plot"
9127   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9128   algorithm: "plot_latency_error_bars_name"
9129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9131   include:
9132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9138   layout:
9139     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9140     layout: "plot-latency"
9141
9142 - type: "plot"
9143   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9144   algorithm: "plot_latency_error_bars_name"
9145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9147   include:
9148     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9149     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9150   layout:
9151     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
9152     layout: "plot-latency"
9153
9154 - type: "plot"
9155   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9156   algorithm: "plot_latency_error_bars_name"
9157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9159   include:
9160     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
9161     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9162     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9163     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9164   layout:
9165     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
9166     layout: "plot-latency"
9167
9168 - type: "plot"
9169   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9170   algorithm: "plot_latency_error_bars_name"
9171   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9173   include:
9174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9177   layout:
9178     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9179     layout: "plot-latency"
9180
9181 - type: "plot"
9182   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9183   algorithm: "plot_latency_error_bars_name"
9184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9186   include:
9187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9192   layout:
9193     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9194     layout: "plot-latency"
9195
9196 - type: "plot"
9197   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9198   algorithm: "plot_latency_error_bars_name"
9199   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9201   include:
9202     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9204     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9205   layout:
9206     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9207     layout: "plot-latency"
9208
9209 - type: "plot"
9210   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9211   algorithm: "plot_latency_error_bars_name"
9212   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9214   include:
9215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9218   layout:
9219     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9220     layout: "plot-latency"
9221
9222 - type: "plot"
9223   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9224   algorithm: "plot_latency_error_bars_name"
9225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9227   include:
9228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9233   layout:
9234     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9235     layout: "plot-latency"
9236
9237 - type: "plot"
9238   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9239   algorithm: "plot_latency_error_bars_name"
9240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9242   include:
9243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9249   layout:
9250     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9251     layout: "plot-latency"
9252
9253 - type: "plot"
9254   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9255   algorithm: "plot_latency_error_bars_name"
9256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9258   include:
9259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9263   layout:
9264     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9265     layout: "plot-latency"
9266
9267 - type: "plot"
9268   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9269   algorithm: "plot_latency_error_bars_name"
9270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9272   include:
9273     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9274     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9279   layout:
9280     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
9281     layout: "plot-latency"
9282
9283 - type: "plot"
9284   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9285   algorithm: "plot_latency_error_bars_name"
9286   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9288   include:
9289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9295   layout:
9296     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9297     layout: "plot-latency"
9298
9299 - type: "plot"
9300   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9301   algorithm: "plot_latency_error_bars_name"
9302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9304   include:
9305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9309   layout:
9310     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9311     layout: "plot-latency"
9312
9313 - type: "plot"
9314   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9315   algorithm: "plot_latency_error_bars_name"
9316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9318   include:
9319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9324   layout:
9325     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9326     layout: "plot-latency"
9327
9328 - type: "plot"
9329   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9330   algorithm: "plot_latency_error_bars_name"
9331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9333   include:
9334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9338   layout:
9339     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9340     layout: "plot-latency"
9341
9342 - type: "plot"
9343   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9344   algorithm: "plot_latency_error_bars_name"
9345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9347   include:
9348     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9354   layout:
9355     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
9356     layout: "plot-latency"
9357
9358 - type: "plot"
9359   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9360   algorithm: "plot_latency_error_bars_name"
9361   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9363   include:
9364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9368     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9369   layout:
9370     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9371     layout: "plot-latency"
9372
9373 - type: "plot"
9374   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9375   algorithm: "plot_latency_error_bars_name"
9376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9378   include:
9379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9382   layout:
9383     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9384     layout: "plot-latency"
9385
9386 - type: "plot"
9387   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9388   algorithm: "plot_latency_error_bars_name"
9389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9391   include:
9392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9396   layout:
9397     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9398     layout: "plot-latency"
9399
9400 - type: "plot"
9401   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9402   algorithm: "plot_latency_error_bars_name"
9403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9405   include:
9406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9412   layout:
9413     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9414     layout: "plot-latency"
9415
9416 - type: "plot"
9417   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9418   algorithm: "plot_latency_error_bars_name"
9419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9421   include:
9422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9428   layout:
9429     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
9430     layout: "plot-latency"
9431
9432 - type: "plot"
9433   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9434   algorithm: "plot_latency_error_bars_name"
9435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9437   include:
9438     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9439     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9440     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9441     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9442     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9443     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9444   layout:
9445     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9446     layout: "plot-latency"
9447
9448 - type: "plot"
9449   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9450   algorithm: "plot_latency_error_bars_name"
9451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9453   include:
9454     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9455     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9456     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9457     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9458     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9459     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9460   layout:
9461     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9462     layout: "plot-latency"
9463
9464 - type: "plot"
9465   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9466   algorithm: "plot_latency_error_bars_name"
9467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9468   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9469   include:
9470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9474   layout:
9475     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9476     layout: "plot-latency"
9477
9478 - type: "plot"
9479   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9480   algorithm: "plot_latency_error_bars_name"
9481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9482   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9483   include:
9484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9488   layout:
9489     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9490     layout: "plot-latency"
9491
9492 #- type: "plot"
9493 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9494 #  algorithm: "plot_latency_error_bars_name"
9495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9497 #  include:
9498 #    - ""
9499 #  layout:
9500 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9501 #    layout: "plot-latency"
9502
9503 - type: "plot"
9504   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9505   algorithm: "plot_latency_error_bars_name"
9506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9507   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9508   include:
9509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9514   layout:
9515     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9516     layout: "plot-latency"
9517
9518 - type: "plot"
9519   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9520   algorithm: "plot_latency_error_bars_name"
9521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9522   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9523   include:
9524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9530   layout:
9531     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9532     layout: "plot-latency"
9533
9534 - type: "plot"
9535   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9536   algorithm: "plot_latency_error_bars_name"
9537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9539   include:
9540     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9541     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9542     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9543   layout:
9544     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9545     layout: "plot-latency"
9546
9547 - type: "plot"
9548   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9549   algorithm: "plot_latency_error_bars_name"
9550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9552   include:
9553     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9554     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9555     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9556   layout:
9557     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9558     layout: "plot-latency"
9559
9560 - type: "plot"
9561   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
9562   algorithm: "plot_latency_error_bars_name"
9563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
9564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9565   include:
9566     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9567     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9568     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9569     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9570     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9571   layout:
9572     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
9573     layout: "plot-latency"
9574
9575 - type: "plot"
9576   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
9577   algorithm: "plot_latency_error_bars_name"
9578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
9579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9580   include:
9581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9586   layout:
9587     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
9588     layout: "plot-latency"
9589
9590 - type: "plot"
9591   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
9592   algorithm: "plot_latency_error_bars_name"
9593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
9594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9595   include:
9596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9602   layout:
9603     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
9604     layout: "plot-latency"
9605
9606 - type: "plot"
9607   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-ixgbe-ndr-lat"
9608   algorithm: "plot_latency_error_bars_name"
9609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-ixgbe-ndr-lat"
9610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9611   include:
9612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9616   layout:
9617     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-ixgbe-ndr-lat"
9618     layout: "plot-latency"
9619
9620 - type: "plot"
9621   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
9622   algorithm: "plot_latency_error_bars_name"
9623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
9624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9625   include:
9626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9631   layout:
9632     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
9633     layout: "plot-latency"
9634
9635 - type: "plot"
9636   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9637   algorithm: "plot_latency_error_bars_name"
9638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9640   include:
9641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9647   layout:
9648     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
9649     layout: "plot-latency"
9650
9651 - type: "plot"
9652   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
9653   algorithm: "plot_latency_error_bars_name"
9654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
9655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9656   include:
9657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9661   layout:
9662     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
9663     layout: "plot-latency"
9664
9665 - type: "plot"
9666   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
9667   algorithm: "plot_latency_error_bars_name"
9668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
9669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9670   include:
9671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9677   layout:
9678     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
9679     layout: "plot-latency"
9680
9681 - type: "plot"
9682   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
9683   algorithm: "plot_latency_error_bars_name"
9684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
9685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9686   include:
9687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9693   layout:
9694     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
9695     layout: "plot-latency"
9696
9697 - type: "plot"
9698   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
9699   algorithm: "plot_latency_error_bars_name"
9700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
9701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9702   include:
9703     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9704     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9705     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9706     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9707     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9708     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9709   layout:
9710     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
9711     layout: "plot-latency"
9712
9713 - type: "plot"
9714   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
9715   algorithm: "plot_latency_error_bars_name"
9716   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
9717   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9718   include:
9719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9724   layout:
9725     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
9726     layout: "plot-latency"
9727
9728 - type: "plot"
9729   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
9730   algorithm: "plot_latency_error_bars_name"
9731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
9732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9733   include:
9734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9740   layout:
9741     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
9742     layout: "plot-latency"
9743
9744 - type: "plot"
9745   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
9746   algorithm: "plot_latency_error_bars_name"
9747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
9748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9749   include:
9750     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9751     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9752     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9753   layout:
9754     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr"
9755     layout: "plot-latency"
9756
9757 ################################################################################
9758
9759 # Packet Latency 4C
9760
9761 - type: "plot"
9762   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9763   algorithm: "plot_latency_error_bars_name"
9764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9766   include:
9767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9771   layout:
9772     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9773     layout: "plot-latency"
9774
9775 - type: "plot"
9776   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9777   algorithm: "plot_latency_error_bars_name"
9778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9780   include:
9781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9786   layout:
9787     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9788     layout: "plot-latency"
9789
9790 - type: "plot"
9791   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9792   algorithm: "plot_latency_error_bars_name"
9793   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9795   include:
9796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9801   layout:
9802     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9803     layout: "plot-latency"
9804
9805 - type: "plot"
9806   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9807   algorithm: "plot_latency_error_bars_name"
9808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9810   include:
9811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9815   layout:
9816     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9817     layout: "plot-latency"
9818
9819 - type: "plot"
9820   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9821   algorithm: "plot_latency_error_bars_name"
9822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9824   include:
9825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9830   layout:
9831     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9832     layout: "plot-latency"
9833
9834 - type: "plot"
9835   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9836   algorithm: "plot_latency_error_bars_name"
9837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9839   include:
9840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9846   layout:
9847     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9848     layout: "plot-latency"
9849
9850 - type: "plot"
9851   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9852   algorithm: "plot_latency_error_bars_name"
9853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9855   include:
9856     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9857     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9858     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9859   layout:
9860     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9861     layout: "plot-latency"
9862
9863 - type: "plot"
9864   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9865   algorithm: "plot_latency_error_bars_name"
9866   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9868   include:
9869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9874   layout:
9875     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9876     layout: "plot-latency"
9877
9878 - type: "plot"
9879   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9880   algorithm: "plot_latency_error_bars_name"
9881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9883   include:
9884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9888   layout:
9889     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9890     layout: "plot-latency"
9891
9892 - type: "plot"
9893   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9894   algorithm: "plot_latency_error_bars_name"
9895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9897   include:
9898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9903   layout:
9904     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9905     layout: "plot-latency"
9906
9907 - type: "plot"
9908   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9909   algorithm: "plot_latency_error_bars_name"
9910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9912   include:
9913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9919   layout:
9920     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9921     layout: "plot-latency"
9922
9923 - type: "plot"
9924   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9925   algorithm: "plot_latency_error_bars_name"
9926   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9928   include:
9929     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9930     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9931   layout:
9932     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9933     layout: "plot-latency"
9934
9935 - type: "plot"
9936   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9937   algorithm: "plot_latency_error_bars_name"
9938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9940   include:
9941     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9942     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9943     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9944     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9945   layout:
9946     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9947     layout: "plot-latency"
9948
9949 - type: "plot"
9950   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9951   algorithm: "plot_latency_error_bars_name"
9952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9954   include:
9955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9958   layout:
9959     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9960     layout: "plot-latency"
9961
9962 - type: "plot"
9963   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9964   algorithm: "plot_latency_error_bars_name"
9965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9967   include:
9968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9973   layout:
9974     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9975     layout: "plot-latency"
9976
9977 - type: "plot"
9978   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9979   algorithm: "plot_latency_error_bars_name"
9980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9982   include:
9983     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9984     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9985     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9986   layout:
9987     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9988     layout: "plot-latency"
9989
9990 - type: "plot"
9991   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9992   algorithm: "plot_latency_error_bars_name"
9993   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9995   include:
9996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9999   layout:
10000     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10001     layout: "plot-latency"
10002
10003 - type: "plot"
10004   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10005   algorithm: "plot_latency_error_bars_name"
10006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10008   include:
10009     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10010     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10011     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10014   layout:
10015     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10016     layout: "plot-latency"
10017
10018 - type: "plot"
10019   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10020   algorithm: "plot_latency_error_bars_name"
10021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10023   include:
10024     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10025     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10026     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10029     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10030   layout:
10031     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10032     layout: "plot-latency"
10033
10034 - type: "plot"
10035   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10036   algorithm: "plot_latency_error_bars_name"
10037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10039   include:
10040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10041     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10042     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10043     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10044   layout:
10045     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10046     layout: "plot-latency"
10047
10048 - type: "plot"
10049   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10050   algorithm: "plot_latency_error_bars_name"
10051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10053   include:
10054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10060   layout:
10061     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
10062     layout: "plot-latency"
10063
10064 - type: "plot"
10065   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10066   algorithm: "plot_latency_error_bars_name"
10067   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10069   include:
10070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10076   layout:
10077     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10078     layout: "plot-latency"
10079
10080 - type: "plot"
10081   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10082   algorithm: "plot_latency_error_bars_name"
10083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10085   include:
10086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10090   layout:
10091     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10092     layout: "plot-latency"
10093
10094 - type: "plot"
10095   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10096   algorithm: "plot_latency_error_bars_name"
10097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10099   include:
10100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10105   layout:
10106     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10107     layout: "plot-latency"
10108
10109 - type: "plot"
10110   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10111   algorithm: "plot_latency_error_bars_name"
10112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10114   include:
10115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10119   layout:
10120     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10121     layout: "plot-latency"
10122
10123 - type: "plot"
10124   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10125   algorithm: "plot_latency_error_bars_name"
10126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10128   include:
10129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10135   layout:
10136     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
10137     layout: "plot-latency"
10138
10139 - type: "plot"
10140   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10141   algorithm: "plot_latency_error_bars_name"
10142   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10144   include:
10145     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10146     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10147     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10150   layout:
10151     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10152     layout: "plot-latency"
10153
10154 - type: "plot"
10155   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10156   algorithm: "plot_latency_error_bars_name"
10157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10159   include:
10160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10163   layout:
10164     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10165     layout: "plot-latency"
10166
10167 - type: "plot"
10168   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10169   algorithm: "plot_latency_error_bars_name"
10170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10172   include:
10173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10177   layout:
10178     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10179     layout: "plot-latency"
10180
10181 - type: "plot"
10182   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10183   algorithm: "plot_latency_error_bars_name"
10184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10186   include:
10187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10193   layout:
10194     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10195     layout: "plot-latency"
10196
10197 - type: "plot"
10198   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10199   algorithm: "plot_latency_error_bars_name"
10200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10202   include:
10203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10209   layout:
10210     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
10211     layout: "plot-latency"
10212
10213 - type: "plot"
10214   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10215   algorithm: "plot_latency_error_bars_name"
10216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10218   include:
10219     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10220     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10221     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10222     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10223     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10224     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10225   layout:
10226     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10227     layout: "plot-latency"
10228
10229 - type: "plot"
10230   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10231   algorithm: "plot_latency_error_bars_name"
10232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10234   include:
10235     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10236     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10241   layout:
10242     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
10243     layout: "plot-latency"
10244
10245 - type: "plot"
10246   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10247   algorithm: "plot_latency_error_bars_name"
10248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10249   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10250   include:
10251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10255   layout:
10256     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10257     layout: "plot-latency"
10258
10259 - type: "plot"
10260   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10261   algorithm: "plot_latency_error_bars_name"
10262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10263   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10264   include:
10265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10269   layout:
10270     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10271     layout: "plot-latency"
10272
10273 #- type: "plot"
10274 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10275 #  algorithm: "plot_latency_error_bars_name"
10276 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10277 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10278 #  include:
10279 #    - ""
10280 #  layout:
10281 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10282 #    layout: "plot-latency"
10283
10284 - type: "plot"
10285   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10286   algorithm: "plot_latency_error_bars_name"
10287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10288   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10289   include:
10290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10295   layout:
10296     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10297     layout: "plot-latency"
10298
10299 - type: "plot"
10300   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10301   algorithm: "plot_latency_error_bars_name"
10302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10303   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10304   include:
10305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10311   layout:
10312     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10313     layout: "plot-latency"
10314
10315 - type: "plot"
10316   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10317   algorithm: "plot_latency_error_bars_name"
10318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10320   include:
10321     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10322     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10323     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10324   layout:
10325     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
10326     layout: "plot-latency"
10327
10328 - type: "plot"
10329   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10330   algorithm: "plot_latency_error_bars_name"
10331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10333   include:
10334     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10335     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10336     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10337   layout:
10338     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
10339     layout: "plot-latency"
10340
10341 - type: "plot"
10342   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10343   algorithm: "plot_latency_error_bars_name"
10344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10346   include:
10347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10352   layout:
10353     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
10354     layout: "plot-latency"
10355
10356 - type: "plot"
10357   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10358   algorithm: "plot_latency_error_bars_name"
10359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10361   include:
10362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
10365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
10366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10367   layout:
10368     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
10369     layout: "plot-latency"
10370
10371 - type: "plot"
10372   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10373   algorithm: "plot_latency_error_bars_name"
10374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10376   include:
10377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10383   layout:
10384     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
10385     layout: "plot-latency"
10386
10387 - type: "plot"
10388   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-ixgbe-ndr-lat"
10389   algorithm: "plot_latency_error_bars_name"
10390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-ixgbe-ndr-lat"
10391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10392   include:
10393     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10395     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10396     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10397   layout:
10398     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-ixgbe-ndr-lat"
10399     layout: "plot-latency"
10400
10401 - type: "plot"
10402   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10403   algorithm: "plot_latency_error_bars_name"
10404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10406   include:
10407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10412   layout:
10413     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
10414     layout: "plot-latency"
10415
10416 - type: "plot"
10417   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10418   algorithm: "plot_latency_error_bars_name"
10419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10421   include:
10422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10428   layout:
10429     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10430     layout: "plot-latency"
10431
10432 - type: "plot"
10433   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10434   algorithm: "plot_latency_error_bars_name"
10435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
10436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10437   include:
10438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10442   layout:
10443     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
10444     layout: "plot-latency"
10445
10446 - type: "plot"
10447   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
10448   algorithm: "plot_latency_error_bars_name"
10449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
10450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10451   include:
10452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10458   layout:
10459     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
10460     layout: "plot-latency"
10461
10462 - type: "plot"
10463   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
10464   algorithm: "plot_latency_error_bars_name"
10465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
10466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10467   include:
10468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10474   layout:
10475     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
10476     layout: "plot-latency"
10477
10478 - type: "plot"
10479   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
10480   algorithm: "plot_latency_error_bars_name"
10481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
10482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10483   include:
10484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10486     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10487     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10488     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10489     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10490   layout:
10491     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
10492     layout: "plot-latency"
10493
10494 - type: "plot"
10495   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
10496   algorithm: "plot_latency_error_bars_name"
10497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
10498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10499   include:
10500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10502     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10505   layout:
10506     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
10507     layout: "plot-latency"
10508
10509 - type: "plot"
10510   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
10511   algorithm: "plot_latency_error_bars_name"
10512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
10513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10514   include:
10515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10519     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10521   layout:
10522     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
10523     layout: "plot-latency"
10524
10525 - type: "plot"
10526   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
10527   algorithm: "plot_latency_error_bars_name"
10528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
10529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10530   include:
10531     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10532     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10533     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10534   layout:
10535     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr"
10536     layout: "plot-latency"
10537
10538 ################################################################################
10539
10540 # Packet Speedup
10541
10542 - type: "plot"
10543   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10544   algorithm: "plot_throughput_speedup_analysis_name"
10545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10547   include:
10548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10552   layout:
10553     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10554     layout: "plot-throughput-speedup-analysis"
10555
10556 - type: "plot"
10557   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10558   algorithm: "plot_throughput_speedup_analysis_name"
10559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10561   include:
10562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10566   layout:
10567     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10568     layout: "plot-throughput-speedup-analysis"
10569
10570 - type: "plot"
10571   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10572   algorithm: "plot_throughput_speedup_analysis_name"
10573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10575   include:
10576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10581   layout:
10582     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10583     layout: "plot-throughput-speedup-analysis"
10584
10585 - type: "plot"
10586   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10587   algorithm: "plot_throughput_speedup_analysis_name"
10588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10590   include:
10591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10594     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10596   layout:
10597     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10598     layout: "plot-throughput-speedup-analysis"
10599
10600 - type: "plot"
10601   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10602   algorithm: "plot_throughput_speedup_analysis_name"
10603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10605   include:
10606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10611   layout:
10612     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10613     layout: "plot-throughput-speedup-analysis"
10614
10615 - type: "plot"
10616   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10617   algorithm: "plot_throughput_speedup_analysis_name"
10618   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10620   include:
10621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10626   layout:
10627     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10628     layout: "plot-throughput-speedup-analysis"
10629
10630 - type: "plot"
10631   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10632   algorithm: "plot_throughput_speedup_analysis_name"
10633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10635   include:
10636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10640   layout:
10641     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10642     layout: "plot-throughput-speedup-analysis"
10643
10644 - type: "plot"
10645   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10646   algorithm: "plot_throughput_speedup_analysis_name"
10647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10649   include:
10650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10654   layout:
10655     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10656     layout: "plot-throughput-speedup-analysis"
10657
10658 - type: "plot"
10659   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10660   algorithm: "plot_throughput_speedup_analysis_name"
10661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10663   include:
10664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10669   layout:
10670     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10671     layout: "plot-throughput-speedup-analysis"
10672
10673 - type: "plot"
10674   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10675   algorithm: "plot_throughput_speedup_analysis_name"
10676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10678   include:
10679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10684   layout:
10685     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10686     layout: "plot-throughput-speedup-analysis"
10687
10688 - type: "plot"
10689   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10690   algorithm: "plot_throughput_speedup_analysis_name"
10691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10693   include:
10694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10700   layout:
10701     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10702     layout: "plot-throughput-speedup-analysis"
10703
10704 - type: "plot"
10705   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10706   algorithm: "plot_throughput_speedup_analysis_name"
10707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10709   include:
10710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10716   layout:
10717     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10718     layout: "plot-throughput-speedup-analysis"
10719
10720 - type: "plot"
10721   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10722   algorithm: "plot_throughput_speedup_analysis_name"
10723   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10725   include:
10726     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10729   layout:
10730     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10731     layout: "plot-throughput-speedup-analysis"
10732
10733 - type: "plot"
10734   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10735   algorithm: "plot_throughput_speedup_analysis_name"
10736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10738   include:
10739     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10742   layout:
10743     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10744     layout: "plot-throughput-speedup-analysis"
10745
10746 - type: "plot"
10747   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10748   algorithm: "plot_throughput_speedup_analysis_name"
10749   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10751   include:
10752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10757   layout:
10758     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10759     layout: "plot-throughput-speedup-analysis"
10760
10761 - type: "plot"
10762   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10763   algorithm: "plot_throughput_speedup_analysis_name"
10764   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10766   include:
10767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10772   layout:
10773     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10774     layout: "plot-throughput-speedup-analysis"
10775
10776 - type: "plot"
10777   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10778   algorithm: "plot_throughput_speedup_analysis_name"
10779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10781   include:
10782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10786   layout:
10787     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10788     layout: "plot-throughput-speedup-analysis"
10789
10790 - type: "plot"
10791   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10792   algorithm: "plot_throughput_speedup_analysis_name"
10793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10795   include:
10796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10800   layout:
10801     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10802     layout: "plot-throughput-speedup-analysis"
10803
10804 - type: "plot"
10805   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10806   algorithm: "plot_throughput_speedup_analysis_name"
10807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10809   include:
10810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10815   layout:
10816     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10817     layout: "plot-throughput-speedup-analysis"
10818
10819 - type: "plot"
10820   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10821   algorithm: "plot_throughput_speedup_analysis_name"
10822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10824   include:
10825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10830   layout:
10831     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10832     layout: "plot-throughput-speedup-analysis"
10833
10834 - type: "plot"
10835   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10836   algorithm: "plot_throughput_speedup_analysis_name"
10837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10839   include:
10840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10846   layout:
10847     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10848     layout: "plot-throughput-speedup-analysis"
10849
10850 - type: "plot"
10851   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10852   algorithm: "plot_throughput_speedup_analysis_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10855   include:
10856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10862   layout:
10863     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10864     layout: "plot-throughput-speedup-analysis"
10865
10866 - type: "plot"
10867   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10868   algorithm: "plot_throughput_speedup_analysis_name"
10869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10871   include:
10872     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10874   layout:
10875     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10876     layout: "plot-throughput-speedup-analysis"
10877
10878 - type: "plot"
10879   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10880   algorithm: "plot_throughput_speedup_analysis_name"
10881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10886   layout:
10887     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10888     layout: "plot-throughput-speedup-analysis"
10889
10890 - type: "plot"
10891   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10892   algorithm: "plot_throughput_speedup_analysis_name"
10893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10895   include:
10896     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10900   layout:
10901     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10902     layout: "plot-throughput-speedup-analysis"
10903
10904 - type: "plot"
10905   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10906   algorithm: "plot_throughput_speedup_analysis_name"
10907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10909   include:
10910     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10914   layout:
10915     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10916     layout: "plot-throughput-speedup-analysis"
10917
10918 - type: "plot"
10919   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10920   algorithm: "plot_throughput_speedup_analysis_name"
10921   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10923   include:
10924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10927   layout:
10928     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10929     layout: "plot-throughput-speedup-analysis"
10930
10931 - type: "plot"
10932   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10933   algorithm: "plot_throughput_speedup_analysis_name"
10934   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10936   include:
10937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10940   layout:
10941     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10942     layout: "plot-throughput-speedup-analysis"
10943
10944 - type: "plot"
10945   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10946   algorithm: "plot_throughput_speedup_analysis_name"
10947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10949   include:
10950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10955   layout:
10956     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10957     layout: "plot-throughput-speedup-analysis"
10958
10959 - type: "plot"
10960   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10961   algorithm: "plot_throughput_speedup_analysis_name"
10962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10964   include:
10965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10970   layout:
10971     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10972     layout: "plot-throughput-speedup-analysis"
10973
10974 - type: "plot"
10975   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10976   algorithm: "plot_throughput_speedup_analysis_name"
10977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10979   include:
10980     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10983   layout:
10984     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10985     layout: "plot-throughput-speedup-analysis"
10986
10987 - type: "plot"
10988   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10989   algorithm: "plot_throughput_speedup_analysis_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10992   include:
10993     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10996   layout:
10997     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10998     layout: "plot-throughput-speedup-analysis"
10999
11000 - type: "plot"
11001   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11002   algorithm: "plot_throughput_speedup_analysis_name"
11003   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11009   layout:
11010     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11011     layout: "plot-throughput-speedup-analysis"
11012
11013 - type: "plot"
11014   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11015   algorithm: "plot_throughput_speedup_analysis_name"
11016   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11018   include:
11019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11022   layout:
11023     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11024     layout: "plot-throughput-speedup-analysis"
11025
11026 - type: "plot"
11027   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11028   algorithm: "plot_throughput_speedup_analysis_name"
11029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11037   layout:
11038     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11039     layout: "plot-throughput-speedup-analysis"
11040
11041 - type: "plot"
11042   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11043   algorithm: "plot_throughput_speedup_analysis_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11046   include:
11047     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11052   layout:
11053     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11054     layout: "plot-throughput-speedup-analysis"
11055
11056 - type: "plot"
11057   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11058   algorithm: "plot_throughput_speedup_analysis_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11061   include:
11062     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11068   layout:
11069     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11070     layout: "plot-throughput-speedup-analysis"
11071
11072 - type: "plot"
11073   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11074   algorithm: "plot_throughput_speedup_analysis_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11077   include:
11078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11084   layout:
11085     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11086     layout: "plot-throughput-speedup-analysis"
11087
11088 - type: "plot"
11089   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11090   algorithm: "plot_throughput_speedup_analysis_name"
11091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11093   include:
11094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11098   layout:
11099     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11100     layout: "plot-throughput-speedup-analysis"
11101
11102 - type: "plot"
11103   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11104   algorithm: "plot_throughput_speedup_analysis_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11107   include:
11108     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11112   layout:
11113     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11114     layout: "plot-throughput-speedup-analysis"
11115
11116 - type: "plot"
11117   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11118   algorithm: "plot_throughput_speedup_analysis_name"
11119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11128   layout:
11129     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
11130     layout: "plot-throughput-speedup-analysis"
11131
11132 - type: "plot"
11133   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11134   algorithm: "plot_throughput_speedup_analysis_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11137   include:
11138     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11140     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11144   layout:
11145     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
11146     layout: "plot-throughput-speedup-analysis"
11147
11148 - type: "plot"
11149   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11150   algorithm: "plot_throughput_speedup_analysis_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11160   layout:
11161     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11162     layout: "plot-throughput-speedup-analysis"
11163
11164 - type: "plot"
11165   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11166   algorithm: "plot_throughput_speedup_analysis_name"
11167   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11169   include:
11170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11176   layout:
11177     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11178     layout: "plot-throughput-speedup-analysis"
11179
11180 - type: "plot"
11181   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11182   algorithm: "plot_throughput_speedup_analysis_name"
11183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11185   include:
11186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11190   layout:
11191     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
11192     layout: "plot-throughput-speedup-analysis"
11193
11194 - type: "plot"
11195   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11196   algorithm: "plot_throughput_speedup_analysis_name"
11197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11199   include:
11200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11204   layout:
11205     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
11206     layout: "plot-throughput-speedup-analysis"
11207
11208 - type: "plot"
11209   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11210   algorithm: "plot_throughput_speedup_analysis_name"
11211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11213   include:
11214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11219   layout:
11220     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11221     layout: "plot-throughput-speedup-analysis"
11222
11223 - type: "plot"
11224   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11225   algorithm: "plot_throughput_speedup_analysis_name"
11226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11228   include:
11229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11234   layout:
11235     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11236     layout: "plot-throughput-speedup-analysis"
11237
11238 - type: "plot"
11239   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11240   algorithm: "plot_throughput_speedup_analysis_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11248   layout:
11249     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11250     layout: "plot-throughput-speedup-analysis"
11251
11252 - type: "plot"
11253   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11254   algorithm: "plot_throughput_speedup_analysis_name"
11255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11262   layout:
11263     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11264     layout: "plot-throughput-speedup-analysis"
11265
11266 - type: "plot"
11267   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11268   algorithm: "plot_throughput_speedup_analysis_name"
11269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11271   include:
11272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11273     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11274     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11275     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11276     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11277     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11278   layout:
11279     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
11280     layout: "plot-throughput-speedup-analysis"
11281
11282 - type: "plot"
11283   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11284   algorithm: "plot_throughput_speedup_analysis_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11287   include:
11288     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11294   layout:
11295     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
11296     layout: "plot-throughput-speedup-analysis"
11297
11298 - type: "plot"
11299   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11300   algorithm: "plot_throughput_speedup_analysis_name"
11301   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11303   include:
11304     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11305     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11306     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11307     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11308     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11309   layout:
11310     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11311     layout: "plot-throughput-speedup-analysis"
11312
11313 - type: "plot"
11314   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11315   algorithm: "plot_throughput_speedup_analysis_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11320     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11321     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11322     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11324   layout:
11325     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11326     layout: "plot-throughput-speedup-analysis"
11327
11328 - type: "plot"
11329   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11330   algorithm: "plot_throughput_speedup_analysis_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11333   include:
11334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11337   layout:
11338     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
11339     layout: "plot-throughput-speedup-analysis"
11340
11341 - type: "plot"
11342   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11343   algorithm: "plot_throughput_speedup_analysis_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11350   layout:
11351     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
11352     layout: "plot-throughput-speedup-analysis"
11353
11354 - type: "plot"
11355   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11356   algorithm: "plot_throughput_speedup_analysis_name"
11357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11359   include:
11360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11364   layout:
11365     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11366     layout: "plot-throughput-speedup-analysis"
11367
11368 - type: "plot"
11369   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11370   algorithm: "plot_throughput_speedup_analysis_name"
11371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11373   include:
11374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11378   layout:
11379     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11380     layout: "plot-throughput-speedup-analysis"
11381
11382 - type: "plot"
11383   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11384   algorithm: "plot_throughput_speedup_analysis_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11387   include:
11388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11394   layout:
11395     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11396     layout: "plot-throughput-speedup-analysis"
11397
11398 - type: "plot"
11399   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11400   algorithm: "plot_throughput_speedup_analysis_name"
11401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11403   include:
11404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11410   layout:
11411     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11412     layout: "plot-throughput-speedup-analysis"
11413
11414 - type: "plot"
11415   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11416   algorithm: "plot_throughput_speedup_analysis_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11426   layout:
11427     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
11428     layout: "plot-throughput-speedup-analysis"
11429
11430 - type: "plot"
11431   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11432   algorithm: "plot_throughput_speedup_analysis_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11442   layout:
11443     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
11444     layout: "plot-throughput-speedup-analysis"
11445
11446 - type: "plot"
11447   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11448   algorithm: "plot_throughput_speedup_analysis_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11451   include:
11452     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11453     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11454     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11455     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11456     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11457     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11458   layout:
11459     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11460     layout: "plot-throughput-speedup-analysis"
11461
11462 - type: "plot"
11463   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11464   algorithm: "plot_throughput_speedup_analysis_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11467   include:
11468     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11469     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11470     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11471     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11472     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11473     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11474   layout:
11475     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11476     layout: "plot-throughput-speedup-analysis"
11477
11478 - type: "plot"
11479   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11480   algorithm: "plot_throughput_speedup_analysis_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11483   include:
11484     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11485     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11486     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11487     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11488     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11489     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11490   layout:
11491     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11492     layout: "plot-throughput-speedup-analysis"
11493
11494 - type: "plot"
11495   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11496   algorithm: "plot_throughput_speedup_analysis_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11501     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11502     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11503     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11504     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11505     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11508     layout: "plot-throughput-speedup-analysis"
11509
11510 - type: "plot"
11511   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11512   algorithm: "plot_throughput_speedup_analysis_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11515   include:
11516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11520   layout:
11521     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11522     layout: "plot-throughput-speedup-analysis"
11523
11524 - type: "plot"
11525   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11526   algorithm: "plot_throughput_speedup_analysis_name"
11527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11528   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11529   include:
11530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11534   layout:
11535     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11536     layout: "plot-throughput-speedup-analysis"
11537
11538 - type: "plot"
11539   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11540   algorithm: "plot_throughput_speedup_analysis_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11542   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11543   include:
11544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11548   layout:
11549     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11550     layout: "plot-throughput-speedup-analysis"
11551
11552 - type: "plot"
11553   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11554   algorithm: "plot_throughput_speedup_analysis_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11556   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11557   include:
11558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11562   layout:
11563     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11564     layout: "plot-throughput-speedup-analysis"
11565
11566 #- type: "plot"
11567 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11568 #  algorithm: "plot_throughput_speedup_analysis_name"
11569 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11570 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11571 #  include:
11572 #    - ""
11573 #  layout:
11574 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11575 #    layout: "plot-throughput-speedup-analysis"
11576 #
11577 #- type: "plot"
11578 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11579 #  algorithm: "plot_throughput_speedup_analysis_name"
11580 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11582 #  include:
11583 #    - ""
11584 #  layout:
11585 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11586 #    layout: "plot-throughput-speedup-analysis"
11587
11588 - type: "plot"
11589   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11590   algorithm: "plot_throughput_speedup_analysis_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11593   include:
11594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11599   layout:
11600     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11601     layout: "plot-throughput-speedup-analysis"
11602
11603 - type: "plot"
11604   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11605   algorithm: "plot_throughput_speedup_analysis_name"
11606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11607   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11608   include:
11609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11614   layout:
11615     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11616     layout: "plot-throughput-speedup-analysis"
11617
11618 - type: "plot"
11619   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11620   algorithm: "plot_throughput_speedup_analysis_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11622   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11623   include:
11624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11630   layout:
11631     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11632     layout: "plot-throughput-speedup-analysis"
11633
11634 - type: "plot"
11635   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11636   algorithm: "plot_throughput_speedup_analysis_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11638   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11639   include:
11640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11646   layout:
11647     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11648     layout: "plot-throughput-speedup-analysis"
11649
11650 - type: "plot"
11651   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11652   algorithm: "plot_throughput_speedup_analysis_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11655   include:
11656     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11657     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11658     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11659   layout:
11660     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11661     layout: "plot-throughput-speedup-analysis"
11662
11663 - type: "plot"
11664   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11665   algorithm: "plot_throughput_speedup_analysis_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11668   include:
11669     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11670     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11671     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11672   layout:
11673     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11674     layout: "plot-throughput-speedup-analysis"
11675
11676 - type: "plot"
11677   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11678   algorithm: "plot_throughput_speedup_analysis_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11681   include:
11682     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11683     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11684     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11685   layout:
11686     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11687     layout: "plot-throughput-speedup-analysis"
11688
11689 - type: "plot"
11690   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11691   algorithm: "plot_throughput_speedup_analysis_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11694   include:
11695     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11696     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11697     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11698   layout:
11699     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11700     layout: "plot-throughput-speedup-analysis"
11701
11702 - type: "plot"
11703   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
11704   algorithm: "plot_throughput_speedup_analysis_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
11706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11707   include:
11708     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11709     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11710     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11711     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11712     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11713   layout:
11714     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
11715     layout: "plot-throughput-speedup-analysis"
11716
11717 - type: "plot"
11718   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
11719   algorithm: "plot_throughput_speedup_analysis_name"
11720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
11721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11722   include:
11723     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11724     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11725     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11726     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11728   layout:
11729     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
11730     layout: "plot-throughput-speedup-analysis"
11731
11732 - type: "plot"
11733   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
11734   algorithm: "plot_throughput_speedup_analysis_name"
11735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
11736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11737   include:
11738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11743   layout:
11744     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
11745     layout: "plot-throughput-speedup-analysis"
11746
11747 - type: "plot"
11748   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
11749   algorithm: "plot_throughput_speedup_analysis_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
11751   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11758   layout:
11759     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
11760     layout: "plot-throughput-speedup-analysis"
11761
11762 - type: "plot"
11763   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
11764   algorithm: "plot_throughput_speedup_analysis_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
11766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11774   layout:
11775     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
11776     layout: "plot-throughput-speedup-analysis"
11777
11778 - type: "plot"
11779   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
11780   algorithm: "plot_throughput_speedup_analysis_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
11782   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11790   layout:
11791     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
11792     layout: "plot-throughput-speedup-analysis"
11793
11794 - type: "plot"
11795   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-ixgbe-ndr-tsa"
11796   algorithm: "plot_throughput_speedup_analysis_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-ixgbe-ndr-tsa"
11798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11799   include:
11800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11804   layout:
11805     title: "3n-tsh-x520-64b-ip4tunnel-base-ixgbe-ndr"
11806     layout: "plot-throughput-speedup-analysis"
11807
11808 - type: "plot"
11809   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-ixgbe-pdr-tsa"
11810   algorithm: "plot_throughput_speedup_analysis_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-ixgbe-pdr-tsa"
11812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11813   include:
11814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11818   layout:
11819     title: "3n-tsh-x520-64b-ip4tunnel-base-ixgbe-pdr"
11820     layout: "plot-throughput-speedup-analysis"
11821
11822 - type: "plot"
11823   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
11824   algorithm: "plot_throughput_speedup_analysis_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
11826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11827   include:
11828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
11835     layout: "plot-throughput-speedup-analysis"
11836
11837 - type: "plot"
11838   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
11839   algorithm: "plot_throughput_speedup_analysis_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
11841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11842   include:
11843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11848   layout:
11849     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
11850     layout: "plot-throughput-speedup-analysis"
11851
11852 - type: "plot"
11853   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
11854   algorithm: "plot_throughput_speedup_analysis_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
11856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11857   include:
11858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11864   layout:
11865     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11866     layout: "plot-throughput-speedup-analysis"
11867
11868 - type: "plot"
11869   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
11870   algorithm: "plot_throughput_speedup_analysis_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
11872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11873   include:
11874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11876     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11878     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11879     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11880   layout:
11881     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11882     layout: "plot-throughput-speedup-analysis"
11883
11884 - type: "plot"
11885   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
11886   algorithm: "plot_throughput_speedup_analysis_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
11888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11889   include:
11890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11894   layout:
11895     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
11896     layout: "plot-throughput-speedup-analysis"
11897
11898 - type: "plot"
11899   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
11900   algorithm: "plot_throughput_speedup_analysis_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
11902   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11903   include:
11904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11908   layout:
11909     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
11910     layout: "plot-throughput-speedup-analysis"
11911
11912 - type: "plot"
11913   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
11914   algorithm: "plot_throughput_speedup_analysis_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
11916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11917   include:
11918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11924   layout:
11925     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
11926     layout: "plot-throughput-speedup-analysis"
11927
11928 - type: "plot"
11929   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
11930   algorithm: "plot_throughput_speedup_analysis_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
11932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11933   include:
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11940   layout:
11941     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
11942     layout: "plot-throughput-speedup-analysis"
11943
11944 - type: "plot"
11945   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
11946   algorithm: "plot_throughput_speedup_analysis_name"
11947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
11948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11949   include:
11950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11956   layout:
11957     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
11958     layout: "plot-throughput-speedup-analysis"
11959
11960 - type: "plot"
11961   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
11962   algorithm: "plot_throughput_speedup_analysis_name"
11963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
11964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11965   include:
11966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11972   layout:
11973     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
11974     layout: "plot-throughput-speedup-analysis"
11975
11976 - type: "plot"
11977   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
11978   algorithm: "plot_throughput_speedup_analysis_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
11980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11981   include:
11982     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11983     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11984     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11985     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11986     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11987     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11988   layout:
11989     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
11990     layout: "plot-throughput-speedup-analysis"
11991
11992 - type: "plot"
11993   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
11994   algorithm: "plot_throughput_speedup_analysis_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
11996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11997   include:
11998     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11999     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12000     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12001     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12002     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12003     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12004   layout:
12005     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
12006     layout: "plot-throughput-speedup-analysis"
12007
12008 - type: "plot"
12009   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12010   algorithm: "plot_throughput_speedup_analysis_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12013   include:
12014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12019   layout:
12020     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
12021     layout: "plot-throughput-speedup-analysis"
12022
12023 - type: "plot"
12024   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12025   algorithm: "plot_throughput_speedup_analysis_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12028   include:
12029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12034   layout:
12035     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
12036     layout: "plot-throughput-speedup-analysis"
12037
12038 - type: "plot"
12039   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12040   algorithm: "plot_throughput_speedup_analysis_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12043   include:
12044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12050   layout:
12051     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
12052     layout: "plot-throughput-speedup-analysis"
12053
12054 - type: "plot"
12055   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12056   algorithm: "plot_throughput_speedup_analysis_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12059   include:
12060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12066   layout:
12067     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
12068     layout: "plot-throughput-speedup-analysis"
12069
12070 - type: "plot"
12071   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12072   algorithm: "plot_throughput_speedup_analysis_name"
12073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12075   include:
12076     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12077     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12078     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12079   layout:
12080     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
12081     layout: "plot-throughput-speedup-analysis"
12082
12083 - type: "plot"
12084   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12085   algorithm: "plot_throughput_speedup_analysis_name"
12086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12088   include:
12089     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12090     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12091     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12092   layout:
12093     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
12094     layout: "plot-throughput-speedup-analysis"
12095
12096 - type: "plot"
12097   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12098   algorithm: "plot_throughput_speedup_analysis_name"
12099   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12107   layout:
12108     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12109     layout: "plot-throughput-speedup-analysis"
12110
12111 - type: "plot"
12112   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12113   algorithm: "plot_throughput_speedup_analysis_name"
12114   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12116   include:
12117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12122   layout:
12123     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12124     layout: "plot-throughput-speedup-analysis"
12125
12126 - type: "plot"
12127   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12128   algorithm: "plot_throughput_speedup_analysis_name"
12129   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12131   include:
12132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12138   layout:
12139     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12140     layout: "plot-throughput-speedup-analysis"
12141
12142 - type: "plot"
12143   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12144   algorithm: "plot_throughput_speedup_analysis_name"
12145   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12147   include:
12148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12154   layout:
12155     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12156     layout: "plot-throughput-speedup-analysis"
12157
12158 - type: "plot"
12159   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12160   algorithm: "plot_throughput_speedup_analysis_name"
12161   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12163   include:
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12169   layout:
12170     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12171     layout: "plot-throughput-speedup-analysis"
12172
12173 - type: "plot"
12174   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12175   algorithm: "plot_throughput_speedup_analysis_name"
12176   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12177   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12178   include:
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12184   layout:
12185     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12186     layout: "plot-throughput-speedup-analysis"
12187
12188 - type: "plot"
12189   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12190   algorithm: "plot_throughput_speedup_analysis_name"
12191   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12193   include:
12194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12198   layout:
12199     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12200     layout: "plot-throughput-speedup-analysis"
12201
12202 - type: "plot"
12203   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12204   algorithm: "plot_throughput_speedup_analysis_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12206   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12207   include:
12208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12212   layout:
12213     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12214     layout: "plot-throughput-speedup-analysis"
12215
12216 - type: "plot"
12217   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12218   algorithm: "plot_throughput_speedup_analysis_name"
12219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12220   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12221   include:
12222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12228   layout:
12229     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12230     layout: "plot-throughput-speedup-analysis"
12231
12232 - type: "plot"
12233   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12234   algorithm: "plot_throughput_speedup_analysis_name"
12235   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12236   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12237   include:
12238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12244   layout:
12245     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12246     layout: "plot-throughput-speedup-analysis"
12247
12248 - type: "plot"
12249   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12250   algorithm: "plot_throughput_speedup_analysis_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12252   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12253   include:
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12259   layout:
12260     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-tsa"
12261     layout: "plot-throughput-speedup-analysis"
12262
12263 - type: "plot"
12264   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12265   algorithm: "plot_throughput_speedup_analysis_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12268   include:
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12274   layout:
12275     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr-tsa"
12276     layout: "plot-throughput-speedup-analysis"
12277
12278 - type: "plot"
12279   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12280   algorithm: "plot_throughput_speedup_analysis_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12282   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12283   include:
12284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12290   layout:
12291     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr-tsa"
12292     layout: "plot-throughput-speedup-analysis"
12293
12294 - type: "plot"
12295   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12296   algorithm: "plot_throughput_speedup_analysis_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12298   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12299   include:
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12306   layout:
12307     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr-tsa"
12308     layout: "plot-throughput-speedup-analysis"
12309
12310 - type: "plot"
12311   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr-tsa"
12312   algorithm: "plot_throughput_speedup_analysis_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr-tsa"
12314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12315   include:
12316     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12320   layout:
12321     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-ndr-tsa"
12322     layout: "plot-throughput-speedup-analysis"
12323
12324 - type: "plot"
12325   title: "Speedup: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr-tsa"
12326   algorithm: "plot_throughput_speedup_analysis_name"
12327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr-tsa"
12328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12329   include:
12330     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12334   layout:
12335     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-ixgbe-pdr-tsa"
12336     layout: "plot-throughput-speedup-analysis"
12337
12338 - type: "plot"
12339   title: "Speedup: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12340   algorithm: "plot_throughput_speedup_analysis_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12342   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12343   include:
12344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12349   layout:
12350     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-tsa"
12351     layout: "plot-throughput-speedup-analysis"
12352
12353 - type: "plot"
12354   title: "Speedup: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12355   algorithm: "plot_throughput_speedup_analysis_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12358   include:
12359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12364   layout:
12365     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr-tsa"
12366     layout: "plot-throughput-speedup-analysis"
12367
12368 - type: "plot"
12369   title: "Speedup: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12370   algorithm: "plot_throughput_speedup_analysis_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12372   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12373   include:
12374     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12375     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12376     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12377     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12378     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12380   layout:
12381     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12382     layout: "plot-throughput-speedup-analysis"
12383
12384 - type: "plot"
12385   title: "Speedup: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12386   algorithm: "plot_throughput_speedup_analysis_name"
12387   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12388   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12389   include:
12390     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12391     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12392     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12393     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12396   layout:
12397     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12398     layout: "plot-throughput-speedup-analysis"
12399
12400 - type: "plot"
12401   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12402   algorithm: "plot_throughput_speedup_analysis_name"
12403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12405   include:
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12410   layout:
12411     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr-tsa"
12412     layout: "plot-throughput-speedup-analysis"
12413
12414 - type: "plot"
12415   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12416   algorithm: "plot_throughput_speedup_analysis_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12419   include:
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12424   layout:
12425     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr-tsa"
12426     layout: "plot-throughput-speedup-analysis"
12427
12428 - type: "plot"
12429   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12430   algorithm: "plot_throughput_speedup_analysis_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12433   include:
12434     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12440   layout:
12441     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr-tsa"
12442     layout: "plot-throughput-speedup-analysis"
12443
12444 - type: "plot"
12445   title: "Speedup: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12446   algorithm: "plot_throughput_speedup_analysis_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12449   include:
12450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12456   layout:
12457     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr-tsa"
12458     layout: "plot-throughput-speedup-analysis"
12459
12460 - type: "plot"
12461   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12462   algorithm: "plot_throughput_speedup_analysis_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12464   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12465   include:
12466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12472   layout:
12473     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr-tsa"
12474     layout: "plot-throughput-speedup-analysis"
12475
12476 - type: "plot"
12477   title: "Speedup: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12478   algorithm: "plot_throughput_speedup_analysis_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12481   include:
12482     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12488   layout:
12489     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr-tsa"
12490     layout: "plot-throughput-speedup-analysis"
12491
12492 - type: "plot"
12493   title: "Speedup: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12494   algorithm: "plot_throughput_speedup_analysis_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12497   include:
12498     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12499     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12501   layout:
12502     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-tsa"
12503     layout: "plot-throughput-speedup-analysis"
12504
12505 - type: "plot"
12506   title: "Speedup: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12507   algorithm: "plot_throughput_speedup_analysis_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12510   include:
12511     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12512     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12513     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12514   layout:
12515     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr-tsa"
12516     layout: "plot-throughput-speedup-analysis"
12517
12518 ################################################################################
12519
12520 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
12521 - type: "plot"
12522   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12523   algorithm: "plot_performance_box"
12524   output-file-type: ".html"
12525   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12526   data: "plot-dpdk-throughput-latency-3n-hsw"
12527   filter: "'NIC_Intel-X520-DA2' and
12528            '64B' and
12529            'BASE' and
12530            'NDRPDR' and
12531            '1T1C' and
12532            'IP4FWD'"
12533   parameters:
12534   - "throughput"
12535   - "parent"
12536   - "tags"
12537   traces:
12538     hoverinfo: "x+y"
12539     boxpoints: "outliers"
12540     whiskerwidth: 0
12541   layout:
12542     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12547   algorithm: "plot_performance_box"
12548   output-file-type: ".html"
12549   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12550   data: "plot-dpdk-throughput-latency-3n-hsw"
12551   filter: "'NIC_Intel-X520-DA2' and
12552            '64B' and
12553            'BASE' and
12554            'NDRPDR' and
12555            '2T2C' and
12556            'IP4FWD'"
12557   parameters:
12558   - "throughput"
12559   - "parent"
12560   - "tags"
12561   traces:
12562     hoverinfo: "x+y"
12563     boxpoints: "outliers"
12564     whiskerwidth: 0
12565   layout:
12566     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
12567     layout: "plot-throughput"
12568
12569 - type: "plot"
12570   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12571   algorithm: "plot_performance_box"
12572   output-file-type: ".html"
12573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12574   data: "plot-dpdk-throughput-latency-3n-hsw"
12575   filter: "'NIC_Intel-X520-DA2' and
12576            '64B' and
12577            'BASE' and
12578            'NDRPDR' and
12579            '1T1C' and
12580            'IP4FWD'"
12581   parameters:
12582   - "throughput"
12583   - "parent"
12584   - "tags"
12585   traces:
12586     hoverinfo: "x+y"
12587     boxpoints: "outliers"
12588     whiskerwidth: 0
12589   layout:
12590     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12595   algorithm: "plot_performance_box"
12596   output-file-type: ".html"
12597   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12598   data: "plot-dpdk-throughput-latency-3n-hsw"
12599   filter: "'NIC_Intel-X520-DA2' and
12600            '64B' and
12601            'BASE' and
12602            'NDRPDR' and
12603            '2T2C' and
12604            'IP4FWD'"
12605   parameters:
12606   - "throughput"
12607   - "parent"
12608   - "tags"
12609   traces:
12610     hoverinfo: "x+y"
12611     boxpoints: "outliers"
12612     whiskerwidth: 0
12613   layout:
12614     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
12615     layout: "plot-throughput"
12616
12617 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
12618 - type: "plot"
12619   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12620   algorithm: "plot_performance_box"
12621   output-file-type: ".html"
12622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12623   data: "plot-dpdk-throughput-latency-3n-hsw"
12624   filter: "'NIC_Intel-X710' and
12625            '64B' and
12626            'BASE' and
12627            'NDRPDR' and
12628            '1T1C' and
12629            'IP4FWD'"
12630   parameters:
12631   - "throughput"
12632   - "parent"
12633   - "tags"
12634   traces:
12635     hoverinfo: "x+y"
12636     boxpoints: "outliers"
12637     whiskerwidth: 0
12638   layout:
12639     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12644   algorithm: "plot_performance_box"
12645   output-file-type: ".html"
12646   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12647   data: "plot-dpdk-throughput-latency-3n-hsw"
12648   filter: "'NIC_Intel-X710' and
12649            '64B' and
12650            'BASE' and
12651            'NDRPDR' and
12652            '2T2C' and
12653            'IP4FWD'"
12654   parameters:
12655   - "throughput"
12656   - "parent"
12657   - "tags"
12658   traces:
12659     hoverinfo: "x+y"
12660     boxpoints: "outliers"
12661     whiskerwidth: 0
12662   layout:
12663     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12668   algorithm: "plot_performance_box"
12669   output-file-type: ".html"
12670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12671   data: "plot-dpdk-throughput-latency-3n-hsw"
12672   filter: "'NIC_Intel-X710' and
12673            '64B' and
12674            'BASE' and
12675            'NDRPDR' and
12676            '1T1C' and
12677            'IP4FWD'"
12678   parameters:
12679   - "throughput"
12680   - "parent"
12681   - "tags"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12695   data: "plot-dpdk-throughput-latency-3n-hsw"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'BASE' and
12699            'NDRPDR' and
12700            '2T2C' and
12701            'IP4FWD'"
12702   parameters:
12703   - "throughput"
12704   - "parent"
12705   - "tags"
12706   traces:
12707     hoverinfo: "x+y"
12708     boxpoints: "outliers"
12709     whiskerwidth: 0
12710   layout:
12711     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12712     layout: "plot-throughput"
12713
12714 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
12715 - type: "plot"
12716   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12717   algorithm: "plot_performance_box"
12718   output-file-type: ".html"
12719   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12720   data: "plot-dpdk-throughput-latency-3n-hsw"
12721   filter: "'NIC_Intel-XL710' and
12722            '64B' and
12723            'BASE' and
12724            'NDRPDR' and
12725            '1T1C' and
12726            'IP4FWD'"
12727   parameters:
12728   - "throughput"
12729   - "parent"
12730   - "tags"
12731   traces:
12732     hoverinfo: "x+y"
12733     boxpoints: "outliers"
12734     whiskerwidth: 0
12735   layout:
12736     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12741   algorithm: "plot_performance_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12744   data: "plot-dpdk-throughput-latency-3n-hsw"
12745   filter: "'NIC_Intel-XL710' and
12746            '64B' and
12747            'BASE' and
12748            'NDRPDR' and
12749            '2T2C' and
12750            'IP4FWD'"
12751   parameters:
12752   - "throughput"
12753   - "parent"
12754   - "tags"
12755   traces:
12756     hoverinfo: "x+y"
12757     boxpoints: "outliers"
12758     whiskerwidth: 0
12759   layout:
12760     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12765   algorithm: "plot_performance_box"
12766   output-file-type: ".html"
12767   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12768   data: "plot-dpdk-throughput-latency-3n-hsw"
12769   filter: "'NIC_Intel-XL710' and
12770            '64B' and
12771            'BASE' and
12772            'NDRPDR' and
12773            '1T1C' and
12774            'IP4FWD'"
12775   parameters:
12776   - "throughput"
12777   - "parent"
12778   - "tags"
12779   traces:
12780     hoverinfo: "x+y"
12781     boxpoints: "outliers"
12782     whiskerwidth: 0
12783   layout:
12784     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12785     layout: "plot-throughput"
12786
12787 - type: "plot"
12788   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12789   algorithm: "plot_performance_box"
12790   output-file-type: ".html"
12791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12792   data: "plot-dpdk-throughput-latency-3n-hsw"
12793   filter: "'NIC_Intel-XL710' and
12794            '64B' and
12795            'BASE' and
12796            'NDRPDR' and
12797            '2T2C' and
12798            'IP4FWD'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   traces:
12804     hoverinfo: "x+y"
12805     boxpoints: "outliers"
12806     whiskerwidth: 0
12807   layout:
12808     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12809     layout: "plot-throughput"
12810
12811 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12812 - type: "plot"
12813   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12814   algorithm: "plot_performance_box"
12815   output-file-type: ".html"
12816   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12817   data: "plot-dpdk-throughput-latency-3n-skx"
12818   filter: "'NIC_Intel-X710' and
12819            '64B' and
12820            'BASE' and
12821            'NDRPDR' and
12822            '2T1C' and
12823            'IP4FWD'"
12824   parameters:
12825   - "throughput"
12826   - "parent"
12827   - "tags"
12828   traces:
12829     hoverinfo: "x+y"
12830     boxpoints: "outliers"
12831     whiskerwidth: 0
12832   layout:
12833     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12838   algorithm: "plot_performance_box"
12839   output-file-type: ".html"
12840   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12841   data: "plot-dpdk-throughput-latency-3n-skx"
12842   filter: "'NIC_Intel-X710' and
12843            '64B' and
12844            'BASE' and
12845            'NDRPDR' and
12846            '4T2C' and
12847            'IP4FWD'"
12848   parameters:
12849   - "throughput"
12850   - "parent"
12851   - "tags"
12852   traces:
12853     hoverinfo: "x+y"
12854     boxpoints: "outliers"
12855     whiskerwidth: 0
12856   layout:
12857     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12862   algorithm: "plot_performance_box"
12863   output-file-type: ".html"
12864   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12865   data: "plot-dpdk-throughput-latency-3n-skx"
12866   filter: "'NIC_Intel-X710' and
12867            '64B' and
12868            'BASE' and
12869            'NDRPDR' and
12870            '2T1C' and
12871            'IP4FWD'"
12872   parameters:
12873   - "throughput"
12874   - "parent"
12875   - "tags"
12876   traces:
12877     hoverinfo: "x+y"
12878     boxpoints: "outliers"
12879     whiskerwidth: 0
12880   layout:
12881     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12889   data: "plot-dpdk-throughput-latency-3n-skx"
12890   filter: "'NIC_Intel-X710' and
12891            '64B' and
12892            'BASE' and
12893            'NDRPDR' and
12894            '4T2C' and
12895            'IP4FWD'"
12896   parameters:
12897   - "throughput"
12898   - "parent"
12899   - "tags"
12900   traces:
12901     hoverinfo: "x+y"
12902     boxpoints: "outliers"
12903     whiskerwidth: 0
12904   layout:
12905     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12906     layout: "plot-throughput"
12907
12908 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12909 - type: "plot"
12910   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12911   algorithm: "plot_performance_box"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12914   data: "plot-dpdk-throughput-latency-3n-skx"
12915   filter: "'NIC_Intel-XXV710' and
12916            '64B' and
12917            'BASE' and
12918            'NDRPDR' and
12919            '2T1C' and
12920            'IP4FWD'"
12921   parameters:
12922   - "throughput"
12923   - "parent"
12924   - "tags"
12925   traces:
12926     hoverinfo: "x+y"
12927     boxpoints: "outliers"
12928     whiskerwidth: 0
12929   layout:
12930     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12935   algorithm: "plot_performance_box"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12938   data: "plot-dpdk-throughput-latency-3n-skx"
12939   filter: "'NIC_Intel-XXV710' and
12940            '64B' and
12941            'BASE' and
12942            'NDRPDR' and
12943            '4T2C' and
12944            'IP4FWD'"
12945   parameters:
12946   - "throughput"
12947   - "parent"
12948   - "tags"
12949   traces:
12950     hoverinfo: "x+y"
12951     boxpoints: "outliers"
12952     whiskerwidth: 0
12953   layout:
12954     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12959   algorithm: "plot_performance_box"
12960   output-file-type: ".html"
12961   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12962   data: "plot-dpdk-throughput-latency-3n-skx"
12963   filter: "'NIC_Intel-XXV710' and
12964            '64B' and
12965            'BASE' and
12966            'NDRPDR' and
12967            '2T1C' and
12968            'IP4FWD'"
12969   parameters:
12970   - "throughput"
12971   - "parent"
12972   - "tags"
12973   traces:
12974     hoverinfo: "x+y"
12975     boxpoints: "outliers"
12976     whiskerwidth: 0
12977   layout:
12978     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12983   algorithm: "plot_performance_box"
12984   output-file-type: ".html"
12985   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12986   data: "plot-dpdk-throughput-latency-3n-skx"
12987   filter: "'NIC_Intel-XXV710' and
12988            '64B' and
12989            'BASE' and
12990            'NDRPDR' and
12991            '4T2C' and
12992            'IP4FWD'"
12993   parameters:
12994   - "throughput"
12995   - "parent"
12996   - "tags"
12997   traces:
12998     hoverinfo: "x+y"
12999     boxpoints: "outliers"
13000     whiskerwidth: 0
13001   layout:
13002     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13003     layout: "plot-throughput"
13004
13005 # Packet Throughput - DPDK l3fwd 2n-skx-x710
13006 - type: "plot"
13007   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13008   algorithm: "plot_performance_box"
13009   output-file-type: ".html"
13010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13011   data: "plot-dpdk-throughput-latency-2n-skx"
13012   filter: "'NIC_Intel-X710' and
13013            '64B' and
13014            'BASE' and
13015            'NDRPDR' and
13016            '2T1C' and
13017            'IP4FWD'"
13018   parameters:
13019   - "throughput"
13020   - "parent"
13021   - "tags"
13022   traces:
13023     hoverinfo: "x+y"
13024     boxpoints: "outliers"
13025     whiskerwidth: 0
13026   layout:
13027     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13032   algorithm: "plot_performance_box"
13033   output-file-type: ".html"
13034   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13035   data: "plot-dpdk-throughput-latency-2n-skx"
13036   filter: "'NIC_Intel-X710' and
13037            '64B' and
13038            'BASE' and
13039            'NDRPDR' and
13040            '4T2C' and
13041            'IP4FWD'"
13042   parameters:
13043   - "throughput"
13044   - "parent"
13045   - "tags"
13046   traces:
13047     hoverinfo: "x+y"
13048     boxpoints: "outliers"
13049     whiskerwidth: 0
13050   layout:
13051     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13056   algorithm: "plot_performance_box"
13057   output-file-type: ".html"
13058   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13059   data: "plot-dpdk-throughput-latency-2n-skx"
13060   filter: "'NIC_Intel-X710' and
13061            '64B' and
13062            'BASE' and
13063            'NDRPDR' and
13064            '2T1C' and
13065            'IP4FWD'"
13066   parameters:
13067   - "throughput"
13068   - "parent"
13069   - "tags"
13070   traces:
13071     hoverinfo: "x+y"
13072     boxpoints: "outliers"
13073     whiskerwidth: 0
13074   layout:
13075     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13080   algorithm: "plot_performance_box"
13081   output-file-type: ".html"
13082   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13083   data: "plot-dpdk-throughput-latency-2n-skx"
13084   filter: "'NIC_Intel-X710' and
13085            '64B' and
13086            'BASE' and
13087            'NDRPDR' and
13088            '4T2C' and
13089            'IP4FWD'"
13090   parameters:
13091   - "throughput"
13092   - "parent"
13093   - "tags"
13094   traces:
13095     hoverinfo: "x+y"
13096     boxpoints: "outliers"
13097     whiskerwidth: 0
13098   layout:
13099     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13100     layout: "plot-throughput"
13101
13102 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
13103 - type: "plot"
13104   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13105   algorithm: "plot_performance_box"
13106   output-file-type: ".html"
13107   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13108   data: "plot-dpdk-throughput-latency-2n-skx"
13109   filter: "'NIC_Intel-XXV710' and
13110            '64B' and
13111            'BASE' and
13112            'NDRPDR' and
13113            '2T1C' and
13114            'IP4FWD'"
13115   parameters:
13116   - "throughput"
13117   - "parent"
13118   - "tags"
13119   traces:
13120     hoverinfo: "x+y"
13121     boxpoints: "outliers"
13122     whiskerwidth: 0
13123   layout:
13124     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13129   algorithm: "plot_performance_box"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13132   data: "plot-dpdk-throughput-latency-2n-skx"
13133   filter: "'NIC_Intel-XXV710' and
13134            '64B' and
13135            'BASE' and
13136            'NDRPDR' and
13137            '4T2C' and
13138            'IP4FWD'"
13139   parameters:
13140   - "throughput"
13141   - "parent"
13142   - "tags"
13143   traces:
13144     hoverinfo: "x+y"
13145     boxpoints: "outliers"
13146     whiskerwidth: 0
13147   layout:
13148     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13153   algorithm: "plot_performance_box"
13154   output-file-type: ".html"
13155   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13156   data: "plot-dpdk-throughput-latency-2n-skx"
13157   filter: "'NIC_Intel-XXV710' and
13158            '64B' and
13159            'BASE' and
13160            'NDRPDR' and
13161            '2T1C' and
13162            'IP4FWD'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   traces:
13168     hoverinfo: "x+y"
13169     boxpoints: "outliers"
13170     whiskerwidth: 0
13171   layout:
13172     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13177   algorithm: "plot_performance_box"
13178   output-file-type: ".html"
13179   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13180   data: "plot-dpdk-throughput-latency-2n-skx"
13181   filter: "'NIC_Intel-XXV710' and
13182            '64B' and
13183            'BASE' and
13184            'NDRPDR' and
13185            '4T2C' and
13186            'IP4FWD'"
13187   parameters:
13188   - "throughput"
13189   - "parent"
13190   - "tags"
13191   traces:
13192     hoverinfo: "x+y"
13193     boxpoints: "outliers"
13194     whiskerwidth: 0
13195   layout:
13196     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13197     layout: "plot-throughput"
13198
13199 ################################################################################
13200
13201 # Packet Throughput - DPDK testpmd 3n-hsw-x520
13202 - type: "plot"
13203   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13204   algorithm: "plot_performance_box"
13205   output-file-type: ".html"
13206   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13207   data: "plot-dpdk-throughput-latency-3n-hsw"
13208   filter: "'NIC_Intel-X520-DA2' and
13209            '64B' and
13210            'BASE' and
13211            'NDRPDR' and
13212            '1T1C' and
13213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13214   parameters:
13215   - "throughput"
13216   - "parent"
13217   - "tags"
13218   traces:
13219     hoverinfo: "x+y"
13220     boxpoints: "outliers"
13221     whiskerwidth: 0
13222   layout:
13223     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13228   algorithm: "plot_performance_box"
13229   output-file-type: ".html"
13230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13231   data: "plot-dpdk-throughput-latency-3n-hsw"
13232   filter: "'NIC_Intel-X520-DA2' and
13233            '64B' and
13234            'BASE' and
13235            'NDRPDR' and
13236            '2T2C' and
13237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13238   parameters:
13239   - "throughput"
13240   - "parent"
13241   - "tags"
13242   traces:
13243     hoverinfo: "x+y"
13244     boxpoints: "outliers"
13245     whiskerwidth: 0
13246   layout:
13247     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13252   algorithm: "plot_performance_box"
13253   output-file-type: ".html"
13254   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13255   data: "plot-dpdk-throughput-latency-3n-hsw"
13256   filter: "'NIC_Intel-X520-DA2' and
13257            '64B' and
13258            'BASE' and
13259            'NDRPDR' and
13260            '1T1C' and
13261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13262   parameters:
13263   - "throughput"
13264   - "parent"
13265   - "tags"
13266   traces:
13267     hoverinfo: "x+y"
13268     boxpoints: "outliers"
13269     whiskerwidth: 0
13270   layout:
13271     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13276   algorithm: "plot_performance_box"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13279   data: "plot-dpdk-throughput-latency-3n-hsw"
13280   filter: "'NIC_Intel-X520-DA2' and
13281            '64B' and
13282            'BASE' and
13283            'NDRPDR' and
13284            '2T2C' and
13285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13286   parameters:
13287   - "throughput"
13288   - "parent"
13289   - "tags"
13290   traces:
13291     hoverinfo: "x+y"
13292     boxpoints: "outliers"
13293     whiskerwidth: 0
13294   layout:
13295     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13296     layout: "plot-throughput"
13297
13298 # Packet Throughput - DPDK testpmd 3n-hsw-x710
13299 - type: "plot"
13300   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13301   algorithm: "plot_performance_box"
13302   output-file-type: ".html"
13303   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13304   data: "plot-dpdk-throughput-latency-3n-hsw"
13305   filter: "'NIC_Intel-X710' and
13306            '64B' and
13307            'BASE' and
13308            'NDRPDR' and
13309            '1T1C' and
13310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13311   parameters:
13312   - "throughput"
13313   - "parent"
13314   - "tags"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13328   data: "plot-dpdk-throughput-latency-3n-hsw"
13329   filter: "'NIC_Intel-X710' and
13330            '64B' and
13331            'BASE' and
13332            'NDRPDR' and
13333            '2T2C' and
13334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13335   parameters:
13336   - "throughput"
13337   - "parent"
13338   - "tags"
13339   traces:
13340     hoverinfo: "x+y"
13341     boxpoints: "outliers"
13342     whiskerwidth: 0
13343   layout:
13344     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13349   algorithm: "plot_performance_box"
13350   output-file-type: ".html"
13351   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13352   data: "plot-dpdk-throughput-latency-3n-hsw"
13353   filter: "'NIC_Intel-X710' and
13354            '64B' and
13355            'BASE' and
13356            'NDRPDR' and
13357            '1T1C' and
13358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13359   parameters:
13360   - "throughput"
13361   - "parent"
13362   - "tags"
13363   traces:
13364     hoverinfo: "x+y"
13365     boxpoints: "outliers"
13366     whiskerwidth: 0
13367   layout:
13368     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
13369     layout: "plot-throughput"
13370
13371 - type: "plot"
13372   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13373   algorithm: "plot_performance_box"
13374   output-file-type: ".html"
13375   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13376   data: "plot-dpdk-throughput-latency-3n-hsw"
13377   filter: "'NIC_Intel-X710' and
13378            '64B' and
13379            'BASE' and
13380            'NDRPDR' and
13381            '2T2C' and
13382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13383   parameters:
13384   - "throughput"
13385   - "parent"
13386   - "tags"
13387   traces:
13388     hoverinfo: "x+y"
13389     boxpoints: "outliers"
13390     whiskerwidth: 0
13391   layout:
13392     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
13393     layout: "plot-throughput"
13394
13395 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
13396 - type: "plot"
13397   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13398   algorithm: "plot_performance_box"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13401   data: "plot-dpdk-throughput-latency-3n-hsw"
13402   filter: "'NIC_Intel-XL710' and
13403            '64B' and
13404            'BASE' and
13405            'NDRPDR' and
13406            '1T1C' and
13407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13408   parameters:
13409   - "throughput"
13410   - "parent"
13411   - "tags"
13412   traces:
13413     hoverinfo: "x+y"
13414     boxpoints: "outliers"
13415     whiskerwidth: 0
13416   layout:
13417     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13422   algorithm: "plot_performance_box"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13425   data: "plot-dpdk-throughput-latency-3n-hsw"
13426   filter: "'NIC_Intel-XL710' and
13427            '64B' and
13428            'BASE' and
13429            'NDRPDR' and
13430            '2T2C' and
13431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13432   parameters:
13433   - "throughput"
13434   - "parent"
13435   - "tags"
13436   traces:
13437     hoverinfo: "x+y"
13438     boxpoints: "outliers"
13439     whiskerwidth: 0
13440   layout:
13441     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13446   algorithm: "plot_performance_box"
13447   output-file-type: ".html"
13448   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13449   data: "plot-dpdk-throughput-latency-3n-hsw"
13450   filter: "'NIC_Intel-XL710' and
13451            '64B' and
13452            'BASE' and
13453            'NDRPDR' and
13454            '1T1C' and
13455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13456   parameters:
13457   - "throughput"
13458   - "parent"
13459   - "tags"
13460   traces:
13461     hoverinfo: "x+y"
13462     boxpoints: "outliers"
13463     whiskerwidth: 0
13464   layout:
13465     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
13466     layout: "plot-throughput"
13467
13468 - type: "plot"
13469   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13470   algorithm: "plot_performance_box"
13471   output-file-type: ".html"
13472   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13473   data: "plot-dpdk-throughput-latency-3n-hsw"
13474   filter: "'NIC_Intel-XL710' and
13475            '64B' and
13476            'BASE' and
13477            'NDRPDR' and
13478            '2T2C' and
13479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   traces:
13485     hoverinfo: "x+y"
13486     boxpoints: "outliers"
13487     whiskerwidth: 0
13488   layout:
13489     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
13490     layout: "plot-throughput"
13491
13492 # Packet Throughput - DPDK testpmd 3n-skx-x710
13493 - type: "plot"
13494   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13495   algorithm: "plot_performance_box"
13496   output-file-type: ".html"
13497   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13498   data: "plot-dpdk-throughput-latency-3n-skx"
13499   filter: "'NIC_Intel-X710' and
13500            '64B' and
13501            'BASE' and
13502            'NDRPDR' and
13503            '2T1C' and
13504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13505   parameters:
13506   - "throughput"
13507   - "parent"
13508   - "tags"
13509   traces:
13510     hoverinfo: "x+y"
13511     boxpoints: "outliers"
13512     whiskerwidth: 0
13513   layout:
13514     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13519   algorithm: "plot_performance_box"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13522   data: "plot-dpdk-throughput-latency-3n-skx"
13523   filter: "'NIC_Intel-X710' and
13524            '64B' and
13525            'BASE' and
13526            'NDRPDR' and
13527            '4T2C' and
13528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13529   parameters:
13530   - "throughput"
13531   - "parent"
13532   - "tags"
13533   traces:
13534     hoverinfo: "x+y"
13535     boxpoints: "outliers"
13536     whiskerwidth: 0
13537   layout:
13538     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13543   algorithm: "plot_performance_box"
13544   output-file-type: ".html"
13545   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13546   data: "plot-dpdk-throughput-latency-3n-skx"
13547   filter: "'NIC_Intel-X710' and
13548            '64B' and
13549            'BASE' and
13550            'NDRPDR' and
13551            '2T1C' and
13552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13553   parameters:
13554   - "throughput"
13555   - "parent"
13556   - "tags"
13557   traces:
13558     hoverinfo: "x+y"
13559     boxpoints: "outliers"
13560     whiskerwidth: 0
13561   layout:
13562     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13567   algorithm: "plot_performance_box"
13568   output-file-type: ".html"
13569   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13570   data: "plot-dpdk-throughput-latency-3n-skx"
13571   filter: "'NIC_Intel-X710' and
13572            '64B' and
13573            'BASE' and
13574            'NDRPDR' and
13575            '4T2C' and
13576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13577   parameters:
13578   - "throughput"
13579   - "parent"
13580   - "tags"
13581   traces:
13582     hoverinfo: "x+y"
13583     boxpoints: "outliers"
13584     whiskerwidth: 0
13585   layout:
13586     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
13587     layout: "plot-throughput"
13588
13589 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
13590 - type: "plot"
13591   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13592   algorithm: "plot_performance_box"
13593   output-file-type: ".html"
13594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13595   data: "plot-dpdk-throughput-latency-3n-skx"
13596   filter: "'NIC_Intel-XXV710' and
13597            '64B' and
13598            'BASE' and
13599            'NDRPDR' and
13600            '2T1C' and
13601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13602   parameters:
13603   - "throughput"
13604   - "parent"
13605   - "tags"
13606   traces:
13607     hoverinfo: "x+y"
13608     boxpoints: "outliers"
13609     whiskerwidth: 0
13610   layout:
13611     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13616   algorithm: "plot_performance_box"
13617   output-file-type: ".html"
13618   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13619   data: "plot-dpdk-throughput-latency-3n-skx"
13620   filter: "'NIC_Intel-XXV710' and
13621            '64B' and
13622            'BASE' and
13623            'NDRPDR' and
13624            '4T2C' and
13625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13626   parameters:
13627   - "throughput"
13628   - "parent"
13629   - "tags"
13630   traces:
13631     hoverinfo: "x+y"
13632     boxpoints: "outliers"
13633     whiskerwidth: 0
13634   layout:
13635     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13640   algorithm: "plot_performance_box"
13641   output-file-type: ".html"
13642   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13643   data: "plot-dpdk-throughput-latency-3n-skx"
13644   filter: "'NIC_Intel-XXV710' and
13645            '64B' and
13646            'BASE' and
13647            'NDRPDR' and
13648            '2T1C' and
13649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13650   parameters:
13651   - "throughput"
13652   - "parent"
13653   - "tags"
13654   traces:
13655     hoverinfo: "x+y"
13656     boxpoints: "outliers"
13657     whiskerwidth: 0
13658   layout:
13659     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13664   algorithm: "plot_performance_box"
13665   output-file-type: ".html"
13666   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13667   data: "plot-dpdk-throughput-latency-3n-skx"
13668   filter: "'NIC_Intel-XXV710' and
13669            '64B' and
13670            'BASE' and
13671            'NDRPDR' and
13672            '4T2C' and
13673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13674   parameters:
13675   - "throughput"
13676   - "parent"
13677   - "tags"
13678   traces:
13679     hoverinfo: "x+y"
13680     boxpoints: "outliers"
13681     whiskerwidth: 0
13682   layout:
13683     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13684     layout: "plot-throughput"
13685
13686 # Packet Throughput - DPDK testpmd 2n-skx-x710
13687 - type: "plot"
13688   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13689   algorithm: "plot_performance_box"
13690   output-file-type: ".html"
13691   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13692   data: "plot-dpdk-throughput-latency-2n-skx"
13693   filter: "'NIC_Intel-X710' and
13694            '64B' and
13695            'BASE' and
13696            'NDRPDR' and
13697            '2T1C' and
13698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13699   parameters:
13700   - "throughput"
13701   - "parent"
13702   - "tags"
13703   traces:
13704     hoverinfo: "x+y"
13705     boxpoints: "outliers"
13706     whiskerwidth: 0
13707   layout:
13708     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13709     layout: "plot-throughput"
13710
13711 - type: "plot"
13712   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13713   algorithm: "plot_performance_box"
13714   output-file-type: ".html"
13715   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13716   data: "plot-dpdk-throughput-latency-2n-skx"
13717   filter: "'NIC_Intel-X710' and
13718            '64B' and
13719            'BASE' and
13720            'NDRPDR' and
13721            '4T2C' and
13722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13723   parameters:
13724   - "throughput"
13725   - "parent"
13726   - "tags"
13727   traces:
13728     hoverinfo: "x+y"
13729     boxpoints: "outliers"
13730     whiskerwidth: 0
13731   layout:
13732     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13733     layout: "plot-throughput"
13734
13735 - type: "plot"
13736   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13737   algorithm: "plot_performance_box"
13738   output-file-type: ".html"
13739   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13740   data: "plot-dpdk-throughput-latency-2n-skx"
13741   filter: "'NIC_Intel-X710' and
13742            '64B' and
13743            'BASE' and
13744            'NDRPDR' and
13745            '2T1C' and
13746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13747   parameters:
13748   - "throughput"
13749   - "parent"
13750   - "tags"
13751   traces:
13752     hoverinfo: "x+y"
13753     boxpoints: "outliers"
13754     whiskerwidth: 0
13755   layout:
13756     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13761   algorithm: "plot_performance_box"
13762   output-file-type: ".html"
13763   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13764   data: "plot-dpdk-throughput-latency-2n-skx"
13765   filter: "'NIC_Intel-X710' and
13766            '64B' and
13767            'BASE' and
13768            'NDRPDR' and
13769            '4T2C' and
13770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13771   parameters:
13772   - "throughput"
13773   - "parent"
13774   - "tags"
13775   traces:
13776     hoverinfo: "x+y"
13777     boxpoints: "outliers"
13778     whiskerwidth: 0
13779   layout:
13780     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13781     layout: "plot-throughput"
13782
13783 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
13784 - type: "plot"
13785   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13786   algorithm: "plot_performance_box"
13787   output-file-type: ".html"
13788   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13789   data: "plot-dpdk-throughput-latency-2n-skx"
13790   filter: "'NIC_Intel-XXV710' and
13791            '64B' and
13792            'BASE' and
13793            'NDRPDR' and
13794            '2T1C' and
13795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13796   parameters:
13797   - "throughput"
13798   - "parent"
13799   - "tags"
13800   traces:
13801     hoverinfo: "x+y"
13802     boxpoints: "outliers"
13803     whiskerwidth: 0
13804   layout:
13805     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13810   algorithm: "plot_performance_box"
13811   output-file-type: ".html"
13812   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13813   data: "plot-dpdk-throughput-latency-2n-skx"
13814   filter: "'NIC_Intel-XXV710' and
13815            '64B' and
13816            'BASE' and
13817            'NDRPDR' and
13818            '4T2C' and
13819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13820   parameters:
13821   - "throughput"
13822   - "parent"
13823   - "tags"
13824   traces:
13825     hoverinfo: "x+y"
13826     boxpoints: "outliers"
13827     whiskerwidth: 0
13828   layout:
13829     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13834   algorithm: "plot_performance_box"
13835   output-file-type: ".html"
13836   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13837   data: "plot-dpdk-throughput-latency-2n-skx"
13838   filter: "'NIC_Intel-XXV710' and
13839            '64B' and
13840            'BASE' and
13841            'NDRPDR' and
13842            '2T1C' and
13843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13844   parameters:
13845   - "throughput"
13846   - "parent"
13847   - "tags"
13848   traces:
13849     hoverinfo: "x+y"
13850     boxpoints: "outliers"
13851     whiskerwidth: 0
13852   layout:
13853     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13854     layout: "plot-throughput"
13855
13856 - type: "plot"
13857   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13858   algorithm: "plot_performance_box"
13859   output-file-type: ".html"
13860   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13861   data: "plot-dpdk-throughput-latency-2n-skx"
13862   filter: "'NIC_Intel-XXV710' and
13863            '64B' and
13864            'BASE' and
13865            'NDRPDR' and
13866            '4T2C' and
13867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13868   parameters:
13869   - "throughput"
13870   - "parent"
13871   - "tags"
13872   traces:
13873     hoverinfo: "x+y"
13874     boxpoints: "outliers"
13875     whiskerwidth: 0
13876   layout:
13877     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13878     layout: "plot-throughput"
13879
13880 ################################################################################
13881
13882 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13883 - type: "plot"
13884   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13885   algorithm: "plot_latency_error_bars"
13886   output-file-type: ".html"
13887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13888   data: "plot-dpdk-throughput-latency-3n-hsw"
13889   filter: "'NIC_Intel-X520-DA2' and
13890            '64B' and
13891            'BASE' and
13892            'NDRPDR' and
13893            '1T1C' and
13894            'IP4FWD'"
13895   parameters:
13896   - "latency"
13897   - "parent"
13898   - "tags"
13899   layout:
13900     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13901     layout: "plot-latency"
13902
13903 - type: "plot"
13904   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13905   algorithm: "plot_latency_error_bars"
13906   output-file-type: ".html"
13907   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13908   data: "plot-dpdk-throughput-latency-3n-hsw"
13909   filter: "'NIC_Intel-X520-DA2' and
13910            '64B' and
13911            'BASE' and
13912            'NDRPDR' and
13913            '2T2C' and
13914            'IP4FWD'"
13915   parameters:
13916   - "latency"
13917   - "parent"
13918   - "tags"
13919   layout:
13920     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13921     layout: "plot-latency"
13922
13923 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13924 - type: "plot"
13925   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13926   algorithm: "plot_latency_error_bars"
13927   output-file-type: ".html"
13928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13929   data: "plot-dpdk-throughput-latency-3n-hsw"
13930   filter: "'NIC_Intel-X710' and
13931            '64B' and
13932            'BASE' and
13933            'NDRPDR' and
13934            '1T1C' and
13935            'IP4FWD'"
13936   parameters:
13937   - "latency"
13938   - "parent"
13939   - "tags"
13940   layout:
13941     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13942     layout: "plot-latency"
13943
13944 - type: "plot"
13945   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13946   algorithm: "plot_latency_error_bars"
13947   output-file-type: ".html"
13948   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13949   data: "plot-dpdk-throughput-latency-3n-hsw"
13950   filter: "'NIC_Intel-X710' and
13951            '64B' and
13952            'BASE' and
13953            'NDRPDR' and
13954            '2T2C' and
13955            'IP4FWD'"
13956   parameters:
13957   - "latency"
13958   - "parent"
13959   - "tags"
13960   layout:
13961     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13962     layout: "plot-latency"
13963
13964 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13965 - type: "plot"
13966   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13967   algorithm: "plot_latency_error_bars"
13968   output-file-type: ".html"
13969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13970   data: "plot-dpdk-throughput-latency-3n-hsw"
13971   filter: "'NIC_Intel-XL710' and
13972            '64B' and
13973            'BASE' and
13974            'NDRPDR' and
13975            '1T1C' and
13976            'IP4FWD'"
13977   parameters:
13978   - "latency"
13979   - "parent"
13980   - "tags"
13981   layout:
13982     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13983     layout: "plot-latency"
13984
13985 - type: "plot"
13986   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13987   algorithm: "plot_latency_error_bars"
13988   output-file-type: ".html"
13989   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13990   data: "plot-dpdk-throughput-latency-3n-hsw"
13991   filter: "'NIC_Intel-XL710' and
13992            '64B' and
13993            'BASE' and
13994            'NDRPDR' and
13995            '2T2C' and
13996            'IP4FWD'"
13997   parameters:
13998   - "latency"
13999   - "parent"
14000   - "tags"
14001   layout:
14002     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14003     layout: "plot-latency"
14004
14005 # Packet Latency - DPDK l3fwd 3n-skx-x710
14006 - type: "plot"
14007   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14008   algorithm: "plot_latency_error_bars"
14009   output-file-type: ".html"
14010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14011   data: "plot-dpdk-throughput-latency-3n-skx"
14012   filter: "'NIC_Intel-X710' and
14013            '64B' and
14014            'BASE' and
14015            'NDRPDR' and
14016            '2T1C' and
14017            'IP4FWD'"
14018   parameters:
14019   - "latency"
14020   - "parent"
14021   - "tags"
14022   layout:
14023     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14024     layout: "plot-latency"
14025
14026 - type: "plot"
14027   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14028   algorithm: "plot_latency_error_bars"
14029   output-file-type: ".html"
14030   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14031   data: "plot-dpdk-throughput-latency-3n-skx"
14032   filter: "'NIC_Intel-X710' and
14033            '64B' and
14034            'BASE' and
14035            'NDRPDR' and
14036            '4T2C' and
14037            'IP4FWD'"
14038   parameters:
14039   - "latency"
14040   - "parent"
14041   - "tags"
14042   layout:
14043     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14044     layout: "plot-latency"
14045
14046 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14047 - type: "plot"
14048   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14049   algorithm: "plot_latency_error_bars"
14050   output-file-type: ".html"
14051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14052   data: "plot-dpdk-throughput-latency-3n-skx"
14053   filter: "'NIC_Intel-XXV710' and
14054            '64B' and
14055            'BASE' and
14056            'NDRPDR' and
14057            '2T1C' and
14058            'IP4FWD'"
14059   parameters:
14060   - "latency"
14061   - "parent"
14062   - "tags"
14063   layout:
14064     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14065     layout: "plot-latency"
14066
14067 - type: "plot"
14068   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14069   algorithm: "plot_latency_error_bars"
14070   output-file-type: ".html"
14071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14072   data: "plot-dpdk-throughput-latency-3n-skx"
14073   filter: "'NIC_Intel-XXV710' and
14074            '64B' and
14075            'BASE' and
14076            'NDRPDR' and
14077            '4T2C' and
14078            'IP4FWD'"
14079   parameters:
14080   - "latency"
14081   - "parent"
14082   - "tags"
14083   layout:
14084     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14085     layout: "plot-latency"
14086
14087 # Packet Latency - DPDK l3fwd 2n-skx-x710
14088 - type: "plot"
14089   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14090   algorithm: "plot_latency_error_bars"
14091   output-file-type: ".html"
14092   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14093   data: "plot-dpdk-throughput-latency-2n-skx"
14094   filter: "'NIC_Intel-X710' and
14095            '64B' and
14096            'BASE' and
14097            'NDRPDR' and
14098            '2T1C' and
14099            'IP4FWD'"
14100   parameters:
14101   - "latency"
14102   - "parent"
14103   - "tags"
14104   layout:
14105     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14106     layout: "plot-latency"
14107
14108 - type: "plot"
14109   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14110   algorithm: "plot_latency_error_bars"
14111   output-file-type: ".html"
14112   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14113   data: "plot-dpdk-throughput-latency-2n-skx"
14114   filter: "'NIC_Intel-X710' and
14115            '64B' and
14116            'BASE' and
14117            'NDRPDR' and
14118            '4T2C' and
14119            'IP4FWD'"
14120   parameters:
14121   - "latency"
14122   - "parent"
14123   - "tags"
14124   layout:
14125     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14126     layout: "plot-latency"
14127
14128 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14129 - type: "plot"
14130   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14131   algorithm: "plot_latency_error_bars"
14132   output-file-type: ".html"
14133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14134   data: "plot-dpdk-throughput-latency-2n-skx"
14135   filter: "'NIC_Intel-XXV710' and
14136            '64B' and
14137            'BASE' and
14138            'NDRPDR' and
14139            '2T1C' and
14140            'IP4FWD'"
14141   parameters:
14142   - "latency"
14143   - "parent"
14144   - "tags"
14145   layout:
14146     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14147     layout: "plot-latency"
14148
14149 - type: "plot"
14150   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14151   algorithm: "plot_latency_error_bars"
14152   output-file-type: ".html"
14153   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14154   data: "plot-dpdk-throughput-latency-2n-skx"
14155   filter: "'NIC_Intel-XXV710' and
14156            '64B' and
14157            'BASE' and
14158            'NDRPDR' and
14159            '4T2C' and
14160            'IP4FWD'"
14161   parameters:
14162   - "latency"
14163   - "parent"
14164   - "tags"
14165   layout:
14166     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14167     layout: "plot-latency"
14168
14169 ################################################################################
14170
14171 # Packet Latency - DPDK testpmd 3n-hsw-x520
14172 - type: "plot"
14173   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14174   algorithm: "plot_latency_error_bars"
14175   output-file-type: ".html"
14176   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14177   data: "plot-dpdk-throughput-latency-3n-hsw"
14178   filter: "'NIC_Intel-X520-DA2' and
14179            '64B' and
14180            'BASE' and
14181            'NDRPDR' and
14182            '1T1C' and
14183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14184   parameters:
14185   - "latency"
14186   - "parent"
14187   - "tags"
14188   layout:
14189     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14190     layout: "plot-latency"
14191
14192 - type: "plot"
14193   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14194   algorithm: "plot_latency_error_bars"
14195   output-file-type: ".html"
14196   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14197   data: "plot-dpdk-throughput-latency-3n-hsw"
14198   filter: "'NIC_Intel-X520-DA2' and
14199            '64B' and
14200            'BASE' and
14201            'NDRPDR' and
14202            '2T2C' and
14203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14204   parameters:
14205   - "latency"
14206   - "parent"
14207   - "tags"
14208   layout:
14209     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14210     layout: "plot-latency"
14211
14212 # Packet Latency - DPDK testpmd 3n-hsw-x710
14213 - type: "plot"
14214   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14215   algorithm: "plot_latency_error_bars"
14216   output-file-type: ".html"
14217   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14218   data: "plot-dpdk-throughput-latency-3n-hsw"
14219   filter: "'NIC_Intel-X710' and
14220            '64B' and
14221            'BASE' and
14222            'NDRPDR' and
14223            '1T1C' and
14224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14225   parameters:
14226   - "latency"
14227   - "parent"
14228   - "tags"
14229   layout:
14230     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14231     layout: "plot-latency"
14232
14233 - type: "plot"
14234   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14235   algorithm: "plot_latency_error_bars"
14236   output-file-type: ".html"
14237   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14238   data: "plot-dpdk-throughput-latency-3n-hsw"
14239   filter: "'NIC_Intel-X710' and
14240            '64B' and
14241            'BASE' and
14242            'NDRPDR' and
14243            '2T2C' and
14244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14245   parameters:
14246   - "latency"
14247   - "parent"
14248   - "tags"
14249   layout:
14250     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14251     layout: "plot-latency"
14252
14253 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14254 - type: "plot"
14255   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14256   algorithm: "plot_latency_error_bars"
14257   output-file-type: ".html"
14258   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14259   data: "plot-dpdk-throughput-latency-3n-hsw"
14260   filter: "'NIC_Intel-XL710' and
14261            '64B' and
14262            'BASE' and
14263            'NDRPDR' and
14264            '1T1C' and
14265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14266   parameters:
14267   - "latency"
14268   - "parent"
14269   - "tags"
14270   layout:
14271     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14272     layout: "plot-latency"
14273
14274 - type: "plot"
14275   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14276   algorithm: "plot_latency_error_bars"
14277   output-file-type: ".html"
14278   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14279   data: "plot-dpdk-throughput-latency-3n-hsw"
14280   filter: "'NIC_Intel-XL710' and
14281            '64B' and
14282            'BASE' and
14283            'NDRPDR' and
14284            '2T2C' and
14285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14286   parameters:
14287   - "latency"
14288   - "parent"
14289   - "tags"
14290   layout:
14291     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14292     layout: "plot-latency"
14293
14294 # Packet Latency - DPDK testpmd 3n-skx-x710
14295 - type: "plot"
14296   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14297   algorithm: "plot_latency_error_bars"
14298   output-file-type: ".html"
14299   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14300   data: "plot-dpdk-throughput-latency-3n-skx"
14301   filter: "'NIC_Intel-X710' and
14302            '64B' and
14303            'BASE' and
14304            'NDRPDR' and
14305            '2T1C' and
14306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14307   parameters:
14308   - "latency"
14309   - "parent"
14310   - "tags"
14311   layout:
14312     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14313     layout: "plot-latency"
14314
14315 - type: "plot"
14316   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14317   algorithm: "plot_latency_error_bars"
14318   output-file-type: ".html"
14319   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14320   data: "plot-dpdk-throughput-latency-3n-skx"
14321   filter: "'NIC_Intel-X710' and
14322            '64B' and
14323            'BASE' and
14324            'NDRPDR' and
14325            '4T2C' and
14326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14327   parameters:
14328   - "latency"
14329   - "parent"
14330   - "tags"
14331   layout:
14332     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14333     layout: "plot-latency"
14334
14335 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14336 - type: "plot"
14337   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14338   algorithm: "plot_latency_error_bars"
14339   output-file-type: ".html"
14340   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14341   data: "plot-dpdk-throughput-latency-3n-skx"
14342   filter: "'NIC_Intel-XXV710' and
14343            '64B' and
14344            'BASE' and
14345            'NDRPDR' and
14346            '2T1C' and
14347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14348   parameters:
14349   - "latency"
14350   - "parent"
14351   - "tags"
14352   layout:
14353     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14354     layout: "plot-latency"
14355
14356 - type: "plot"
14357   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14358   algorithm: "plot_latency_error_bars"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14361   data: "plot-dpdk-throughput-latency-3n-skx"
14362   filter: "'NIC_Intel-XXV710' and
14363            '64B' and
14364            'BASE' and
14365            'NDRPDR' and
14366            '4T2C' and
14367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14368   parameters:
14369   - "latency"
14370   - "parent"
14371   - "tags"
14372   layout:
14373     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14374     layout: "plot-latency"
14375
14376 # Packet Latency - DPDK testpmd 2n-skx-x710
14377 - type: "plot"
14378   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14379   algorithm: "plot_latency_error_bars"
14380   output-file-type: ".html"
14381   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14382   data: "plot-dpdk-throughput-latency-2n-skx"
14383   filter: "'NIC_Intel-X710' and
14384            '64B' and
14385            'BASE' and
14386            'NDRPDR' and
14387            '2T1C' and
14388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14389   parameters:
14390   - "latency"
14391   - "parent"
14392   - "tags"
14393   layout:
14394     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14395     layout: "plot-latency"
14396
14397 - type: "plot"
14398   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14399   algorithm: "plot_latency_error_bars"
14400   output-file-type: ".html"
14401   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14402   data: "plot-dpdk-throughput-latency-2n-skx"
14403   filter: "'NIC_Intel-X710' and
14404            '64B' and
14405            'BASE' and
14406            'NDRPDR' and
14407            '4T2C' and
14408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14409   parameters:
14410   - "latency"
14411   - "parent"
14412   - "tags"
14413   layout:
14414     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14415     layout: "plot-latency"
14416
14417 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14418 - type: "plot"
14419   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14420   algorithm: "plot_latency_error_bars"
14421   output-file-type: ".html"
14422   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14423   data: "plot-dpdk-throughput-latency-2n-skx"
14424   filter: "'NIC_Intel-XXV710' and
14425            '64B' and
14426            'BASE' and
14427            'NDRPDR' and
14428            '2T1C' and
14429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14430   parameters:
14431   - "latency"
14432   - "parent"
14433   - "tags"
14434   layout:
14435     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14436     layout: "plot-latency"
14437
14438 - type: "plot"
14439   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14440   algorithm: "plot_latency_error_bars"
14441   output-file-type: ".html"
14442   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14443   data: "plot-dpdk-throughput-latency-2n-skx"
14444   filter: "'NIC_Intel-XXV710' and
14445            '64B' and
14446            'BASE' and
14447            'NDRPDR' and
14448            '4T2C' and
14449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14450   parameters:
14451   - "latency"
14452   - "parent"
14453   - "tags"
14454   layout:
14455     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14456     layout: "plot-latency"