Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
37     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
38     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
39     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
40     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
41     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
42     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
43     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
44     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
45     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
46     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
47     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
48     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
49     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
50     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
51
52     # Detailed test configurations
53     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
54     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
55     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
56     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
57     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
58     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
59     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
60     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
61     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
62     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
63     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
64     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
65     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
66     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
67     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
68
69     # Detailed tests operational data
70     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
71     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
72     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
73     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
74     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
75     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
76     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
77
78     # .css patch file to fix tables generated by Sphinx
79     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
80     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
81
82   urls:
83     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
84     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
85     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
86     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
87     DIR[NEXUS,DOC]: "report/_static/archive"
88
89   make-dirs:
90   # List the directories which are created while preparing the environment.
91   # All directories MUST be defined in "paths" section.
92   - "DIR[WORKING,DATA]"
93   - "DIR[STATIC,VPP]"
94   - "DIR[STATIC,DPDK]"
95   - "DIR[STATIC,ARCH]"
96   - "DIR[BUILD,LATEX]"
97   - "DIR[WORKING,SRC]"
98   - "DIR[WORKING,SRC,STATIC]"
99
100   remove-dirs:
101   # List the directories which are deleted while cleaning the environment.
102   # All directories MUST be defined in "paths" section.
103   #- "DIR[BUILD,HTML]"
104   - "DIR[WORKING,DATA]"
105
106   build-dirs:
107   # List the directories where the results (build) is stored.
108   # All directories MUST be defined in "paths" section.
109   - "DIR[BUILD,HTML]"
110   - "DIR[BUILD,LATEX]"
111
112 - type: "configuration"
113
114   limits:
115     nic:
116       x520: 24460000
117       x553: 29761905
118       x710: 35800000
119       xxv710: 35800000
120       xl710: 35800000
121
122     link:
123       10ge: 14880952.38
124       25ge: 37202380.95
125       40ge: 59523809.52
126       100ge: 148809523.81
127
128     pci:
129       pci-g3-x8: 74404761.90
130       pci-g3-x16: 148809523.81
131
132   data-sets:
133
134     ###########################################################################
135     # Plots:
136
137     # 3n-hsw
138
139     plot-vpp-throughput-lat-tsa-3n-hsw:
140       csit-vpp-perf-verify-1908-3n-hsw:
141         - 12  # NDRPDR sel
142         - 13  # NDRPDR sel
143         - 14  # NDRPDR sel
144         - 15  # NDRPDR sel
145         - 16  # NDRPDR sel
146         - 17  # NDRPDR sel
147         - 18  # NDRPDR sel
148         - 19  # NDRPDR sel
149         - 20  # NDRPDR sel
150         - 21  # NDRPDR sel
151
152     plot-vpp-throughput-lat-tsa-3n-hsw-vhost:
153       csit-vpp-perf-verify-1908-3n-hsw:
154         - 48  # NDRPDR sel vhost
155         - 49  # NDRPDR sel vhost
156         - 52  # NDRPDR sel vhost
157         - 53  # NDRPDR sel vhost
158         - 54  # NDRPDR sel vhost
159         - 55  # NDRPDR sel vhost
160         - 56  # NDRPDR sel vhost
161         - 57  # NDRPDR sel vhost
162         - 58  # NDRPDR sel vhost
163         - 59  # NDRPDR sel vhost
164
165     plot-vpp-http-server-performance:
166       csit-vpp-perf-verify-1908-2n-skx:
167         - 29  # TCP
168         - 30  # TCP
169         - 58  # TCP
170         - 59  # TCP
171         - 60  # TCP
172         - 61  # TCP
173         - 62  # TCP
174         - 63  # TCP
175         - 64  # TCP
176         - 65  # TCP
177
178     plot-dpdk-throughput-latency-3n-hsw:
179       csit-dpdk-perf-verify-1908-3n-hsw:
180         - 2   # NDRPDR sel
181         - 3   # NDRPDR sel
182         - 4   # NDRPDR sel
183         - 5   # NDRPDR sel
184         - 6   # NDRPDR sel
185         - 7   # NDRPDR sel
186         - 8   # NDRPDR sel
187         - 9   # NDRPDR sel
188         - 10  # NDRPDR sel
189         - 11  # NDRPDR sel
190
191     # 3n-skx
192
193     plot-vpp-throughput-lat-tsa-3n-skx:
194       csit-vpp-perf-verify-1908-3n-skx:
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 19  # NDRPDR sel
198         - 20  # NDRPDR sel
199         - 22  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 24  # NDRPDR sel
202         - 25  # NDRPDR sel
203         - 26  # NDRPDR sel
204         - 29  # NDRPDR sel
205
206     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
207       csit-vpp-perf-verify-1908-3n-skx:
208         - 52  # NDRPDR sel vhost
209         - 53  # NDRPDR sel vhost
210         - 55  # NDRPDR sel vhost
211         - 61  # NDRPDR sel vhost
212         - 62  # NDRPDR sel vhost
213         - 63  # NDRPDR sel vhost
214         - 64  # NDRPDR sel vhost
215         - 65  # NDRPDR sel vhost
216         - 66  # NDRPDR sel vhost
217         - 67  # NDRPDR sel vhost
218
219     plot-dpdk-throughput-latency-3n-skx:
220       csit-dpdk-perf-verify-1908-3n-skx:
221         - 3   # NDRPDR sel
222         - 4   # NDRPDR sel
223         - 5   # NDRPDR sel
224         - 6   # NDRPDR sel
225         - 7   # NDRPDR sel
226         - 8   # NDRPDR sel
227         - 9   # NDRPDR sel
228         - 10  # NDRPDR sel
229         - 11  # NDRPDR sel
230         - 12  # NDRPDR sel
231
232     # 2n-skx
233
234     plot-vpp-throughput-lat-tsa-2n-skx:
235       csit-vpp-perf-verify-1908-2n-skx:
236         - 26  # NDRPDR sel
237         - 27  # NDRPDR sel
238         - 34  # NDRPDR sel
239         - 35  # NDRPDR sel
240         - 36  # NDRPDR sel
241         - 42  # NDRPDR sel
242         - 43  # NDRPDR sel
243         - 44  # NDRPDR sel
244         - 45  # NDRPDR sel
245         - 46  # NDRPDR sel
246
247     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
248       csit-vpp-perf-verify-1908-2n-skx:
249         - 88  # NDRPDR sel vhost
250         - 89  # NDRPDR sel vhost
251         - 91  # NDRPDR sel vhost
252         - 92  # NDRPDR sel vhost
253         - 93  # NDRPDR sel vhost
254         - 94  # NDRPDR sel vhost
255         - 95  # NDRPDR sel vhost
256         - 96  # NDRPDR sel vhost
257         - 97  # NDRPDR sel vhost
258         - 98  # NDRPDR sel vhost
259
260     plot-vpp-soak-2n-skx:
261       csit-vpp-perf-verify-1908-2n-skx:
262         - 83  # SOAK
263         - 86  # SOAK
264
265     plot-vpp-nfv-2n-skx-ndrpdr:
266       csit-vpp-perf-verify-1908-2n-skx:
267         - 22  # NFV
268         - 31  # NFV
269         - 32  # NFV
270         - 37  # NFV
271         - 38  # NFV
272         - 39  # NFV
273         - 53  # NFV
274         - 67  # NFV
275         - 68  # NFV
276         - 70  # NFV
277
278     plot-vpp-nfv-2n-skx-mrr:
279       csit-vpp-perf-verify-1908-2n-skx:
280         - 71  # NFV MRR
281
282     plot-dpdk-throughput-latency-2n-skx:
283       csit-dpdk-perf-verify-1908-2n-skx:
284         - 2   # NDRPDR sel
285         - 3   # NDRPDR sel
286         - 4   # NDRPDR sel
287         - 5   # NDRPDR sel
288         - 7   # NDRPDR sel
289         - 8   # NDRPDR sel
290         - 9   # NDRPDR sel
291         - 10  # NDRPDR sel
292         - 11  # NDRPDR sel
293         - 12  # NDRPDR sel
294
295     # 3n-tsh
296
297     plot-vpp-throughput-lat-tsa-3n-tsh:
298       csit-vpp-perf-verify-1908-3n-tsh:
299         - 7   # NDRPDR sel
300         - 8   # NDRPDR sel
301         - 9   # NDRPDR sel
302         - 10  # NDRPDR sel
303         - 11  # NDRPDR sel
304         - 12  # NDRPDR sel
305         - 13  # NDRPDR sel
306         - 14  # NDRPDR sel
307         - 15  # NDRPDR sel
308         - 16  # NDRPDR sel
309
310     # 3n-dnv
311
312     plot-vpp-throughput-lat-tsa-3n-dnv:
313       csit-vpp-perf-verify-1908-3n-dnv:
314         - 6   # NDRPDR sel
315         - 7   # NDRPDR sel
316         - 8   # NDRPDR sel
317         - 9   # NDRPDR sel
318         - 10  # NDRPDR sel
319         - 12  # NDRPDR sel
320         - 13  # NDRPDR sel
321         - 14  # NDRPDR sel
322         - 15  # NDRPDR sel
323         - 16  # NDRPDR sel
324
325     # 2n-dnv
326
327     plot-vpp-throughput-lat-tsa-2n-dnv:
328       csit-vpp-perf-verify-1908-2n-dnv:
329         - 1   # NDRPDR sel
330         - 2   # NDRPDR sel
331         - 3   # NDRPDR sel
332         - 4   # NDRPDR sel
333         - 5   # NDRPDR sel
334         - 6   # NDRPDR sel
335         - 7   # NDRPDR sel
336         - 8   # NDRPDR sel
337         - 9   # NDRPDR sel
338         - 10  # NDRPDR sel
339
340     ###########################################################################
341     # Simple tables (only one data set):
342
343     # NIC Comparisons
344
345     vpp-nic-comparison-3n-skx:
346       csit-vpp-perf-verify-1908-3n-skx:
347         - 14  # NDRPDR sel
348         - 16  # NDRPDR sel
349         - 19  # NDRPDR sel
350         - 20  # NDRPDR sel
351         - 22  # NDRPDR sel
352         - 23  # NDRPDR sel
353         - 24  # NDRPDR sel
354         - 25  # NDRPDR sel
355         - 26  # NDRPDR sel
356         - 29  # NDRPDR sel
357
358     vpp-nic-comparison-2n-skx:
359       csit-vpp-perf-verify-1908-2n-skx:
360         - 26  # NDRPDR sel
361         - 27  # NDRPDR sel
362         - 34  # NDRPDR sel
363         - 35  # NDRPDR sel
364         - 36  # NDRPDR sel
365         - 42  # NDRPDR sel
366         - 43  # NDRPDR sel
367         - 44  # NDRPDR sel
368         - 45  # NDRPDR sel
369         - 46  # NDRPDR sel
370
371     vpp-nic-comparison-3n-skx-mrr:
372       csit-vpp-perf-verify-1908-3n-skx:
373         - 36  # MRR sel
374
375     vpp-nic-comparison-2n-skx-mrr:
376       csit-vpp-perf-verify-1908-2n-skx:
377         - 69  # MRR sel
378
379     # Results
380
381     vpp-perf-results-3n-hsw:
382       csit-vpp-perf-verify-1908-3n-hsw:
383         - 24  # NDRPDR full
384         - 25  # NDRPDR full
385         - 26  # NDRPDR full
386         - 27  # NDRPDR full
387         - 28  # NDRPDR full
388         - 29  # NDRPDR full
389         - 32  # NDRPDR full
390         - 33  # NDRPDR full
391         - 36  # NDRPDR full
392         - 38  # NDRPDR full
393         - 50  # NDRPDR full vhost
394
395     vpp-perf-results-3n-skx:
396       csit-vpp-perf-verify-1908-3n-skx:
397         - 27  # NDRPDR full
398         - 28  # NDRPDR full
399         - 30  # NDRPDR full
400         - 31  # NDRPDR full
401         - 32  # NDRPDR full
402         - 33  # NDRPDR full
403         - 34  # NDRPDR full
404         - 35  # NDRPDR full
405         - 37  # NDRPDR full
406         - 39  # NDRPDR full
407         - 40  # NDRPDR full
408         - 41  # NDRPDR full
409         - 54  # NDRPDR full
410
411     vpp-perf-results-2n-skx:
412       csit-vpp-perf-verify-1908-2n-skx:
413         - 48  # NDRPDR full
414         - 49  # NDRPDR full
415         - 50  # NDRPDR full
416         - 51  # NDRPDR full
417         - 54  # NDRPDR full
418         - 55  # NDRPDR full
419         - 90  # NDRPDR full vhost
420         - 126 # NFV full
421
422     vpp-perf-results-3n-tsh:
423       csit-vpp-perf-verify-1908-3n-tsh:
424         - 13  # NDRPDR sel
425
426     vpp-perf-results-3n-dnv:
427       csit-vpp-perf-verify-1908-3n-dnv:
428         - 16  # NDRPDR sel
429
430     vpp-perf-results-2n-dnv:
431       csit-vpp-perf-verify-1908-2n-dnv:
432         - 9   # NDRPDR sel
433
434     vpp-mrr-results-3n-hsw:
435       csit-vpp-perf-verify-1908-3n-hsw:
436         - 39  # MRR sel
437
438     vpp-mrr-results-3n-skx:
439       csit-vpp-perf-verify-1908-3n-skx:
440         - 36  # MRR sel
441
442     vpp-mrr-results-2n-skx:
443       csit-vpp-perf-verify-1908-2n-skx:
444         - 69  # MRR sel
445
446     vpp-mrr-results-3n-dnv:
447       csit-vpp-perf-verify-1908-3n-dnv:
448         - 17  # MRR sel
449
450     vpp-mrr-results-2n-dnv:
451       csit-vpp-perf-verify-1908-2n-dnv:
452         - 11  # MRR sel
453
454     vpp-func-results-ubuntu:
455       csit-vpp-functional-1908-ubuntu1604-virl:
456         - 64
457
458     vpp-func-results-centos:
459       csit-vpp-functional-1908-centos7-virl:
460         - 64
461
462     vpp-device-results-ubuntu:
463       csit-vpp-device-1908-ubuntu1804-1n-skx:
464         - 65
465
466     dpdk-perf-results-3n-hsw:
467       csit-dpdk-perf-verify-1908-3n-hsw:
468         - 10  # NDRPDR sel
469
470     dpdk-perf-results-3n-skx:
471       csit-dpdk-perf-verify-1908-3n-skx:
472         - 12  # NDRPDR sel
473
474     dpdk-perf-results-2n-skx:
475       csit-dpdk-perf-verify-1908-2n-skx:
476         - 12  # NDRPDR sel
477
478 ###########################################################################
479     # Tables (more than one data set)
480
481     # Performance changes
482
483     vpp-performance-changes-3n-hsw-h1:
484       csit-vpp-perf-verify-1901-3n-hsw:
485         - 10  # NDRPDR sel
486         - 19  # NDRPDR sel
487         - 31  # NDRPDR sel
488         - 36  # NDRPDR sel
489         - 40  # NDRPDR sel
490         - 42  # NDRPDR sel
491         - 44  # NDRPDR sel
492         - 46  # NDRPDR sel
493         - 47  # NDRPDR sel
494         - 48  # NDRPDR sel
495         - 61  # NDRPDR LB
496         - 62  # NDRPDR LB
497         - 63  # NDRPDR LB
498         - 64  # NDRPDR LB
499         - 65  # NDRPDR LB
500         - 66  # NDRPDR LB
501         - 67  # NDRPDR LB
502         - 69  # NDRPDR LB
503         - 70  # NDRPDR LB
504         - 71  # NDRPDR LB
505     vpp-performance-changes-3n-hsw-ref:
506       csit-vpp-perf-verify-1904-3n-hsw:
507         - 11  # NDRPDR sel
508         - 12  # NDRPDR sel
509         - 20  # NDRPDR sel
510         - 21  # NDRPDR sel
511         - 23  # NDRPDR sel
512         - 24  # NDRPDR sel
513         - 25  # NDRPDR sel
514         - 26  # NDRPDR sel
515         - 29  # NDRPDR sel
516         - 30  # NDRPDR sel
517     vpp-performance-changes-3n-hsw-cmp:
518       csit-vpp-perf-verify-1908-3n-hsw:
519         - 12  # NDRPDR sel
520         - 13  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 16  # NDRPDR sel
524         - 17  # NDRPDR sel
525         - 18  # NDRPDR sel
526         - 19  # NDRPDR sel
527         - 20  # NDRPDR sel
528         - 21  # NDRPDR sel
529     vpp-performance-changes-3n-hsw:
530       - "vpp-performance-changes-3n-hsw-h1"
531       - "vpp-performance-changes-3n-hsw-ref"
532       - "vpp-performance-changes-3n-hsw-cmp"
533
534     vpp-performance-changes-3n-skx-h1:
535       csit-vpp-perf-verify-1901-3n-skx:
536         - 18  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 28  # NDRPDR sel
540         - 31  # NDRPDR sel
541         - 33  # NDRPDR sel
542         - 36  # NDRPDR sel
543         - 38  # NDRPDR sel
544         - 47  # NDRPDR sel
545         - 48  # NDRPDR sel
546         - 54  # NDRPDR LB
547         - 57  # NDRPDR LB
548         - 58  # NDRPDR LB
549         - 59  # NDRPDR LB
550         - 60  # NDRPDR LB
551         - 63  # NDRPDR LB
552         - 64  # NDRPDR LB
553         - 65  # NDRPDR LB
554         - 66  # NDRPDR LB
555         - 67  # NDRPDR LB
556     vpp-performance-changes-3n-skx-ref:
557       csit-vpp-perf-verify-1904-3n-skx:
558         - 8   # NDRPDR sel
559         - 9   # NDRPDR sel
560         - 10  # NDRPDR sel
561         - 11  # NDRPDR sel
562         - 12  # NDRPDR sel
563         - 14  # NDRPDR sel
564         - 16  # NDRPDR sel
565         - 21  # NDRPDR sel
566         - 23  # NDRPDR sel
567         - 25  # NDRPDR sel
568     vpp-performance-changes-3n-skx-cmp:
569       csit-vpp-perf-verify-1908-3n-skx:
570         - 14  # NDRPDR sel
571         - 16  # NDRPDR sel
572         - 19  # NDRPDR sel
573         - 20  # NDRPDR sel
574         - 22  # NDRPDR sel
575         - 23  # NDRPDR sel
576         - 24  # NDRPDR sel
577         - 25  # NDRPDR sel
578         - 26  # NDRPDR sel
579         - 29  # NDRPDR sel
580     vpp-performance-changes-3n-skx:
581       - "vpp-performance-changes-3n-skx-h1"
582       - "vpp-performance-changes-3n-skx-ref"
583       - "vpp-performance-changes-3n-skx-cmp"
584
585     vpp-performance-changes-2n-skx-h1:
586       csit-vpp-perf-verify-1901-2n-skx:
587         - 5   # NDRPDR sel
588         - 12  # NDRPDR sel
589         - 13  # NDRPDR sel
590         - 21  # NDRPDR sel
591         - 23  # NDRPDR sel
592         - 31  # NDRPDR sel
593         - 34  # NDRPDR sel
594         - 40  # NDRPDR sel
595         - 42  # NDRPDR sel
596         - 43  # NDRPDR sel
597     vpp-performance-changes-2n-skx-ref:
598       csit-vpp-perf-verify-1904-2n-skx:
599         - 12  # NDRPDR sel
600         - 14  # NDRPDR sel
601         - 16  # NDRPDR sel
602         - 17  # NDRPDR sel
603         - 18  # NDRPDR sel
604         - 21  # NDRPDR sel
605         - 27  # NDRPDR sel
606         - 30  # NDRPDR sel
607         - 31  # NDRPDR sel
608         - 32  # NDRPDR sel
609     vpp-performance-changes-2n-skx-cmp:
610       csit-vpp-perf-verify-1908-2n-skx:
611         - 26  # NDRPDR sel
612         - 27  # NDRPDR sel
613         - 34  # NDRPDR sel
614         - 35  # NDRPDR sel
615         - 36  # NDRPDR sel
616         - 42  # NDRPDR sel
617         - 43  # NDRPDR sel
618         - 44  # NDRPDR sel
619         - 45  # NDRPDR sel
620         - 46  # NDRPDR sel
621     vpp-performance-changes-2n-skx:
622       - "vpp-performance-changes-2n-skx-h1"
623       - "vpp-performance-changes-2n-skx-ref"
624       - "vpp-performance-changes-2n-skx-cmp"
625
626     vpp-soak-vs-ndr-2n-skx-ref:
627       csit-vpp-perf-verify-1908-2n-skx:
628         - 26  # NDRPDR sel
629         - 27  # NDRPDR sel
630         - 34  # NDRPDR sel
631         - 35  # NDRPDR sel
632         - 36  # NDRPDR sel
633         - 42  # NDRPDR sel
634         - 43  # NDRPDR sel
635         - 44  # NDRPDR sel
636         - 45  # NDRPDR sel
637         - 46  # NDRPDR sel
638     vpp-soak-vs-ndr-2n-skx-cmp:
639       csit-vpp-perf-verify-1908-2n-skx:
640         - 83  # SOAK
641         - 86  # SOAK
642     vpp-soak-vs-ndr-2n-skx:
643       csit-vpp-perf-verify-1908-2n-skx:
644         - 26  # NDRPDR sel
645         - 27  # NDRPDR sel
646         - 34  # NDRPDR sel
647         - 35  # NDRPDR sel
648         - 36  # NDRPDR sel
649         - 42  # NDRPDR sel
650         - 43  # NDRPDR sel
651         - 44  # NDRPDR sel
652         - 45  # NDRPDR sel
653         - 46  # NDRPDR sel
654         - 83  # SOAK
655         - 86  # SOAK
656
657     vpp-performance-changes-3n-hsw-mrr-h1:
658       csit-vpp-perf-verify-1901-3n-hsw:
659         - 35  # MRR sel
660     vpp-performance-changes-3n-hsw-mrr-ref:
661       csit-vpp-perf-verify-1904-3n-hsw:
662         - 9   # MRR sel
663     vpp-performance-changes-3n-hsw-mrr-cmp:
664       csit-vpp-perf-verify-1908-3n-hsw:
665         - 39  # MRR sel
666     vpp-performance-changes-3n-hsw-mrr:
667       - "vpp-performance-changes-3n-hsw-mrr-h1"
668       - "vpp-performance-changes-3n-hsw-mrr-ref"
669       - "vpp-performance-changes-3n-hsw-mrr-cmp"
670
671     vpp-performance-changes-3n-skx-mrr-h1:
672       csit-vpp-perf-verify-1901-3n-skx:
673         - 32  # MRR sel
674     vpp-performance-changes-3n-skx-mrr-ref:
675       csit-vpp-perf-verify-1904-3n-skx:
676         - 7   # MRR sel
677     vpp-performance-changes-3n-skx-mrr-cmp:
678       csit-vpp-perf-verify-1908-3n-skx:
679         - 36  # MRR sel
680     vpp-performance-changes-3n-skx-mrr:
681       - "vpp-performance-changes-3n-skx-mrr-h1"
682       - "vpp-performance-changes-3n-skx-mrr-ref"
683       - "vpp-performance-changes-3n-skx-mrr-cmp"
684
685     vpp-performance-changes-2n-skx-mrr-h1:
686       csit-vpp-perf-verify-1901-2n-skx:
687         - 22  # MRR sel
688     vpp-performance-changes-2n-skx-mrr-ref:
689       csit-vpp-perf-verify-1904-2n-skx:
690         - 11  # MRR sel
691     vpp-performance-changes-2n-skx-mrr-cmp:
692       csit-vpp-perf-verify-1908-2n-skx:
693         - 69  # MRR sel
694     vpp-performance-changes-2n-skx-mrr:
695       - "vpp-performance-changes-2n-skx-mrr-h1"
696       - "vpp-performance-changes-2n-skx-mrr-ref"
697       - "vpp-performance-changes-2n-skx-mrr-cmp"
698
699     dpdk-performance-changes-3n-hsw-h1:
700       csit-dpdk-perf-verify-1901-3n-hsw:
701         - 13  # NDRPDR sel
702         - 14  # NDRPDR sel
703         - 16  # NDRPDR sel
704         - 17  # NDRPDR sel
705         - 18  # NDRPDR sel
706         - 19  # NDRPDR sel
707         - 20  # NDRPDR sel
708         - 21  # NDRPDR sel
709         - 22  # NDRPDR sel
710         - 23  # NDRPDR sel
711     dpdk-performance-changes-3n-hsw-ref:
712       csit-dpdk-perf-verify-1904-3n-hsw:
713         - 2   # NDRPDR sel
714         - 3   # NDRPDR sel
715         - 5   # NDRPDR sel
716         - 6   # NDRPDR sel
717         - 13  # NDRPDR sel
718         - 14  # NDRPDR sel
719         - 15  # NDRPDR sel
720         - 18  # NDRPDR sel
721         - 19  # NDRPDR sel
722         - 20  # NDRPDR sel
723     dpdk-performance-changes-3n-hsw-cmp:
724       csit-dpdk-perf-verify-1908-3n-hsw:
725         - 2   # NDRPDR sel
726         - 3   # NDRPDR sel
727         - 4   # NDRPDR sel
728         - 5   # NDRPDR sel
729         - 6   # NDRPDR sel
730         - 7   # NDRPDR sel
731         - 8   # NDRPDR sel
732         - 9   # NDRPDR sel
733         - 10  # NDRPDR sel
734         - 11  # NDRPDR sel
735     dpdk-performance-changes-3n-hsw:
736       - "dpdk-performance-changes-3n-hsw-h1"
737       - "dpdk-performance-changes-3n-hsw-ref"
738       - "dpdk-performance-changes-3n-hsw-cmp"
739
740     dpdk-performance-changes-3n-skx-h1:
741       csit-dpdk-perf-verify-1901-3n-skx:
742         - 3   # NDRPDR sel
743         - 5   # NDRPDR sel
744         - 6   # NDRPDR sel
745         - 7   # NDRPDR sel
746         - 8   # NDRPDR sel
747         - 9   # NDRPDR sel
748         - 10  # NDRPDR sel
749         - 11  # NDRPDR sel
750         - 12  # NDRPDR sel
751         - 13  # NDRPDR sel
752     dpdk-performance-changes-3n-skx-ref:
753       csit-dpdk-perf-verify-1904-3n-skx:
754         - 2   # NDRPDR sel
755         - 3   # NDRPDR sel
756         - 4   # NDRPDR sel
757         - 5   # NDRPDR sel
758         - 6   # NDRPDR sel
759         - 7   # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763         - 14  # NDRPDR sel
764     dpdk-performance-changes-3n-skx-cmp:
765       csit-dpdk-perf-verify-1908-3n-skx:
766         - 3   # NDRPDR sel
767         - 4   # NDRPDR sel
768         - 5   # NDRPDR sel
769         - 6   # NDRPDR sel
770         - 7   # NDRPDR sel
771         - 8   # NDRPDR sel
772         - 9   # NDRPDR sel
773         - 10  # NDRPDR sel
774         - 11  # NDRPDR sel
775         - 12  # NDRPDR sel
776     dpdk-performance-changes-3n-skx:
777       - "dpdk-performance-changes-3n-skx-h1"
778       - "dpdk-performance-changes-3n-skx-ref"
779       - "dpdk-performance-changes-3n-skx-cmp"
780
781     dpdk-performance-changes-2n-skx-h1:
782       csit-dpdk-perf-verify-1901-2n-skx:
783         - 12  # NDRPDR sel
784         - 13  # NDRPDR sel
785         - 14  # NDRPDR sel
786         - 15  # NDRPDR sel
787         - 16  # NDRPDR sel
788         - 17  # NDRPDR sel
789         - 18  # NDRPDR sel
790         - 19  # NDRPDR sel
791         - 20  # NDRPDR sel
792         - 21  # NDRPDR sel
793     dpdk-performance-changes-2n-skx-ref:
794       csit-dpdk-perf-verify-1904-2n-skx:
795         - 2   # NDRPDR sel
796         - 3   # NDRPDR sel
797         - 4   # NDRPDR sel
798         - 5   # NDRPDR sel
799         - 7   # NDRPDR sel
800         - 8   # NDRPDR sel
801         - 9   # NDRPDR sel
802         - 10  # NDRPDR sel
803         - 11  # NDRPDR sel
804         - 12  # NDRPDR sel
805     dpdk-performance-changes-2n-skx-cmp:
806       csit-dpdk-perf-verify-1908-2n-skx:
807         - 2   # NDRPDR sel
808         - 3   # NDRPDR sel
809         - 4   # NDRPDR sel
810         - 5   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 11  # NDRPDR sel
816         - 12  # NDRPDR sel
817     dpdk-performance-changes-2n-skx:
818       - "dpdk-performance-changes-2n-skx-h1"
819       - "dpdk-performance-changes-2n-skx-ref"
820       - "dpdk-performance-changes-2n-skx-cmp"
821
822     # Compare testbeds
823
824     vpp-compare-testbeds-ref:
825       csit-vpp-perf-verify-1908-3n-hsw:
826         - 12  # NDRPDR sel
827         - 13  # NDRPDR sel
828         - 14  # NDRPDR sel
829         - 15  # NDRPDR sel
830         - 16  # NDRPDR sel
831         - 17  # NDRPDR sel
832         - 18  # NDRPDR sel
833         - 19  # NDRPDR sel
834         - 20  # NDRPDR sel
835         - 21  # NDRPDR sel
836     vpp-compare-testbeds-cmp:
837       csit-vpp-perf-verify-1908-3n-skx:
838         - 14  # NDRPDR sel
839         - 16  # NDRPDR sel
840         - 19  # NDRPDR sel
841         - 20  # NDRPDR sel
842         - 22  # NDRPDR sel
843         - 23  # NDRPDR sel
844         - 24  # NDRPDR sel
845         - 25  # NDRPDR sel
846         - 26  # NDRPDR sel
847         - 29  # NDRPDR sel
848     vpp-compare-testbeds:
849       - "vpp-compare-testbeds-ref"
850       - "vpp-compare-testbeds-cmp"
851
852     vpp-compare-testbeds-mrr-ref:
853       csit-vpp-perf-verify-1908-3n-hsw:
854         - 39  # MRR sel
855     vpp-compare-testbeds-mrr-cmp:
856       csit-vpp-perf-verify-1908-3n-skx:
857         - 36  # MRR sel
858     vpp-compare-testbeds-mrr:
859       - "vpp-compare-testbeds-mrr-ref"
860       - "vpp-compare-testbeds-mrr-cmp"
861
862     dpdk-compare-testbeds-ref:
863       csit-dpdk-perf-verify-1908-3n-hsw:
864         - 2   # NDRPDR sel
865         - 3   # NDRPDR sel
866         - 4   # NDRPDR sel
867         - 5   # NDRPDR sel
868         - 6   # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 8   # NDRPDR sel
871         - 9   # NDRPDR sel
872         - 10  # NDRPDR sel
873         - 11  # NDRPDR sel
874     dpdk-compare-testbeds-cmp:
875       csit-dpdk-perf-verify-1908-3n-skx:
876         - 3   # NDRPDR sel
877         - 4   # NDRPDR sel
878         - 5   # NDRPDR sel
879         - 6   # NDRPDR sel
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886     dpdk-compare-testbeds:
887       - "dpdk-compare-testbeds-ref"
888       - "dpdk-compare-testbeds-cmp"
889
890     # Compare topologies
891
892     vpp-compare-topologies-ref:
893       csit-vpp-perf-verify-1908-3n-skx:
894         - 14  # NDRPDR sel
895         - 16  # NDRPDR sel
896         - 19  # NDRPDR sel
897         - 20  # NDRPDR sel
898         - 22  # NDRPDR sel
899         - 23  # NDRPDR sel
900         - 24  # NDRPDR sel
901         - 25  # NDRPDR sel
902         - 26  # NDRPDR sel
903         - 29  # NDRPDR sel
904     vpp-compare-topologies-cmp:
905       csit-vpp-perf-verify-1908-2n-skx:
906         - 26  # NDRPDR sel
907         - 27  # NDRPDR sel
908         - 34  # NDRPDR sel
909         - 35  # NDRPDR sel
910         - 36  # NDRPDR sel
911         - 42  # NDRPDR sel
912         - 43  # NDRPDR sel
913         - 44  # NDRPDR sel
914         - 45  # NDRPDR sel
915         - 46  # NDRPDR sel
916     vpp-compare-topologies:
917       - "vpp-compare-topologies-ref"
918       - "vpp-compare-topologies-cmp"
919
920     vpp-compare-topologies-mrr-ref:
921       csit-vpp-perf-verify-1908-3n-skx:
922         - 36  # MRR sel
923     vpp-compare-topologies-mrr-cmp:
924       csit-vpp-perf-verify-1908-2n-skx:
925         - 69  # MRR sel
926     vpp-compare-topologies-mrr:
927       - "vpp-compare-topologies-mrr-ref"
928       - "vpp-compare-topologies-mrr-cmp"
929
930     dpdk-compare-topologies-ref:
931       csit-dpdk-perf-verify-1908-3n-skx:
932         - 3   # NDRPDR sel
933         - 4   # NDRPDR sel
934         - 5   # NDRPDR sel
935         - 6   # NDRPDR sel
936         - 7   # NDRPDR sel
937         - 8   # NDRPDR sel
938         - 9   # NDRPDR sel
939         - 10  # NDRPDR sel
940         - 11  # NDRPDR sel
941         - 12  # NDRPDR sel
942     dpdk-compare-topologies-cmp:
943       csit-dpdk-perf-verify-1908-2n-skx:
944         - 2   # NDRPDR sel
945         - 3   # NDRPDR sel
946         - 4   # NDRPDR sel
947         - 5   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 11  # NDRPDR sel
953         - 12  # NDRPDR sel
954     dpdk-compare-topologies:
955       - "dpdk-compare-topologies-ref"
956       - "dpdk-compare-topologies-cmp"
957
958   plot-layouts:
959
960     plot-soak-throughput:
961       titlefont:
962         size: 18
963       xaxis:
964         title: "<b>Test Cases [Index]</b>"
965         titlefont:
966           size: 16
967         autorange: True
968         fixedrange: False
969         gridcolor: "rgb(230, 230, 230)"
970         linecolor: "rgb(220, 220, 220)"
971         linewidth: 1
972         showgrid: True
973         showline: True
974         showticklabels: True
975         tickcolor: "rgb(220, 220, 220)"
976         tickmode: "linear"
977         tickfont:
978           size: 16
979         zeroline: False
980       yaxis:
981         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
982         titlefont:
983           size: 16
984         gridcolor: "rgb(230, 230, 230)"
985         hoverformat: ".4r"
986         tickformat: ".3r"
987         linecolor: "rgb(220, 220, 220)"
988         linewidth: 1
989         showgrid: True
990         showline: True
991         showticklabels: True
992         tickcolor: "rgb(220, 220, 220)"
993         tickfont:
994           size: 16
995         zeroline: False
996         range: [0,50]
997       autosize: False
998       margin:
999         t: 50
1000         b: 0
1001         l: 80
1002         r: 20
1003       showlegend: True
1004       legend:
1005         orientation: "h"
1006         font:
1007           size: 16
1008       width: 700
1009       height: 900
1010
1011     plot-service-density:
1012       titlefont:
1013         size: 18
1014       xaxis:
1015         side: "top"
1016         autorange: True
1017         fixedrange: False
1018         showgrid: False
1019         showline: False
1020         showticklabels: False
1021         ticks: ""
1022         ticklen: 0
1023         tickwidth: 0
1024         zeroline: False
1025       yaxis:
1026         autorange: "reversed"
1027         showgrid: False
1028         showline: False
1029         showticklabels: False
1030         ticks: ""
1031         ticklen: 0
1032         tickwidth: 0
1033         zeroline: False
1034       autosize: True
1035       showlegend: False
1036       width: 700
1037       height: 700
1038
1039     plot-cps:
1040       titlefont:
1041         size: 18
1042       xaxis:
1043         title: "<b>Test Cases [Index]</b>"
1044         titlefont:
1045           size: 16
1046         autorange: True
1047         fixedrange: False
1048         gridcolor: "rgb(230, 230, 230)"
1049         linecolor: "rgb(220, 220, 220)"
1050         linewidth: 1
1051         showgrid: True
1052         showline: True
1053         showticklabels: True
1054         tickcolor: "rgb(220, 220, 220)"
1055         tickmode: "linear"
1056         tickfont:
1057           size: 16
1058         zeroline: False
1059       yaxis:
1060         title: "<b>Connections Per Second [cps]</b>"
1061         titlefont:
1062           size: 16
1063         gridcolor: "rgb(230, 230, 230)"
1064         hoverformat: ".4s"
1065         linecolor: "rgb(220, 220, 220)"
1066         linewidth: 1
1067         rangemode: "tozero"
1068         showgrid: True
1069         showline: True
1070         showticklabels: True
1071         tickcolor: "rgb(220, 220, 220)"
1072         tickformat: ".3s"
1073         tickfont:
1074           size: 16
1075         zeroline: False
1076       boxmode: "group"
1077       boxgroupgap: 0.5
1078       autosize: False
1079       margin:
1080         t: 50
1081         b: 20
1082         l: 80
1083         r: 20
1084       showlegend: True
1085       legend:
1086         orientation: "h"
1087         font:
1088           size: 16
1089       width: 700
1090       height: 800
1091
1092     plot-rps:
1093       titlefont:
1094         size: 18
1095       xaxis:
1096         title: "<b>Test Cases [Index]</b>"
1097         titlefont:
1098           size: 16
1099         autorange: True
1100         fixedrange: False
1101         gridcolor: "rgb(230, 230, 230)"
1102         linecolor: "rgb(220, 220, 220)"
1103         linewidth: 1
1104         showgrid: True
1105         showline: True
1106         showticklabels: True
1107         tickcolor: "rgb(220, 220, 220)"
1108         tickmode: "linear"
1109         tickfont:
1110           size: 16
1111         zeroline: False
1112       yaxis:
1113         title: "<b>Requests Per Second [rps]</b>"
1114         titlefont:
1115           size: 16
1116         gridcolor: "rgb(230, 230, 230)"
1117         hoverformat: ".4s"
1118         linecolor: "rgb(220, 220, 220)"
1119         linewidth: 1
1120         rangemode: "tozero"
1121         showgrid: True
1122         showline: True
1123         showticklabels: True
1124         tickcolor: "rgb(230, 230, 230)"
1125         tickformat: ".3s"
1126         tickfont:
1127           size: 16
1128         zeroline: False
1129       boxmode: "group"
1130       boxgroupgap: 0.5
1131       autosize: False
1132       margin:
1133         t: 50
1134         b: 20
1135         l: 80
1136         r: 20
1137       showlegend: True
1138       legend:
1139         orientation: "h"
1140         font:
1141           size: 16
1142       width: 700
1143       height: 800
1144
1145     plot-throughput:
1146       titlefont:
1147         size: 18
1148       xaxis:
1149         title: "<b>Test Cases [Index]</b>"
1150         titlefont:
1151           size: 16
1152         autorange: True
1153         fixedrange: False
1154         gridcolor: "rgb(230, 230, 230)"
1155         linecolor: "rgb(220, 220, 220)"
1156         linewidth: 1
1157         showgrid: True
1158         showline: True
1159         showticklabels: True
1160         tickcolor: "rgb(220, 220, 220)"
1161         tickmode: "linear"
1162         tickfont:
1163           size: 16
1164         zeroline: False
1165       yaxis:
1166         title: "<b>Packet Throughput [Mpps]</b>"
1167         titlefont:
1168           size: 16
1169         gridcolor: "rgb(230, 230, 230)"
1170         hoverformat: ".4r"
1171         tickformat: ".3r"
1172         linecolor: "rgb(220, 220, 220)"
1173         linewidth: 1
1174         showgrid: True
1175         showline: True
1176         showticklabels: True
1177         tickcolor: "rgb(220, 220, 220)"
1178         tickfont:
1179           size: 16
1180         zeroline: False
1181         range: [0,50]
1182       boxmode: "group"
1183       boxgroupgap: 0.5
1184       autosize: False
1185       margin:
1186         t: 50
1187         b: 0
1188         l: 80
1189         r: 20
1190       showlegend: True
1191       legend:
1192         orientation: "h"
1193         font:
1194           size: 16
1195       width: 700
1196       height: 900
1197
1198     plot-throughput-speedup-analysis:
1199       titlefont:
1200         size: 18
1201       xaxis:
1202         title: "<b>Number of Cores [Qty]</b>"
1203         titlefont:
1204           size: 16
1205         autorange: True
1206         fixedrange: False
1207         gridcolor: "rgb(230, 230, 230)"
1208         linecolor: "rgb(220, 220, 220)"
1209         linewidth: 1
1210         showgrid: True
1211         showline: True
1212         showticklabels: True
1213         tickcolor: "rgb(238, 238, 238)"
1214         tickmode: "linear"
1215         tickfont:
1216           size: 16
1217         zeroline: False
1218       yaxis:
1219         title: "<b>Packet Throughput [Mpps]</b>"
1220         titlefont:
1221           size: 16
1222         type: "linear"
1223         gridcolor: "rgb(230, 230, 230)"
1224         hoverformat: ".4s"
1225         linecolor: "rgb(220, 220, 220)"
1226         linewidth: 1
1227         showgrid: True
1228         showline: True
1229         showticklabels: True
1230         tickcolor: "rgb(220, 220, 220)"
1231         tickformat: ".4s"
1232         tickfont:
1233           size: 16
1234         zeroline: True
1235         rangemode: "tozero"
1236         range: [0,100]
1237       legend:
1238         orientation: "h"
1239         font:
1240           size: 16
1241         xanchor: "left"
1242         yanchor: "top"
1243         x: 0
1244         y: -0.2
1245         bgcolor: "rgba(255, 255, 255, 0)"
1246         bordercolor: "rgba(255, 255, 255, 0)"
1247         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1248       autosize: False
1249       margin:
1250           't': 50
1251           'b': 150
1252           'l': 85
1253           'r': 10
1254       showlegend: True
1255       width: 700
1256       height: 700
1257       hoverlabel:
1258         namelength: -1
1259       annotations: [
1260         {
1261           text: "_ _          __          ...",
1262           align: "left",
1263           showarrow: False,
1264           xref: "paper",
1265           yref: "paper",
1266           xanchor: "left",
1267           yanchor: "top",
1268           x: 0,
1269           y: -0.13,
1270           font: {
1271             family: "Consolas, Courier New",
1272             size: 15
1273           },
1274         },
1275         {
1276           text: "    Perfect     Measured     Limit",
1277           align: "left",
1278           showarrow: False,
1279           xref: "paper",
1280           yref: "paper",
1281           xanchor: "left",
1282           yanchor: "top",
1283           x: 0,
1284           y: -0.15,
1285           font: {
1286             family: "Consolas, Courier New",
1287             size: 15
1288           },
1289         },
1290       ]
1291
1292     plot-latency:
1293       titlefont:
1294         size: 18
1295       xaxis:
1296         title: "<b>Direction</b>"
1297         titlefont:
1298           size: 16
1299         autorange: True
1300         fixedrange: False
1301         gridcolor: "rgb(230, 230, 230)"
1302         linecolor: "rgb(220, 220, 220)"
1303         linewidth: 1
1304         showgrid: True
1305         showline: True
1306         showticklabels: False
1307         tickcolor: "rgb(220, 220, 220)"
1308         tickmode: "linear"
1309         tickfont:
1310           size: 16
1311         zeroline: False
1312       yaxis:
1313         title: "<b>Packet Latency [uSec]</b>"
1314         titlefont:
1315           size: 16
1316         type: "linear"
1317         gridcolor: "rgb(230, 230, 230)"
1318         hoverformat: ".4s"
1319         linecolor: "rgb(220, 220, 220)"
1320         linewidth: 1
1321         showgrid: True
1322         showline: True
1323         showticklabels: True
1324         tickcolor: "rgb(220, 220, 220)"
1325         tickformat: ".4s"
1326         tickfont:
1327           size: 16
1328         zeroline: True
1329         rangemode: "tozero"
1330       legend:
1331         orientation: "h"
1332         font:
1333           size: 16
1334         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1335       autosize: False
1336       margin:
1337           't': 50
1338           'b': 150
1339           'l': 80
1340           'r': 10
1341       showlegend: True
1342       width: 700
1343       height: 700
1344       hoverlabel:
1345         namelength: -1
1346
1347 - type: "static"
1348   src-path: "{DIR[RST]}"
1349   dst-path: "{DIR[WORKING,SRC]}"
1350
1351 - type: "input"
1352   general:
1353     file-name: "output_info.xml.gz"
1354     file-format: ".gz"
1355     arch-file-format:
1356       - ".gz"
1357       - ".zip"
1358     download-path: "{job}/{build}/archives/{filename}"
1359     extract: "output.xml"
1360
1361     zip-file-name: "robot-plugin.zip"
1362     zip-file-format: ".zip"
1363     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1364     zip-extract: "robot-plugin/output.xml"
1365
1366   builds:
1367
1368     csit-vpp-perf-verify-1901-3n-hsw:
1369       - 35  # MRR sel
1370       - 10  # NDRPDR sel
1371       - 19  # NDRPDR sel
1372       - 31  # NDRPDR sel
1373       - 36  # NDRPDR sel
1374       - 40  # NDRPDR sel
1375       - 42  # NDRPDR sel
1376       - 44  # NDRPDR sel
1377       - 46  # NDRPDR sel
1378       - 47  # NDRPDR sel
1379       - 48  # NDRPDR sel
1380       - 61  # NDRPDR LB
1381       - 62  # NDRPDR LB
1382       - 63  # NDRPDR LB
1383       - 64  # NDRPDR LB
1384       - 65  # NDRPDR LB
1385       - 66  # NDRPDR LB
1386       - 67  # NDRPDR LB
1387       - 69  # NDRPDR LB
1388       - 70  # NDRPDR LB
1389       - 71  # NDRPDR LB
1390     csit-vpp-perf-verify-1904-3n-hsw:
1391       - 9   # MRR sel
1392       - 11  # NDRPDR sel
1393       - 12  # NDRPDR sel
1394       - 20  # NDRPDR sel
1395       - 21  # NDRPDR sel
1396       - 23  # NDRPDR sel
1397       - 24  # NDRPDR sel
1398       - 25  # NDRPDR sel
1399       - 26  # NDRPDR sel
1400       - 29  # NDRPDR sel
1401       - 30  # NDRPDR sel
1402     csit-vpp-perf-verify-1908-3n-hsw:
1403       - 12  # NDRPDR sel
1404       - 13  # NDRPDR sel
1405       - 14  # NDRPDR sel
1406       - 15  # NDRPDR sel
1407       - 16  # NDRPDR sel
1408       - 17  # NDRPDR sel
1409       - 18  # NDRPDR sel
1410       - 19  # NDRPDR sel
1411       - 20  # NDRPDR sel
1412       - 21  # NDRPDR sel
1413       - 48  # NDRPDR sel vhost
1414       - 49  # NDRPDR sel vhost
1415       - 52  # NDRPDR sel vhost
1416       - 53  # NDRPDR sel vhost
1417       - 54  # NDRPDR sel vhost
1418       - 55  # NDRPDR sel vhost
1419       - 56  # NDRPDR sel vhost
1420       - 57  # NDRPDR sel vhost
1421       - 58  # NDRPDR sel vhost
1422       - 59  # NDRPDR sel vhost
1423       - 24  # NDRPDR full
1424       - 25  # NDRPDR full
1425       - 26  # NDRPDR full
1426       - 27  # NDRPDR full
1427       - 28  # NDRPDR full
1428       - 29  # NDRPDR full
1429       - 32  # NDRPDR full
1430       - 33  # NDRPDR full
1431       - 36  # NDRPDR full
1432       - 38  # NDRPDR full
1433       - 50  # NDRPDR full vhost
1434       - 39  # MRR sel
1435
1436     csit-vpp-perf-verify-1901-3n-skx:
1437       - 32  # MRR sel
1438       - 18  # NDRPDR sel
1439       - 19  # NDRPDR sel
1440       - 20  # NDRPDR sel
1441       - 28  # NDRPDR sel
1442       - 31  # NDRPDR sel
1443       - 33  # NDRPDR sel
1444       - 36  # NDRPDR sel
1445       - 38  # NDRPDR sel
1446       - 47  # NDRPDR sel
1447       - 48  # NDRPDR sel
1448       - 54  # NDRPDR LB
1449       - 57  # NDRPDR LB
1450       - 58  # NDRPDR LB
1451       - 59  # NDRPDR LB
1452       - 60  # NDRPDR LB
1453       - 63  # NDRPDR LB
1454       - 64  # NDRPDR LB
1455       - 65  # NDRPDR LB
1456       - 66  # NDRPDR LB
1457       - 67  # NDRPDR LB
1458     csit-vpp-perf-verify-1904-3n-skx:
1459       - 7   # MRR sel
1460       - 8   # NDRPDR sel
1461       - 9   # NDRPDR sel
1462       - 10  # NDRPDR sel
1463       - 11  # NDRPDR sel
1464       - 12  # NDRPDR sel
1465       - 14  # NDRPDR sel
1466       - 16  # NDRPDR sel
1467       - 21  # NDRPDR sel
1468       - 23  # NDRPDR sel
1469       - 25  # NDRPDR sel
1470     csit-vpp-perf-verify-1908-3n-skx:
1471       - 14  # NDRPDR sel
1472       - 16  # NDRPDR sel
1473       - 19  # NDRPDR sel
1474       - 20  # NDRPDR sel
1475       - 22  # NDRPDR sel
1476       - 23  # NDRPDR sel
1477       - 24  # NDRPDR sel
1478       - 25  # NDRPDR sel
1479       - 26  # NDRPDR sel
1480       - 29  # NDRPDR sel
1481       - 52  # NDRPDR sel vhost
1482       - 53  # NDRPDR sel vhost
1483       - 55  # NDRPDR sel vhost
1484       - 61  # NDRPDR sel vhost
1485       - 62  # NDRPDR sel vhost
1486       - 63  # NDRPDR sel vhost
1487       - 64  # NDRPDR sel vhost
1488       - 65  # NDRPDR sel vhost
1489       - 66  # NDRPDR sel vhost
1490       - 67  # NDRPDR sel vhost
1491       - 27  # NDRPDR full
1492       - 28  # NDRPDR full
1493       - 30  # NDRPDR full
1494       - 31  # NDRPDR full
1495       - 32  # NDRPDR full
1496       - 33  # NDRPDR full
1497       - 34  # NDRPDR full
1498       - 35  # NDRPDR full
1499       - 37  # NDRPDR full
1500       - 39  # NDRPDR full
1501       - 40  # NDRPDR full
1502       - 41  # NDRPDR full
1503       - 54  # NDRPDR full
1504       - 36  # MRR sel
1505
1506     csit-vpp-perf-verify-1901-2n-skx:
1507       - 22  # MRR sel
1508       - 5   # NDRPDR sel
1509       - 12  # NDRPDR sel
1510       - 13  # NDRPDR sel
1511       - 21  # NDRPDR sel
1512       - 23  # NDRPDR sel
1513       - 31  # NDRPDR sel
1514       - 34  # NDRPDR sel
1515       - 40  # NDRPDR sel
1516       - 42  # NDRPDR sel
1517       - 43  # NDRPDR sel
1518     csit-vpp-perf-verify-1904-2n-skx:
1519       - 11  # MRR sel
1520       - 12  # NDRPDR sel
1521       - 14  # NDRPDR sel
1522       - 16  # NDRPDR sel
1523       - 17  # NDRPDR sel
1524       - 18  # NDRPDR sel
1525       - 21  # NDRPDR sel
1526       - 27  # NDRPDR sel
1527       - 30  # NDRPDR sel
1528       - 31  # NDRPDR sel
1529       - 32  # NDRPDR sel
1530     csit-vpp-perf-verify-1908-2n-skx:
1531       - 26  # NDRPDR sel
1532       - 27  # NDRPDR sel
1533       - 34  # NDRPDR sel
1534       - 35  # NDRPDR sel
1535       - 36  # NDRPDR sel
1536       - 42  # NDRPDR sel
1537       - 43  # NDRPDR sel
1538       - 44  # NDRPDR sel
1539       - 45  # NDRPDR sel
1540       - 46  # NDRPDR sel
1541       - 88  # NDRPDR sel vhost
1542       - 89  # NDRPDR sel vhost
1543       - 91  # NDRPDR sel vhost
1544       - 92  # NDRPDR sel vhost
1545       - 93  # NDRPDR sel vhost
1546       - 94  # NDRPDR sel vhost
1547       - 95  # NDRPDR sel vhost
1548       - 96  # NDRPDR sel vhost
1549       - 97  # NDRPDR sel vhost
1550       - 98  # NDRPDR sel vhost
1551       - 48  # NDRPDR full
1552       - 49  # NDRPDR full
1553       - 50  # NDRPDR full
1554       - 51  # NDRPDR full
1555       - 54  # NDRPDR full
1556       - 55  # NDRPDR full
1557       - 90  # NDRPDR full vhost
1558       - 69  # MRR sel
1559       - 29  # TCP
1560       - 30  # TCP
1561       - 58  # TCP
1562       - 59  # TCP
1563       - 60  # TCP
1564       - 61  # TCP
1565       - 62  # TCP
1566       - 63  # TCP
1567       - 64  # TCP
1568       - 65  # TCP
1569       - 22  # NFV
1570       - 31  # NFV
1571       - 32  # NFV
1572       - 37  # NFV
1573       - 38  # NFV
1574       - 39  # NFV
1575       - 53  # NFV
1576       - 67  # NFV
1577       - 68  # NFV
1578       - 70  # NFV
1579       - 71  # NFV MRR
1580       - 126 # NFV full
1581       - 83  # SOAK
1582       - 86  # SOAK
1583
1584     csit-vpp-perf-verify-1908-3n-tsh:
1585       - 7   # NDRPDR sel
1586       - 8   # NDRPDR sel
1587       - 9   # NDRPDR sel
1588       - 10  # NDRPDR sel
1589       - 11  # NDRPDR sel
1590       - 12  # NDRPDR sel
1591       - 13  # NDRPDR sel
1592       - 14  # NDRPDR sel
1593       - 15  # NDRPDR sel
1594       - 16  # NDRPDR sel
1595
1596     csit-vpp-perf-verify-1908-3n-dnv:
1597       - 6   # NDRPDR sel
1598       - 7   # NDRPDR sel
1599       - 8   # NDRPDR sel
1600       - 9   # NDRPDR sel
1601       - 10  # NDRPDR sel
1602       - 12  # NDRPDR sel
1603       - 13  # NDRPDR sel
1604       - 14  # NDRPDR sel
1605       - 15  # NDRPDR sel
1606       - 16  # NDRPDR sel
1607       - 17  # MRR sel
1608
1609     csit-vpp-perf-verify-1908-2n-dnv:
1610       - 1   # NDRPDR sel
1611       - 2   # NDRPDR sel
1612       - 3   # NDRPDR sel
1613       - 4   # NDRPDR sel
1614       - 5   # NDRPDR sel
1615       - 6   # NDRPDR sel
1616       - 7   # NDRPDR sel
1617       - 8   # NDRPDR sel
1618       - 9   # NDRPDR sel
1619       - 10  # NDRPDR sel
1620       - 11  # MRR sel
1621
1622     csit-dpdk-perf-verify-1901-3n-hsw:
1623       - 13  # NDRPDR sel
1624       - 14  # NDRPDR sel
1625       - 16  # NDRPDR sel
1626       - 17  # NDRPDR sel
1627       - 18  # NDRPDR sel
1628       - 19  # NDRPDR sel
1629       - 20  # NDRPDR sel
1630       - 21  # NDRPDR sel
1631       - 22  # NDRPDR sel
1632       - 23  # NDRPDR sel
1633     csit-dpdk-perf-verify-1904-3n-hsw:
1634       - 2   # NDRPDR sel
1635       - 3   # NDRPDR sel
1636       - 5   # NDRPDR sel
1637       - 6   # NDRPDR sel
1638       - 13  # NDRPDR sel
1639       - 14  # NDRPDR sel
1640       - 15  # NDRPDR sel
1641       - 18  # NDRPDR sel
1642       - 19  # NDRPDR sel
1643       - 20  # NDRPDR sel
1644     csit-dpdk-perf-verify-1908-3n-hsw:
1645       - 2   # NDRPDR sel
1646       - 3   # NDRPDR sel
1647       - 4   # NDRPDR sel
1648       - 5   # NDRPDR sel
1649       - 6   # NDRPDR sel
1650       - 7   # NDRPDR sel
1651       - 8   # NDRPDR sel
1652       - 9   # NDRPDR sel
1653       - 10  # NDRPDR sel
1654       - 11  # NDRPDR sel
1655
1656     csit-dpdk-perf-verify-1901-3n-skx:
1657       - 3   # NDRPDR sel
1658       - 5   # NDRPDR sel
1659       - 6   # NDRPDR sel
1660       - 7   # NDRPDR sel
1661       - 8   # NDRPDR sel
1662       - 9   # NDRPDR sel
1663       - 10  # NDRPDR sel
1664       - 11  # NDRPDR sel
1665       - 12  # NDRPDR sel
1666       - 13  # NDRPDR sel
1667     csit-dpdk-perf-verify-1904-3n-skx:
1668       - 2   # NDRPDR sel
1669       - 3   # NDRPDR sel
1670       - 4   # NDRPDR sel
1671       - 5   # NDRPDR sel
1672       - 6   # NDRPDR sel
1673       - 7   # NDRPDR sel
1674       - 11  # NDRPDR sel
1675       - 12  # NDRPDR sel
1676       - 13  # NDRPDR sel
1677       - 14  # NDRPDR sel
1678     csit-dpdk-perf-verify-1908-3n-skx:
1679       - 3   # NDRPDR sel
1680       - 4   # NDRPDR sel
1681       - 5   # NDRPDR sel
1682       - 6   # NDRPDR sel
1683       - 7   # NDRPDR sel
1684       - 8   # NDRPDR sel
1685       - 9   # NDRPDR sel
1686       - 10  # NDRPDR sel
1687       - 11  # NDRPDR sel
1688       - 12  # NDRPDR sel
1689
1690     csit-dpdk-perf-verify-1901-2n-skx:
1691       - 12  # NDRPDR sel
1692       - 13  # NDRPDR sel
1693       - 14  # NDRPDR sel
1694       - 15  # NDRPDR sel
1695       - 16  # NDRPDR sel
1696       - 17  # NDRPDR sel
1697       - 18  # NDRPDR sel
1698       - 19  # NDRPDR sel
1699       - 20  # NDRPDR sel
1700       - 21  # NDRPDR sel
1701     csit-dpdk-perf-verify-1904-2n-skx:
1702       - 2   # NDRPDR sel
1703       - 3   # NDRPDR sel
1704       - 4   # NDRPDR sel
1705       - 5   # NDRPDR sel
1706       - 7   # NDRPDR sel
1707       - 8   # NDRPDR sel
1708       - 9   # NDRPDR sel
1709       - 10  # NDRPDR sel
1710       - 11  # NDRPDR sel
1711       - 12  # NDRPDR sel
1712     csit-dpdk-perf-verify-1908-2n-skx:
1713       - 2   # NDRPDR sel
1714       - 3   # NDRPDR sel
1715       - 4   # NDRPDR sel
1716       - 5   # NDRPDR sel
1717       - 7   # NDRPDR sel
1718       - 8   # NDRPDR sel
1719       - 9   # NDRPDR sel
1720       - 10  # NDRPDR sel
1721       - 11  # NDRPDR sel
1722       - 12  # NDRPDR sel
1723
1724     csit-vpp-functional-1908-ubuntu1604-virl:
1725       - 64
1726     csit-vpp-functional-1908-centos7-virl:
1727       - 64
1728     csit-vpp-device-1908-ubuntu1804-1n-skx:
1729       - 65
1730
1731 - type: "output"
1732   output: "report"
1733   format:
1734     html:
1735     - full
1736     pdf:
1737     - minimal
1738
1739 ################################################################################
1740 ###                               T A B L E S                                ###
1741 ################################################################################
1742
1743 # VPP Soak vs NDR
1744 - type: "table"
1745   title: "VPP Soak vs NDR 2n-skx"
1746   algorithm: "table_soak_vs_ndr"
1747   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1748   reference:
1749     title: "NDR"
1750     data: "vpp-soak-vs-ndr-2n-skx-ref"
1751   compare:
1752     title: "Soak"
1753     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1754   data: "vpp-soak-vs-ndr-2n-skx"
1755   include-tests: "NDR"
1756   filter: "('NDRPDR' or 'SOAK')"
1757   parameters:
1758     - "throughput"
1759     - "name"
1760     - "parent"
1761
1762 ################################################################################
1763
1764 # VPP Compare NICs 3n-skx 2t1c ndr
1765 - type: "table"
1766   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1767   algorithm: "table_nics_comparison"
1768   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1769   reference:
1770     title: "x710"
1771     nic: "NIC_Intel-X710"
1772   compare:
1773     title: "xxv710"
1774     nic: "NIC_Intel-XXV710"
1775   data: "vpp-nic-comparison-3n-skx"
1776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1777   filter: "'2T1C' and 'NDRPDR'"
1778   parameters:
1779   - "name"
1780   - "parent"
1781   - "throughput"
1782   - "tags"
1783
1784 # VPP Compare NICs 3n-skx 4t2c ndr
1785 - type: "table"
1786   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1787   algorithm: "table_nics_comparison"
1788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1789   reference:
1790     title: "x710"
1791     nic: "NIC_Intel-X710"
1792   compare:
1793     title: "xxv710"
1794     nic: "NIC_Intel-XXV710"
1795   data: "vpp-nic-comparison-3n-skx"
1796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1797   filter: "'4T2C' and 'NDRPDR'"
1798   parameters:
1799   - "name"
1800   - "parent"
1801   - "throughput"
1802   - "tags"
1803
1804 # VPP Compare NICs 3n-skx 2t1c pdr
1805 - type: "table"
1806   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1807   algorithm: "table_nics_comparison"
1808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1809   reference:
1810     title: "x710"
1811     nic: "NIC_Intel-X710"
1812   compare:
1813     title: "xxv710"
1814     nic: "NIC_Intel-XXV710"
1815   data: "vpp-nic-comparison-3n-skx"
1816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1817   filter: "'2T1C' and 'NDRPDR'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "throughput"
1822   - "tags"
1823
1824  # VPP Compare NICs 3n-skx 4t2c pdr
1825 - type: "table"
1826   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1827   algorithm: "table_nics_comparison"
1828   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1829   reference:
1830     title: "x710"
1831     nic: "NIC_Intel-X710"
1832   compare:
1833     title: "xxv710"
1834     nic: "NIC_Intel-XXV710"
1835   data: "vpp-nic-comparison-3n-skx"
1836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1837   filter: "'4T2C' and 'NDRPDR'"
1838   parameters:
1839   - "name"
1840   - "parent"
1841   - "throughput"
1842   - "tags"
1843
1844 # VPP Compare NICs 3n-skx 2t1c mrr
1845 - type: "table"
1846   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1847   algorithm: "table_nics_comparison"
1848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1849   reference:
1850     title: "x710"
1851     nic: "NIC_Intel-X710"
1852   compare:
1853     title: "xxv710"
1854     nic: "NIC_Intel-XXV710"
1855   data: "vpp-nic-comparison-3n-skx-mrr"
1856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1857   filter: "'2T1C' and 'MRR'"
1858   parameters:
1859   - "name"
1860   - "parent"
1861   - "result"
1862   - "tags"
1863
1864 # VPP Compare NICs 3n-skx 4t2c mrr
1865 - type: "table"
1866   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1867   algorithm: "table_nics_comparison"
1868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1869   reference:
1870     title: "x710"
1871     nic: "NIC_Intel-X710"
1872   compare:
1873     title: "xxv710"
1874     nic: "NIC_Intel-XXV710"
1875   data: "vpp-nic-comparison-3n-skx-mrr"
1876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1877   filter: "'4T2C' and 'MRR'"
1878   parameters:
1879   - "name"
1880   - "parent"
1881   - "result"
1882   - "tags"
1883
1884  # VPP Compare NICs 3n-skx 8t4c mrr
1885 - type: "table"
1886   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1887   algorithm: "table_nics_comparison"
1888   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1889   reference:
1890     title: "x710"
1891     nic: "NIC_Intel-X710"
1892   compare:
1893     title: "xxv710"
1894     nic: "NIC_Intel-XXV710"
1895   data: "vpp-nic-comparison-3n-skx-mrr"
1896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1897   filter: "'8T4C' and 'MRR'"
1898   parameters:
1899   - "name"
1900   - "parent"
1901   - "result"
1902   - "tags"
1903
1904 # VPP Compare NICs 2n-skx 2t1c ndr
1905 - type: "table"
1906   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1907   algorithm: "table_nics_comparison"
1908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1909   reference:
1910     title: "x710"
1911     nic: "NIC_Intel-X710"
1912   compare:
1913     title: "xxv710"
1914     nic: "NIC_Intel-XXV710"
1915   data: "vpp-nic-comparison-2n-skx"
1916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1917   filter: "'2T1C' and 'NDRPDR'"
1918   parameters:
1919   - "name"
1920   - "parent"
1921   - "throughput"
1922   - "tags"
1923
1924 # VPP Compare NICs 2n-skx 4t2c ndr
1925 - type: "table"
1926   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1927   algorithm: "table_nics_comparison"
1928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1929   reference:
1930     title: "x710"
1931     nic: "NIC_Intel-X710"
1932   compare:
1933     title: "xxv710"
1934     nic: "NIC_Intel-XXV710"
1935   data: "vpp-nic-comparison-2n-skx"
1936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1937   filter: "'4T2C' and 'NDRPDR'"
1938   parameters:
1939   - "name"
1940   - "parent"
1941   - "throughput"
1942   - "tags"
1943
1944  # VPP Compare NICs 2n-skx 2t1c pdr
1945 - type: "table"
1946   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1947   algorithm: "table_nics_comparison"
1948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1949   reference:
1950     title: "x710"
1951     nic: "NIC_Intel-X710"
1952   compare:
1953     title: "xxv710"
1954     nic: "NIC_Intel-XXV710"
1955   data: "vpp-nic-comparison-2n-skx"
1956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1957   filter: "'2T1C' and 'NDRPDR'"
1958   parameters:
1959   - "name"
1960   - "parent"
1961   - "throughput"
1962   - "tags"
1963
1964 # VPP Compare NICs 2n-skx 4t2c pdr
1965 - type: "table"
1966   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1967   algorithm: "table_nics_comparison"
1968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1969   reference:
1970     title: "x710"
1971     nic: "NIC_Intel-X710"
1972   compare:
1973     title: "xxv710"
1974     nic: "NIC_Intel-XXV710"
1975   data: "vpp-nic-comparison-2n-skx"
1976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1977   filter: "'4T2C' and 'NDRPDR'"
1978   parameters:
1979   - "name"
1980   - "parent"
1981   - "throughput"
1982   - "tags"
1983
1984 # VPP Compare NICs 2n-skx 2t1c mrr
1985 - type: "table"
1986   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1987   algorithm: "table_nics_comparison"
1988   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1989   reference:
1990     title: "x710"
1991     nic: "NIC_Intel-X710"
1992   compare:
1993     title: "xxv710"
1994     nic: "NIC_Intel-XXV710"
1995   data: "vpp-nic-comparison-2n-skx-mrr"
1996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1997   filter: "'2T1C' and 'MRR'"
1998   parameters:
1999   - "name"
2000   - "parent"
2001   - "result"
2002   - "tags"
2003
2004 # VPP Compare NICs 2n-skx 4t2c mrr
2005 - type: "table"
2006   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2007   algorithm: "table_nics_comparison"
2008   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2009   reference:
2010     title: "x710"
2011     nic: "NIC_Intel-X710"
2012   compare:
2013     title: "xxv710"
2014     nic: "NIC_Intel-XXV710"
2015   data: "vpp-nic-comparison-2n-skx-mrr"
2016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2017   filter: "'4T2C' and 'MRR'"
2018   parameters:
2019   - "name"
2020   - "parent"
2021   - "result"
2022   - "tags"
2023
2024 # VPP Compare NICs 2n-skx 8t4c mrr
2025 - type: "table"
2026   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2027   algorithm: "table_nics_comparison"
2028   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2029   reference:
2030     title: "x710"
2031     nic: "NIC_Intel-X710"
2032   compare:
2033     title: "xxv710"
2034     nic: "NIC_Intel-XXV710"
2035   data: "vpp-nic-comparison-2n-skx-mrr"
2036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2037   filter: "'8T4C' and 'MRR'"
2038   parameters:
2039   - "name"
2040   - "parent"
2041   - "result"
2042   - "tags"
2043
2044 ################################################################################
2045 # VPP
2046
2047 # VPP Performance Changes 3n-hsw 1t1c pdr
2048 - type: "table"
2049   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2050   algorithm: "table_performance_comparison"
2051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2052   history:
2053     - title: "rls1901"
2054       data: "vpp-performance-changes-3n-hsw-h1"
2055   reference:
2056     title: "rls1904"
2057     data: "vpp-performance-changes-3n-hsw-ref"
2058   compare:
2059     title: "rls1908"
2060     data: "vpp-performance-changes-3n-hsw-cmp"
2061     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2062   data: "vpp-performance-changes-3n-hsw"
2063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2064   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2065   parameters:
2066   - "name"
2067   - "parent"
2068   - "throughput"
2069
2070 # VPP Performance Changes 3n-hsw 2t2c pdr
2071 - type: "table"
2072   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2073   algorithm: "table_performance_comparison"
2074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2075   history:
2076     - title: "rls1901"
2077       data: "vpp-performance-changes-3n-hsw-h1"
2078   reference:
2079     title: "rls1904"
2080     data: "vpp-performance-changes-3n-hsw-ref"
2081   compare:
2082     title: "rls1908"
2083     data: "vpp-performance-changes-3n-hsw-cmp"
2084     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2085   data: "vpp-performance-changes-3n-hsw"
2086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2087   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2088   parameters:
2089   - "name"
2090   - "parent"
2091   - "throughput"
2092
2093 # VPP Performance Changes 3n-hsw 1t1c ndr
2094 - type: "table"
2095   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2096   algorithm: "table_performance_comparison"
2097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2098   history:
2099     - title: "rls1901"
2100       data: "vpp-performance-changes-3n-hsw-h1"
2101   reference:
2102     title: "rls1904"
2103     data: "vpp-performance-changes-3n-hsw-ref"
2104   compare:
2105     title: "rls1908"
2106     data: "vpp-performance-changes-3n-hsw-cmp"
2107     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2108   data: "vpp-performance-changes-3n-hsw"
2109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2110   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "throughput"
2115
2116 # VPP Performance Changes 3n-hsw 2t2c ndr
2117 - type: "table"
2118   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2119   algorithm: "table_performance_comparison"
2120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2121   history:
2122     - title: "rls1901"
2123       data: "vpp-performance-changes-3n-hsw-h1"
2124   reference:
2125     title: "rls1904"
2126     data: "vpp-performance-changes-3n-hsw-ref"
2127   compare:
2128     title: "rls1908"
2129     data: "vpp-performance-changes-3n-hsw-cmp"
2130     data-replacement: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
2131   data: "vpp-performance-changes-3n-hsw"
2132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2133   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2134   parameters:
2135   - "name"
2136   - "parent"
2137   - "throughput"
2138
2139 # VPP Performance Changes 3n-skx 2t1c pdr
2140 - type: "table"
2141   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2142   algorithm: "table_performance_comparison_nic"
2143   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2144   history:
2145     - title: "rls1901 x710"
2146       data: "vpp-performance-changes-3n-skx-h1"
2147       nic: "NIC_Intel-X710"
2148   reference:
2149     title: "rls1904 x710"
2150     data: "vpp-performance-changes-3n-skx-ref"
2151     nic: "NIC_Intel-X710"
2152   compare:
2153     title: "rls1908 xxv710"
2154     data: "vpp-performance-changes-3n-skx-cmp"
2155     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2156     nic: "NIC_Intel-XXV710"
2157   data: "vpp-performance-changes-3n-skx"
2158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2159   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2160   parameters:
2161   - "name"
2162   - "parent"
2163   - "throughput"
2164   - "tags"
2165
2166 # VPP Performance Changes 3n-skx 4t2c pdr
2167 - type: "table"
2168   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2169   algorithm: "table_performance_comparison_nic"
2170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2171   history:
2172     - title: "rls1901 x710"
2173       data: "vpp-performance-changes-3n-skx-h1"
2174       nic: "NIC_Intel-X710"
2175   reference:
2176     title: "rls1904 x710"
2177     data: "vpp-performance-changes-3n-skx-ref"
2178     nic: "NIC_Intel-X710"
2179   compare:
2180     title: "rls1908 xxv710"
2181     data: "vpp-performance-changes-3n-skx-cmp"
2182     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2183     nic: "NIC_Intel-XXV710"
2184   data: "vpp-performance-changes-3n-skx"
2185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2186   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187   parameters:
2188   - "name"
2189   - "parent"
2190   - "throughput"
2191   - "tags"
2192
2193 # VPP Performance Changes 3n-skx 2t1c ndr
2194 - type: "table"
2195   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2196   algorithm: "table_performance_comparison_nic"
2197   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2198   history:
2199     - title: "rls1901 x710"
2200       data: "vpp-performance-changes-3n-skx-h1"
2201       nic: "NIC_Intel-X710"
2202   reference:
2203     title: "rls1904 x710"
2204     data: "vpp-performance-changes-3n-skx-ref"
2205     nic: "NIC_Intel-X710"
2206   compare:
2207     title: "rls1908 xxv710"
2208     data: "vpp-performance-changes-3n-skx-cmp"
2209     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2210     nic: "NIC_Intel-XXV710"
2211   data: "vpp-performance-changes-3n-skx"
2212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2213   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "throughput"
2218   - "tags"
2219
2220 # VPP Performance Changes 3n-skx 4t2c ndr
2221 - type: "table"
2222   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2223   algorithm: "table_performance_comparison_nic"
2224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2225   history:
2226     - title: "rls1901 x710"
2227       data: "vpp-performance-changes-3n-skx-h1"
2228       nic: "NIC_Intel-X710"
2229   reference:
2230     title: "rls1904 x710"
2231     data: "vpp-performance-changes-3n-skx-ref"
2232     nic: "NIC_Intel-X710"
2233   compare:
2234     title: "rls1908 xxv710"
2235     data: "vpp-performance-changes-3n-skx-cmp"
2236     data-replacement: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
2237     nic: "NIC_Intel-XXV710"
2238   data: "vpp-performance-changes-3n-skx"
2239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2240   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2241   parameters:
2242   - "name"
2243   - "parent"
2244   - "throughput"
2245   - "tags"
2246
2247 # VPP Performance Changes 2n-skx 2t1c pdr
2248 - type: "table"
2249   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2250   algorithm: "table_performance_comparison_nic"
2251   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2252   history:
2253     - title: "rls1901 x710"
2254       data: "vpp-performance-changes-2n-skx-h1"
2255       nic: "NIC_Intel-X710"
2256   reference:
2257     title: "rls1904 x710"
2258     data: "vpp-performance-changes-2n-skx-ref"
2259     nic: "NIC_Intel-X710"
2260   compare:
2261     title: "rls1908 xxv710"
2262     data: "vpp-performance-changes-2n-skx-cmp"
2263     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2264     nic: "NIC_Intel-XXV710"
2265   data: "vpp-performance-changes-2n-skx"
2266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2267   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2268   parameters:
2269   - "name"
2270   - "parent"
2271   - "throughput"
2272   - "tags"
2273
2274 # VPP Performance Changes 2n-skx 4t2c pdr
2275 - type: "table"
2276   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2277   algorithm: "table_performance_comparison_nic"
2278   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2279   history:
2280     - title: "rls1901 x710"
2281       data: "vpp-performance-changes-2n-skx-h1"
2282       nic: "NIC_Intel-X710"
2283   reference:
2284     title: "rls1904 x710"
2285     data: "vpp-performance-changes-2n-skx-ref"
2286     nic: "NIC_Intel-X710"
2287   compare:
2288     title: "rls1908 xxv710"
2289     data: "vpp-performance-changes-2n-skx-cmp"
2290     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2291     nic: "NIC_Intel-XXV710"
2292   data: "vpp-performance-changes-2n-skx"
2293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2294   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2295   parameters:
2296   - "name"
2297   - "parent"
2298   - "throughput"
2299   - "tags"
2300
2301 # VPP Performance Changes 2n-skx 2t1c ndr
2302 - type: "table"
2303   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2304   algorithm: "table_performance_comparison_nic"
2305   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2306   history:
2307     - title: "rls1901 x710"
2308       data: "vpp-performance-changes-2n-skx-h1"
2309       nic: "NIC_Intel-X710"
2310   reference:
2311     title: "rls1904 x710"
2312     data: "vpp-performance-changes-2n-skx-ref"
2313     nic: "NIC_Intel-X710"
2314   compare:
2315     title: "rls1908 xxv710"
2316     data: "vpp-performance-changes-2n-skx-cmp"
2317     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2318     nic: "NIC_Intel-XXV710"
2319   data: "vpp-performance-changes-2n-skx"
2320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2321   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2322   parameters:
2323   - "name"
2324   - "parent"
2325   - "throughput"
2326   - "tags"
2327
2328 # VPP Performance Changes 2n-skx 4t2c ndr
2329 - type: "table"
2330   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2331   algorithm: "table_performance_comparison_nic"
2332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2333   history:
2334     - title: "rls1901 x710"
2335       data: "vpp-performance-changes-2n-skx-h1"
2336       nic: "NIC_Intel-X710"
2337   reference:
2338     title: "rls1904 x710"
2339     data: "vpp-performance-changes-2n-skx-ref"
2340     nic: "NIC_Intel-X710"
2341   compare:
2342     title: "rls1908 xxv710"
2343     data: "vpp-performance-changes-2n-skx-cmp"
2344     data-replacement: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
2345     nic: "NIC_Intel-XXV710"
2346   data: "vpp-performance-changes-2n-skx"
2347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2348   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2349   parameters:
2350   - "name"
2351   - "parent"
2352   - "throughput"
2353   - "tags"
2354
2355 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2356 - type: "table"
2357   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2358   algorithm: "table_performance_comparison_nic"
2359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2360   reference:
2361     title: "3n-hsw xl710"
2362     data: "vpp-compare-testbeds-ref"
2363     nic: "NIC_Intel-XL710"
2364   compare:
2365     title: "3n-skx xxv710"
2366     data: "vpp-compare-testbeds-cmp"
2367     nic: "NIC_Intel-XXV710"
2368   data: "vpp-compare-testbeds"
2369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2370   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2371   parameters:
2372   - "name"
2373   - "parent"
2374   - "throughput"
2375   - "tags"
2376
2377 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2378 - type: "table"
2379   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2380   algorithm: "table_performance_comparison_nic"
2381   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2382   reference:
2383     title: "3n-hsw xl710"
2384     data: "vpp-compare-testbeds-ref"
2385     nic: "NIC_Intel-XL710"
2386   compare:
2387     title: "3n-skx xxv710"
2388     data: "vpp-compare-testbeds-cmp"
2389     nic: "NIC_Intel-XXV710"
2390   data: "vpp-compare-testbeds"
2391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2392   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2393   parameters:
2394   - "name"
2395   - "parent"
2396   - "throughput"
2397   - "tags"
2398
2399 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2400 - type: "table"
2401   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2402   algorithm: "table_performance_comparison_nic"
2403   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2404   reference:
2405     title: "3n-hsw xl710"
2406     data: "vpp-compare-testbeds-ref"
2407     nic: "NIC_Intel-XL710"
2408   compare:
2409     title: "3n-skx xxv710"
2410     data: "vpp-compare-testbeds-cmp"
2411     nic: "NIC_Intel-XXV710"
2412   data: "vpp-compare-testbeds"
2413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2414   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2415   parameters:
2416   - "name"
2417   - "parent"
2418   - "throughput"
2419   - "tags"
2420
2421 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2422 - type: "table"
2423   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2424   algorithm: "table_performance_comparison_nic"
2425   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2426   reference:
2427     title: "3n-hsw xl710"
2428     data: "vpp-compare-testbeds-ref"
2429     nic: "NIC_Intel-XL710"
2430   compare:
2431     title: "3n-skx xxv710"
2432     data: "vpp-compare-testbeds-cmp"
2433     nic: "NIC_Intel-XXV710"
2434   data: "vpp-compare-testbeds"
2435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2436   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2437   parameters:
2438   - "name"
2439   - "parent"
2440   - "throughput"
2441   - "tags"
2442
2443 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2444 - type: "table"
2445   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2446   algorithm: "table_performance_comparison"
2447   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2448   reference:
2449     title: "3-Node Skx"
2450     data: "vpp-compare-topologies-ref"
2451   compare:
2452     title: "2-Node Skx"
2453     data: "vpp-compare-topologies-cmp"
2454   data: "vpp-compare-topologies"
2455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2456   filter: "'NDRPDR' and '1C'"
2457   parameters:
2458   - "name"
2459   - "parent"
2460   - "throughput"
2461
2462 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2463 - type: "table"
2464   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2465   algorithm: "table_performance_comparison"
2466   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2467   reference:
2468     title: "3-Node Skx"
2469     data: "vpp-compare-topologies-ref"
2470   compare:
2471     title: "2-Node Skx"
2472     data: "vpp-compare-topologies-cmp"
2473   data: "vpp-compare-topologies"
2474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2475   filter: "'NDRPDR' and '2C'"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "throughput"
2480
2481 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2482 - type: "table"
2483   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2484   algorithm: "table_performance_comparison"
2485   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2486   reference:
2487     title: "3-Node Skx"
2488     data: "vpp-compare-topologies-ref"
2489   compare:
2490     title: "2-Node Skx"
2491     data: "vpp-compare-topologies-cmp"
2492   data: "vpp-compare-topologies"
2493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'NDRPDR' and '1C'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2501 - type: "table"
2502   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2505   reference:
2506     title: "3-Node Skx"
2507     data: "vpp-compare-topologies-ref"
2508   compare:
2509     title: "2-Node Skx"
2510     data: "vpp-compare-topologies-cmp"
2511   data: "vpp-compare-topologies"
2512   include-tests: "PDR"
2513   filter: "'NDRPDR' and '2C'"
2514   parameters:
2515   - "name"
2516   - "parent"
2517   - "throughput"
2518
2519 # VPP Performance Changes 3n-hsw 1t1c MRR
2520 - type: "table"
2521   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2522   algorithm: "table_performance_comparison"
2523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2524   history:
2525     - title: "rls1901"
2526       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2527   reference:
2528     title: "rls1904"
2529     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2530   compare:
2531     title: "rls1908"
2532     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2533   data: "vpp-performance-changes-3n-hsw-mrr"
2534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2535   filter: "'1T1C' and 'MRR'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "result"
2540
2541 # VPP Performance Changes 3n-hsw 2t2c MRR
2542 - type: "table"
2543   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2544   algorithm: "table_performance_comparison"
2545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2546   history:
2547     - title: "rls1901"
2548       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2549   reference:
2550     title: "rls1904"
2551     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2552   compare:
2553     title: "rls1908"
2554     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2555   data: "vpp-performance-changes-3n-hsw-mrr"
2556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2557   filter: "'2T2C' and 'MRR'"
2558   parameters:
2559   - "name"
2560   - "parent"
2561   - "result"
2562
2563 # VPP Performance Changes 3n-hsw 4t4c MRR
2564 - type: "table"
2565   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2566   algorithm: "table_performance_comparison"
2567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2568   history:
2569     - title: "rls1901"
2570       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2571   reference:
2572     title: "rls1904"
2573     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2574   compare:
2575     title: "rls1908"
2576     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2577   data: "vpp-performance-changes-3n-hsw-mrr"
2578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2579   filter: "'4T4C' and 'MRR'"
2580   parameters:
2581   - "name"
2582   - "parent"
2583   - "result"
2584
2585 # VPP Performance Changes 3n-skx 2t1c MRR
2586 - type: "table"
2587   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2588   algorithm: "table_performance_comparison"
2589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2590   history:
2591     - title: "rls1901"
2592       data: "vpp-performance-changes-3n-skx-mrr-h1"
2593   reference:
2594     title: "rls1904"
2595     data: "vpp-performance-changes-3n-skx-mrr-ref"
2596   compare:
2597     title: "rls1908"
2598     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2599   data: "vpp-performance-changes-3n-skx-mrr"
2600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2601   filter: "'2T1C' and 'MRR'"
2602   parameters:
2603   - "name"
2604   - "parent"
2605   - "result"
2606
2607 # VPP Performance Changes 3n-skx 4t2c MRR
2608 - type: "table"
2609   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2610   algorithm: "table_performance_comparison"
2611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2612   history:
2613     - title: "rls1901"
2614       data: "vpp-performance-changes-3n-skx-mrr-h1"
2615   reference:
2616     title: "rls1904"
2617     data: "vpp-performance-changes-3n-skx-mrr-ref"
2618   compare:
2619     title: "rls1908"
2620     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2621   data: "vpp-performance-changes-3n-skx-mrr"
2622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2623   filter: "'4T2C' and 'MRR'"
2624   parameters:
2625   - "name"
2626   - "parent"
2627   - "result"
2628
2629 # VPP Performance Changes 3n-skx 8t4c MRR
2630 - type: "table"
2631   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2632   algorithm: "table_performance_comparison"
2633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2634   history:
2635     - title: "rls1901"
2636       data: "vpp-performance-changes-3n-skx-mrr-h1"
2637   reference:
2638     title: "rls1904"
2639     data: "vpp-performance-changes-3n-skx-mrr-ref"
2640   compare:
2641     title: "rls1908"
2642     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2643   data: "vpp-performance-changes-3n-skx-mrr"
2644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2645   filter: "'8T4C' and 'MRR'"
2646   parameters:
2647   - "name"
2648   - "parent"
2649   - "result"
2650
2651 # VPP Performance Changes 2n-skx 2t1c MRR
2652 - type: "table"
2653   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2654   algorithm: "table_performance_comparison"
2655   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2656   history:
2657     - title: "rls1901"
2658       data: "vpp-performance-changes-2n-skx-mrr-h1"
2659   reference:
2660     title: "rls1904"
2661     data: "vpp-performance-changes-2n-skx-mrr-ref"
2662   compare:
2663     title: "rls1908"
2664     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2665   data: "vpp-performance-changes-2n-skx-mrr"
2666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2667   filter: "'2T1C' and 'MRR'"
2668   parameters:
2669   - "name"
2670   - "parent"
2671   - "result"
2672
2673 # VPP Performance Changes 2n-skx 4t2c MRR
2674 - type: "table"
2675   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2676   algorithm: "table_performance_comparison"
2677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2678   history:
2679     - title: "rls1901"
2680       data: "vpp-performance-changes-2n-skx-mrr-h1"
2681   reference:
2682     title: "rls1904"
2683     data: "vpp-performance-changes-2n-skx-mrr-ref"
2684   compare:
2685     title: "rls1908"
2686     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2687   data: "vpp-performance-changes-2n-skx-mrr"
2688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2689   filter: "'4T2C' and 'MRR'"
2690   parameters:
2691   - "name"
2692   - "parent"
2693   - "result"
2694
2695 # VPP Performance Changes 2n-skx 8t4c MRR
2696 - type: "table"
2697   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2698   algorithm: "table_performance_comparison"
2699   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2700   history:
2701     - title: "rls1901"
2702       data: "vpp-performance-changes-2n-skx-mrr-h1"
2703   reference:
2704     title: "rls1904"
2705     data: "vpp-performance-changes-2n-skx-mrr-ref"
2706   compare:
2707     title: "rls1908"
2708     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2709   data: "vpp-performance-changes-2n-skx-mrr"
2710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2711   filter: "'8T4C' and 'MRR'"
2712   parameters:
2713   - "name"
2714   - "parent"
2715   - "result"
2716
2717 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2718 - type: "table"
2719   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2720   algorithm: "table_performance_comparison_nic"
2721   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2722   reference:
2723     title: "3n-hsw xl710"
2724     data: "vpp-compare-testbeds-mrr-ref"
2725     nic: "NIC_Intel-XL710"
2726   compare:
2727     title: "3n-skx xxv710"
2728     data: "vpp-compare-testbeds-mrr-cmp"
2729     nic: "NIC_Intel-XXV710"
2730   data: "vpp-compare-testbeds-mrr"
2731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2732   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2733   parameters:
2734   - "name"
2735   - "parent"
2736   - "result"
2737   - "tags"
2738
2739 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2740 - type: "table"
2741   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2742   algorithm: "table_performance_comparison_nic"
2743   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2744   reference:
2745     title: "3n-hsw xl710"
2746     data: "vpp-compare-testbeds-mrr-ref"
2747     nic: "NIC_Intel-XL710"
2748   compare:
2749     title: "3n-skx xxv710"
2750     data: "vpp-compare-testbeds-mrr-cmp"
2751     nic: "NIC_Intel-XXV710"
2752   data: "vpp-compare-testbeds-mrr"
2753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2754   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2755   parameters:
2756   - "name"
2757   - "parent"
2758   - "result"
2759   - "tags"
2760
2761 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2762 - type: "table"
2763   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2764   algorithm: "table_performance_comparison_nic"
2765   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2766   reference:
2767     title: "3n-hsw xl710"
2768     data: "vpp-compare-testbeds-mrr-ref"
2769     nic: "NIC_Intel-XL710"
2770   compare:
2771     title: "3n-skx xxv710"
2772     data: "vpp-compare-testbeds-mrr-cmp"
2773     nic: "NIC_Intel-XXV710"
2774   data: "vpp-compare-testbeds-mrr"
2775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2776   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2777   parameters:
2778   - "name"
2779   - "parent"
2780   - "result"
2781   - "tags"
2782
2783 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2784 - type: "table"
2785   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2786   algorithm: "table_performance_comparison"
2787   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2788   reference:
2789     title: "3-Node Skx"
2790     data: "vpp-compare-topologies-mrr-ref"
2791   compare:
2792     title: "2-Node Skx"
2793     data: "vpp-compare-topologies-mrr-cmp"
2794   data: "vpp-compare-topologies-mrr"
2795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2796   filter: "'MRR' and '1C'"
2797   parameters:
2798   - "name"
2799   - "parent"
2800   - "result"
2801
2802 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2803 - type: "table"
2804   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2805   algorithm: "table_performance_comparison"
2806   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2807   reference:
2808     title: "3-Node Skx"
2809     data: "vpp-compare-topologies-mrr-ref"
2810   compare:
2811     title: "2-Node Skx"
2812     data: "vpp-compare-topologies-mrr-cmp"
2813   data: "vpp-compare-topologies-mrr"
2814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2815   filter: "'MRR' and '2C'"
2816   parameters:
2817   - "name"
2818   - "parent"
2819   - "result"
2820
2821 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2822 - type: "table"
2823   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2824   algorithm: "table_performance_comparison"
2825   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2826   reference:
2827     title: "3-Node Skx"
2828     data: "vpp-compare-topologies-mrr-ref"
2829   compare:
2830     title: "2-Node Skx"
2831     data: "vpp-compare-topologies-mrr-cmp"
2832   data: "vpp-compare-topologies-mrr"
2833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2834   filter: "'MRR' and '4C'"
2835   parameters:
2836   - "name"
2837   - "parent"
2838   - "result"
2839
2840 # Detailed Test Results - VPP Performance Results 3n-hsw
2841 - type: "table"
2842   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2843   algorithm: "table_merged_details"
2844   output-file-ext: ".csv"
2845   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2846   columns:
2847   - title: "Name"
2848     data: "data name"
2849   - title: "Status"
2850     data: "data msg"
2851   rows: "generated"
2852   data: "vpp-perf-results-3n-hsw"
2853   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2854   parameters:
2855   - "name"
2856   - "parent"
2857   - "msg"
2858
2859 # Detailed Test Results - VPP Performance Results 3n-skx
2860 - type: "table"
2861   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2862   algorithm: "table_merged_details"
2863   output-file-ext: ".csv"
2864   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2865   columns:
2866   - title: "Name"
2867     data: "data name"
2868   - title: "Status"
2869     data: "data msg"
2870   rows: "generated"
2871   data: "vpp-perf-results-3n-skx"
2872   filter: "not 'CFS_OPT'"
2873   parameters:
2874   - "name"
2875   - "parent"
2876   - "msg"
2877
2878 # Detailed Test Results - VPP Performance Results 2n-skx
2879 - type: "table"
2880   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2881   algorithm: "table_merged_details"
2882   output-file-ext: ".csv"
2883   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2884   columns:
2885   - title: "Name"
2886     data: "data name"
2887   - title: "Status"
2888     data: "data msg"
2889   rows: "generated"
2890   data: "vpp-perf-results-2n-skx"
2891   filter: "not 'CFS_OPT'"
2892   parameters:
2893   - "name"
2894   - "parent"
2895   - "msg"
2896
2897 # Detailed Test Results - VPP Performance Results 3n-tsh
2898 - type: "table"
2899   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2900   algorithm: "table_merged_details"
2901   output-file-ext: ".csv"
2902   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2903   columns:
2904   - title: "Name"
2905     data: "data name"
2906   - title: "Status"
2907     data: "data msg"
2908   rows: "generated"
2909   data: "vpp-perf-results-3n-tsh"
2910   filter: "not 'CFS_OPT'"
2911   parameters:
2912   - "name"
2913   - "parent"
2914   - "msg"
2915
2916 # Detailed Test Results - VPP Performance Results 3n-dnv
2917 - type: "table"
2918   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
2919   algorithm: "table_details"
2920   output-file-ext: ".csv"
2921   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
2922   columns:
2923   - title: "Name"
2924     data: "data name"
2925   - title: "Status"
2926     data: "data msg"
2927   rows: "generated"
2928   data: "vpp-perf-results-3n-dnv"
2929   filter: "'NDRPDR'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "msg"
2934
2935 # Detailed Test Results - VPP Performance Results 2n-dnv
2936 - type: "table"
2937   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2938   algorithm: "table_details"
2939   output-file-ext: ".csv"
2940   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2941   columns:
2942   - title: "Name"
2943     data: "data name"
2944   - title: "Status"
2945     data: "data msg"
2946   rows: "generated"
2947   data: "vpp-perf-results-2n-dnv"
2948   filter: "'NDRPDR'"
2949   parameters:
2950   - "name"
2951   - "parent"
2952   - "msg"
2953
2954 # Test configuration - VPP Performance Test Configs 3n-hsw
2955 - type: "table"
2956   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2957   algorithm: "table_merged_details"
2958   output-file-ext: ".csv"
2959   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2960   columns:
2961   - title: "Name"
2962     data: "data name"
2963   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2964     data: "data conf-history"
2965   rows: "generated"
2966   data: "vpp-perf-results-3n-hsw"
2967   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2968   parameters:
2969   - "parent"
2970   - "name"
2971   - "conf-history"
2972
2973 # Test configuration - VPP Performance Test Configs 3n-skx
2974 - type: "table"
2975   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2976   algorithm: "table_merged_details"
2977   output-file-ext: ".csv"
2978   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2979   columns:
2980   - title: "Name"
2981     data: "data name"
2982   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2983     data: "data conf-history"
2984   rows: "generated"
2985   data: "vpp-perf-results-3n-skx"
2986   filter: "not 'CFS_OPT'"
2987   parameters:
2988   - "parent"
2989   - "name"
2990   - "conf-history"
2991
2992 # Test configuration - VPP Performance Test Configs 2n-skx
2993 - type: "table"
2994   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2995   algorithm: "table_merged_details"
2996   output-file-ext: ".csv"
2997   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2998   columns:
2999   - title: "Name"
3000     data: "data name"
3001   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3002     data: "data conf-history"
3003   rows: "generated"
3004   data: "vpp-perf-results-2n-skx"
3005   filter: "not 'CFS_OPT'"
3006   parameters:
3007   - "parent"
3008   - "name"
3009   - "conf-history"
3010
3011 # Test configuration - VPP Performance Test Configs 3n-tsh
3012 - type: "table"
3013   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3014   algorithm: "table_merged_details"
3015   output-file-ext: ".csv"
3016   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3017   columns:
3018   - title: "Name"
3019     data: "data name"
3020   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3021     data: "data conf-history"
3022   rows: "generated"
3023   data: "vpp-perf-results-3n-tsh"
3024   filter: "not 'CFS_OPT'"
3025   parameters:
3026   - "parent"
3027   - "name"
3028   - "conf-history"
3029
3030 # Test configuration - VPP Performance Test Configs 3n-dnv
3031 - type: "table"
3032   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3033   algorithm: "table_details"
3034   output-file-ext: ".csv"
3035   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
3036   columns:
3037   - title: "Name"
3038     data: "data name"
3039   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3040     data: "data conf-history"
3041   rows: "generated"
3042   data: "vpp-perf-results-3n-dnv"
3043   filter: "'NDRPDR'"
3044   parameters:
3045   - "parent"
3046   - "name"
3047   - "conf-history"
3048
3049 # Test configuration - VPP Performance Test Configs 2n-dnv
3050 - type: "table"
3051   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3052   algorithm: "table_details"
3053   output-file-ext: ".csv"
3054   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3055   columns:
3056   - title: "Name"
3057     data: "data name"
3058   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3059     data: "data conf-history"
3060   rows: "generated"
3061   data: "vpp-perf-results-2n-dnv"
3062   filter: "'NDRPDR'"
3063   parameters:
3064   - "parent"
3065   - "name"
3066   - "conf-history"
3067
3068 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3069 - type: "table"
3070   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3071   algorithm: "table_merged_details"
3072   output-file-ext: ".csv"
3073   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3074   columns:
3075   - title: "Name"
3076     data: "data name"
3077   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3078     data: "data show-run"
3079   rows: "generated"
3080   data: "vpp-perf-results-3n-hsw"
3081   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3082   parameters:
3083   - "parent"
3084   - "name"
3085   - "show-run"
3086
3087 # Test Operational Data - VPP Performance Operational Data 3n-skx
3088 - type: "table"
3089   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3090   algorithm: "table_merged_details"
3091   output-file-ext: ".csv"
3092   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3093   columns:
3094   - title: "Name"
3095     data: "data name"
3096   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3097     data: "data show-run"
3098   rows: "generated"
3099   data: "vpp-perf-results-3n-skx"
3100   filter: "not 'CFS_OPT'"
3101   parameters:
3102   - "parent"
3103   - "name"
3104   - "show-run"
3105
3106 # Test Operational Data - VPP Performance Operational Data 2n-skx
3107 - type: "table"
3108   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3109   algorithm: "table_merged_details"
3110   output-file-ext: ".csv"
3111   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3112   columns:
3113   - title: "Name"
3114     data: "data name"
3115   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3116     data: "data show-run"
3117   rows: "generated"
3118   data: "vpp-perf-results-2n-skx"
3119   filter: "not 'CFS_OPT'"
3120   parameters:
3121   - "parent"
3122   - "name"
3123   - "show-run"
3124
3125 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3126 - type: "table"
3127   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3128   algorithm: "table_merged_details"
3129   output-file-ext: ".csv"
3130   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3131   columns:
3132   - title: "Name"
3133     data: "data name"
3134   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3135     data: "data show-run"
3136   rows: "generated"
3137   data: "vpp-perf-results-3n-tsh"
3138   filter: "not 'CFS_OPT'"
3139   parameters:
3140   - "parent"
3141   - "name"
3142   - "show-run"
3143
3144 # Test Operational Data - VPP Performance Operational Data 3n-dnv
3145 - type: "table"
3146   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
3147   algorithm: "table_details"
3148   output-file-ext: ".csv"
3149   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
3150   columns:
3151   - title: "Name"
3152     data: "data name"
3153   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3154     data: "data show-run"
3155   rows: "generated"
3156   data: "vpp-perf-results-3n-dnv"
3157   filter: "'NDRPDR'"
3158   parameters:
3159   - "parent"
3160   - "name"
3161   - "show-run"
3162
3163 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3164 - type: "table"
3165   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3166   algorithm: "table_details"
3167   output-file-ext: ".csv"
3168   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3169   columns:
3170   - title: "Name"
3171     data: "data name"
3172   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3173     data: "data show-run"
3174   rows: "generated"
3175   data: "vpp-perf-results-2n-dnv"
3176   filter: "'NDRPDR'"
3177   parameters:
3178   - "parent"
3179   - "name"
3180   - "show-run"
3181
3182 # Detailed Test Results - VPP MRR Results 3n-hsw
3183 - type: "table"
3184   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3185   algorithm: "table_details"
3186   output-file-ext: ".csv"
3187   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3188   columns:
3189   - title: "Name"
3190     data: "data name"
3191   - title: "Status"
3192     data: "data msg"
3193   rows: "generated"
3194   data: "vpp-mrr-results-3n-hsw"
3195   filter: "'MRR'"
3196   parameters:
3197   - "name"
3198   - "parent"
3199   - "msg"
3200
3201 # Detailed Test Results - VPP MRR Results 3n-skx
3202 - type: "table"
3203   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3204   algorithm: "table_details"
3205   output-file-ext: ".csv"
3206   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3207   columns:
3208   - title: "Name"
3209     data: "data name"
3210   - title: "Status"
3211     data: "data msg"
3212   rows: "generated"
3213   data: "vpp-mrr-results-3n-skx"
3214   filter: "'MRR'"
3215   parameters:
3216   - "name"
3217   - "parent"
3218   - "msg"
3219
3220 # Detailed Test Results - VPP MRR Results 2n-skx
3221 - type: "table"
3222   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3223   algorithm: "table_details"
3224   output-file-ext: ".csv"
3225   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3226   columns:
3227   - title: "Name"
3228     data: "data name"
3229   - title: "Status"
3230     data: "data msg"
3231   rows: "generated"
3232   data: "vpp-mrr-results-2n-skx"
3233   filter: "'MRR'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "msg"
3238
3239 # Detailed Test Results - VPP MRR Results 3n-dnv
3240 - type: "table"
3241   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
3242   algorithm: "table_details"
3243   output-file-ext: ".csv"
3244   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
3245   columns:
3246   - title: "Name"
3247     data: "data name"
3248   - title: "Status"
3249     data: "data msg"
3250   rows: "generated"
3251   data: "vpp-mrr-results-3n-dnv"
3252   filter: "'MRR'"
3253   parameters:
3254   - "name"
3255   - "parent"
3256   - "msg"
3257
3258 # Detailed Test Results - VPP MRR Results 2n-dnv
3259 - type: "table"
3260   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3261   algorithm: "table_details"
3262   output-file-ext: ".csv"
3263   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3264   columns:
3265   - title: "Name"
3266     data: "data name"
3267   - title: "Status"
3268     data: "data msg"
3269   rows: "generated"
3270   data: "vpp-mrr-results-2n-dnv"
3271   filter: "'MRR'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "msg"
3276
3277 # Test configuration - VPP MRR Test Configs 3n-hsw
3278 - type: "table"
3279   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3280   algorithm: "table_details"
3281   output-file-ext: ".csv"
3282   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3283   columns:
3284   - title: "Name"
3285     data: "data name"
3286   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3287     data: "data conf-history"
3288   rows: "generated"
3289   data: "vpp-mrr-results-3n-hsw"
3290   filter: "'MRR'"
3291   parameters:
3292   - "parent"
3293   - "name"
3294   - "conf-history"
3295
3296 # Test configuration - VPP MRR Test Configs 3n-skx
3297 - type: "table"
3298   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3299   algorithm: "table_details"
3300   output-file-ext: ".csv"
3301   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3302   columns:
3303   - title: "Name"
3304     data: "data name"
3305   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3306     data: "data conf-history"
3307   rows: "generated"
3308   data: "vpp-mrr-results-3n-skx"
3309   filter: "'MRR'"
3310   parameters:
3311   - "parent"
3312   - "name"
3313   - "conf-history"
3314
3315 # Test configuration - VPP MRR Test Configs 2n-skx
3316 - type: "table"
3317   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3318   algorithm: "table_details"
3319   output-file-ext: ".csv"
3320   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3321   columns:
3322   - title: "Name"
3323     data: "data name"
3324   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3325     data: "data conf-history"
3326   rows: "generated"
3327   data: "vpp-mrr-results-2n-skx"
3328   filter: "'MRR'"
3329   parameters:
3330   - "parent"
3331   - "name"
3332   - "conf-history"
3333
3334 # Test configuration - VPP MRR Test Configs 3n-dnv
3335 - type: "table"
3336   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
3337   algorithm: "table_details"
3338   output-file-ext: ".csv"
3339   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
3340   columns:
3341   - title: "Name"
3342     data: "data name"
3343   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3344     data: "data conf-history"
3345   rows: "generated"
3346   data: "vpp-mrr-results-3n-dnv"
3347   filter: "'MRR'"
3348   parameters:
3349   - "parent"
3350   - "name"
3351   - "conf-history"
3352
3353 # Test configuration - VPP MRR Test Configs 2n-dnv
3354 - type: "table"
3355   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3356   algorithm: "table_details"
3357   output-file-ext: ".csv"
3358   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3359   columns:
3360   - title: "Name"
3361     data: "data name"
3362   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3363     data: "data conf-history"
3364   rows: "generated"
3365   data: "vpp-mrr-results-2n-dnv"
3366   filter: "'MRR'"
3367   parameters:
3368   - "parent"
3369   - "name"
3370   - "conf-history"
3371
3372 # Detailed Test Results - VPP Functional Results - Ubuntu
3373 - type: "table"
3374   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3375   algorithm: "table_details"
3376   output-file-ext: ".csv"
3377   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3378   columns:
3379   - title: "Name"
3380     data: "data name"
3381   - title: "Documentation"
3382     data: "data doc"
3383   - title: "Status"
3384     data: "data status"
3385   rows: "generated"
3386   data: "vpp-func-results-ubuntu"
3387   filter: "all"
3388   parameters:
3389   - "name"
3390   - "parent"
3391   - "doc"
3392   - "status"
3393
3394 # Detailed Test Results - VPP Functional Results - CentOS
3395 - type: "table"
3396   title: "Detailed Test Results - VPP Functional Results - CentOS"
3397   algorithm: "table_details"
3398   output-file-ext: ".csv"
3399   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3400   columns:
3401   - title: "Name"
3402     data: "data name"
3403   - title: "Documentation"
3404     data: "data doc"
3405   -
3406     title: "Status"
3407     data: "data status"
3408   rows: "generated"
3409   data:
3410     "vpp-func-results-centos"
3411   filter: "all"
3412   parameters:
3413   - "name"
3414   - "parent"
3415   - "doc"
3416   - "status"
3417
3418 # Test configuration - VPP Functional Test Configs - Ubuntu
3419 - type: "table"
3420   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3421   algorithm: "table_details"
3422   output-file-ext: ".csv"
3423   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3424   columns:
3425   - title: "Name"
3426     data: "data name"
3427   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3428     data: "data conf-history"
3429   rows: "generated"
3430   data: "vpp-func-results-ubuntu"
3431   filter: "all"
3432   parameters:
3433   - "parent"
3434   - "name"
3435   - "conf-history"
3436
3437 # Test configuration - VPP Functional Test Configs - CentOS
3438 - type: "table"
3439   title: "Test configuration - VPP Functional Test Configs - CentOS"
3440   algorithm: "table_details"
3441   output-file-ext: ".csv"
3442   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3443   columns:
3444   - title: "Name"
3445     data: "data name"
3446   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3447     data: "data conf-history"
3448   rows: "generated"
3449   data: "vpp-func-results-centos"
3450   filter: "all"
3451   parameters:
3452   - "parent"
3453   - "name"
3454   - "conf-history"
3455
3456 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3457 #- type: "table"
3458 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3459 #  algorithm: "table_details"
3460 #  output-file-ext: ".csv"
3461 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3462 #  columns:
3463 #  - title: "Name"
3464 #    data: "data name"
3465 #  - title: "Status"
3466 #    data: "data msg"
3467 #  rows: "generated"
3468 #  data: "ligato-perf-results-3n-hsw"
3469 #  filter: "all"
3470 #  parameters:
3471 #  - "name"
3472 #  - "parent"
3473 #  - "msg"
3474
3475 # Detailed Test Results - VPP Device Results - Ubuntu
3476 - type: "table"
3477   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3478   algorithm: "table_details"
3479   output-file-ext: ".csv"
3480   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3481   columns:
3482   - title: "Name"
3483     data: "data name"
3484   - title: "Documentation"
3485     data: "data doc"
3486   - title: "Status"
3487     data: "data status"
3488   rows: "generated"
3489   data: "vpp-device-results-ubuntu"
3490   filter: "all"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "doc"
3495   - "status"
3496
3497 # Test configuration - VPP Device Test Configs - Ubuntu
3498 - type: "table"
3499   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3500   algorithm: "table_details"
3501   output-file-ext: ".csv"
3502   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3503   columns:
3504   - title: "Name"
3505     data: "data name"
3506   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3507     data: "data conf-history"
3508   rows: "generated"
3509   data: "vpp-device-results-ubuntu"
3510   filter: "all"
3511   parameters:
3512   - "parent"
3513   - "name"
3514   - "conf-history"
3515
3516 ################################################################################
3517
3518 # DPDK Performance Changes 3n-hsw 1t1c pdr
3519 - type: "table"
3520   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3521   algorithm: "table_performance_comparison"
3522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3523   history:
3524     - title: "rls1901"
3525       data: "dpdk-performance-changes-3n-hsw-h1"
3526   reference:
3527     title: "rls1904"
3528     data: "dpdk-performance-changes-3n-hsw-ref"
3529   compare:
3530     title: "rls1908"
3531     data: "dpdk-performance-changes-3n-hsw-cmp"
3532   data: "dpdk-performance-changes-3n-hsw"
3533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "throughput"
3539
3540 # DPDK Performance Changes 3n-hsw 2t2c pdr
3541 - type: "table"
3542   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3543   algorithm: "table_performance_comparison"
3544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3545   history:
3546     - title: "rls1901"
3547       data: "dpdk-performance-changes-3n-hsw-h1"
3548   reference:
3549     title: "rls1904"
3550     data: "dpdk-performance-changes-3n-hsw-ref"
3551   compare:
3552     title: "rls1908"
3553     data: "dpdk-performance-changes-3n-hsw-cmp"
3554   data: "dpdk-performance-changes-3n-hsw"
3555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3557   parameters:
3558   - "name"
3559   - "parent"
3560   - "throughput"
3561
3562 # DPDK Performance Changes 3n-hsw 1t1c ndr
3563 - type: "table"
3564   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3565   algorithm: "table_performance_comparison"
3566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3567   history:
3568     - title: "rls1901"
3569       data: "dpdk-performance-changes-3n-hsw-h1"
3570   reference:
3571     title: "rls1904"
3572     data: "dpdk-performance-changes-3n-hsw-ref"
3573   compare:
3574     title: "rls1908"
3575     data: "dpdk-performance-changes-3n-hsw-cmp"
3576   data: "dpdk-performance-changes-3n-hsw"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583
3584 # DPDK Performance Changes 3n-hsw 2t2c ndr
3585 - type: "table"
3586   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3589   history:
3590     - title: "rls1901"
3591       data: "dpdk-performance-changes-3n-hsw-h1"
3592   reference:
3593     title: "rls1904"
3594     data: "dpdk-performance-changes-3n-hsw-ref"
3595   compare:
3596     title: "rls1908"
3597     data: "dpdk-performance-changes-3n-hsw-cmp"
3598   data: "dpdk-performance-changes-3n-hsw"
3599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605
3606 # DPDK Performance Changes 3n-skx 2t1c pdr
3607 - type: "table"
3608   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3609   algorithm: "table_performance_comparison"
3610   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3611   history:
3612     - title: "rls1901"
3613       data: "dpdk-performance-changes-3n-skx-h1"
3614   reference:
3615     title: "rls1904"
3616     data: "dpdk-performance-changes-3n-skx-ref"
3617   compare:
3618     title: "rls1908"
3619     data: "dpdk-performance-changes-3n-skx-cmp"
3620   data: "dpdk-performance-changes-3n-skx"
3621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3623   parameters:
3624   - "name"
3625   - "parent"
3626   - "throughput"
3627
3628 # DPDK Performance Changes 3n-skx 4t2c pdr
3629 - type: "table"
3630   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3631   algorithm: "table_performance_comparison"
3632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3633   history:
3634     - title: "rls1901"
3635       data: "dpdk-performance-changes-3n-skx-h1"
3636   reference:
3637     title: "rls1904"
3638     data: "dpdk-performance-changes-3n-skx-ref"
3639   compare:
3640     title: "rls1908"
3641     data: "dpdk-performance-changes-3n-skx-cmp"
3642   data: "dpdk-performance-changes-3n-skx"
3643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3645   parameters:
3646   - "name"
3647   - "parent"
3648   - "throughput"
3649
3650 # DPDK Performance Changes 3n-skx 2t1c ndr
3651 - type: "table"
3652   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3653   algorithm: "table_performance_comparison"
3654   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3655   history:
3656     - title: "rls1901"
3657       data: "dpdk-performance-changes-3n-skx-h1"
3658   reference:
3659     title: "rls1904"
3660     data: "dpdk-performance-changes-3n-skx-ref"
3661   compare:
3662     title: "rls1908"
3663     data: "dpdk-performance-changes-3n-skx-cmp"
3664   data: "dpdk-performance-changes-3n-skx"
3665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3666   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3667   parameters:
3668   - "name"
3669   - "parent"
3670   - "throughput"
3671
3672 # DPDK Performance Changes 3n-skx 4t2c ndr
3673 - type: "table"
3674   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3675   algorithm: "table_performance_comparison"
3676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3677   history:
3678     - title: "rls1901"
3679       data: "dpdk-performance-changes-3n-skx-h1"
3680   reference:
3681     title: "rls1904"
3682     data: "dpdk-performance-changes-3n-skx-ref"
3683   compare:
3684     title: "rls1908"
3685     data: "dpdk-performance-changes-3n-skx-cmp"
3686   data: "dpdk-performance-changes-3n-skx"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693
3694 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3695 - type: "table"
3696   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3697   algorithm: "table_performance_comparison"
3698   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3699   reference:
3700     title: "3-Node Hsw"
3701     data: "dpdk-compare-testbeds-ref"
3702   compare:
3703     title: "3-Node Skx"
3704     data: "dpdk-compare-testbeds-cmp"
3705   data: "dpdk-compare-testbeds"
3706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3707   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3708   parameters:
3709   - "name"
3710   - "parent"
3711   - "throughput"
3712
3713 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3714 - type: "table"
3715   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3716   algorithm: "table_performance_comparison"
3717   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3718   reference:
3719     title: "3-Node Hsw"
3720     data: "dpdk-compare-testbeds-ref"
3721   compare:
3722     title: "3-Node Skx"
3723     data: "dpdk-compare-testbeds-cmp"
3724   data: "dpdk-compare-testbeds"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "throughput"
3731
3732 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3733 - type: "table"
3734   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3735   algorithm: "table_performance_comparison"
3736   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3737   reference:
3738     title: "3-Node Skx"
3739     data: "dpdk-compare-topologies-ref"
3740   compare:
3741     title: "2-Node Skx"
3742     data: "dpdk-compare-topologies-cmp"
3743   data: "dpdk-compare-topologies"
3744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3745   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3746   parameters:
3747   - "name"
3748   - "parent"
3749   - "throughput"
3750
3751 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3752 - type: "table"
3753   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3754   algorithm: "table_performance_comparison"
3755   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3756   reference:
3757     title: "3-Node Skx"
3758     data: "dpdk-compare-topologies-ref"
3759   compare:
3760     title: "2-Node Skx"
3761     data: "dpdk-compare-topologies-cmp"
3762   data: "dpdk-compare-topologies"
3763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "throughput"
3769
3770 # DPDK Performance Changes 2n-skx 2t1c pdr
3771 - type: "table"
3772   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3773   algorithm: "table_performance_comparison"
3774   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3775   history:
3776     - title: "rls1901"
3777       data: "dpdk-performance-changes-2n-skx-h1"
3778   reference:
3779     title: "rls1904"
3780     data: "dpdk-performance-changes-2n-skx-ref"
3781   compare:
3782     title: "rls1908"
3783     data: "dpdk-performance-changes-2n-skx-cmp"
3784   data: "dpdk-performance-changes-2n-skx"
3785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3786   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3787   parameters:
3788   - "name"
3789   - "parent"
3790   - "throughput"
3791
3792 # DPDK Performance Changes 2n-skx 4t2c pdr
3793 - type: "table"
3794   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3795   algorithm: "table_performance_comparison"
3796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3797   history:
3798     - title: "rls1901"
3799       data: "dpdk-performance-changes-2n-skx-h1"
3800   reference:
3801     title: "rls1904"
3802     data: "dpdk-performance-changes-2n-skx-ref"
3803   compare:
3804     title: "rls1908"
3805     data: "dpdk-performance-changes-2n-skx-cmp"
3806   data: "dpdk-performance-changes-2n-skx"
3807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813
3814 # DPDK Performance Changes 2n-skx 2t1c ndr
3815 - type: "table"
3816   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3817   algorithm: "table_performance_comparison"
3818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3819   history:
3820     - title: "rls1901"
3821       data: "dpdk-performance-changes-2n-skx-h1"
3822   reference:
3823     title: "rls1904"
3824     data: "dpdk-performance-changes-2n-skx-ref"
3825   compare:
3826     title: "rls1908"
3827     data: "dpdk-performance-changes-2n-skx-cmp"
3828   data: "dpdk-performance-changes-2n-skx"
3829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3830   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3831   parameters:
3832   - "name"
3833   - "parent"
3834   - "throughput"
3835
3836 # DPDK Performance Changes 2n-skx 4t2c ndr
3837 - type: "table"
3838   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3839   algorithm: "table_performance_comparison"
3840   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3841   history:
3842     - title: "rls1901"
3843       data: "dpdk-performance-changes-2n-skx-h1"
3844   reference:
3845     title: "rls1904"
3846     data: "dpdk-performance-changes-2n-skx-ref"
3847   compare:
3848     title: "rls1908"
3849     data: "dpdk-performance-changes-2n-skx-cmp"
3850   data: "dpdk-performance-changes-2n-skx"
3851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "throughput"
3857
3858 # Detailed Test Results - DPDK Performance Results 3n-hsw
3859 - type: "table"
3860   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3861   algorithm: "table_details"
3862   output-file-ext: ".csv"
3863   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3864   columns:
3865   - title: "Name"
3866     data: "data name"
3867   - title: "Status"
3868     data: "data msg"
3869   rows: "generated"
3870   data: "dpdk-perf-results-3n-hsw"
3871   filter: "all"
3872   parameters:
3873   - "name"
3874   - "parent"
3875   - "msg"
3876
3877 # Detailed Test Results - DPDK Performance Results 3n-skx
3878 - type: "table"
3879   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3880   algorithm: "table_details"
3881   output-file-ext: ".csv"
3882   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3883   columns:
3884   - title: "Name"
3885     data: "data name"
3886   - title: "Status"
3887     data: "data msg"
3888   rows: "generated"
3889   data: "dpdk-perf-results-3n-skx"
3890   filter: "all"
3891   parameters:
3892   - "name"
3893   - "parent"
3894   - "msg"
3895
3896 # Detailed Test Results - DPDK Performance Results 2n-skx
3897 - type: "table"
3898   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3899   algorithm: "table_details"
3900   output-file-ext: ".csv"
3901   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3902   columns:
3903   - title: "Name"
3904     data: "data name"
3905   - title: "Status"
3906     data: "data msg"
3907   rows: "generated"
3908   data: "dpdk-perf-results-2n-skx"
3909   filter: "all"
3910   parameters:
3911   - "name"
3912   - "parent"
3913   - "msg"
3914
3915 ################################################################################
3916 ###                                F I L E S                                 ###
3917 ################################################################################
3918
3919 # VPP Performance Results 3n-hsw
3920 - type: "file"
3921   title: "VPP Performance Results 3n-hsw"
3922   algorithm: "file_test_results"
3923   output-file-ext: ".rst"
3924   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
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[DTR,PERF,VPP,3N,HSW]}"
3927   data: "vpp-perf-results-3n-hsw"
3928   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3929   parameters:
3930   - "name"
3931   - "doc"
3932   - "level"
3933   - "parent"
3934   data-start-level: 3
3935
3936 # VPP Performance Results 3n-skx
3937 - type: "file"
3938   title: "VPP Performance Results 3n-skx"
3939   algorithm: "file_test_results"
3940   output-file-ext: ".rst"
3941   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_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[DTR,PERF,VPP,3N,SKX]}"
3944   data: "vpp-perf-results-3n-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 Results 2n-skx
3954 - type: "file"
3955   title: "VPP Performance Results 2n-skx"
3956   algorithm: "file_test_results"
3957   output-file-ext: ".rst"
3958   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
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[DTR,PERF,VPP,2N,SKX]}"
3961   data: "vpp-perf-results-2n-skx"
3962   filter: "not 'CFS_OPT'"
3963   parameters:
3964   - "name"
3965   - "doc"
3966   - "level"
3967   - "parent"
3968   data-start-level: 3
3969
3970 # VPP Performance Results 3n-tsh
3971 - type: "file"
3972   title: "VPP Performance Results 3n-tsh"
3973   algorithm: "file_test_results"
3974   output-file-ext: ".rst"
3975   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
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[DTR,PERF,VPP,3N,TSH]}"
3978   data: "vpp-perf-results-3n-tsh"
3979   filter: "not 'CFS_OPT'"
3980   parameters:
3981   - "name"
3982   - "doc"
3983   - "level"
3984   - "parent"
3985   data-start-level: 3
3986
3987 # VPP Performance Results 3n-dnv
3988 - type: "file"
3989   title: "VPP Performance Results 3n-dnv"
3990   algorithm: "file_test_results"
3991   output-file-ext: ".rst"
3992   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_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[DTR,PERF,VPP,3N,DNV]}"
3995   data: "vpp-perf-results-3n-dnv"
3996   filter: "'NDRPDR'"
3997   parameters:
3998   - "name"
3999   - "doc"
4000   - "level"
4001   - "parent"
4002   data-start-level: 3
4003
4004 # VPP Performance Results 2n-dnv
4005 - type: "file"
4006   title: "VPP Performance Results 2n-dnv"
4007   algorithm: "file_test_results"
4008   output-file-ext: ".rst"
4009   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
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[DTR,PERF,VPP,2N,DNV]}"
4012   data: "vpp-perf-results-2n-dnv"
4013   filter: "'NDRPDR'"
4014   parameters:
4015   - "name"
4016   - "doc"
4017   - "level"
4018   - "parent"
4019   data-start-level: 3
4020
4021 # VPP Performance Configuration 3n-hsw
4022 - type: "file"
4023   title: "VPP Performance Configuration 3n-hsw"
4024   algorithm: "file_test_results"
4025   output-file-ext: ".rst"
4026   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
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[DTC,PERF,VPP,3N,HSW]}"
4029   data: "vpp-perf-results-3n-hsw"
4030   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4031   parameters:
4032   - "name"
4033   - "doc"
4034   - "level"
4035   - "parent"
4036   data-start-level: 3
4037
4038 # VPP Performance Configuration 3n-skx
4039 - type: "file"
4040   title: "VPP Performance Configuration 3n-skx"
4041   algorithm: "file_test_results"
4042   output-file-ext: ".rst"
4043   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_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[DTC,PERF,VPP,3N,SKX]}"
4046   data: "vpp-perf-results-3n-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 Configuration 2n-skx
4056 - type: "file"
4057   title: "VPP Performance Configuration 2n-skx"
4058   algorithm: "file_test_results"
4059   output-file-ext: ".rst"
4060   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
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[DTC,PERF,VPP,2N,SKX]}"
4063   data: "vpp-perf-results-2n-skx"
4064   filter: "not 'CFS_OPT'"
4065   parameters:
4066   - "name"
4067   - "doc"
4068   - "level"
4069   - "parent"
4070   data-start-level: 3
4071
4072 # VPP Performance Configuration 3n-tsh
4073 - type: "file"
4074   title: "VPP Performance Configuration 3n-tsh"
4075   algorithm: "file_test_results"
4076   output-file-ext: ".rst"
4077   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
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[DTC,PERF,VPP,3N,TSH]}"
4080   data: "vpp-perf-results-3n-tsh"
4081   filter: "not 'CFS_OPT'"
4082   parameters:
4083   - "name"
4084   - "doc"
4085   - "level"
4086   - "parent"
4087   data-start-level: 3
4088
4089 # VPP Performance Configuration 3n-dnv
4090 - type: "file"
4091   title: "VPP Performance Configuration 3n-dnv"
4092   algorithm: "file_test_results"
4093   output-file-ext: ".rst"
4094   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_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[DTC,PERF,VPP,3N,DNV]}"
4097   data: "vpp-perf-results-3n-dnv"
4098   filter: "'NDRPDR'"
4099   parameters:
4100   - "name"
4101   - "doc"
4102   - "level"
4103   - "parent"
4104   data-start-level: 3
4105
4106 # VPP Performance Configuration 2n-dnv
4107 - type: "file"
4108   title: "VPP Performance Configuration 2n-dnv"
4109   algorithm: "file_test_results"
4110   output-file-ext: ".rst"
4111   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
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[DTC,PERF,VPP,2N,DNV]}"
4114   data: "vpp-perf-results-2n-dnv"
4115   filter: "'NDRPDR'"
4116   parameters:
4117   - "name"
4118   - "doc"
4119   - "level"
4120   - "parent"
4121   data-start-level: 3
4122
4123 # VPP Performance Operational Data 3n-hsw
4124 - type: "file"
4125   title: "VPP Performance Operational Data 3n-hsw"
4126   algorithm: "file_test_results"
4127   output-file-ext: ".rst"
4128   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
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[DTO,PERF,VPP,3N,HSW]}"
4131   data: "vpp-perf-results-3n-hsw"
4132   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4133   parameters:
4134   - "name"
4135   - "doc"
4136   - "level"
4137   - "parent"
4138   data-start-level: 3
4139
4140 # VPP Performance Operational Data 3n-skx
4141 - type: "file"
4142   title: "VPP Performance Operational Data 3n-skx"
4143   algorithm: "file_test_results"
4144   output-file-ext: ".rst"
4145   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_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[DTO,PERF,VPP,3N,SKX]}"
4148   data: "vpp-perf-results-3n-skx"
4149   filter: "not 'CFS_OPT'"
4150   parameters:
4151   - "name"
4152   - "doc"
4153   - "level"
4154   - "parent"
4155   data-start-level: 3
4156
4157 # VPP Performance Operational Data 2n-skx
4158 - type: "file"
4159   title: "VPP Performance Operational Data 2n-skx"
4160   algorithm: "file_test_results"
4161   output-file-ext: ".rst"
4162   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
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[DTO,PERF,VPP,2N,SKX]}"
4165   data: "vpp-perf-results-2n-skx"
4166   filter: "not 'CFS_OPT'"
4167   parameters:
4168   - "name"
4169   - "doc"
4170   - "level"
4171   - "parent"
4172   data-start-level: 3
4173
4174 # VPP Performance Operational Data 3n-tsh
4175 - type: "file"
4176   title: "VPP Performance Operational Data 3n-tsh"
4177   algorithm: "file_test_results"
4178   output-file-ext: ".rst"
4179   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
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[DTO,PERF,VPP,3N,TSH]}"
4182   data: "vpp-perf-results-3n-tsh"
4183   filter: "not 'CFS_OPT'"
4184   parameters:
4185   - "name"
4186   - "doc"
4187   - "level"
4188   - "parent"
4189   data-start-level: 3
4190
4191 # VPP Performance Operational Data 3n-dnv
4192 - type: "file"
4193   title: "VPP Performance Operational Data 3n-dnv"
4194   algorithm: "file_test_results"
4195   output-file-ext: ".rst"
4196   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
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[DTO,PERF,VPP,3N,DNV]}"
4199   data: "vpp-perf-results-3n-dnv"
4200   filter: "'NDRPDR'"
4201   parameters:
4202   - "name"
4203   - "doc"
4204   - "level"
4205   - "parent"
4206   data-start-level: 3
4207
4208 # VPP Performance Operational Data 2n-dnv
4209 - type: "file"
4210   title: "VPP Performance Operational Data 2n-dnv"
4211   algorithm: "file_test_results"
4212   output-file-ext: ".rst"
4213   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
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[DTO,PERF,VPP,2N,DNV]}"
4216   data: "vpp-perf-results-2n-dnv"
4217   filter: "'NDRPDR'"
4218   parameters:
4219   - "name"
4220   - "doc"
4221   - "level"
4222   - "parent"
4223   data-start-level: 3
4224
4225 # VPP MRR Results 3n-hsw
4226 - type: "file"
4227   title: "VPP MRR Results 3n-hsw"
4228   algorithm: "file_test_results"
4229   output-file-ext: ".rst"
4230   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
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,MRR,VPP,3N,HSW]}"
4233   data: "vpp-mrr-results-3n-hsw"
4234   filter: "'MRR'"
4235   parameters:
4236   - "name"
4237   - "doc"
4238   - "level"
4239   - "parent"
4240   data-start-level: 3
4241
4242 # VPP MRR Results 3n-skx
4243 - type: "file"
4244   title: "VPP MRR Results 3n-skx"
4245   algorithm: "file_test_results"
4246   output-file-ext: ".rst"
4247   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4248   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"
4249   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4250   data: "vpp-mrr-results-3n-skx"
4251   filter: "'MRR'"
4252   parameters:
4253   - "name"
4254   - "doc"
4255   - "level"
4256   - "parent"
4257   data-start-level: 3
4258
4259 # VPP MRR Results 2n-skx
4260 - type: "file"
4261   title: "VPP MRR Results 2n-skx"
4262   algorithm: "file_test_results"
4263   output-file-ext: ".rst"
4264   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4265   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"
4266   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4267   data: "vpp-mrr-results-2n-skx"
4268   filter: "all"
4269   parameters:
4270   - "name"
4271   - "doc"
4272   - "level"
4273   - "parent"
4274   data-start-level: 3
4275
4276 # VPP MRR Results 3n-dnv
4277 - type: "file"
4278   title: "VPP MRR Results 3n-dnv"
4279   algorithm: "file_test_results"
4280   output-file-ext: ".rst"
4281   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4282   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"
4283   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
4284   data: "vpp-mrr-results-3n-dnv"
4285   filter: "'MRR'"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 # VPP MRR Results 2n-dnv
4294 - type: "file"
4295   title: "VPP MRR Results 2n-dnv"
4296   algorithm: "file_test_results"
4297   output-file-ext: ".rst"
4298   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4299   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"
4300   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4301   data: "vpp-mrr-results-2n-dnv"
4302   filter: "'MRR'"
4303   parameters:
4304   - "name"
4305   - "doc"
4306   - "level"
4307   - "parent"
4308   data-start-level: 3
4309
4310 # VPP MRR Configuration 3n-hsw
4311 - type: "file"
4312   title: "VPP MRR Configuration 3n-hsw"
4313   algorithm: "file_test_results"
4314   output-file-ext: ".rst"
4315   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4316   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"
4317   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4318   data: "vpp-mrr-results-3n-hsw"
4319   filter: "'MRR'"
4320   parameters:
4321   - "name"
4322   - "doc"
4323   - "level"
4324   - "parent"
4325   data-start-level: 3
4326
4327 # VPP MRR Configuration 3n-skx
4328 - type: "file"
4329   title: "VPP MRR Configuration 3n-skx"
4330   algorithm: "file_test_results"
4331   output-file-ext: ".rst"
4332   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4333   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"
4334   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4335   data: "vpp-mrr-results-3n-skx"
4336   filter: "'MRR'"
4337   parameters:
4338   - "name"
4339   - "doc"
4340   - "level"
4341   - "parent"
4342   data-start-level: 3
4343
4344 # VPP MRR Configuration 2n-skx
4345 - type: "file"
4346   title: "VPP MRR Configuration 2n-skx"
4347   algorithm: "file_test_results"
4348   output-file-ext: ".rst"
4349   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4350   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"
4351   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4352   data: "vpp-mrr-results-2n-skx"
4353   filter: "'MRR'"
4354   parameters:
4355   - "name"
4356   - "doc"
4357   - "level"
4358   - "parent"
4359   data-start-level: 3
4360
4361 # VPP MRR Configuration 3n-dnv
4362 - type: "file"
4363   title: "VPP MRR Configuration 3n-dnv"
4364   algorithm: "file_test_results"
4365   output-file-ext: ".rst"
4366   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
4367   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"
4368   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
4369   data: "vpp-mrr-results-3n-dnv"
4370   filter: "'MRR'"
4371   parameters:
4372   - "name"
4373   - "doc"
4374   - "level"
4375   - "parent"
4376   data-start-level: 3
4377
4378 # VPP MRR Configuration 2n-dnv
4379 - type: "file"
4380   title: "VPP MRR Configuration 2n-dnv"
4381   algorithm: "file_test_results"
4382   output-file-ext: ".rst"
4383   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4384   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"
4385   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4386   data: "vpp-mrr-results-2n-dnv"
4387   filter: "'MRR'"
4388   parameters:
4389   - "name"
4390   - "doc"
4391   - "level"
4392   - "parent"
4393   data-start-level: 3
4394
4395 # VPP Functional Results - Ubuntu
4396 - type: "file"
4397   title: "VPP Functional Results - Ubuntu"
4398   algorithm: "file_test_results"
4399   output-file-ext: ".rst"
4400   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4401   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"
4402   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4403   data: "vpp-func-results-ubuntu"
4404   filter: "all"
4405   parameters:
4406   - "name"
4407   - "doc"
4408   - "level"
4409   - "parent"
4410   data-start-level: 3
4411
4412 # VPP Functional Results - CentOS
4413 - type: "file"
4414   title: "VPP Functional Results - CentOS"
4415   algorithm: "file_test_results"
4416   output-file-ext: ".rst"
4417   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4418   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"
4419   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4420   data:
4421     "vpp-func-results-centos"
4422   filter: "all"
4423   parameters:
4424   - "name"
4425   - "doc"
4426   - "level"
4427   - "parent"
4428   data-start-level: 3
4429
4430 # VPP Functional Configuration - Ubuntu
4431 - type: "file"
4432   title: "VPP Functional Configuration - Ubuntu"
4433   algorithm: "file_test_results"
4434   output-file-ext: ".rst"
4435   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4436   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"
4437   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4438   data: "vpp-func-results-ubuntu"
4439   filter: "all"
4440   parameters:
4441   - "name"
4442   - "doc"
4443   - "level"
4444   - "parent"
4445   data-start-level: 3
4446
4447 # VPP Functional Configuration - CentOS
4448 - type: "file"
4449   title: "VPP Functional Configuration - CentOS"
4450   algorithm: "file_test_results"
4451   output-file-ext: ".rst"
4452   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4453   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"
4454   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4455   data:
4456     "vpp-func-results-centos"
4457   filter: "all"
4458   parameters:
4459   - "name"
4460   - "doc"
4461   - "level"
4462   - "parent"
4463   data-start-level: 3
4464
4465 # VPP Device Results - Ubuntu
4466 - type: "file"
4467   title: "VPP Device Results - Ubuntu"
4468   algorithm: "file_test_results"
4469   output-file-ext: ".rst"
4470   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4471   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"
4472   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4473   data: "vpp-device-results-ubuntu"
4474   filter: "all"
4475   parameters:
4476   - "name"
4477   - "doc"
4478   - "level"
4479   - "parent"
4480   data-start-level: 2
4481
4482 # VPP Device Configuration - Ubuntu
4483 - type: "file"
4484   title: "VPP Device Configuration - Ubuntu"
4485   algorithm: "file_test_results"
4486   output-file-ext: ".rst"
4487   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4488   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"
4489   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4490   data: "vpp-device-results-ubuntu"
4491   filter: "all"
4492   parameters:
4493   - "name"
4494   - "doc"
4495   - "level"
4496   - "parent"
4497   data-start-level: 2
4498
4499 # DPDK Performance Results 3n-hsw
4500 - type: "file"
4501   title: "DPDK Performance Results 3n-hsw"
4502   algorithm: "file_test_results"
4503   output-file-ext: ".rst"
4504   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4505   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"
4506   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4507   data: "dpdk-perf-results-3n-hsw"
4508   filter: "all"
4509   parameters:
4510   - "name"
4511   - "doc"
4512   - "level"
4513   - "parent"
4514   data-start-level: 3
4515
4516 # DPDK Performance Results 3n-skx
4517 - type: "file"
4518   title: "DPDK Performance Results 3n-skx"
4519   algorithm: "file_test_results"
4520   output-file-ext: ".rst"
4521   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4522   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"
4523   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4524   data: "dpdk-perf-results-3n-skx"
4525   filter: "all"
4526   parameters:
4527   - "name"
4528   - "doc"
4529   - "level"
4530   - "parent"
4531   data-start-level: 3
4532
4533 # DPDK Performance Results 2n-skx
4534 - type: "file"
4535   title: "DPDK Performance Results 2n-skx"
4536   algorithm: "file_test_results"
4537   output-file-ext: ".rst"
4538   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4539   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"
4540   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4541   data: "dpdk-perf-results-2n-skx"
4542   filter: "all"
4543   parameters:
4544   - "name"
4545   - "doc"
4546   - "level"
4547   - "parent"
4548   data-start-level: 3
4549
4550 ################################################################################
4551 ###                                P L O T S                                 ###
4552 ################################################################################
4553
4554 # Plots VPP HTTP Server Performance
4555 - type: "plot"
4556   title: "VPP HTTP Server Performance"
4557   algorithm: "plot_http_server_performance_box"
4558   output-file-type: ".html"
4559   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4560   data:
4561     "plot-vpp-http-server-performance"
4562   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4563   # each tag is enclosed with ' (apostrophe).
4564   filter: "'HTTP' and 'TCP_CPS'"
4565   parameters:
4566   - "result"
4567   - "name"
4568   traces:
4569     hoverinfo: "x+y"
4570     boxpoints: "outliers"
4571     whiskerwidth: 0
4572   layout:
4573     title: "VPP HTTP Server Performance"
4574     layout:
4575       "plot-cps"
4576
4577 - type: "plot"
4578   title: "VPP HTTP Server Performance"
4579   algorithm: "plot_http_server_performance_box"
4580   output-file-type: ".html"
4581   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4582   data:
4583     "plot-vpp-http-server-performance"
4584   filter: "'HTTP' and 'TCP_RPS'"
4585   parameters:
4586   - "result"
4587   - "name"
4588   traces:
4589     hoverinfo: "x+y"
4590     boxpoints: "outliers"
4591     whiskerwidth: 0
4592   layout:
4593     title: "VPP HTTP Server Performance"
4594     layout:
4595       "plot-rps"
4596
4597 ################################################################################
4598
4599 # Soak Test (PLRsearch), boxes
4600 - type: "plot"
4601   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4602   algorithm: "plot_performance_box"
4603   output-file-type: ".html"
4604   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4605   data: "plot-vpp-soak-2n-skx"
4606   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4607   parameters:
4608     - "throughput"
4609     - "parent"
4610     - "tags"
4611   sort:
4612     - "DRV_AVF"
4613     - "DRV_AVF"
4614     - "DRV_AVF"
4615     - "L2BDMACLRN"
4616     - "L2XCBASE"
4617     - "L2PATCH"
4618   traces:
4619     hoverinfo: "x+y"
4620     boxpoints: "all"
4621     whiskerwidth: 0
4622   layout:
4623     title: "30 Minutes Soak Test (PLRsearch)"
4624     layout: "plot-soak-throughput"
4625
4626 # Soak Test (PLRsearch), boxes
4627 - type: "plot"
4628   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
4629   algorithm: "plot_performance_box"
4630   output-file-type: ".html"
4631   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4632   data: "plot-vpp-soak-2n-skx"
4633   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4634   parameters:
4635     - "throughput"
4636     - "parent"
4637     - "tags"
4638   sort:
4639     - "VHOST"
4640     - "VHOST"
4641     - "MEMIF"
4642     - "IP4FWD"
4643     - "IP4FWD"
4644     - "IP6FWD"
4645   traces:
4646     hoverinfo: "x+y"
4647     boxpoints: "all"
4648     whiskerwidth: 0
4649   layout:
4650     title: "30 Minutes Soak Test (PLRsearch)"
4651     layout: "plot-soak-throughput"
4652
4653 ###############################################################################
4654 # Plots - NF Density - VSC - MRR 64b
4655 - type: "plot"
4656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4657   algorithm: "plot_service_density_heatmap"
4658   output-file-type: ".html"
4659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4660   data: "plot-vpp-nfv-2n-skx-mrr"
4661   filter: "'NIC_Intel-XXV710' and
4662            'NF_DENSITY' and
4663            'VHOST' and
4664            'CHAIN' and
4665            'NF_VPPIP4' and
4666            '64B' and
4667            '2T1C' and
4668            'MRR'"
4669   reference:
4670     include: "2"
4671     name: "VNF-1c"
4672   compare:
4673     include: "1"
4674     name: "VNF-0.5c"
4675   parameters:
4676   - "result"
4677   - "name"
4678   - "tags"
4679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4680   x-axis: "X = VNFs per Service Chain"
4681   y-axis: "Y = Number of Service Chains"
4682   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4683   layout:
4684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4685     layout: "plot-service-density"
4686
4687 - type: "plot"
4688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4689   algorithm: "plot_service_density_heatmap"
4690   output-file-type: ".html"
4691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4692   data: "plot-vpp-nfv-2n-skx-mrr"
4693   filter: "'NIC_Intel-XXV710' and
4694            'NF_DENSITY' and
4695            'VHOST' and
4696            'CHAIN' and
4697            'NF_VPPIP4' and
4698            '64B' and
4699            '4T2C' and
4700            'MRR'"
4701   reference:
4702     include: "2"
4703     name: "VNF-1c"
4704   compare:
4705     include: "1"
4706     name: "VNF-0.5c"
4707   parameters:
4708   - "result"
4709   - "name"
4710   - "tags"
4711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4712   x-axis: "X = VNFs per Service Chain"
4713   y-axis: "Y = Number of Service Chains"
4714   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4715   layout:
4716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4717     layout: "plot-service-density"
4718
4719 - type: "plot"
4720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4721   algorithm: "plot_service_density_heatmap"
4722   output-file-type: ".html"
4723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4724   data: "plot-vpp-nfv-2n-skx-mrr"
4725   filter: "'NIC_Intel-XXV710' and
4726            'NF_DENSITY' and
4727            'VHOST' and
4728            'CHAIN' and
4729            'NF_VPPIP4' and
4730            '64B' and
4731            '8T4C' and
4732            'MRR'"
4733   reference:
4734     include: "2"
4735     name: "VNF-1c"
4736   compare:
4737     include: "1"
4738     name: "VNF-0.5c"
4739   parameters:
4740   - "result"
4741   - "name"
4742   - "tags"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   x-axis: "X = VNFs per Service Chain"
4745   y-axis: "Y = Number of Service Chains"
4746   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4747   layout:
4748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4749     layout: "plot-service-density"
4750
4751 # Plots - NF Density - VSC - MRR IMIX
4752 - type: "plot"
4753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4754   algorithm: "plot_service_density_heatmap"
4755   output-file-type: ".html"
4756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4757   data: "plot-vpp-nfv-2n-skx-mrr"
4758   filter: "'NIC_Intel-XXV710' and
4759            'NF_DENSITY' and
4760            'VHOST' and
4761            'CHAIN' and
4762            'NF_VPPIP4' and
4763            'IMIX' and
4764            '2T1C' and
4765            'MRR'"
4766   reference:
4767     include: "2"
4768     name: "VNF-1c"
4769   compare:
4770     include: "1"
4771     name: "VNF-0.5c"
4772   parameters:
4773   - "result"
4774   - "name"
4775   - "tags"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   x-axis: "X = VNFs per Service Chain"
4778   y-axis: "Y = Number of Service Chains"
4779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4780   layout:
4781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4782     layout: "plot-service-density"
4783
4784 - type: "plot"
4785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4786   algorithm: "plot_service_density_heatmap"
4787   output-file-type: ".html"
4788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4789   data: "plot-vpp-nfv-2n-skx-mrr"
4790   filter: "'NIC_Intel-XXV710' and
4791            'NF_DENSITY' and
4792            'VHOST' and
4793            'CHAIN' and
4794            'NF_VPPIP4' and
4795            'IMIX' and
4796            '4T2C' and
4797            'MRR'"
4798   reference:
4799     include: "2"
4800     name: "VNF-1c"
4801   compare:
4802     include: "1"
4803     name: "VNF-0.5c"
4804   parameters:
4805   - "result"
4806   - "name"
4807   - "tags"
4808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4809   x-axis: "X = VNFs per Service Chain"
4810   y-axis: "Y = Number of Service Chains"
4811   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4812   layout:
4813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4814     layout: "plot-service-density"
4815
4816 - type: "plot"
4817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4818   algorithm: "plot_service_density_heatmap"
4819   output-file-type: ".html"
4820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4821   data: "plot-vpp-nfv-2n-skx-mrr"
4822   filter: "'NIC_Intel-XXV710' and
4823            'NF_DENSITY' and
4824            'VHOST' and
4825            'CHAIN' and
4826            'NF_VPPIP4' and
4827            'IMIX' and
4828            '8T4C' and
4829            'MRR'"
4830   reference:
4831     include: "2"
4832     name: "VNF-1c"
4833   compare:
4834     include: "1"
4835     name: "VNF-0.5c"
4836   parameters:
4837   - "result"
4838   - "name"
4839   - "tags"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   x-axis: "X = VNFs per Service Chain"
4842   y-axis: "Y = Number of Service Chains"
4843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4844   layout:
4845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4846     layout: "plot-service-density"
4847
4848 # Plots - NF Density - VSC - NDR 64b
4849 - type: "plot"
4850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4851   algorithm: "plot_service_density_heatmap"
4852   output-file-type: ".html"
4853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4854   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4855   filter: "'NIC_Intel-XXV710' and
4856            'NF_DENSITY' and
4857            'VHOST' and
4858            'CHAIN' and
4859            'NF_VPPIP4' and
4860            '64B' and
4861            '2T1C' and
4862            'NDRPDR'"
4863   reference:
4864     include: "2"
4865     name: "VNF-1c"
4866   compare:
4867     include: "1"
4868     name: "VNF-0.5c"
4869   parameters:
4870   - "throughput"
4871   - "name"
4872   - "tags"
4873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4874   x-axis: "X = VNFs per Service Chain"
4875   y-axis: "Y = Number of Service Chains"
4876   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4877   layout:
4878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4879     layout: "plot-service-density"
4880
4881 - type: "plot"
4882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4883   algorithm: "plot_service_density_heatmap"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4886   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4887   filter: "'NIC_Intel-XXV710' and
4888            'NF_DENSITY' and
4889            'VHOST' and
4890            'CHAIN' and
4891            'NF_VPPIP4' and
4892            '64B' and
4893            '4T2C' and
4894            'NDRPDR'"
4895   reference:
4896     include: "2"
4897     name: "VNF-1c"
4898   compare:
4899     include: "1"
4900     name: "VNF-0.5c"
4901   parameters:
4902   - "throughput"
4903   - "name"
4904   - "tags"
4905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4906   x-axis: "X = VNFs per Service Chain"
4907   y-axis: "Y = Number of Service Chains"
4908   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4909   layout:
4910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4911     layout: "plot-service-density"
4912
4913 - type: "plot"
4914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4915   algorithm: "plot_service_density_heatmap"
4916   output-file-type: ".html"
4917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4918   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4919   filter: "'NIC_Intel-XXV710' and
4920            'NF_DENSITY' and
4921            'VHOST' and
4922            'CHAIN' and
4923            'NF_VPPIP4' and
4924            '64B' and
4925            '8T4C' and
4926            'NDRPDR'"
4927   reference:
4928     include: "2"
4929     name: "VNF-1c"
4930   compare:
4931     include: "1"
4932     name: "VNF-0.5c"
4933   parameters:
4934   - "throughput"
4935   - "name"
4936   - "tags"
4937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4938   x-axis: "X = VNFs per Service Chain"
4939   y-axis: "Y = Number of Service Chains"
4940   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4941   layout:
4942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4943     layout: "plot-service-density"
4944
4945 # Plots - NF Density - VSC - NDR IMIX
4946 - type: "plot"
4947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4948   algorithm: "plot_service_density_heatmap"
4949   output-file-type: ".html"
4950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4951   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4952   filter: "'NIC_Intel-XXV710' and
4953            'NF_DENSITY' and
4954            'VHOST' and
4955            'CHAIN' and
4956            'NF_VPPIP4' and
4957            'IMIX' and
4958            '2T1C' and
4959            'NDRPDR'"
4960   reference:
4961     include: "2"
4962     name: "VNF-1c"
4963   compare:
4964     include: "1"
4965     name: "VNF-0.5c"
4966   parameters:
4967   - "throughput"
4968   - "name"
4969   - "tags"
4970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4971   x-axis: "X = VNFs per Service Chain"
4972   y-axis: "Y = Number of Service Chains"
4973   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4974   layout:
4975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4976     layout: "plot-service-density"
4977
4978 - type: "plot"
4979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4980   algorithm: "plot_service_density_heatmap"
4981   output-file-type: ".html"
4982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4983   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4984   filter: "'NIC_Intel-XXV710' and
4985            'NF_DENSITY' and
4986            'VHOST' and
4987            'CHAIN' and
4988            'NF_VPPIP4' and
4989            'IMIX' and
4990            '4T2C' and
4991            'NDRPDR'"
4992   reference:
4993     include: "2"
4994     name: "VNF-1c"
4995   compare:
4996     include: "1"
4997     name: "VNF-0.5c"
4998   parameters:
4999   - "throughput"
5000   - "name"
5001   - "tags"
5002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5003   x-axis: "X = VNFs per Service Chain"
5004   y-axis: "Y = Number of Service Chains"
5005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5006   layout:
5007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5008     layout: "plot-service-density"
5009
5010 - type: "plot"
5011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5012   algorithm: "plot_service_density_heatmap"
5013   output-file-type: ".html"
5014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
5015   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5016   filter: "'NIC_Intel-XXV710' and
5017            'NF_DENSITY' and
5018            'VHOST' and
5019            'CHAIN' and
5020            'NF_VPPIP4' and
5021            'IMIX' and
5022            '8T4C' and
5023            'NDRPDR'"
5024   reference:
5025     include: "2"
5026     name: "VNF-1c"
5027   compare:
5028     include: "1"
5029     name: "VNF-0.5c"
5030   parameters:
5031   - "throughput"
5032   - "name"
5033   - "tags"
5034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5035   x-axis: "X = VNFs per Service Chain"
5036   y-axis: "Y = Number of Service Chains"
5037   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5038   layout:
5039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5040     layout: "plot-service-density"
5041
5042 # Plots - NF Density - VSC - PDR 64b
5043 - type: "plot"
5044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5045   algorithm: "plot_service_density_heatmap"
5046   output-file-type: ".html"
5047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
5048   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5049   filter: "'NIC_Intel-XXV710' and
5050            'NF_DENSITY' and
5051            'VHOST' and
5052            'CHAIN' and
5053            'NF_VPPIP4' and
5054            '64B' and
5055            '2T1C' and
5056            'NDRPDR'"
5057   reference:
5058     include: "2"
5059     name: "VNF-1c"
5060   compare:
5061     include: "1"
5062     name: "VNF-0.5c"
5063   parameters:
5064   - "throughput"
5065   - "name"
5066   - "tags"
5067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5068   x-axis: "X = VNFs per Service Chain"
5069   y-axis: "Y = Number of Service Chains"
5070   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5071   layout:
5072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5073     layout: "plot-service-density"
5074
5075 - type: "plot"
5076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5077   algorithm: "plot_service_density_heatmap"
5078   output-file-type: ".html"
5079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
5080   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5081   filter: "'NIC_Intel-XXV710' and
5082            'NF_DENSITY' and
5083            'VHOST' and
5084            'CHAIN' and
5085            'NF_VPPIP4' and
5086            '64B' and
5087            '4T2C' and
5088            'NDRPDR'"
5089   reference:
5090     include: "2"
5091     name: "VNF-1c"
5092   compare:
5093     include: "1"
5094     name: "VNF-0.5c"
5095   parameters:
5096   - "throughput"
5097   - "name"
5098   - "tags"
5099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5100   x-axis: "X = VNFs per Service Chain"
5101   y-axis: "Y = Number of Service Chains"
5102   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5103   layout:
5104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5105     layout: "plot-service-density"
5106
5107 - type: "plot"
5108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5109   algorithm: "plot_service_density_heatmap"
5110   output-file-type: ".html"
5111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
5112   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5113   filter: "'NIC_Intel-XXV710' and
5114            'NF_DENSITY' and
5115            'VHOST' and
5116            'CHAIN' and
5117            'NF_VPPIP4' and
5118            '64B' and
5119            '8T4C' and
5120            'NDRPDR'"
5121   reference:
5122     include: "2"
5123     name: "VNF-1c"
5124   compare:
5125     include: "1"
5126     name: "VNF-0.5c"
5127   parameters:
5128   - "throughput"
5129   - "name"
5130   - "tags"
5131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5132   x-axis: "X = VNFs per Service Chain"
5133   y-axis: "Y = Number of Service Chains"
5134   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5135   layout:
5136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5137     layout: "plot-service-density"
5138
5139 # Plots - NF Density - VSC - PDR IMIX
5140 - type: "plot"
5141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5142   algorithm: "plot_service_density_heatmap"
5143   output-file-type: ".html"
5144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5145   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5146   filter: "'NIC_Intel-XXV710' and
5147            'NF_DENSITY' and
5148            'VHOST' and
5149            'CHAIN' and
5150            'NF_VPPIP4' and
5151            'IMIX' and
5152            '2T1C' and
5153            'NDRPDR'"
5154   reference:
5155     include: "2"
5156     name: "VNF-1c"
5157   compare:
5158     include: "1"
5159     name: "VNF-0.5c"
5160   parameters:
5161   - "throughput"
5162   - "name"
5163   - "tags"
5164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5165   x-axis: "X = VNFs per Service Chain"
5166   y-axis: "Y = Number of Service Chains"
5167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5168   layout:
5169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5170     layout: "plot-service-density"
5171
5172 - type: "plot"
5173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5174   algorithm: "plot_service_density_heatmap"
5175   output-file-type: ".html"
5176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5177   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5178   filter: "'NIC_Intel-XXV710' and
5179            'NF_DENSITY' and
5180            'VHOST' and
5181            'CHAIN' and
5182            'NF_VPPIP4' and
5183            'IMIX' and
5184            '4T2C' and
5185            'NDRPDR'"
5186   reference:
5187     include: "2"
5188     name: "VNF-1c"
5189   compare:
5190     include: "1"
5191     name: "VNF-0.5c"
5192   parameters:
5193   - "throughput"
5194   - "name"
5195   - "tags"
5196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5197   x-axis: "X = VNFs per Service Chain"
5198   y-axis: "Y = Number of Service Chains"
5199   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5200   layout:
5201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5202     layout: "plot-service-density"
5203
5204 - type: "plot"
5205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5206   algorithm: "plot_service_density_heatmap"
5207   output-file-type: ".html"
5208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5209   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5210   filter: "'NIC_Intel-XXV710' and
5211            'NF_DENSITY' and
5212            'VHOST' and
5213            'CHAIN' and
5214            'NF_VPPIP4' and
5215            'IMIX' and
5216            '8T4C' and
5217            'NDRPDR'"
5218   reference:
5219     include: "2"
5220     name: "VNF-1c"
5221   compare:
5222     include: "1"
5223     name: "VNF-0.5c"
5224   parameters:
5225   - "throughput"
5226   - "name"
5227   - "tags"
5228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5229   x-axis: "X = VNFs per Service Chain"
5230   y-axis: "Y = Number of Service Chains"
5231   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5232   layout:
5233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5234     layout: "plot-service-density"
5235
5236 ###############################################################################
5237 # Plots - NF Density - CSC - MRR 64b
5238 - type: "plot"
5239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5240   algorithm: "plot_service_density_heatmap"
5241   output-file-type: ".html"
5242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5243   data: "plot-vpp-nfv-2n-skx-mrr"
5244   filter: "'NIC_Intel-XXV710' and
5245            'NF_DENSITY' and
5246            'DOCKER' and
5247            'CHAIN' and
5248            'NF_VPPIP4' and
5249            '64B' and
5250            '2T1C' and
5251            'MRR'"
5252   reference:
5253     include: "2"
5254     name: "CNF-1c"
5255   compare:
5256     include: "1"
5257     name: "CNF-0.5c"
5258   parameters:
5259   - "result"
5260   - "name"
5261   - "tags"
5262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5263   x-axis: "X = CNFs per Service Chain"
5264   y-axis: "Y = Number of Service Chains"
5265   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5266   layout:
5267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5268     layout: "plot-service-density"
5269
5270 - type: "plot"
5271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5272   algorithm: "plot_service_density_heatmap"
5273   output-file-type: ".html"
5274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5275   data: "plot-vpp-nfv-2n-skx-mrr"
5276   filter: "'NIC_Intel-XXV710' and
5277            'NF_DENSITY' and
5278            'DOCKER' and
5279            'CHAIN' and
5280            'NF_VPPIP4' and
5281            '64B' and
5282            '4T2C' and
5283            'MRR'"
5284   reference:
5285     include: "2"
5286     name: "CNF-1c"
5287   compare:
5288     include: "1"
5289     name: "CNF-0.5c"
5290   parameters:
5291   - "result"
5292   - "name"
5293   - "tags"
5294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5295   x-axis: "X = CNFs per Service Chain"
5296   y-axis: "Y = Number of Service Chains"
5297   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5298   layout:
5299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5300     layout: "plot-service-density"
5301
5302 - type: "plot"
5303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5304   algorithm: "plot_service_density_heatmap"
5305   output-file-type: ".html"
5306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5307   data: "plot-vpp-nfv-2n-skx-mrr"
5308   filter: "'NIC_Intel-XXV710' and
5309            'NF_DENSITY' and
5310            'DOCKER' and
5311            'CHAIN' and
5312            'NF_VPPIP4' and
5313            '64B' and
5314            '8T4C' and
5315            'MRR'"
5316   reference:
5317     include: "2"
5318     name: "CNF-1c"
5319   compare:
5320     include: "1"
5321     name: "CNF-0.5c"
5322   parameters:
5323   - "result"
5324   - "name"
5325   - "tags"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   x-axis: "X = CNFs per Service Chain"
5328   y-axis: "Y = Number of Service Chains"
5329   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5330   layout:
5331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5332     layout: "plot-service-density"
5333
5334 # Plots - NF Density - CSC - MRR IMIX
5335 - type: "plot"
5336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5337   algorithm: "plot_service_density_heatmap"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5340   data: "plot-vpp-nfv-2n-skx-mrr"
5341   filter: "'NIC_Intel-XXV710' and
5342            'NF_DENSITY' and
5343            'DOCKER' and
5344            'CHAIN' and
5345            'NF_VPPIP4' and
5346            'IMIX' and
5347            '2T1C' and
5348            'MRR'"
5349   reference:
5350     include: "2"
5351     name: "CNF-1c"
5352   compare:
5353     include: "1"
5354     name: "CNF-0.5c"
5355   parameters:
5356   - "result"
5357   - "name"
5358   - "tags"
5359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5360   x-axis: "X = CNFs per Service Chain"
5361   y-axis: "Y = Number of Service Chains"
5362   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5363   layout:
5364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5365     layout: "plot-service-density"
5366
5367 - type: "plot"
5368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5369   algorithm: "plot_service_density_heatmap"
5370   output-file-type: ".html"
5371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5372   data: "plot-vpp-nfv-2n-skx-mrr"
5373   filter: "'NIC_Intel-XXV710' and
5374            'NF_DENSITY' and
5375            'DOCKER' and
5376            'CHAIN' and
5377            'NF_VPPIP4' and
5378            'IMIX' and
5379            '4T2C' and
5380            'MRR'"
5381   reference:
5382     include: "2"
5383     name: "CNF-1c"
5384   compare:
5385     include: "1"
5386     name: "CNF-0.5c"
5387   parameters:
5388   - "result"
5389   - "name"
5390   - "tags"
5391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5392   x-axis: "X = CNFs per Service Chain"
5393   y-axis: "Y = Number of Service Chains"
5394   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5395   layout:
5396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5397     layout: "plot-service-density"
5398
5399 - type: "plot"
5400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5401   algorithm: "plot_service_density_heatmap"
5402   output-file-type: ".html"
5403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5404   data: "plot-vpp-nfv-2n-skx-mrr"
5405   filter: "'NIC_Intel-XXV710' and
5406            'NF_DENSITY' and
5407            'DOCKER' and
5408            'CHAIN' and
5409            'NF_VPPIP4' and
5410            'IMIX' and
5411            '8T4C' and
5412            'MRR'"
5413   reference:
5414     include: "2"
5415     name: "CNF-1c"
5416   compare:
5417     include: "1"
5418     name: "CNF-0.5c"
5419   parameters:
5420   - "result"
5421   - "name"
5422   - "tags"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   x-axis: "X = CNFs per Service Chain"
5425   y-axis: "Y = Number of Service Chains"
5426   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5427   layout:
5428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5429     layout: "plot-service-density"
5430
5431 # Plots - NF Density - CSC - NDR 64b
5432 - type: "plot"
5433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5434   algorithm: "plot_service_density_heatmap"
5435   output-file-type: ".html"
5436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5437   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5438   filter: "'NIC_Intel-XXV710' and
5439            'NF_DENSITY' and
5440            'DOCKER' and
5441            'CHAIN' and
5442            'NF_VPPIP4' and
5443            '64B' and
5444            '2T1C' and
5445            'NDRPDR'"
5446   reference:
5447     include: "2"
5448     name: "CNF-1c"
5449   compare:
5450     include: "1"
5451     name: "CNF-0.5c"
5452   parameters:
5453   - "throughput"
5454   - "name"
5455   - "tags"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   x-axis: "X = CNFs per Service Chain"
5458   y-axis: "Y = Number of Service Chains"
5459   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5460   layout:
5461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5462     layout: "plot-service-density"
5463
5464 - type: "plot"
5465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5466   algorithm: "plot_service_density_heatmap"
5467   output-file-type: ".html"
5468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5469   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5470   filter: "'NIC_Intel-XXV710' and
5471            'NF_DENSITY' and
5472            'DOCKER' and
5473            'CHAIN' and
5474            'NF_VPPIP4' and
5475            '64B' and
5476            '4T2C' and
5477            'NDRPDR'"
5478   reference:
5479     include: "2"
5480     name: "CNF-1c"
5481   compare:
5482     include: "1"
5483     name: "CNF-0.5c"
5484   parameters:
5485   - "throughput"
5486   - "name"
5487   - "tags"
5488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5489   x-axis: "X = CNFs per Service Chain"
5490   y-axis: "Y = Number of Service Chains"
5491   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5492   layout:
5493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5494     layout: "plot-service-density"
5495
5496 - type: "plot"
5497   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5498   algorithm: "plot_service_density_heatmap"
5499   output-file-type: ".html"
5500   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5501   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5502   filter: "'NIC_Intel-XXV710' and
5503            'NF_DENSITY' and
5504            'DOCKER' and
5505            'CHAIN' and
5506            'NF_VPPIP4' and
5507            '64B' and
5508            '8T4C' and
5509            'NDRPDR'"
5510   reference:
5511     include: "2"
5512     name: "CNF-1c"
5513   compare:
5514     include: "1"
5515     name: "CNF-0.5c"
5516   parameters:
5517   - "throughput"
5518   - "name"
5519   - "tags"
5520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5521   x-axis: "X = CNFs per Service Chain"
5522   y-axis: "Y = Number of Service Chains"
5523   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5524   layout:
5525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5526     layout: "plot-service-density"
5527
5528 # Plots - NF Density - CSC - NDR IMIX
5529 - type: "plot"
5530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5531   algorithm: "plot_service_density_heatmap"
5532   output-file-type: ".html"
5533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5534   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5535   filter: "'NIC_Intel-XXV710' and
5536            'NF_DENSITY' and
5537            'DOCKER' and
5538            'CHAIN' and
5539            'NF_VPPIP4' and
5540            'IMIX' and
5541            '2T1C' and
5542            'NDRPDR'"
5543   reference:
5544     include: "2"
5545     name: "CNF-1c"
5546   compare:
5547     include: "1"
5548     name: "CNF-0.5c"
5549   parameters:
5550   - "throughput"
5551   - "name"
5552   - "tags"
5553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5554   x-axis: "X = CNFs per Service Chain"
5555   y-axis: "Y = Number of Service Chains"
5556   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5557   layout:
5558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5559     layout: "plot-service-density"
5560
5561 - type: "plot"
5562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5563   algorithm: "plot_service_density_heatmap"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5566   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5567   filter: "'NIC_Intel-XXV710' and
5568            'NF_DENSITY' and
5569            'DOCKER' and
5570            'CHAIN' and
5571            'NF_VPPIP4' and
5572            'IMIX' and
5573            '4T2C' and
5574            'NDRPDR'"
5575   reference:
5576     include: "2"
5577     name: "CNF-1c"
5578   compare:
5579     include: "1"
5580     name: "CNF-0.5c"
5581   parameters:
5582   - "throughput"
5583   - "name"
5584   - "tags"
5585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5586   x-axis: "X = CNFs per Service Chain"
5587   y-axis: "Y = Number of Service Chains"
5588   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5589   layout:
5590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5591     layout: "plot-service-density"
5592
5593 - type: "plot"
5594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5595   algorithm: "plot_service_density_heatmap"
5596   output-file-type: ".html"
5597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5599   filter: "'NIC_Intel-XXV710' and
5600            'NF_DENSITY' and
5601            'DOCKER' and
5602            'CHAIN' and
5603            'NF_VPPIP4' and
5604            'IMIX' and
5605            '8T4C' and
5606            'NDRPDR'"
5607   reference:
5608     include: "2"
5609     name: "CNF-1c"
5610   compare:
5611     include: "1"
5612     name: "CNF-0.5c"
5613   parameters:
5614   - "throughput"
5615   - "name"
5616   - "tags"
5617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5618   x-axis: "X = CNFs per Service Chain"
5619   y-axis: "Y = Number of Service Chains"
5620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5621   layout:
5622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5623     layout: "plot-service-density"
5624
5625 # Plots - NF Density - CSC - PDR 64b
5626 - type: "plot"
5627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5628   algorithm: "plot_service_density_heatmap"
5629   output-file-type: ".html"
5630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5632   filter: "'NIC_Intel-XXV710' and
5633            'NF_DENSITY' and
5634            'DOCKER' and
5635            'CHAIN' and
5636            'NF_VPPIP4' and
5637            '64B' and
5638            '2T1C' and
5639            'NDRPDR'"
5640   reference:
5641     include: "2"
5642     name: "CNF-1c"
5643   compare:
5644     include: "1"
5645     name: "CNF-0.5c"
5646   parameters:
5647   - "throughput"
5648   - "name"
5649   - "tags"
5650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5651   x-axis: "X = CNFs per Service Chain"
5652   y-axis: "Y = Number of Service Chains"
5653   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5654   layout:
5655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5656     layout: "plot-service-density"
5657
5658 - type: "plot"
5659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5660   algorithm: "plot_service_density_heatmap"
5661   output-file-type: ".html"
5662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5663   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5664   filter: "'NIC_Intel-XXV710' and
5665            'NF_DENSITY' and
5666            'DOCKER' and
5667            'CHAIN' and
5668            'NF_VPPIP4' and
5669            '64B' and
5670            '4T2C' and
5671            'NDRPDR'"
5672   reference:
5673     include: "2"
5674     name: "CNF-1c"
5675   compare:
5676     include: "1"
5677     name: "CNF-0.5c"
5678   parameters:
5679   - "throughput"
5680   - "name"
5681   - "tags"
5682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5683   x-axis: "X = CNFs per Service Chain"
5684   y-axis: "Y = Number of Service Chains"
5685   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5686   layout:
5687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5688     layout: "plot-service-density"
5689
5690 - type: "plot"
5691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5692   algorithm: "plot_service_density_heatmap"
5693   output-file-type: ".html"
5694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5696   filter: "'NIC_Intel-XXV710' and
5697            'NF_DENSITY' and
5698            'DOCKER' and
5699            'CHAIN' and
5700            'NF_VPPIP4' and
5701            '64B' and
5702            '8T4C' and
5703            'NDRPDR'"
5704   reference:
5705     include: "2"
5706     name: "CNF-1c"
5707   compare:
5708     include: "1"
5709     name: "CNF-0.5c"
5710   parameters:
5711   - "throughput"
5712   - "name"
5713   - "tags"
5714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5715   x-axis: "X = CNFs per Service Chain"
5716   y-axis: "Y = Number of Service Chains"
5717   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5718   layout:
5719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5720     layout: "plot-service-density"
5721
5722 # Plots - NF Density - CSC - PDR IMIX
5723 - type: "plot"
5724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5725   algorithm: "plot_service_density_heatmap"
5726   output-file-type: ".html"
5727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5728   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5729   filter: "'NIC_Intel-XXV710' and
5730            'NF_DENSITY' and
5731            'DOCKER' and
5732            'CHAIN' and
5733            'NF_VPPIP4' and
5734            'IMIX' and
5735            '2T1C' and
5736            'NDRPDR'"
5737   reference:
5738     include: "2"
5739     name: "CNF-1c"
5740   compare:
5741     include: "1"
5742     name: "CNF-0.5c"
5743   parameters:
5744   - "throughput"
5745   - "name"
5746   - "tags"
5747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5748   x-axis: "X = CNFs per Service Chain"
5749   y-axis: "Y = Number of Service Chains"
5750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5751   layout:
5752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5753     layout: "plot-service-density"
5754
5755 - type: "plot"
5756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5757   algorithm: "plot_service_density_heatmap"
5758   output-file-type: ".html"
5759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5760   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5761   filter: "'NIC_Intel-XXV710' and
5762            'NF_DENSITY' and
5763            'DOCKER' and
5764            'CHAIN' and
5765            'NF_VPPIP4' and
5766            'IMIX' and
5767            '4T2C' and
5768            'NDRPDR'"
5769   reference:
5770     include: "2"
5771     name: "CNF-1c"
5772   compare:
5773     include: "1"
5774     name: "CNF-0.5c"
5775   parameters:
5776   - "throughput"
5777   - "name"
5778   - "tags"
5779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5780   x-axis: "X = CNFs per Service Chain"
5781   y-axis: "Y = Number of Service Chains"
5782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5783   layout:
5784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5785     layout: "plot-service-density"
5786
5787 - type: "plot"
5788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5789   algorithm: "plot_service_density_heatmap"
5790   output-file-type: ".html"
5791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5792   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5793   filter: "'NIC_Intel-XXV710' and
5794            'NF_DENSITY' and
5795            'DOCKER' and
5796            'CHAIN' and
5797            'NF_VPPIP4' and
5798            'IMIX' and
5799            '8T4C' and
5800            'NDRPDR'"
5801   reference:
5802     include: "2"
5803     name: "CNF-1c"
5804   compare:
5805     include: "1"
5806     name: "CNF-0.5c"
5807   parameters:
5808   - "throughput"
5809   - "name"
5810   - "tags"
5811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5812   x-axis: "X = CNFs per Service Chain"
5813   y-axis: "Y = Number of Service Chains"
5814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5815   layout:
5816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5817     layout: "plot-service-density"
5818
5819 ###############################################################################
5820 # Plots - NF Density - CSP - MRR 64b
5821 - type: "plot"
5822   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5823   algorithm: "plot_service_density_heatmap"
5824   output-file-type: ".html"
5825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5826   data: "plot-vpp-nfv-2n-skx-mrr"
5827   filter: "'NIC_Intel-XXV710' and
5828            'NF_DENSITY' and
5829            'DOCKER' and
5830            'PIPELINE' and
5831            'NF_VPPIP4' and
5832            '64B' and
5833            '2T1C' and
5834            'MRR'"
5835   reference:
5836     include: "2"
5837     name: "CNF-1c"
5838   compare:
5839     include: "1"
5840     name: "CNF-0.5c"
5841   parameters:
5842   - "result"
5843   - "name"
5844   - "tags"
5845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5846   x-axis: "X = CNFs per Service Pipeline"
5847   y-axis: "Y = Number of Service Pipelines"
5848   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5849   layout:
5850     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5851     layout: "plot-service-density"
5852
5853 - type: "plot"
5854   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5855   algorithm: "plot_service_density_heatmap"
5856   output-file-type: ".html"
5857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5858   data: "plot-vpp-nfv-2n-skx-mrr"
5859   filter: "'NIC_Intel-XXV710' and
5860            'NF_DENSITY' and
5861            'DOCKER' and
5862            'PIPELINE' and
5863            'NF_VPPIP4' and
5864            '64B' and
5865            '4T2C' and
5866            'MRR'"
5867   reference:
5868     include: "2"
5869     name: "CNF-1c"
5870   compare:
5871     include: "1"
5872     name: "CNF-0.5c"
5873   parameters:
5874   - "result"
5875   - "name"
5876   - "tags"
5877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5878   x-axis: "X = CNFs per Service Pipeline"
5879   y-axis: "Y = Number of Service Pipelines"
5880   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5881   layout:
5882     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5883     layout: "plot-service-density"
5884
5885 - type: "plot"
5886   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5887   algorithm: "plot_service_density_heatmap"
5888   output-file-type: ".html"
5889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5890   data: "plot-vpp-nfv-2n-skx-mrr"
5891   filter: "'NIC_Intel-XXV710' and
5892            'NF_DENSITY' and
5893            'DOCKER' and
5894            'PIPELINE' and
5895            'NF_VPPIP4' and
5896            '64B' and
5897            '8T4C' and
5898            'MRR'"
5899   reference:
5900     include: "2"
5901     name: "CNF-1c"
5902   compare:
5903     include: "1"
5904     name: "CNF-0.5c"
5905   parameters:
5906   - "result"
5907   - "name"
5908   - "tags"
5909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5910   x-axis: "X = CNFs per Service Pipeline"
5911   y-axis: "Y = Number of Service Pipelines"
5912   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5913   layout:
5914     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5915     layout: "plot-service-density"
5916
5917 # Plots - NF Density - CSP - MRR IMIX
5918 - type: "plot"
5919   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5920   algorithm: "plot_service_density_heatmap"
5921   output-file-type: ".html"
5922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5923   data: "plot-vpp-nfv-2n-skx-mrr"
5924   filter: "'NIC_Intel-XXV710' and
5925            'NF_DENSITY' and
5926            'DOCKER' and
5927            'PIPELINE' and
5928            'NF_VPPIP4' and
5929            'IMIX' and
5930            '2T1C' and
5931            'MRR'"
5932   reference:
5933     include: "2"
5934     name: "CNF-1c"
5935   compare:
5936     include: "1"
5937     name: "CNF-0.5c"
5938   parameters:
5939   - "result"
5940   - "name"
5941   - "tags"
5942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5943   x-axis: "X = CNFs per Service Pipeline"
5944   y-axis: "Y = Number of Service Pipelines"
5945   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5946   layout:
5947     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5948     layout: "plot-service-density"
5949
5950 - type: "plot"
5951   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5952   algorithm: "plot_service_density_heatmap"
5953   output-file-type: ".html"
5954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5955   data: "plot-vpp-nfv-2n-skx-mrr"
5956   filter: "'NIC_Intel-XXV710' and
5957            'NF_DENSITY' and
5958            'DOCKER' and
5959            'PIPELINE' and
5960            'NF_VPPIP4' and
5961            'IMIX' and
5962            '4T2C' and
5963            'MRR'"
5964   reference:
5965     include: "2"
5966     name: "CNF-1c"
5967   compare:
5968     include: "1"
5969     name: "CNF-0.5c"
5970   parameters:
5971   - "result"
5972   - "name"
5973   - "tags"
5974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5975   x-axis: "X = CNFs per Service Pipeline"
5976   y-axis: "Y = Number of Service Pipelines"
5977   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5978   layout:
5979     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5980     layout: "plot-service-density"
5981
5982 - type: "plot"
5983   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5984   algorithm: "plot_service_density_heatmap"
5985   output-file-type: ".html"
5986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5987   data: "plot-vpp-nfv-2n-skx-mrr"
5988   filter: "'NIC_Intel-XXV710' and
5989            'NF_DENSITY' and
5990            'DOCKER' and
5991            'PIPELINE' and
5992            'NF_VPPIP4' and
5993            'IMIX' and
5994            '8T4C' and
5995            'MRR'"
5996   reference:
5997     include: "2"
5998     name: "CNF-1c"
5999   compare:
6000     include: "1"
6001     name: "CNF-0.5c"
6002   parameters:
6003   - "result"
6004   - "name"
6005   - "tags"
6006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6007   x-axis: "X = CNFs per Service Pipeline"
6008   y-axis: "Y = Number of Service Pipelines"
6009   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6010   layout:
6011     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6012     layout: "plot-service-density"
6013
6014 # Plots - NF Density - CSP - NDR 64b
6015 - type: "plot"
6016   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6017   algorithm: "plot_service_density_heatmap"
6018   output-file-type: ".html"
6019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
6020   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6021   filter: "'NIC_Intel-XXV710' and
6022            'NF_DENSITY' and
6023            'DOCKER' and
6024            'PIPELINE' and
6025            'NF_VPPIP4' and
6026            '64B' and
6027            '2T1C' and
6028            'NDRPDR'"
6029   reference:
6030     include: "2"
6031     name: "CNF-1c"
6032   compare:
6033     include: "1"
6034     name: "CNF-0.5c"
6035   parameters:
6036   - "throughput"
6037   - "name"
6038   - "tags"
6039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6040   x-axis: "X = CNFs per Service Pipeline"
6041   y-axis: "Y = Number of Service Pipelines"
6042   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6043   layout:
6044     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6045     layout: "plot-service-density"
6046
6047 - type: "plot"
6048   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6049   algorithm: "plot_service_density_heatmap"
6050   output-file-type: ".html"
6051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
6052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6053   filter: "'NIC_Intel-XXV710' and
6054            'NF_DENSITY' and
6055            'DOCKER' and
6056            'PIPELINE' and
6057            'NF_VPPIP4' and
6058            '64B' and
6059            '4T2C' and
6060            'NDRPDR'"
6061   reference:
6062     include: "2"
6063     name: "CNF-1c"
6064   compare:
6065     include: "1"
6066     name: "CNF-0.5c"
6067   parameters:
6068   - "throughput"
6069   - "name"
6070   - "tags"
6071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6072   x-axis: "X = CNFs per Service Pipeline"
6073   y-axis: "Y = Number of Service Pipelines"
6074   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6075   layout:
6076     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6077     layout: "plot-service-density"
6078
6079 - type: "plot"
6080   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6081   algorithm: "plot_service_density_heatmap"
6082   output-file-type: ".html"
6083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
6084   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6085   filter: "'NIC_Intel-XXV710' and
6086            'NF_DENSITY' and
6087            'DOCKER' and
6088            'PIPELINE' and
6089            'NF_VPPIP4' and
6090            '64B' and
6091            '8T4C' and
6092            'NDRPDR'"
6093   reference:
6094     include: "2"
6095     name: "CNF-1c"
6096   compare:
6097     include: "1"
6098     name: "CNF-0.5c"
6099   parameters:
6100   - "throughput"
6101   - "name"
6102   - "tags"
6103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6104   x-axis: "X = CNFs per Service Pipeline"
6105   y-axis: "Y = Number of Service Pipelines"
6106   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6107   layout:
6108     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6109     layout: "plot-service-density"
6110
6111 # Plots - NF Density - CSP - NDR IMIX
6112 - type: "plot"
6113   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6114   algorithm: "plot_service_density_heatmap"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
6117   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6118   filter: "'NIC_Intel-XXV710' and
6119            'NF_DENSITY' and
6120            'DOCKER' and
6121            'PIPELINE' and
6122            'NF_VPPIP4' and
6123            'IMIX' and
6124            '2T1C' and
6125            'NDRPDR'"
6126   reference:
6127     include: "2"
6128     name: "CNF-1c"
6129   compare:
6130     include: "1"
6131     name: "CNF-0.5c"
6132   parameters:
6133   - "throughput"
6134   - "name"
6135   - "tags"
6136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6137   x-axis: "X = CNFs per Service Pipeline"
6138   y-axis: "Y = Number of Service Pipelines"
6139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6140   layout:
6141     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6142     layout: "plot-service-density"
6143
6144 - type: "plot"
6145   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6146   algorithm: "plot_service_density_heatmap"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6149   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6150   filter: "'NIC_Intel-XXV710' and
6151            'NF_DENSITY' and
6152            'DOCKER' and
6153            'PIPELINE' and
6154            'NF_VPPIP4' and
6155            'IMIX' and
6156            '4T2C' and
6157            'NDRPDR'"
6158   reference:
6159     include: "2"
6160     name: "CNF-1c"
6161   compare:
6162     include: "1"
6163     name: "CNF-0.5c"
6164   parameters:
6165   - "throughput"
6166   - "name"
6167   - "tags"
6168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6169   x-axis: "X = CNFs per Service Pipeline"
6170   y-axis: "Y = Number of Service Pipelines"
6171   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6172   layout:
6173     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6174     layout: "plot-service-density"
6175
6176 - type: "plot"
6177   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6178   algorithm: "plot_service_density_heatmap"
6179   output-file-type: ".html"
6180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6181   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6182   filter: "'NIC_Intel-XXV710' and
6183            'NF_DENSITY' and
6184            'DOCKER' and
6185            'PIPELINE' and
6186            'NF_VPPIP4' and
6187            'IMIX' and
6188            '8T4C' and
6189            'NDRPDR'"
6190   reference:
6191     include: "2"
6192     name: "CNF-1c"
6193   compare:
6194     include: "1"
6195     name: "CNF-0.5c"
6196   parameters:
6197   - "throughput"
6198   - "name"
6199   - "tags"
6200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6201   x-axis: "X = CNFs per Service Pipeline"
6202   y-axis: "Y = Number of Service Pipelines"
6203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6204   layout:
6205     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6206     layout: "plot-service-density"
6207
6208 # Plots - NF Density - CSP - PDR 64b
6209 - type: "plot"
6210   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6211   algorithm: "plot_service_density_heatmap"
6212   output-file-type: ".html"
6213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6214   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6215   filter: "'NIC_Intel-XXV710' and
6216            'NF_DENSITY' and
6217            'DOCKER' and
6218            'PIPELINE' and
6219            'NF_VPPIP4' and
6220            '64B' and
6221            '2T1C' and
6222            'NDRPDR'"
6223   reference:
6224     include: "2"
6225     name: "CNF-1c"
6226   compare:
6227     include: "1"
6228     name: "CNF-0.5c"
6229   parameters:
6230   - "throughput"
6231   - "name"
6232   - "tags"
6233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6234   x-axis: "X = CNFs per Service Pipeline"
6235   y-axis: "Y = Number of Service Pipelines"
6236   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6237   layout:
6238     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6239     layout: "plot-service-density"
6240
6241 - type: "plot"
6242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6243   algorithm: "plot_service_density_heatmap"
6244   output-file-type: ".html"
6245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6246   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6247   filter: "'NIC_Intel-XXV710' and
6248            'NF_DENSITY' and
6249            'DOCKER' and
6250            'PIPELINE' and
6251            'NF_VPPIP4' and
6252            '64B' and
6253            '4T2C' and
6254            'NDRPDR'"
6255   reference:
6256     include: "2"
6257     name: "CNF-1c"
6258   compare:
6259     include: "1"
6260     name: "CNF-0.5c"
6261   parameters:
6262   - "throughput"
6263   - "name"
6264   - "tags"
6265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6266   x-axis: "X = CNFs per Service Pipeline"
6267   y-axis: "Y = Number of Service Pipelines"
6268   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6269   layout:
6270     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6271     layout: "plot-service-density"
6272
6273 - type: "plot"
6274   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6275   algorithm: "plot_service_density_heatmap"
6276   output-file-type: ".html"
6277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6278   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6279   filter: "'NIC_Intel-XXV710' and
6280            'NF_DENSITY' and
6281            'DOCKER' and
6282            'PIPELINE' and
6283            'NF_VPPIP4' and
6284            '64B' and
6285            '8T4C' and
6286            'NDRPDR'"
6287   reference:
6288     include: "2"
6289     name: "CNF-1c"
6290   compare:
6291     include: "1"
6292     name: "CNF-0.5c"
6293   parameters:
6294   - "throughput"
6295   - "name"
6296   - "tags"
6297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6298   x-axis: "X = CNFs per Service Pipeline"
6299   y-axis: "Y = Number of Service Pipelines"
6300   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6301   layout:
6302     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6303     layout: "plot-service-density"
6304
6305 # Plots - NF Density - CSP - PDR IMIX
6306 - type: "plot"
6307   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6308   algorithm: "plot_service_density_heatmap"
6309   output-file-type: ".html"
6310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6311   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6312   filter: "'NIC_Intel-XXV710' and
6313            'NF_DENSITY' and
6314            'DOCKER' and
6315            'PIPELINE' and
6316            'NF_VPPIP4' and
6317            'IMIX' and
6318            '2T1C' and
6319            'NDRPDR'"
6320   reference:
6321     include: "2"
6322     name: "CNF-1c"
6323   compare:
6324     include: "1"
6325     name: "CNF-0.5c"
6326   parameters:
6327   - "throughput"
6328   - "name"
6329   - "tags"
6330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6331   x-axis: "X = CNFs per Service Pipeline"
6332   y-axis: "Y = Number of Service Pipelines"
6333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6334   layout:
6335     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6336     layout: "plot-service-density"
6337
6338 - type: "plot"
6339   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6340   algorithm: "plot_service_density_heatmap"
6341   output-file-type: ".html"
6342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6343   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6344   filter: "'NIC_Intel-XXV710' and
6345            'NF_DENSITY' and
6346            'DOCKER' and
6347            'PIPELINE' and
6348            'NF_VPPIP4' and
6349            'IMIX' and
6350            '4T2C' and
6351            'NDRPDR'"
6352   reference:
6353     include: "2"
6354     name: "CNF-1c"
6355   compare:
6356     include: "1"
6357     name: "CNF-0.5c"
6358   parameters:
6359   - "throughput"
6360   - "name"
6361   - "tags"
6362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6363   x-axis: "X = CNFs per Service Pipeline"
6364   y-axis: "Y = Number of Service Pipelines"
6365   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6366   layout:
6367     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6368     layout: "plot-service-density"
6369
6370 - type: "plot"
6371   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6372   algorithm: "plot_service_density_heatmap"
6373   output-file-type: ".html"
6374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6375   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6376   filter: "'NIC_Intel-XXV710' and
6377            'NF_DENSITY' and
6378            'DOCKER' and
6379            'PIPELINE' and
6380            'NF_VPPIP4' and
6381            'IMIX' and
6382            '8T4C' and
6383            'NDRPDR'"
6384   reference:
6385     include: "2"
6386     name: "CNF-1c"
6387   compare:
6388     include: "1"
6389     name: "CNF-0.5c"
6390   parameters:
6391   - "throughput"
6392   - "name"
6393   - "tags"
6394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6395   x-axis: "X = CNFs per Service Pipeline"
6396   y-axis: "Y = Number of Service Pipelines"
6397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6398   layout:
6399     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6400     layout: "plot-service-density"
6401
6402 ################################################################################
6403
6404 # Packet Throughput
6405
6406 - type: "plot"
6407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6408   algorithm: "plot_performance_name_box"
6409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6411   include:
6412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6416   layout:
6417     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6418     layout: "plot-throughput"
6419
6420 - type: "plot"
6421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6422   algorithm: "plot_performance_name_box"
6423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6425   include:
6426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6430   layout:
6431     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6432     layout: "plot-throughput"
6433
6434 - type: "plot"
6435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6436   algorithm: "plot_performance_name_box"
6437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6439   include:
6440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6441     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6443     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6445   layout:
6446     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6447     layout: "plot-throughput"
6448
6449 - type: "plot"
6450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6451   algorithm: "plot_performance_name_box"
6452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6454   include:
6455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6460   layout:
6461     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6462     layout: "plot-throughput"
6463
6464 - type: "plot"
6465   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6466   algorithm: "plot_performance_name_box"
6467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6469   include:
6470     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6471     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6472     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6473     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6474     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6475   layout:
6476     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
6477     layout: "plot-throughput"
6478
6479 - type: "plot"
6480   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6481   algorithm: "plot_performance_name_box"
6482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6484   include:
6485     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6486     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6487     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6488     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6489     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6490   layout:
6491     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
6492     layout: "plot-throughput"
6493
6494 - type: "plot"
6495   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6496   algorithm: "plot_performance_name_box"
6497   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6499   include:
6500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6505   layout:
6506     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6507     layout: "plot-throughput"
6508
6509 - type: "plot"
6510   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6511   algorithm: "plot_performance_name_box"
6512   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6514   include:
6515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6520   layout:
6521     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6522     layout: "plot-throughput"
6523
6524 - type: "plot"
6525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6526   algorithm: "plot_performance_name_box"
6527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6529   include:
6530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6534   layout:
6535     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6536     layout: "plot-throughput"
6537
6538 - type: "plot"
6539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6540   algorithm: "plot_performance_name_box"
6541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6543   include:
6544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6548   layout:
6549     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6550     layout: "plot-throughput"
6551
6552 - type: "plot"
6553   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6554   algorithm: "plot_performance_name_box"
6555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6557   include:
6558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6563   layout:
6564     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6565     layout: "plot-throughput"
6566
6567 - type: "plot"
6568   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6569   algorithm: "plot_performance_name_box"
6570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6572   include:
6573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6578   layout:
6579     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6580     layout: "plot-throughput"
6581
6582 - type: "plot"
6583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6584   algorithm: "plot_performance_name_box"
6585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6587   include:
6588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6594   layout:
6595     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6596     layout: "plot-throughput"
6597
6598 - type: "plot"
6599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6600   algorithm: "plot_performance_name_box"
6601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6603   include:
6604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6610   layout:
6611     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6612     layout: "plot-throughput"
6613
6614 - type: "plot"
6615   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6616   algorithm: "plot_performance_name_box"
6617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6619   include:
6620     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6621     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6622     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6623   layout:
6624     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6625     layout: "plot-throughput"
6626
6627 - type: "plot"
6628   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6629   algorithm: "plot_performance_name_box"
6630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6632   include:
6633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6636   layout:
6637     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6638     layout: "plot-throughput"
6639
6640 - type: "plot"
6641   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6642   algorithm: "plot_performance_name_box"
6643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6645   include:
6646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6651   layout:
6652     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6653     layout: "plot-throughput"
6654
6655 - type: "plot"
6656   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6657   algorithm: "plot_performance_name_box"
6658   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6660   include:
6661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6666   layout:
6667     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6668     layout: "plot-throughput"
6669
6670 - type: "plot"
6671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6672   algorithm: "plot_performance_name_box"
6673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6675   include:
6676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6680   layout:
6681     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6682     layout: "plot-throughput"
6683
6684 - type: "plot"
6685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6686   algorithm: "plot_performance_name_box"
6687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6689   include:
6690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6694   layout:
6695     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6696     layout: "plot-throughput"
6697
6698 - type: "plot"
6699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6700   algorithm: "plot_performance_name_box"
6701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6703   include:
6704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6709   layout:
6710     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6711     layout: "plot-throughput"
6712
6713 - type: "plot"
6714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6715   algorithm: "plot_performance_name_box"
6716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6718   include:
6719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6724   layout:
6725     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6726     layout: "plot-throughput"
6727
6728 - type: "plot"
6729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6730   algorithm: "plot_performance_name_box"
6731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6733   include:
6734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6740   layout:
6741     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6742     layout: "plot-throughput"
6743
6744 - type: "plot"
6745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6746   algorithm: "plot_performance_name_box"
6747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6749   include:
6750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6756   layout:
6757     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6758     layout: "plot-throughput"
6759
6760 - type: "plot"
6761   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6762   algorithm: "plot_performance_name_box"
6763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6765   include:
6766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6771   layout:
6772     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6773     layout: "plot-throughput"
6774
6775 - type: "plot"
6776   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6777   algorithm: "plot_performance_name_box"
6778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6780   include:
6781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6786   layout:
6787     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6788     layout: "plot-throughput"
6789
6790 - type: "plot"
6791   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6792   algorithm: "plot_performance_name_box"
6793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6795   include:
6796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6802   layout:
6803     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6804     layout: "plot-throughput"
6805
6806 - type: "plot"
6807   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6808   algorithm: "plot_performance_name_box"
6809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6811   include:
6812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6818   layout:
6819     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6820     layout: "plot-throughput"
6821
6822 - type: "plot"
6823   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6824   algorithm: "plot_performance_name_box"
6825   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6826   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6827   include:
6828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6833   layout:
6834     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6835     layout: "plot-throughput"
6836
6837 - type: "plot"
6838   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6839   algorithm: "plot_performance_name_box"
6840   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6841   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6842   include:
6843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6848   layout:
6849     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6850     layout: "plot-throughput"
6851
6852 - type: "plot"
6853   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6854   algorithm: "plot_performance_name_box"
6855   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6856   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6857   include:
6858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6864   layout:
6865     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6866     layout: "plot-throughput"
6867
6868 - type: "plot"
6869   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6870   algorithm: "plot_performance_name_box"
6871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
6873   include:
6874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6880   layout:
6881     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6882     layout: "plot-throughput"
6883
6884 - type: "plot"
6885   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6886   algorithm: "plot_performance_name_box"
6887   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6888   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6889   include:
6890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6895   layout:
6896     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
6897     layout: "plot-throughput"
6898
6899 - type: "plot"
6900   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6901   algorithm: "plot_performance_name_box"
6902   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6903   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6904   include:
6905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6910   layout:
6911     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
6912     layout: "plot-throughput"
6913
6914 - type: "plot"
6915   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6916   algorithm: "plot_performance_name_box"
6917   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6918   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6919   include:
6920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6926   layout:
6927     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
6928     layout: "plot-throughput"
6929
6930 - type: "plot"
6931   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6932   algorithm: "plot_performance_name_box"
6933   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6934   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
6935   include:
6936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6942   layout:
6943     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
6944     layout: "plot-throughput"
6945
6946 - type: "plot"
6947   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6948   algorithm: "plot_performance_name_box"
6949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6951   include:
6952     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6953     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6954   layout:
6955     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6956     layout: "plot-throughput"
6957
6958 - type: "plot"
6959   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6960   algorithm: "plot_performance_name_box"
6961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6963   include:
6964     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6965     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6966   layout:
6967     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6968     layout: "plot-throughput"
6969
6970 - type: "plot"
6971   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6972   algorithm: "plot_performance_name_box"
6973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6975   include:
6976     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6977     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6978     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6979     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6980   layout:
6981     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6982     layout: "plot-throughput"
6983
6984 - type: "plot"
6985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6986   algorithm: "plot_performance_name_box"
6987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6989   include:
6990     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6991     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6992     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6993     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6994   layout:
6995     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6996     layout: "plot-throughput"
6997
6998 - type: "plot"
6999   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7000   algorithm: "plot_performance_name_box"
7001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7003   include:
7004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7008   layout:
7009     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7010     layout: "plot-throughput"
7011
7012 - type: "plot"
7013   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7014   algorithm: "plot_performance_name_box"
7015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7017   include:
7018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7022   layout:
7023     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7024     layout: "plot-throughput"
7025
7026 - type: "plot"
7027   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7028   algorithm: "plot_performance_name_box"
7029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7031   include:
7032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7036   layout:
7037     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
7038     layout: "plot-throughput"
7039
7040 - type: "plot"
7041   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7042   algorithm: "plot_performance_name_box"
7043   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7044   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7045   include:
7046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7048     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7049     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7050   layout:
7051     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
7052     layout: "plot-throughput"
7053
7054 - type: "plot"
7055   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7056   algorithm: "plot_performance_name_box"
7057   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7059   include:
7060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7063   layout:
7064     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7065     layout: "plot-throughput"
7066
7067 - type: "plot"
7068   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7069   algorithm: "plot_performance_name_box"
7070   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7072   include:
7073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7076   layout:
7077     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7078     layout: "plot-throughput"
7079
7080 - type: "plot"
7081   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7082   algorithm: "plot_performance_name_box"
7083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7085   include:
7086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7091   layout:
7092     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7093     layout: "plot-throughput"
7094
7095 - type: "plot"
7096   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7097   algorithm: "plot_performance_name_box"
7098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7100   include:
7101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7106   layout:
7107     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7108     layout: "plot-throughput"
7109
7110 - type: "plot"
7111   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7112   algorithm: "plot_performance_name_box"
7113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7115   include:
7116     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7117     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7118     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7119   layout:
7120     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7121     layout: "plot-throughput"
7122
7123 - type: "plot"
7124   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7125   algorithm: "plot_performance_name_box"
7126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7128   include:
7129     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7130     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7131     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7132   layout:
7133     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7134     layout: "plot-throughput"
7135
7136 - type: "plot"
7137   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7138   algorithm: "plot_performance_name_box"
7139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7141   include:
7142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7145   layout:
7146     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7147     layout: "plot-throughput"
7148
7149 - type: "plot"
7150   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7151   algorithm: "plot_performance_name_box"
7152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7154   include:
7155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7158   layout:
7159     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7160     layout: "plot-throughput"
7161
7162 - type: "plot"
7163   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7164   algorithm: "plot_performance_name_box"
7165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7167   include:
7168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7173   layout:
7174     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7175     layout: "plot-throughput"
7176
7177 - type: "plot"
7178   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7179   algorithm: "plot_performance_name_box"
7180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7182   include:
7183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7184     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7187     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7188   layout:
7189     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7190     layout: "plot-throughput"
7191
7192 - type: "plot"
7193   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7194   algorithm: "plot_performance_name_box"
7195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7196   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7197   include:
7198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7203   layout:
7204     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7205     layout: "plot-throughput"
7206
7207 - type: "plot"
7208   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7209   algorithm: "plot_performance_name_box"
7210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7212   include:
7213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7218   layout:
7219     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7220     layout: "plot-throughput"
7221
7222 - type: "plot"
7223   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7224   algorithm: "plot_performance_name_box"
7225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7227   include:
7228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7233   layout:
7234     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7235     layout: "plot-throughput"
7236
7237 - type: "plot"
7238   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7239   algorithm: "plot_performance_name_box"
7240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7242   include:
7243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7245     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7246     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7247     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7248   layout:
7249     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7250     layout: "plot-throughput"
7251
7252 - type: "plot"
7253   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7254   algorithm: "plot_performance_name_box"
7255   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7256   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7257   include:
7258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7263   layout:
7264     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
7265     layout: "plot-throughput"
7266
7267 - type: "plot"
7268   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7269   algorithm: "plot_performance_name_box"
7270   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7271   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7272   include:
7273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7278   layout:
7279     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
7280     layout: "plot-throughput"
7281
7282 - type: "plot"
7283   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7284   algorithm: "plot_performance_name_box"
7285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7287   include:
7288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7294   layout:
7295     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7296     layout: "plot-throughput"
7297
7298 - type: "plot"
7299   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7300   algorithm: "plot_performance_name_box"
7301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7303   include:
7304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7310   layout:
7311     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7312     layout: "plot-throughput"
7313
7314 - type: "plot"
7315   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7316   algorithm: "plot_performance_name_box"
7317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7319   include:
7320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7323     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7324   layout:
7325     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7326     layout: "plot-throughput"
7327
7328 - type: "plot"
7329   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7330   algorithm: "plot_performance_name_box"
7331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7333   include:
7334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7338   layout:
7339     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7340     layout: "plot-throughput"
7341
7342 - type: "plot"
7343   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7344   algorithm: "plot_performance_name_box"
7345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7347   include:
7348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7354   layout:
7355     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7356     layout: "plot-throughput"
7357
7358 - type: "plot"
7359   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7360   algorithm: "plot_performance_name_box"
7361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7363   include:
7364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7370   layout:
7371     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7372     layout: "plot-throughput"
7373
7374 - type: "plot"
7375   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7376   algorithm: "plot_performance_name_box"
7377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7379   include:
7380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7386   layout:
7387     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7388     layout: "plot-throughput"
7389
7390 - type: "plot"
7391   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7392   algorithm: "plot_performance_name_box"
7393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7395   include:
7396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7402   layout:
7403     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7404     layout: "plot-throughput"
7405
7406 - type: "plot"
7407   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7408   algorithm: "plot_performance_name_box"
7409   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7410   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7411   include:
7412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7418   layout:
7419     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
7420     layout: "plot-throughput"
7421
7422 - type: "plot"
7423   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7424   algorithm: "plot_performance_name_box"
7425   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7426   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7427   include:
7428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7434   layout:
7435     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
7436     layout: "plot-throughput"
7437
7438 - type: "plot"
7439   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7440   algorithm: "plot_performance_name_box"
7441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7443   include:
7444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7450   layout:
7451     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7452     layout: "plot-throughput"
7453
7454 - type: "plot"
7455   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7456   algorithm: "plot_performance_name_box"
7457   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7459   include:
7460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7466   layout:
7467     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7468     layout: "plot-throughput"
7469
7470 - type: "plot"
7471   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7472   algorithm: "plot_performance_name_box"
7473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7475   include:
7476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7480   layout:
7481     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7482     layout: "plot-throughput"
7483
7484 - type: "plot"
7485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7486   algorithm: "plot_performance_name_box"
7487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7489   include:
7490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7494   layout:
7495     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7496     layout: "plot-throughput"
7497
7498 - type: "plot"
7499   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7500   algorithm: "plot_performance_name_box"
7501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7503   include:
7504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7509   layout:
7510     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7511     layout: "plot-throughput"
7512
7513 - type: "plot"
7514   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7515   algorithm: "plot_performance_name_box"
7516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7518   include:
7519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7524   layout:
7525     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7526     layout: "plot-throughput"
7527
7528 - type: "plot"
7529   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7530   algorithm: "plot_performance_name_box"
7531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7533   include:
7534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7538   layout:
7539     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7540     layout: "plot-throughput"
7541
7542 - type: "plot"
7543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7544   algorithm: "plot_performance_name_box"
7545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7547   include:
7548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7552   layout:
7553     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7554     layout: "plot-throughput"
7555
7556 - type: "plot"
7557   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7558   algorithm: "plot_performance_name_box"
7559   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7561   include:
7562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7568   layout:
7569     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7570     layout: "plot-throughput"
7571
7572 - type: "plot"
7573   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7574   algorithm: "plot_performance_name_box"
7575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7577   include:
7578     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7579     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7580     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7581     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7582     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7583     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7584   layout:
7585     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7586     layout: "plot-throughput"
7587
7588 - type: "plot"
7589   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7590   algorithm: "plot_performance_name_box"
7591   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7593   include:
7594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7598     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7599   layout:
7600     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7601     layout: "plot-throughput"
7602
7603 - type: "plot"
7604   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7605   algorithm: "plot_performance_name_box"
7606   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7608   include:
7609     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7610     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7611     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7612     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7613     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7614   layout:
7615     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7616     layout: "plot-throughput"
7617
7618 - type: "plot"
7619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7620   algorithm: "plot_performance_name_box"
7621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7623   include:
7624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7627   layout:
7628     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7629     layout: "plot-throughput"
7630
7631 - type: "plot"
7632   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7633   algorithm: "plot_performance_name_box"
7634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7636   include:
7637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7640   layout:
7641     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7642     layout: "plot-throughput"
7643
7644 - type: "plot"
7645   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7646   algorithm: "plot_performance_name_box"
7647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7649   include:
7650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7654   layout:
7655     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7656     layout: "plot-throughput"
7657
7658 - type: "plot"
7659   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7660   algorithm: "plot_performance_name_box"
7661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7663   include:
7664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7668   layout:
7669     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7670     layout: "plot-throughput"
7671
7672 - type: "plot"
7673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7674   algorithm: "plot_performance_name_box"
7675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7677   include:
7678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7684   layout:
7685     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7686     layout: "plot-throughput"
7687
7688 - type: "plot"
7689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7690   algorithm: "plot_performance_name_box"
7691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7693   include:
7694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7700   layout:
7701     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7702     layout: "plot-throughput"
7703
7704 - type: "plot"
7705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7706   algorithm: "plot_performance_name_box"
7707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7709   include:
7710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7716   layout:
7717     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
7718     layout: "plot-throughput"
7719
7720 - type: "plot"
7721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7722   algorithm: "plot_performance_name_box"
7723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7725   include:
7726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7732   layout:
7733     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
7734     layout: "plot-throughput"
7735
7736 - type: "plot"
7737   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7738   algorithm: "plot_performance_name_box"
7739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7741   include:
7742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7746   layout:
7747     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
7748     layout: "plot-throughput"
7749
7750 - type: "plot"
7751   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7752   algorithm: "plot_performance_name_box"
7753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7755   include:
7756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7760   layout:
7761     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
7762     layout: "plot-throughput"
7763
7764 - type: "plot"
7765   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7766   algorithm: "plot_performance_name_box"
7767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7769   include:
7770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7776   layout:
7777     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7778     layout: "plot-throughput"
7779
7780 - type: "plot"
7781   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7782   algorithm: "plot_performance_name_box"
7783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7785   include:
7786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7792   layout:
7793     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7794     layout: "plot-throughput"
7795
7796 - type: "plot"
7797   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7798   algorithm: "plot_performance_name_box"
7799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7801   include:
7802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7808   layout:
7809     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7810     layout: "plot-throughput"
7811
7812 - type: "plot"
7813   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7814   algorithm: "plot_performance_name_box"
7815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7817   include:
7818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7824   layout:
7825     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7826     layout: "plot-throughput"
7827
7828 - type: "plot"
7829   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7830   algorithm: "plot_performance_name_box"
7831   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7832   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7833   include:
7834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7838   layout:
7839     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7840     layout: "plot-throughput"
7841
7842 - type: "plot"
7843   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7844   algorithm: "plot_performance_name_box"
7845   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7846   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7847   include:
7848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7852   layout:
7853     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7854     layout: "plot-throughput"
7855
7856 - type: "plot"
7857   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7858   algorithm: "plot_performance_name_box"
7859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7861   include:
7862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7868   layout:
7869     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7870     layout: "plot-throughput"
7871
7872 - type: "plot"
7873   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7874   algorithm: "plot_performance_name_box"
7875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
7877   include:
7878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7884   layout:
7885     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7886     layout: "plot-throughput"
7887
7888 - type: "plot"
7889   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7890   algorithm: "plot_performance_name_box"
7891   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7892   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7893   include:
7894     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7895     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7898   layout:
7899     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
7900     layout: "plot-throughput"
7901
7902 - type: "plot"
7903   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7904   algorithm: "plot_performance_name_box"
7905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7907   include:
7908     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7909     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7910     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7912   layout:
7913     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
7914     layout: "plot-throughput"
7915
7916 - type: "plot"
7917   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7918   algorithm: "plot_performance_name_box"
7919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7921   include:
7922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7924     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7928   layout:
7929     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
7930     layout: "plot-throughput"
7931
7932 - type: "plot"
7933   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7934   algorithm: "plot_performance_name_box"
7935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7937   include:
7938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7940     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7944   layout:
7945     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
7946     layout: "plot-throughput"
7947
7948 - type: "plot"
7949   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7950   algorithm: "plot_performance_name_box"
7951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7953   include:
7954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7955     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7956     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7960   layout:
7961     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
7962     layout: "plot-throughput"
7963
7964 - type: "plot"
7965   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7966   algorithm: "plot_performance_name_box"
7967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
7969   include:
7970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7976   layout:
7977     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
7978     layout: "plot-throughput"
7979
7980 - type: "plot"
7981   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7982   algorithm: "plot_performance_name_box"
7983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7985   include:
7986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7988     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7989     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7992   layout:
7993     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7994     layout: "plot-throughput"
7995
7996 - type: "plot"
7997   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7998   algorithm: "plot_performance_name_box"
7999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
8000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8001   include:
8002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8004     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8008   layout:
8009     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
8010     layout: "plot-throughput"
8011
8012 - type: "plot"
8013   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8014   algorithm: "plot_performance_name_box"
8015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8017   include:
8018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8024   layout:
8025     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8026     layout: "plot-throughput"
8027
8028 - type: "plot"
8029   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8030   algorithm: "plot_performance_name_box"
8031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8033   include:
8034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8037     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8040   layout:
8041     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
8042     layout: "plot-throughput"
8043
8044 - type: "plot"
8045   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8046   algorithm: "plot_performance_name_box"
8047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8049   include:
8050     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8054     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8056   layout:
8057     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8058     layout: "plot-throughput"
8059
8060 - type: "plot"
8061   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8062   algorithm: "plot_performance_name_box"
8063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8065   include:
8066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8071     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8072   layout:
8073     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8074     layout: "plot-throughput"
8075
8076 - type: "plot"
8077   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8078   algorithm: "plot_performance_name_box"
8079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8081   include:
8082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8085   layout:
8086     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
8087     layout: "plot-throughput"
8088
8089 - type: "plot"
8090   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8091   algorithm: "plot_performance_name_box"
8092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
8094   include:
8095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8098   layout:
8099     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
8100     layout: "plot-throughput"
8101
8102 - type: "plot"
8103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8104   algorithm: "plot_performance_name_box"
8105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8106   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8107   include:
8108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8112   layout:
8113     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8114     layout: "plot-throughput"
8115
8116 - type: "plot"
8117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8118   algorithm: "plot_performance_name_box"
8119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8120   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8121   include:
8122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8126   layout:
8127     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8128     layout: "plot-throughput"
8129
8130 - type: "plot"
8131   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8132   algorithm: "plot_performance_name_box"
8133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8134   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8135   include:
8136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8140   layout:
8141     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8142     layout: "plot-throughput"
8143
8144 - type: "plot"
8145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8146   algorithm: "plot_performance_name_box"
8147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8148   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8149   include:
8150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8154   layout:
8155     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8156     layout: "plot-throughput"
8157
8158 - type: "plot"
8159   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8160   algorithm: "plot_performance_name_box"
8161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8162   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8163   include:
8164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8168   layout:
8169     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8170     layout: "plot-throughput"
8171
8172 - type: "plot"
8173   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8174   algorithm: "plot_performance_name_box"
8175   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8176   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8177   include:
8178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8182   layout:
8183     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
8184     layout: "plot-throughput"
8185
8186 - type: "plot"
8187   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8188   algorithm: "plot_performance_name_box"
8189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8190   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8191   include:
8192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8196   layout:
8197     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
8198     layout: "plot-throughput"
8199
8200 - type: "plot"
8201   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8202   algorithm: "plot_performance_name_box"
8203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8204   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8205   include:
8206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8210   layout:
8211     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
8212     layout: "plot-throughput"
8213
8214 - type: "plot"
8215   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8216   algorithm: "plot_performance_name_box"
8217   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8218   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8219   include:
8220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8224   layout:
8225     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8226     layout: "plot-throughput"
8227
8228 - type: "plot"
8229   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8230   algorithm: "plot_performance_name_box"
8231   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8232   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8233   include:
8234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8238   layout:
8239     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8240     layout: "plot-throughput"
8241
8242 - type: "plot"
8243   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8244   algorithm: "plot_performance_name_box"
8245   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8246   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8247   include:
8248     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8249     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8252   layout:
8253     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8254     layout: "plot-throughput"
8255
8256 - type: "plot"
8257   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8258   algorithm: "plot_performance_name_box"
8259   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8260   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8261   include:
8262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8266   layout:
8267     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8268     layout: "plot-throughput"
8269
8270 - type: "plot"
8271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8272   algorithm: "plot_performance_name_box"
8273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8274   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8275   include:
8276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8281   layout:
8282     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8283     layout: "plot-throughput"
8284
8285 - type: "plot"
8286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8287   algorithm: "plot_performance_name_box"
8288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8289   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8290   include:
8291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8296   layout:
8297     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
8298     layout: "plot-throughput"
8299
8300 - type: "plot"
8301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8302   algorithm: "plot_performance_name_box"
8303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8304   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8305   include:
8306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8311   layout:
8312     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
8313     layout: "plot-throughput"
8314
8315 - type: "plot"
8316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8317   algorithm: "plot_performance_name_box"
8318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8319   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8320   include:
8321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8326   layout:
8327     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
8328     layout: "plot-throughput"
8329
8330 - type: "plot"
8331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8332   algorithm: "plot_performance_name_box"
8333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8334   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8335   include:
8336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8342   layout:
8343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8344     layout: "plot-throughput"
8345
8346 - type: "plot"
8347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8348   algorithm: "plot_performance_name_box"
8349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8350   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8351   include:
8352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8358   layout:
8359     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
8360     layout: "plot-throughput"
8361
8362 - type: "plot"
8363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8364   algorithm: "plot_performance_name_box"
8365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8366   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8367   include:
8368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8374   layout:
8375     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
8376     layout: "plot-throughput"
8377
8378 - type: "plot"
8379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8380   algorithm: "plot_performance_name_box"
8381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8382   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8383   include:
8384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8390   layout:
8391     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
8392     layout: "plot-throughput"
8393
8394 - type: "plot"
8395   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8396   algorithm: "plot_performance_name_box"
8397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8399   include:
8400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8405   layout:
8406     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
8407     layout: "plot-throughput"
8408
8409 - type: "plot"
8410   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8411   algorithm: "plot_performance_name_box"
8412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8414   include:
8415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8420   layout:
8421     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
8422     layout: "plot-throughput"
8423
8424 - type: "plot"
8425   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8426   algorithm: "plot_performance_name_box"
8427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8429   include:
8430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8436   layout:
8437     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
8438     layout: "plot-throughput"
8439
8440 - type: "plot"
8441   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8442   algorithm: "plot_performance_name_box"
8443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8445   include:
8446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8452   layout:
8453     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
8454     layout: "plot-throughput"
8455
8456 - type: "plot"
8457   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8458   algorithm: "plot_performance_name_box"
8459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8461   include:
8462     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8463     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8464     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8465   layout:
8466     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8467     layout: "plot-throughput"
8468
8469 - type: "plot"
8470   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8471   algorithm: "plot_performance_name_box"
8472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8474   include:
8475     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8476     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8477     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8478   layout:
8479     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
8480     layout: "plot-throughput"
8481
8482 - type: "plot"
8483   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8484   algorithm: "plot_performance_name_box"
8485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8487   include:
8488     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8489     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8490     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8491   layout:
8492     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8493     layout: "plot-throughput"
8494
8495 - type: "plot"
8496   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8497   algorithm: "plot_performance_name_box"
8498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8500   include:
8501     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8502     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8503     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8504   layout:
8505     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
8506     layout: "plot-throughput"
8507
8508 - type: "plot"
8509   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8510   algorithm: "plot_performance_name_box"
8511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8513   include:
8514     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8515     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8516     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8517   layout:
8518     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
8519     layout: "plot-throughput"
8520
8521 - type: "plot"
8522   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8523   algorithm: "plot_performance_name_box"
8524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8526   include:
8527     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8528     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8529     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8530   layout:
8531     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-pdr"
8532     layout: "plot-throughput"
8533
8534 ################################################################################
8535
8536 # Packet Latency 1C
8537
8538 - type: "plot"
8539   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8540   algorithm: "plot_latency_error_bars_name"
8541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8543   include:
8544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8548   layout:
8549     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8550     layout: "plot-latency"
8551
8552 - type: "plot"
8553   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8554   algorithm: "plot_latency_error_bars_name"
8555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
8556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8557   include:
8558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8563   layout:
8564     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
8565     layout: "plot-latency"
8566
8567 - type: "plot"
8568   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8569   algorithm: "plot_latency_error_bars_name"
8570   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8572   include:
8573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8578   layout:
8579     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8580     layout: "plot-latency"
8581
8582 - type: "plot"
8583   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8584   algorithm: "plot_latency_error_bars_name"
8585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8587   include:
8588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
8589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8592   layout:
8593     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8594     layout: "plot-latency"
8595
8596 - type: "plot"
8597   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8598   algorithm: "plot_latency_error_bars_name"
8599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8601   include:
8602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8607   layout:
8608     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8609     layout: "plot-latency"
8610
8611 - type: "plot"
8612   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8613   algorithm: "plot_latency_error_bars_name"
8614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8616   include:
8617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8623   layout:
8624     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8625     layout: "plot-latency"
8626
8627 - type: "plot"
8628   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8629   algorithm: "plot_latency_error_bars_name"
8630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8632   include:
8633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8636   layout:
8637     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8638     layout: "plot-latency"
8639
8640 - type: "plot"
8641   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8642   algorithm: "plot_latency_error_bars_name"
8643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8645   include:
8646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8651   layout:
8652     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8653     layout: "plot-latency"
8654
8655 - type: "plot"
8656   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8657   algorithm: "plot_latency_error_bars_name"
8658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8660   include:
8661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8665   layout:
8666     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8667     layout: "plot-latency"
8668
8669 - type: "plot"
8670   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8671   algorithm: "plot_latency_error_bars_name"
8672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8674   include:
8675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8680   layout:
8681     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8682     layout: "plot-latency"
8683
8684 - type: "plot"
8685   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8686   algorithm: "plot_latency_error_bars_name"
8687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8689   include:
8690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8696   layout:
8697     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8698     layout: "plot-latency"
8699
8700 - type: "plot"
8701   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8702   algorithm: "plot_latency_error_bars_name"
8703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8705   include:
8706     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8707     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8708   layout:
8709     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8710     layout: "plot-latency"
8711
8712 - type: "plot"
8713   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8714   algorithm: "plot_latency_error_bars_name"
8715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8717   include:
8718     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8719     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8720     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8722   layout:
8723     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8724     layout: "plot-latency"
8725
8726 - type: "plot"
8727   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8728   algorithm: "plot_latency_error_bars_name"
8729   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8731   include:
8732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8735   layout:
8736     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8737     layout: "plot-latency"
8738
8739 - type: "plot"
8740   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8741   algorithm: "plot_latency_error_bars_name"
8742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8744   include:
8745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8750   layout:
8751     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8752     layout: "plot-latency"
8753
8754 - type: "plot"
8755   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8756   algorithm: "plot_latency_error_bars_name"
8757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8759   include:
8760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8761     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8762     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8763   layout:
8764     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8765     layout: "plot-latency"
8766
8767 - type: "plot"
8768   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8769   algorithm: "plot_latency_error_bars_name"
8770   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8772   include:
8773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8776   layout:
8777     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8778     layout: "plot-latency"
8779
8780 - type: "plot"
8781   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8782   algorithm: "plot_latency_error_bars_name"
8783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8785   include:
8786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8791   layout:
8792     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8793     layout: "plot-latency"
8794
8795 #- type: "plot"
8796 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8797 #  algorithm: "plot_latency_error_bars_name"
8798 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8799 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8800 #  include:
8801 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8802 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8803 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8804 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8805 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8806 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8807 #  layout:
8808 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8809 #    layout: "plot-latency"
8810
8811 #- type: "plot"
8812 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8813 #  algorithm: "plot_latency_error_bars_name"
8814 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8815 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8816 #  include:
8817 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8818 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8819 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8820 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8821 #  layout:
8822 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8823 #    layout: "plot-latency"
8824
8825 #- type: "plot"
8826 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8827 #  algorithm: "plot_latency_error_bars_name"
8828 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8829 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8830 #  include:
8831 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8832 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8833 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8834 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8835 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8836 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8837 #  layout:
8838 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8839 #    layout: "plot-latency"
8840
8841 - type: "plot"
8842   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8843   algorithm: "plot_latency_error_bars_name"
8844   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8846   include:
8847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8853   layout:
8854     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8855     layout: "plot-latency"
8856
8857 - type: "plot"
8858   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8859   algorithm: "plot_latency_error_bars_name"
8860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8862   include:
8863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8867   layout:
8868     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8869     layout: "plot-latency"
8870
8871 - type: "plot"
8872   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8873   algorithm: "plot_latency_error_bars_name"
8874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8876   include:
8877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8882   layout:
8883     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8884     layout: "plot-latency"
8885
8886 - type: "plot"
8887   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8888   algorithm: "plot_latency_error_bars_name"
8889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8891   include:
8892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8896   layout:
8897     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8898     layout: "plot-latency"
8899
8900 - type: "plot"
8901   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8902   algorithm: "plot_latency_error_bars_name"
8903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8905   include:
8906     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8907     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8908     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8909     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8911     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8912   layout:
8913     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8914     layout: "plot-latency"
8915
8916 - type: "plot"
8917   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8918   algorithm: "plot_latency_error_bars_name"
8919   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8921   include:
8922     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8923     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8924     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8925     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8926     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8927   layout:
8928     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8929     layout: "plot-latency"
8930
8931 - type: "plot"
8932   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8933   algorithm: "plot_latency_error_bars_name"
8934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8936   include:
8937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8940   layout:
8941     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8942     layout: "plot-latency"
8943
8944 - type: "plot"
8945   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8946   algorithm: "plot_latency_error_bars_name"
8947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8949   include:
8950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8954   layout:
8955     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8956     layout: "plot-latency"
8957
8958 - type: "plot"
8959   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8960   algorithm: "plot_latency_error_bars_name"
8961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8963   include:
8964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8970   layout:
8971     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8972     layout: "plot-latency"
8973
8974 - type: "plot"
8975   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8976   algorithm: "plot_latency_error_bars_name"
8977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
8978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8979   include:
8980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8986   layout:
8987     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
8988     layout: "plot-latency"
8989
8990 - type: "plot"
8991   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8992   algorithm: "plot_latency_error_bars_name"
8993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8995   include:
8996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9002   layout:
9003     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
9004     layout: "plot-latency"
9005
9006 - type: "plot"
9007   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
9008   algorithm: "plot_latency_error_bars_name"
9009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
9010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9011   include:
9012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9018   layout:
9019     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
9020     layout: "plot-latency"
9021
9022 - type: "plot"
9023   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9024   algorithm: "plot_latency_error_bars_name"
9025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
9026   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9027   include:
9028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9032   layout:
9033     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9034     layout: "plot-latency"
9035
9036 - type: "plot"
9037   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9038   algorithm: "plot_latency_error_bars_name"
9039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
9040   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9041   include:
9042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9046   layout:
9047     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9048     layout: "plot-latency"
9049
9050 - type: "plot"
9051   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9052   algorithm: "plot_latency_error_bars_name"
9053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
9054   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9055   include:
9056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9060   layout:
9061     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
9062     layout: "plot-latency"
9063
9064 - type: "plot"
9065   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9066   algorithm: "plot_latency_error_bars_name"
9067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
9068   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9069   include:
9070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9074   layout:
9075     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
9076     layout: "plot-latency"
9077
9078 - type: "plot"
9079   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9080   algorithm: "plot_latency_error_bars_name"
9081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
9082   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9083   include:
9084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9088   layout:
9089     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9090     layout: "plot-latency"
9091
9092 - type: "plot"
9093   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9094   algorithm: "plot_latency_error_bars_name"
9095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9096   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9097   include:
9098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9102   layout:
9103     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9104     layout: "plot-latency"
9105
9106 - type: "plot"
9107   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9108   algorithm: "plot_latency_error_bars_name"
9109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
9110   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9111   include:
9112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9117   layout:
9118     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
9119     layout: "plot-latency"
9120
9121 - type: "plot"
9122   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9123   algorithm: "plot_latency_error_bars_name"
9124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
9125   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9126   include:
9127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9132   layout:
9133     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
9134     layout: "plot-latency"
9135
9136 - type: "plot"
9137   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9138   algorithm: "plot_latency_error_bars_name"
9139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
9140   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9141   include:
9142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9148   layout:
9149     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
9150     layout: "plot-latency"
9151
9152 - type: "plot"
9153   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9154   algorithm: "plot_latency_error_bars_name"
9155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9156   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9157   include:
9158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9164   layout:
9165     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
9166     layout: "plot-latency"
9167
9168 #- type: "plot"
9169 #  title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
9170 #  algorithm: "plot_latency_error_bars_name"
9171 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
9172 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9173 #  include:
9174 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9175 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9176 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9177 #  layout:
9178 #    title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
9179 #    layout: "plot-latency"
9180
9181 #- type: "plot"
9182 #  title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
9183 #  algorithm: "plot_latency_error_bars_name"
9184 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
9185 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9186 #  include:
9187 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9188 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9189 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9190 #  layout:
9191 #    title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
9192 #    layout: "plot-latency"
9193
9194 - type: "plot"
9195   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
9196   algorithm: "plot_latency_error_bars_name"
9197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
9198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9199   include:
9200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9202     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9203     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9204     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9205   layout:
9206     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
9207     layout: "plot-latency"
9208
9209 - type: "plot"
9210   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
9211   algorithm: "plot_latency_error_bars_name"
9212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
9213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9214   include:
9215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9220   layout:
9221     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9222     layout: "plot-latency"
9223
9224 - type: "plot"
9225   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
9226   algorithm: "plot_latency_error_bars_name"
9227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
9228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9229   include:
9230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9236   layout:
9237     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9238     layout: "plot-latency"
9239
9240 - type: "plot"
9241   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9242   algorithm: "plot_latency_error_bars_name"
9243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9245   include:
9246     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9247     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9248     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9249     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9250   layout:
9251     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
9252     layout: "plot-latency"
9253
9254 - type: "plot"
9255   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
9256   algorithm: "plot_latency_error_bars_name"
9257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
9258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9259   include:
9260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9265   layout:
9266     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9267     layout: "plot-latency"
9268
9269 #- type: "plot"
9270 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9271 #  algorithm: "plot_latency_error_bars_name"
9272 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
9273 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9274 #  include:
9275 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9276 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9277 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9278 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9279 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9280 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9281 #  layout:
9282 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
9283 #    layout: "plot-latency"
9284
9285 - type: "plot"
9286   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9287   algorithm: "plot_latency_error_bars_name"
9288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
9289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9290   include:
9291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
9292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
9294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9295   layout:
9296     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
9297     layout: "plot-latency"
9298
9299 - type: "plot"
9300   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9301   algorithm: "plot_latency_error_bars_name"
9302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
9303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9304   include:
9305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
9306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
9307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
9309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
9310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
9311   layout:
9312     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
9313     layout: "plot-latency"
9314
9315 - type: "plot"
9316   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9317   algorithm: "plot_latency_error_bars_name"
9318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
9319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9320   include:
9321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
9322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9327   layout:
9328     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
9329     layout: "plot-latency"
9330
9331 - type: "plot"
9332   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9333   algorithm: "plot_latency_error_bars_name"
9334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
9335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9336   include:
9337     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9338     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9339     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9340     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9341     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9342     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9343   layout:
9344     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
9345     layout: "plot-latency"
9346
9347 - type: "plot"
9348   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9349   algorithm: "plot_latency_error_bars_name"
9350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
9351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9352   include:
9353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9358   layout:
9359     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
9360     layout: "plot-latency"
9361
9362 - type: "plot"
9363   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9364   algorithm: "plot_latency_error_bars_name"
9365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
9366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9367   include:
9368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9374   layout:
9375     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
9376     layout: "plot-latency"
9377
9378 #- type: "plot"
9379 #  title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9380 #  algorithm: "plot_latency_error_bars_name"
9381 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr-lat"
9382 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9383 #  include:
9384 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9385 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9386 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9387 #  layout:
9388 #    title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe-ndr"
9389 #    layout: "plot-latency"
9390
9391 ################################################################################
9392
9393 # Packet Latency 2C
9394
9395 - type: "plot"
9396   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9397   algorithm: "plot_latency_error_bars_name"
9398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9400   include:
9401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9405   layout:
9406     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9407     layout: "plot-latency"
9408
9409 - type: "plot"
9410   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9411   algorithm: "plot_latency_error_bars_name"
9412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
9413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9414   include:
9415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9419     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9420   layout:
9421     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
9422     layout: "plot-latency"
9423
9424 - type: "plot"
9425   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9426   algorithm: "plot_latency_error_bars_name"
9427   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9429   include:
9430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9435   layout:
9436     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9437     layout: "plot-latency"
9438
9439 - type: "plot"
9440   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9441   algorithm: "plot_latency_error_bars_name"
9442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9444   include:
9445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
9446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9449   layout:
9450     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9451     layout: "plot-latency"
9452
9453 - type: "plot"
9454   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9455   algorithm: "plot_latency_error_bars_name"
9456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9458   include:
9459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9464   layout:
9465     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9466     layout: "plot-latency"
9467
9468 - type: "plot"
9469   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9470   algorithm: "plot_latency_error_bars_name"
9471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9473   include:
9474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9480   layout:
9481     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9482     layout: "plot-latency"
9483
9484 - type: "plot"
9485   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9486   algorithm: "plot_latency_error_bars_name"
9487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9489   include:
9490     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9491     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9492     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9493   layout:
9494     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9495     layout: "plot-latency"
9496
9497 - type: "plot"
9498   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9499   algorithm: "plot_latency_error_bars_name"
9500   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
9501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9502   include:
9503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9508   layout:
9509     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
9510     layout: "plot-latency"
9511
9512 - type: "plot"
9513   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9514   algorithm: "plot_latency_error_bars_name"
9515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
9516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9517   include:
9518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
9519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
9520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
9521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
9522   layout:
9523     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
9524     layout: "plot-latency"
9525
9526 - type: "plot"
9527   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9528   algorithm: "plot_latency_error_bars_name"
9529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
9530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9531   include:
9532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
9533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
9535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
9536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
9537   layout:
9538     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
9539     layout: "plot-latency"
9540
9541 - type: "plot"
9542   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9543   algorithm: "plot_latency_error_bars_name"
9544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
9545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9546   include:
9547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
9548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
9553   layout:
9554     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
9555     layout: "plot-latency"
9556
9557 - type: "plot"
9558   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9559   algorithm: "plot_latency_error_bars_name"
9560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9562   include:
9563     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9564     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9565   layout:
9566     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
9567     layout: "plot-latency"
9568
9569 - type: "plot"
9570   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9571   algorithm: "plot_latency_error_bars_name"
9572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
9573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9574   include:
9575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
9576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9579   layout:
9580     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
9581     layout: "plot-latency"
9582
9583 - type: "plot"
9584   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9585   algorithm: "plot_latency_error_bars_name"
9586   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9588   include:
9589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9592   layout:
9593     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9594     layout: "plot-latency"
9595
9596 - type: "plot"
9597   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9598   algorithm: "plot_latency_error_bars_name"
9599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9601   include:
9602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9607   layout:
9608     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9609     layout: "plot-latency"
9610
9611 - type: "plot"
9612   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9613   algorithm: "plot_latency_error_bars_name"
9614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9616   include:
9617     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9618     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9619     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9620   layout:
9621     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9622     layout: "plot-latency"
9623
9624 - type: "plot"
9625   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9626   algorithm: "plot_latency_error_bars_name"
9627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9629   include:
9630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9633   layout:
9634     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9635     layout: "plot-latency"
9636
9637 - type: "plot"
9638   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9639   algorithm: "plot_latency_error_bars_name"
9640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
9641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9642   include:
9643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
9644     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
9645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
9646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
9647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
9648   layout:
9649     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
9650     layout: "plot-latency"
9651
9652 #- type: "plot"
9653 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9654 #  algorithm: "plot_latency_error_bars_name"
9655 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9656 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9657 #  include:
9658 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9659 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9660 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9661 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9662 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9663 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9664 #  layout:
9665 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9666 #    layout: "plot-latency"
9667
9668 #- type: "plot"
9669 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9670 #  algorithm: "plot_latency_error_bars_name"
9671 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9672 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9673 #  include:
9674 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9675 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9676 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9677 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9678 #  layout:
9679 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9680 #    layout: "plot-latency"
9681
9682 #- type: "plot"
9683 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9684 #  algorithm: "plot_latency_error_bars_name"
9685 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9686 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9687 #  include:
9688 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9689 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9690 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9691 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9692 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9693 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9694 #  layout:
9695 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
9696 #    layout: "plot-latency"
9697
9698 - type: "plot"
9699   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9700   algorithm: "plot_latency_error_bars_name"
9701   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9703   include:
9704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9710   layout:
9711     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9712     layout: "plot-latency"
9713
9714 - type: "plot"
9715   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9716   algorithm: "plot_latency_error_bars_name"
9717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9719   include:
9720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9724   layout:
9725     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9726     layout: "plot-latency"
9727
9728 - type: "plot"
9729   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9730   algorithm: "plot_latency_error_bars_name"
9731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9733   include:
9734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9739   layout:
9740     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9741     layout: "plot-latency"
9742
9743 - type: "plot"
9744   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9745   algorithm: "plot_latency_error_bars_name"
9746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9748   include:
9749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9753   layout:
9754     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9755     layout: "plot-latency"
9756
9757 - type: "plot"
9758   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9759   algorithm: "plot_latency_error_bars_name"
9760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9762   include:
9763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9764     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9765     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9766     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9767     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9768     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9769   layout:
9770     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
9771     layout: "plot-latency"
9772
9773 - type: "plot"
9774   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9775   algorithm: "plot_latency_error_bars_name"
9776   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9778   include:
9779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9780     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9781     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9782     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9783     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9784   layout:
9785     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9786     layout: "plot-latency"
9787
9788 - type: "plot"
9789   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9790   algorithm: "plot_latency_error_bars_name"
9791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9793   include:
9794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9797   layout:
9798     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9799     layout: "plot-latency"
9800
9801 - type: "plot"
9802   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9803   algorithm: "plot_latency_error_bars_name"
9804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9806   include:
9807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9811   layout:
9812     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9813     layout: "plot-latency"
9814
9815 - type: "plot"
9816   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9817   algorithm: "plot_latency_error_bars_name"
9818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9820   include:
9821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9827   layout:
9828     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9829     layout: "plot-latency"
9830
9831 - type: "plot"
9832   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9833   algorithm: "plot_latency_error_bars_name"
9834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
9835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9836   include:
9837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9843   layout:
9844     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
9845     layout: "plot-latency"
9846
9847 - type: "plot"
9848   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9849   algorithm: "plot_latency_error_bars_name"
9850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9852   include:
9853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9859   layout:
9860     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9861     layout: "plot-latency"
9862
9863 - type: "plot"
9864   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9865   algorithm: "plot_latency_error_bars_name"
9866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9868   include:
9869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9875   layout:
9876     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9877     layout: "plot-latency"
9878
9879 - type: "plot"
9880   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9881   algorithm: "plot_latency_error_bars_name"
9882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9883   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9884   include:
9885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9889   layout:
9890     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9891     layout: "plot-latency"
9892
9893 - type: "plot"
9894   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9895   algorithm: "plot_latency_error_bars_name"
9896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
9897   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9898   include:
9899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9903   layout:
9904     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9905     layout: "plot-latency"
9906
9907 - type: "plot"
9908   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9909   algorithm: "plot_latency_error_bars_name"
9910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9911   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9912   include:
9913     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9916     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9917   layout:
9918     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9919     layout: "plot-latency"
9920
9921 - type: "plot"
9922   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
9923   algorithm: "plot_latency_error_bars_name"
9924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
9925   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9926   include:
9927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9931   layout:
9932     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
9933     layout: "plot-latency"
9934
9935 - type: "plot"
9936   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9937   algorithm: "plot_latency_error_bars_name"
9938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9939   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9940   include:
9941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9945   layout:
9946     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9947     layout: "plot-latency"
9948
9949 - type: "plot"
9950   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
9951   algorithm: "plot_latency_error_bars_name"
9952   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
9953   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9954   include:
9955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9959   layout:
9960     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
9961     layout: "plot-latency"
9962
9963 - type: "plot"
9964   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9965   algorithm: "plot_latency_error_bars_name"
9966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9967   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9968   include:
9969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9974   layout:
9975     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9976     layout: "plot-latency"
9977
9978 - type: "plot"
9979   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9980   algorithm: "plot_latency_error_bars_name"
9981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
9982   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9983   include:
9984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9989   layout:
9990     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
9991     layout: "plot-latency"
9992
9993 - type: "plot"
9994   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9995   algorithm: "plot_latency_error_bars_name"
9996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9997   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9998   include:
9999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10005   layout:
10006     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
10007     layout: "plot-latency"
10008
10009 - type: "plot"
10010   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10011   algorithm: "plot_latency_error_bars_name"
10012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10013   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10014   include:
10015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10021   layout:
10022     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
10023     layout: "plot-latency"
10024
10025 #- type: "plot"
10026 #  title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
10027 #  algorithm: "plot_latency_error_bars_name"
10028 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
10029 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10030 #  include:
10031 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10032 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10033 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10034 #  layout:
10035 #    title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
10036 #    layout: "plot-latency"
10037
10038 #- type: "plot"
10039 #  title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
10040 #  algorithm: "plot_latency_error_bars_name"
10041 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
10042 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10043 #  include:
10044 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10045 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10046 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10047 #  layout:
10048 #    title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
10049 #    layout: "plot-latency"
10050
10051 - type: "plot"
10052   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
10053   algorithm: "plot_latency_error_bars_name"
10054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
10055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10056   include:
10057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10058     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10059     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10060     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10061     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10062   layout:
10063     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
10064     layout: "plot-latency"
10065
10066 - type: "plot"
10067   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
10068   algorithm: "plot_latency_error_bars_name"
10069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
10070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10071   include:
10072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
10073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
10074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
10075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
10076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
10077   layout:
10078     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
10079     layout: "plot-latency"
10080
10081 - type: "plot"
10082   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
10083   algorithm: "plot_latency_error_bars_name"
10084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
10085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10086   include:
10087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
10088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
10093   layout:
10094     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
10095     layout: "plot-latency"
10096
10097 - type: "plot"
10098   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10099   algorithm: "plot_latency_error_bars_name"
10100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10102   include:
10103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
10104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10107   layout:
10108     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10109     layout: "plot-latency"
10110
10111 - type: "plot"
10112   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
10113   algorithm: "plot_latency_error_bars_name"
10114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
10115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10116   include:
10117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
10118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
10119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
10120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
10121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
10122   layout:
10123     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
10124     layout: "plot-latency"
10125
10126 #- type: "plot"
10127 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10128 #  algorithm: "plot_latency_error_bars_name"
10129 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10130 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10131 #  include:
10132 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10133 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10134 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10135 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10136 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10137 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10138 #  layout:
10139 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10140 #    layout: "plot-latency"
10141
10142 - type: "plot"
10143   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
10144   algorithm: "plot_latency_error_bars_name"
10145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
10146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10147   include:
10148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
10149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
10150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
10151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10152   layout:
10153     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
10154     layout: "plot-latency"
10155
10156 - type: "plot"
10157   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
10158   algorithm: "plot_latency_error_bars_name"
10159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
10160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10161   include:
10162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
10163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
10164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10165     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
10166     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
10167     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
10168   layout:
10169     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
10170     layout: "plot-latency"
10171
10172 - type: "plot"
10173   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
10174   algorithm: "plot_latency_error_bars_name"
10175   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
10176   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10177   include:
10178     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
10179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10180     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10181     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10182     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10183     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10184   layout:
10185     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
10186     layout: "plot-latency"
10187
10188 - type: "plot"
10189   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
10190   algorithm: "plot_latency_error_bars_name"
10191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
10192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10193   include:
10194     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10195     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10196     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10197     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10198     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10199     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10200   layout:
10201     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
10202     layout: "plot-latency"
10203
10204 - type: "plot"
10205   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
10206   algorithm: "plot_latency_error_bars_name"
10207   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
10208   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10209   include:
10210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10215   layout:
10216     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
10217     layout: "plot-latency"
10218
10219 - type: "plot"
10220   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
10221   algorithm: "plot_latency_error_bars_name"
10222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
10223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10224   include:
10225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10231   layout:
10232     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
10233     layout: "plot-latency"
10234
10235 #- type: "plot"
10236 #  title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
10237 #  algorithm: "plot_latency_error_bars_name"
10238 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr-lat"
10239 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10240 #  include:
10241 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10242 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10243 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10244 #  layout:
10245 #    title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe-ndr"
10246 #    layout: "plot-latency"
10247
10248 ################################################################################
10249
10250 # Packet Latency 4C
10251
10252 - type: "plot"
10253   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10254   algorithm: "plot_latency_error_bars_name"
10255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10257   include:
10258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10262   layout:
10263     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
10264     layout: "plot-latency"
10265
10266 - type: "plot"
10267   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10268   algorithm: "plot_latency_error_bars_name"
10269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
10270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10271   include:
10272     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10273     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10274     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10275     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10276     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10277   layout:
10278     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
10279     layout: "plot-latency"
10280
10281 - type: "plot"
10282   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10283   algorithm: "plot_latency_error_bars_name"
10284   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10286   include:
10287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
10288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10292   layout:
10293     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
10294     layout: "plot-latency"
10295
10296 - type: "plot"
10297   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10298   algorithm: "plot_latency_error_bars_name"
10299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10301   include:
10302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
10303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
10304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
10305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10306   layout:
10307     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
10308     layout: "plot-latency"
10309
10310 - type: "plot"
10311   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10312   algorithm: "plot_latency_error_bars_name"
10313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10315   include:
10316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
10319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
10320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10321   layout:
10322     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
10323     layout: "plot-latency"
10324
10325 - type: "plot"
10326   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10327   algorithm: "plot_latency_error_bars_name"
10328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10330   include:
10331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10337   layout:
10338     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10339     layout: "plot-latency"
10340
10341 - type: "plot"
10342   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10343   algorithm: "plot_latency_error_bars_name"
10344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10346   include:
10347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10350   layout:
10351     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
10352     layout: "plot-latency"
10353
10354 - type: "plot"
10355   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10356   algorithm: "plot_latency_error_bars_name"
10357   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
10358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10359   include:
10360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10365   layout:
10366     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
10367     layout: "plot-latency"
10368
10369 - type: "plot"
10370   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10371   algorithm: "plot_latency_error_bars_name"
10372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
10373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10374   include:
10375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
10376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
10377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
10378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
10379   layout:
10380     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
10381     layout: "plot-latency"
10382
10383 - type: "plot"
10384   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10385   algorithm: "plot_latency_error_bars_name"
10386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
10387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10388   include:
10389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
10390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
10392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
10393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
10394   layout:
10395     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
10396     layout: "plot-latency"
10397
10398 - type: "plot"
10399   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10400   algorithm: "plot_latency_error_bars_name"
10401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
10402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10403   include:
10404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
10405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
10410   layout:
10411     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
10412     layout: "plot-latency"
10413
10414 - type: "plot"
10415   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10416   algorithm: "plot_latency_error_bars_name"
10417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10419   include:
10420     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10421     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10422   layout:
10423     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
10424     layout: "plot-latency"
10425
10426 - type: "plot"
10427   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10428   algorithm: "plot_latency_error_bars_name"
10429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
10430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10431   include:
10432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10436   layout:
10437     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
10438     layout: "plot-latency"
10439
10440 - type: "plot"
10441   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10442   algorithm: "plot_latency_error_bars_name"
10443   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10445   include:
10446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10449   layout:
10450     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10451     layout: "plot-latency"
10452
10453 - type: "plot"
10454   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10455   algorithm: "plot_latency_error_bars_name"
10456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10458   include:
10459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10464   layout:
10465     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10466     layout: "plot-latency"
10467
10468 - type: "plot"
10469   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10470   algorithm: "plot_latency_error_bars_name"
10471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10473   include:
10474     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10475     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10476     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10477   layout:
10478     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10479     layout: "plot-latency"
10480
10481 - type: "plot"
10482   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10483   algorithm: "plot_latency_error_bars_name"
10484   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10486   include:
10487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10490   layout:
10491     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10492     layout: "plot-latency"
10493
10494 - type: "plot"
10495   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10496   algorithm: "plot_latency_error_bars_name"
10497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
10498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10499   include:
10500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
10501     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
10502     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
10503     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
10505   layout:
10506     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
10507     layout: "plot-latency"
10508
10509 #- type: "plot"
10510 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10511 #  algorithm: "plot_latency_error_bars_name"
10512 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10513 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10514 #  include:
10515 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10521 #  layout:
10522 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10523 #    layout: "plot-latency"
10524
10525 #- type: "plot"
10526 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10527 #  algorithm: "plot_latency_error_bars_name"
10528 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
10529 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10530 #  include:
10531 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10534 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10535 #  layout:
10536 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10537 #    layout: "plot-latency"
10538
10539 #- type: "plot"
10540 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10541 #  algorithm: "plot_latency_error_bars_name"
10542 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
10543 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10544 #  include:
10545 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10548 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10549 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10550 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10551 #  layout:
10552 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
10553 #    layout: "plot-latency"
10554
10555 - type: "plot"
10556   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10557   algorithm: "plot_latency_error_bars_name"
10558   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10560   include:
10561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10567   layout:
10568     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10569     layout: "plot-latency"
10570
10571 - type: "plot"
10572   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10573   algorithm: "plot_latency_error_bars_name"
10574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10576   include:
10577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10581   layout:
10582     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10583     layout: "plot-latency"
10584
10585 - type: "plot"
10586   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10587   algorithm: "plot_latency_error_bars_name"
10588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10590   include:
10591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10596   layout:
10597     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10598     layout: "plot-latency"
10599
10600 - type: "plot"
10601   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10602   algorithm: "plot_latency_error_bars_name"
10603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10605   include:
10606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10610   layout:
10611     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10612     layout: "plot-latency"
10613
10614 - type: "plot"
10615   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10616   algorithm: "plot_latency_error_bars_name"
10617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10619   include:
10620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10626   layout:
10627     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
10628     layout: "plot-latency"
10629
10630 - type: "plot"
10631   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10632   algorithm: "plot_latency_error_bars_name"
10633   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
10634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10635   include:
10636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10637     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10641   layout:
10642     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
10643     layout: "plot-latency"
10644
10645 - type: "plot"
10646   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10647   algorithm: "plot_latency_error_bars_name"
10648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
10649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10650   include:
10651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
10652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
10653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
10654   layout:
10655     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
10656     layout: "plot-latency"
10657
10658 - type: "plot"
10659   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10660   algorithm: "plot_latency_error_bars_name"
10661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
10662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10663   include:
10664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
10665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10668   layout:
10669     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
10670     layout: "plot-latency"
10671
10672 - type: "plot"
10673   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10674   algorithm: "plot_latency_error_bars_name"
10675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
10676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10677   include:
10678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
10679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
10680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10684   layout:
10685     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
10686     layout: "plot-latency"
10687
10688 - type: "plot"
10689   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10690   algorithm: "plot_latency_error_bars_name"
10691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
10692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10693   include:
10694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
10695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10700   layout:
10701     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
10702     layout: "plot-latency"
10703
10704 - type: "plot"
10705   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10706   algorithm: "plot_latency_error_bars_name"
10707   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10709   include:
10710     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10712     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10713     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10714     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10716   layout:
10717     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10718     layout: "plot-latency"
10719
10720 - type: "plot"
10721   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10722   algorithm: "plot_latency_error_bars_name"
10723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
10724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10725   include:
10726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10732   layout:
10733     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
10734     layout: "plot-latency"
10735
10736 - type: "plot"
10737   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10738   algorithm: "plot_latency_error_bars_name"
10739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10740   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10741   include:
10742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10746   layout:
10747     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10748     layout: "plot-latency"
10749
10750 - type: "plot"
10751   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10752   algorithm: "plot_latency_error_bars_name"
10753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
10754   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
10755   include:
10756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10760   layout:
10761     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10762     layout: "plot-latency"
10763
10764 - type: "plot"
10765   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10766   algorithm: "plot_latency_error_bars_name"
10767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10768   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10769   include:
10770     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10771     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10772     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10773     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10774   layout:
10775     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10776     layout: "plot-latency"
10777
10778 - type: "plot"
10779   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
10780   algorithm: "plot_latency_error_bars_name"
10781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
10782   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10783   include:
10784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10785     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10786     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10787     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10788   layout:
10789     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
10790     layout: "plot-latency"
10791
10792 - type: "plot"
10793   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10794   algorithm: "plot_latency_error_bars_name"
10795   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10796   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10797   include:
10798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10802   layout:
10803     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10804     layout: "plot-latency"
10805
10806 - type: "plot"
10807   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10808   algorithm: "plot_latency_error_bars_name"
10809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10810   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10811   include:
10812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10816   layout:
10817     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10818     layout: "plot-latency"
10819
10820 - type: "plot"
10821   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10822   algorithm: "plot_latency_error_bars_name"
10823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10824   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10825   include:
10826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10829     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10830     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10831   layout:
10832     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10833     layout: "plot-latency"
10834
10835 - type: "plot"
10836   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10837   algorithm: "plot_latency_error_bars_name"
10838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
10839   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10840   include:
10841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10846   layout:
10847     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
10848     layout: "plot-latency"
10849
10850 - type: "plot"
10851   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10852   algorithm: "plot_latency_error_bars_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10854   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10855   include:
10856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10858     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10859     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10862   layout:
10863     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10864     layout: "plot-latency"
10865
10866 - type: "plot"
10867   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10868   algorithm: "plot_latency_error_bars_name"
10869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
10870   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10871   include:
10872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10874     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10878   layout:
10879     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
10880     layout: "plot-latency"
10881
10882 #- type: "plot"
10883 #  title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10884 #  algorithm: "plot_latency_error_bars_name"
10885 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10886 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10887 #  include:
10888 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10889 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10890 #    - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10891 #  layout:
10892 #    title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
10893 #    layout: "plot-latency"
10894
10895 #- type: "plot"
10896 #  title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10897 #  algorithm: "plot_latency_error_bars_name"
10898 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10899 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10900 #  include:
10901 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10902 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10903 #    - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10904 #  layout:
10905 #    title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
10906 #    layout: "plot-latency"
10907
10908 - type: "plot"
10909   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10910   algorithm: "plot_latency_error_bars_name"
10911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
10912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10913   include:
10914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10919   layout:
10920     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
10921     layout: "plot-latency"
10922
10923 - type: "plot"
10924   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10925   algorithm: "plot_latency_error_bars_name"
10926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
10927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10928   include:
10929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10934   layout:
10935     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
10936     layout: "plot-latency"
10937
10938 - type: "plot"
10939   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10940   algorithm: "plot_latency_error_bars_name"
10941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
10942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10943   include:
10944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10950   layout:
10951     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
10952     layout: "plot-latency"
10953
10954 - type: "plot"
10955   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10956   algorithm: "plot_latency_error_bars_name"
10957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10964   layout:
10965     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
10966     layout: "plot-latency"
10967
10968 - type: "plot"
10969   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10970   algorithm: "plot_latency_error_bars_name"
10971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
10972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10973   include:
10974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10979   layout:
10980     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
10981     layout: "plot-latency"
10982
10983 #- type: "plot"
10984 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10985 #  algorithm: "plot_latency_error_bars_name"
10986 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
10987 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10988 #  include:
10989 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10990 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10991 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10992 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10993 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10994 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10995 #  layout:
10996 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10997 #    layout: "plot-latency"
10998
10999 - type: "plot"
11000   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
11001   algorithm: "plot_latency_error_bars_name"
11002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
11003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11004   include:
11005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
11006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
11008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11009   layout:
11010     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
11011     layout: "plot-latency"
11012
11013 - type: "plot"
11014   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11015   algorithm: "plot_latency_error_bars_name"
11016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
11017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11018   include:
11019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
11020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
11021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
11023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
11024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
11025   layout:
11026     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
11027     layout: "plot-latency"
11028
11029 - type: "plot"
11030   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11031   algorithm: "plot_latency_error_bars_name"
11032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
11033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11034   include:
11035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
11036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11041   layout:
11042     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
11043     layout: "plot-latency"
11044
11045 - type: "plot"
11046   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11047   algorithm: "plot_latency_error_bars_name"
11048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
11049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11050   include:
11051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11054     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11057   layout:
11058     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
11059     layout: "plot-latency"
11060
11061 - type: "plot"
11062   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
11063   algorithm: "plot_latency_error_bars_name"
11064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
11065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11066   include:
11067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11072   layout:
11073     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
11074     layout: "plot-latency"
11075
11076 - type: "plot"
11077   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
11078   algorithm: "plot_latency_error_bars_name"
11079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
11080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11081   include:
11082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11088   layout:
11089     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
11090     layout: "plot-latency"
11091
11092 #- type: "plot"
11093 #  title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
11094 #  algorithm: "plot_latency_error_bars_name"
11095 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr-lat"
11096 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11097 #  include:
11098 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11099 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11100 #    - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11101 #  layout:
11102 #    title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe-ndr"
11103 #    layout: "plot-latency"
11104
11105 ################################################################################
11106
11107 # Packet Speedup
11108
11109 - type: "plot"
11110   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11111   algorithm: "plot_throughput_speedup_analysis_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11119   layout:
11120     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
11121     layout: "plot-throughput-speedup-analysis"
11122
11123 - type: "plot"
11124   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11125   algorithm: "plot_throughput_speedup_analysis_name"
11126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11128   include:
11129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11133   layout:
11134     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
11135     layout: "plot-throughput-speedup-analysis"
11136
11137 - type: "plot"
11138   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11139   algorithm: "plot_throughput_speedup_analysis_name"
11140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
11141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11142   include:
11143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11146     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11147     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11148   layout:
11149     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
11150     layout: "plot-throughput-speedup-analysis"
11151
11152 - type: "plot"
11153   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11154   algorithm: "plot_throughput_speedup_analysis_name"
11155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
11156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11161     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11162     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11163   layout:
11164     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
11165     layout: "plot-throughput-speedup-analysis"
11166
11167 - type: "plot"
11168   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11169   algorithm: "plot_throughput_speedup_analysis_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11178   layout:
11179     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
11180     layout: "plot-throughput-speedup-analysis"
11181
11182 - type: "plot"
11183   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11184   algorithm: "plot_throughput_speedup_analysis_name"
11185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11193   layout:
11194     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
11195     layout: "plot-throughput-speedup-analysis"
11196
11197 - type: "plot"
11198   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11199   algorithm: "plot_throughput_speedup_analysis_name"
11200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11207   layout:
11208     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
11209     layout: "plot-throughput-speedup-analysis"
11210
11211 - type: "plot"
11212   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11213   algorithm: "plot_throughput_speedup_analysis_name"
11214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
11223     layout: "plot-throughput-speedup-analysis"
11224
11225 - type: "plot"
11226   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11227   algorithm: "plot_throughput_speedup_analysis_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11236   layout:
11237     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
11238     layout: "plot-throughput-speedup-analysis"
11239
11240 - type: "plot"
11241   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11242   algorithm: "plot_throughput_speedup_analysis_name"
11243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11251   layout:
11252     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
11253     layout: "plot-throughput-speedup-analysis"
11254
11255 - type: "plot"
11256   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11257   algorithm: "plot_throughput_speedup_analysis_name"
11258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11267   layout:
11268     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
11269     layout: "plot-throughput-speedup-analysis"
11270
11271 - type: "plot"
11272   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11273   algorithm: "plot_throughput_speedup_analysis_name"
11274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11283   layout:
11284     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
11285     layout: "plot-throughput-speedup-analysis"
11286
11287 - type: "plot"
11288   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11289   algorithm: "plot_throughput_speedup_analysis_name"
11290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11292   include:
11293     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11296   layout:
11297     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
11298     layout: "plot-throughput-speedup-analysis"
11299
11300 - type: "plot"
11301   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11302   algorithm: "plot_throughput_speedup_analysis_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11309   layout:
11310     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
11311     layout: "plot-throughput-speedup-analysis"
11312
11313 - type: "plot"
11314   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11315   algorithm: "plot_throughput_speedup_analysis_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
11317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11324   layout:
11325     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
11326     layout: "plot-throughput-speedup-analysis"
11327
11328 - type: "plot"
11329   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11330   algorithm: "plot_throughput_speedup_analysis_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
11332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11333   include:
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11339   layout:
11340     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
11341     layout: "plot-throughput-speedup-analysis"
11342
11343 - type: "plot"
11344   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11345   algorithm: "plot_throughput_speedup_analysis_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
11347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11348   include:
11349     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11353   layout:
11354     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
11355     layout: "plot-throughput-speedup-analysis"
11356
11357 - type: "plot"
11358   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11359   algorithm: "plot_throughput_speedup_analysis_name"
11360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
11361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11362   include:
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
11369     layout: "plot-throughput-speedup-analysis"
11370
11371 - type: "plot"
11372   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11373   algorithm: "plot_throughput_speedup_analysis_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11382   layout:
11383     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
11384     layout: "plot-throughput-speedup-analysis"
11385
11386 - type: "plot"
11387   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11388   algorithm: "plot_throughput_speedup_analysis_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11397   layout:
11398     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
11399     layout: "plot-throughput-speedup-analysis"
11400
11401 - type: "plot"
11402   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11403   algorithm: "plot_throughput_speedup_analysis_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11413   layout:
11414     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
11415     layout: "plot-throughput-speedup-analysis"
11416
11417 - type: "plot"
11418   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11419   algorithm: "plot_throughput_speedup_analysis_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
11421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11422   include:
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11429   layout:
11430     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
11431     layout: "plot-throughput-speedup-analysis"
11432
11433 - type: "plot"
11434   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11435   algorithm: "plot_throughput_speedup_analysis_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
11437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11438   include:
11439     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11441   layout:
11442     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
11443     layout: "plot-throughput-speedup-analysis"
11444
11445 - type: "plot"
11446   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11447   algorithm: "plot_throughput_speedup_analysis_name"
11448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
11449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11453   layout:
11454     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
11455     layout: "plot-throughput-speedup-analysis"
11456
11457 - type: "plot"
11458   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11459   algorithm: "plot_throughput_speedup_analysis_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
11461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11462   include:
11463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11467   layout:
11468     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
11469     layout: "plot-throughput-speedup-analysis"
11470
11471 - type: "plot"
11472   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11473   algorithm: "plot_throughput_speedup_analysis_name"
11474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
11475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11476   include:
11477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11481   layout:
11482     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
11483     layout: "plot-throughput-speedup-analysis"
11484
11485 - type: "plot"
11486   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11487   algorithm: "plot_throughput_speedup_analysis_name"
11488   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11490   include:
11491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11494   layout:
11495     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11496     layout: "plot-throughput-speedup-analysis"
11497
11498 - type: "plot"
11499   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11500   algorithm: "plot_throughput_speedup_analysis_name"
11501   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11503   include:
11504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11507   layout:
11508     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11509     layout: "plot-throughput-speedup-analysis"
11510
11511 - type: "plot"
11512   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11513   algorithm: "plot_throughput_speedup_analysis_name"
11514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11516   include:
11517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11522   layout:
11523     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11524     layout: "plot-throughput-speedup-analysis"
11525
11526 - type: "plot"
11527   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11528   algorithm: "plot_throughput_speedup_analysis_name"
11529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11531   include:
11532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11537   layout:
11538     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11539     layout: "plot-throughput-speedup-analysis"
11540
11541 - type: "plot"
11542   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11543   algorithm: "plot_throughput_speedup_analysis_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11546   include:
11547     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11550   layout:
11551     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
11552     layout: "plot-throughput-speedup-analysis"
11553
11554 - type: "plot"
11555   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11556   algorithm: "plot_throughput_speedup_analysis_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11559   include:
11560     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11563   layout:
11564     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
11565     layout: "plot-throughput-speedup-analysis"
11566
11567 - type: "plot"
11568   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11569   algorithm: "plot_throughput_speedup_analysis_name"
11570   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11572   include:
11573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11576   layout:
11577     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
11578     layout: "plot-throughput-speedup-analysis"
11579
11580 - type: "plot"
11581   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11582   algorithm: "plot_throughput_speedup_analysis_name"
11583   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11589   layout:
11590     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
11591     layout: "plot-throughput-speedup-analysis"
11592
11593 - type: "plot"
11594   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11595   algorithm: "plot_throughput_speedup_analysis_name"
11596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
11597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11598   include:
11599     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11604   layout:
11605     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
11606     layout: "plot-throughput-speedup-analysis"
11607
11608 - type: "plot"
11609   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11610   algorithm: "plot_throughput_speedup_analysis_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
11612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11619   layout:
11620     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
11621     layout: "plot-throughput-speedup-analysis"
11622
11623 - type: "plot"
11624   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11625   algorithm: "plot_throughput_speedup_analysis_name"
11626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11628   include:
11629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11631     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11632     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11633     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11634     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11635   layout:
11636     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11637     layout: "plot-throughput-speedup-analysis"
11638
11639 - type: "plot"
11640   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11641   algorithm: "plot_throughput_speedup_analysis_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11644   include:
11645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11648     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11649     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11650     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11651   layout:
11652     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11653     layout: "plot-throughput-speedup-analysis"
11654
11655 - type: "plot"
11656   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11657   algorithm: "plot_throughput_speedup_analysis_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
11659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11660   include:
11661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11663     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11664     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11665   layout:
11666     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11667     layout: "plot-throughput-speedup-analysis"
11668
11669 - type: "plot"
11670   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11671   algorithm: "plot_throughput_speedup_analysis_name"
11672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
11673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11674   include:
11675     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11676     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11677     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11678     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11679   layout:
11680     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11681     layout: "plot-throughput-speedup-analysis"
11682
11683 - type: "plot"
11684   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11685   algorithm: "plot_throughput_speedup_analysis_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
11687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11688   include:
11689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11691     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11692     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11693     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11694     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11695   layout:
11696     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
11697     layout: "plot-throughput-speedup-analysis"
11698
11699 - type: "plot"
11700   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11701   algorithm: "plot_throughput_speedup_analysis_name"
11702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
11703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11704   include:
11705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11707     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11708     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11709     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11710     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11711   layout:
11712     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
11713     layout: "plot-throughput-speedup-analysis"
11714
11715 - type: "plot"
11716   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11717   algorithm: "plot_throughput_speedup_analysis_name"
11718   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11727   layout:
11728     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11729     layout: "plot-throughput-speedup-analysis"
11730
11731 - type: "plot"
11732   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11733   algorithm: "plot_throughput_speedup_analysis_name"
11734   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11743   layout:
11744     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11745     layout: "plot-throughput-speedup-analysis"
11746
11747 - type: "plot"
11748   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11749   algorithm: "plot_throughput_speedup_analysis_name"
11750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11757   layout:
11758     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
11759     layout: "plot-throughput-speedup-analysis"
11760
11761 - type: "plot"
11762   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11763   algorithm: "plot_throughput_speedup_analysis_name"
11764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11766   include:
11767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11771   layout:
11772     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
11773     layout: "plot-throughput-speedup-analysis"
11774
11775 - type: "plot"
11776   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11777   algorithm: "plot_throughput_speedup_analysis_name"
11778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11780   include:
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11786   layout:
11787     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11788     layout: "plot-throughput-speedup-analysis"
11789
11790 - type: "plot"
11791   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11792   algorithm: "plot_throughput_speedup_analysis_name"
11793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11795   include:
11796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11801   layout:
11802     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11803     layout: "plot-throughput-speedup-analysis"
11804
11805 - type: "plot"
11806   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11807   algorithm: "plot_throughput_speedup_analysis_name"
11808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11810   include:
11811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11815   layout:
11816     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11817     layout: "plot-throughput-speedup-analysis"
11818
11819 - type: "plot"
11820   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11821   algorithm: "plot_throughput_speedup_analysis_name"
11822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11829   layout:
11830     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11831     layout: "plot-throughput-speedup-analysis"
11832
11833 - type: "plot"
11834   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11835   algorithm: "plot_throughput_speedup_analysis_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11838   include:
11839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11844     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11845   layout:
11846     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
11847     layout: "plot-throughput-speedup-analysis"
11848
11849 - type: "plot"
11850   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11851   algorithm: "plot_throughput_speedup_analysis_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11854   include:
11855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11857     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11858     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11861   layout:
11862     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
11863     layout: "plot-throughput-speedup-analysis"
11864
11865 - type: "plot"
11866   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11867   algorithm: "plot_throughput_speedup_analysis_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11870   include:
11871     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11872     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11873     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11874     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11876   layout:
11877     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11878     layout: "plot-throughput-speedup-analysis"
11879
11880 - type: "plot"
11881   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11882   algorithm: "plot_throughput_speedup_analysis_name"
11883   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11885   include:
11886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11888     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11889     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11890     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11891   layout:
11892     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11893     layout: "plot-throughput-speedup-analysis"
11894
11895 - type: "plot"
11896   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11897   algorithm: "plot_throughput_speedup_analysis_name"
11898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11900   include:
11901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11904   layout:
11905     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
11906     layout: "plot-throughput-speedup-analysis"
11907
11908 - type: "plot"
11909   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11910   algorithm: "plot_throughput_speedup_analysis_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11913   include:
11914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11917   layout:
11918     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
11919     layout: "plot-throughput-speedup-analysis"
11920
11921 - type: "plot"
11922   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11923   algorithm: "plot_throughput_speedup_analysis_name"
11924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11926   include:
11927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11931   layout:
11932     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11933     layout: "plot-throughput-speedup-analysis"
11934
11935 - type: "plot"
11936   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11937   algorithm: "plot_throughput_speedup_analysis_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11945   layout:
11946     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11947     layout: "plot-throughput-speedup-analysis"
11948
11949 - type: "plot"
11950   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11951   algorithm: "plot_throughput_speedup_analysis_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11954   include:
11955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11961   layout:
11962     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11963     layout: "plot-throughput-speedup-analysis"
11964
11965 - type: "plot"
11966   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11967   algorithm: "plot_throughput_speedup_analysis_name"
11968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11970   include:
11971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11977   layout:
11978     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11979     layout: "plot-throughput-speedup-analysis"
11980
11981 - type: "plot"
11982   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11983   algorithm: "plot_throughput_speedup_analysis_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
11985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11986   include:
11987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11993   layout:
11994     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
11995     layout: "plot-throughput-speedup-analysis"
11996
11997 - type: "plot"
11998   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
11999   algorithm: "plot_throughput_speedup_analysis_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
12001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12009   layout:
12010     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
12011     layout: "plot-throughput-speedup-analysis"
12012
12013 - type: "plot"
12014   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12015   algorithm: "plot_throughput_speedup_analysis_name"
12016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12018   include:
12019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12021     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12022     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12023     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12025   layout:
12026     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
12027     layout: "plot-throughput-speedup-analysis"
12028
12029 - type: "plot"
12030   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12031   algorithm: "plot_throughput_speedup_analysis_name"
12032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12034   include:
12035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12037     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12038     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12039     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12041   layout:
12042     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
12043     layout: "plot-throughput-speedup-analysis"
12044
12045 - type: "plot"
12046   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12047   algorithm: "plot_throughput_speedup_analysis_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
12049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
12059     layout: "plot-throughput-speedup-analysis"
12060
12061 - type: "plot"
12062   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12063   algorithm: "plot_throughput_speedup_analysis_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
12065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12068     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12069     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12070     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12071     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12072     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12073   layout:
12074     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
12075     layout: "plot-throughput-speedup-analysis"
12076
12077 - type: "plot"
12078   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
12079   algorithm: "plot_throughput_speedup_analysis_name"
12080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
12081   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12082   include:
12083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12087   layout:
12088     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
12089     layout: "plot-throughput-speedup-analysis"
12090
12091 - type: "plot"
12092   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
12093   algorithm: "plot_throughput_speedup_analysis_name"
12094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
12095   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12096   include:
12097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12101   layout:
12102     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
12103     layout: "plot-throughput-speedup-analysis"
12104
12105 - type: "plot"
12106   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12107   algorithm: "plot_throughput_speedup_analysis_name"
12108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
12109   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12110   include:
12111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12115   layout:
12116     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12117     layout: "plot-throughput-speedup-analysis"
12118
12119 - type: "plot"
12120   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12121   algorithm: "plot_throughput_speedup_analysis_name"
12122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
12123   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
12124   include:
12125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12129   layout:
12130     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12131     layout: "plot-throughput-speedup-analysis"
12132
12133 - type: "plot"
12134   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
12135   algorithm: "plot_throughput_speedup_analysis_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
12137   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12138   include:
12139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12143   layout:
12144     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
12145     layout: "plot-throughput-speedup-analysis"
12146
12147 - type: "plot"
12148   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
12149   algorithm: "plot_throughput_speedup_analysis_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
12151   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12152   include:
12153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12157   layout:
12158     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
12159     layout: "plot-throughput-speedup-analysis"
12160
12161 - type: "plot"
12162   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
12163   algorithm: "plot_throughput_speedup_analysis_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
12165   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12166   include:
12167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12171   layout:
12172     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
12173     layout: "plot-throughput-speedup-analysis"
12174
12175 - type: "plot"
12176   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
12177   algorithm: "plot_throughput_speedup_analysis_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
12179   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
12180   include:
12181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12185   layout:
12186     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
12187     layout: "plot-throughput-speedup-analysis"
12188
12189 - type: "plot"
12190   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
12191   algorithm: "plot_throughput_speedup_analysis_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
12193   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12194   include:
12195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12199   layout:
12200     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
12201     layout: "plot-throughput-speedup-analysis"
12202
12203 - type: "plot"
12204   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
12205   algorithm: "plot_throughput_speedup_analysis_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
12207   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12208   include:
12209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12213   layout:
12214     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
12215     layout: "plot-throughput-speedup-analysis"
12216
12217 - type: "plot"
12218   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12219   algorithm: "plot_throughput_speedup_analysis_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
12221   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12222   include:
12223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12227   layout:
12228     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12229     layout: "plot-throughput-speedup-analysis"
12230
12231 - type: "plot"
12232   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
12233   algorithm: "plot_throughput_speedup_analysis_name"
12234   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
12235   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12236   include:
12237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241   layout:
12242     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
12243     layout: "plot-throughput-speedup-analysis"
12244
12245 - type: "plot"
12246   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
12247   algorithm: "plot_throughput_speedup_analysis_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
12249   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12250   include:
12251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12256   layout:
12257     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
12258     layout: "plot-throughput-speedup-analysis"
12259
12260 - type: "plot"
12261   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
12262   algorithm: "plot_throughput_speedup_analysis_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
12264   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12265   include:
12266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12271   layout:
12272     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
12273     layout: "plot-throughput-speedup-analysis"
12274
12275 - type: "plot"
12276   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12277   algorithm: "plot_throughput_speedup_analysis_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12280   include:
12281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12286   layout:
12287     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
12288     layout: "plot-throughput-speedup-analysis"
12289
12290 - type: "plot"
12291   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12292   algorithm: "plot_throughput_speedup_analysis_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
12294   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12295   include:
12296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12301   layout:
12302     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
12303     layout: "plot-throughput-speedup-analysis"
12304
12305 - type: "plot"
12306   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
12307   algorithm: "plot_throughput_speedup_analysis_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
12309   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12310   include:
12311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12317   layout:
12318     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
12319     layout: "plot-throughput-speedup-analysis"
12320
12321 - type: "plot"
12322   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
12323   algorithm: "plot_throughput_speedup_analysis_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
12325   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12326   include:
12327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12333   layout:
12334     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
12335     layout: "plot-throughput-speedup-analysis"
12336
12337 - type: "plot"
12338   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
12339   algorithm: "plot_throughput_speedup_analysis_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
12341   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12342   include:
12343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12349   layout:
12350     title: "3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-ndr"
12351     layout: "plot-throughput-speedup-analysis"
12352
12353 - type: "plot"
12354   title: "Speedup: 3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr"
12355   algorithm: "plot_throughput_speedup_analysis_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
12357   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
12358   include:
12359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12365   layout:
12366     title: "3n-skx-xxv710-64b-.t.c-link-bonding-vhost-base-i40e-vpp-pdr"
12367     layout: "plot-throughput-speedup-analysis"
12368
12369 - type: "plot"
12370   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
12371   algorithm: "plot_throughput_speedup_analysis_name"
12372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
12373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12374   include:
12375     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12376     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12377     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12378   layout:
12379     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
12380     layout: "plot-throughput-speedup-analysis"
12381
12382 - type: "plot"
12383   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
12384   algorithm: "plot_throughput_speedup_analysis_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
12386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12387   include:
12388     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12389     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12390     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12391   layout:
12392     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
12393     layout: "plot-throughput-speedup-analysis"
12394
12395 - type: "plot"
12396   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
12397   algorithm: "plot_throughput_speedup_analysis_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
12399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12400   include:
12401     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12402     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12403     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12404   layout:
12405     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
12406     layout: "plot-throughput-speedup-analysis"
12407
12408 - type: "plot"
12409   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
12410   algorithm: "plot_throughput_speedup_analysis_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
12412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12415     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12416     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12417   layout:
12418     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
12419     layout: "plot-throughput-speedup-analysis"
12420
12421 - type: "plot"
12422   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
12423   algorithm: "plot_throughput_speedup_analysis_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
12425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12426   include:
12427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12431     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12432   layout:
12433     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
12434     layout: "plot-throughput-speedup-analysis"
12435
12436 - type: "plot"
12437   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
12438   algorithm: "plot_throughput_speedup_analysis_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
12440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12441   include:
12442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12447   layout:
12448     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
12449     layout: "plot-throughput-speedup-analysis"
12450
12451 - type: "plot"
12452   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12453   algorithm: "plot_throughput_speedup_analysis_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12456   include:
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12462   layout:
12463     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
12464     layout: "plot-throughput-speedup-analysis"
12465
12466 - type: "plot"
12467   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12468   algorithm: "plot_throughput_speedup_analysis_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12471   include:
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12477   layout:
12478     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
12479     layout: "plot-throughput-speedup-analysis"
12480
12481 - type: "plot"
12482   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12483   algorithm: "plot_throughput_speedup_analysis_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12486   include:
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12493   layout:
12494     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
12495     layout: "plot-throughput-speedup-analysis"
12496
12497 - type: "plot"
12498   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12499   algorithm: "plot_throughput_speedup_analysis_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12502   include:
12503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12509   layout:
12510     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
12511     layout: "plot-throughput-speedup-analysis"
12512
12513 - type: "plot"
12514   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12515   algorithm: "plot_throughput_speedup_analysis_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
12517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12518   include:
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12523   layout:
12524     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
12525     layout: "plot-throughput-speedup-analysis"
12526
12527 - type: "plot"
12528   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12529   algorithm: "plot_throughput_speedup_analysis_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
12531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12532   include:
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12537   layout:
12538     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
12539     layout: "plot-throughput-speedup-analysis"
12540
12541 - type: "plot"
12542   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12543   algorithm: "plot_throughput_speedup_analysis_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12546   include:
12547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12552   layout:
12553     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
12554     layout: "plot-throughput-speedup-analysis"
12555
12556 - type: "plot"
12557   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12558   algorithm: "plot_throughput_speedup_analysis_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12561   include:
12562     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12567   layout:
12568     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
12569     layout: "plot-throughput-speedup-analysis"
12570
12571 - type: "plot"
12572   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12573   algorithm: "plot_throughput_speedup_analysis_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
12575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12576   include:
12577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12583   layout:
12584     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12585     layout: "plot-throughput-speedup-analysis"
12586
12587 - type: "plot"
12588   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12589   algorithm: "plot_throughput_speedup_analysis_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
12591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12592   include:
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12599   layout:
12600     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12601     layout: "plot-throughput-speedup-analysis"
12602
12603 - type: "plot"
12604   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12605   algorithm: "plot_throughput_speedup_analysis_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
12607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12608   include:
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12613   layout:
12614     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
12615     layout: "plot-throughput-speedup-analysis"
12616
12617 - type: "plot"
12618   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12619   algorithm: "plot_throughput_speedup_analysis_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
12621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12622   include:
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12627   layout:
12628     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
12629     layout: "plot-throughput-speedup-analysis"
12630
12631 - type: "plot"
12632   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12633   algorithm: "plot_throughput_speedup_analysis_name"
12634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12636   include:
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12643   layout:
12644     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
12645     layout: "plot-throughput-speedup-analysis"
12646
12647 - type: "plot"
12648   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12649   algorithm: "plot_throughput_speedup_analysis_name"
12650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12652   include:
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12659   layout:
12660     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
12661     layout: "plot-throughput-speedup-analysis"
12662
12663 - type: "plot"
12664   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12665   algorithm: "plot_throughput_speedup_analysis_name"
12666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
12667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12668   include:
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12675   layout:
12676     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
12677     layout: "plot-throughput-speedup-analysis"
12678
12679 - type: "plot"
12680   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12681   algorithm: "plot_throughput_speedup_analysis_name"
12682   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
12683   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12684   include:
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12691   layout:
12692     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
12693     layout: "plot-throughput-speedup-analysis"
12694
12695 - type: "plot"
12696   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12697   algorithm: "plot_throughput_speedup_analysis_name"
12698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
12699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12700   include:
12701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12703     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12704     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12705     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12706     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12707   layout:
12708     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
12709     layout: "plot-throughput-speedup-analysis"
12710
12711 - type: "plot"
12712   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12713   algorithm: "plot_throughput_speedup_analysis_name"
12714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
12715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12716   include:
12717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12719     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12720     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12721     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12722     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12723   layout:
12724     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
12725     layout: "plot-throughput-speedup-analysis"
12726
12727 - type: "plot"
12728   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12729   algorithm: "plot_throughput_speedup_analysis_name"
12730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
12731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12732   include:
12733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12738   layout:
12739     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
12740     layout: "plot-throughput-speedup-analysis"
12741
12742 - type: "plot"
12743   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12744   algorithm: "plot_throughput_speedup_analysis_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
12746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12747   include:
12748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12753   layout:
12754     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
12755     layout: "plot-throughput-speedup-analysis"
12756
12757 - type: "plot"
12758   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12759   algorithm: "plot_throughput_speedup_analysis_name"
12760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
12761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12762   include:
12763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12769   layout:
12770     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
12771     layout: "plot-throughput-speedup-analysis"
12772
12773 - type: "plot"
12774   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12775   algorithm: "plot_throughput_speedup_analysis_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
12777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12778   include:
12779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12785   layout:
12786     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
12787     layout: "plot-throughput-speedup-analysis"
12788
12789 - type: "plot"
12790   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12791   algorithm: "plot_throughput_speedup_analysis_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr-tsa"
12793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12794   include:
12795     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12796     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12797     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12798   layout:
12799     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-ndr"
12800     layout: "plot-throughput-speedup-analysis"
12801
12802 - type: "plot"
12803   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12804   algorithm: "plot_throughput_speedup_analysis_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr-tsa"
12806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12807   include:
12808     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12809     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12810     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12811   layout:
12812     title: "3n-tsh-x520-114b-vts-l2switching-base-ixgbe-pdr"
12813     layout: "plot-throughput-speedup-analysis"
12814
12815 - type: "plot"
12816   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12817   algorithm: "plot_throughput_speedup_analysis_name"
12818   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12819   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12820   include:
12821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12826   layout:
12827     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12828     layout: "plot-throughput-speedup-analysis"
12829
12830 - type: "plot"
12831   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12832   algorithm: "plot_throughput_speedup_analysis_name"
12833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12835   include:
12836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12841   layout:
12842     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12843     layout: "plot-throughput-speedup-analysis"
12844
12845 - type: "plot"
12846   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12847   algorithm: "plot_throughput_speedup_analysis_name"
12848   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12849   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12850   include:
12851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12857   layout:
12858     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12859     layout: "plot-throughput-speedup-analysis"
12860
12861 - type: "plot"
12862   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12863   algorithm: "plot_throughput_speedup_analysis_name"
12864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12866   include:
12867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12873   layout:
12874     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 - type: "plot"
12878   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12879   algorithm: "plot_throughput_speedup_analysis_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12882   include:
12883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12888   layout:
12889     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
12890     layout: "plot-throughput-speedup-analysis"
12891
12892 - type: "plot"
12893   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12894   algorithm: "plot_throughput_speedup_analysis_name"
12895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12897   include:
12898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12903   layout:
12904     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
12905     layout: "plot-throughput-speedup-analysis"
12906
12907 - type: "plot"
12908   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12909   algorithm: "plot_throughput_speedup_analysis_name"
12910   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12911   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12912   include:
12913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12917   layout:
12918     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
12919     layout: "plot-throughput-speedup-analysis"
12920
12921 - type: "plot"
12922   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12923   algorithm: "plot_throughput_speedup_analysis_name"
12924   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12925   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12926   include:
12927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12931   layout:
12932     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
12933     layout: "plot-throughput-speedup-analysis"
12934
12935 - type: "plot"
12936   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12937   algorithm: "plot_throughput_speedup_analysis_name"
12938   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12939   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12940   include:
12941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12947   layout:
12948     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
12949     layout: "plot-throughput-speedup-analysis"
12950
12951 - type: "plot"
12952   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12953   algorithm: "plot_throughput_speedup_analysis_name"
12954   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12955   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12956   include:
12957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12963   layout:
12964     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 - type: "plot"
12968   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12969   algorithm: "plot_throughput_speedup_analysis_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12972   include:
12973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12978   layout:
12979     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
12980     layout: "plot-throughput-speedup-analysis"
12981
12982 - type: "plot"
12983   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12984   algorithm: "plot_throughput_speedup_analysis_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12987   include:
12988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12993   layout:
12994     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
12995     layout: "plot-throughput-speedup-analysis"
12996
12997 - type: "plot"
12998   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
12999   algorithm: "plot_throughput_speedup_analysis_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13001   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13002   include:
13003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13009   layout:
13010     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13011     layout: "plot-throughput-speedup-analysis"
13012
13013 - type: "plot"
13014   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13015   algorithm: "plot_throughput_speedup_analysis_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13017   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13018   include:
13019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13025   layout:
13026     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13027     layout: "plot-throughput-speedup-analysis"
13028
13029 - type: "plot"
13030   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13031   algorithm: "plot_throughput_speedup_analysis_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13034   include:
13035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13038     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13039   layout:
13040     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13041     layout: "plot-throughput-speedup-analysis"
13042
13043 - type: "plot"
13044   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13045   algorithm: "plot_throughput_speedup_analysis_name"
13046   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13047   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13048   include:
13049     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13050     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13052     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13053   layout:
13054     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13055     layout: "plot-throughput-speedup-analysis"
13056
13057 - type: "plot"
13058   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13059   algorithm: "plot_throughput_speedup_analysis_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13061   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13062   include:
13063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13068   layout:
13069     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13070     layout: "plot-throughput-speedup-analysis"
13071
13072 - type: "plot"
13073   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13074   algorithm: "plot_throughput_speedup_analysis_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13077   include:
13078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13083   layout:
13084     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13085     layout: "plot-throughput-speedup-analysis"
13086
13087 - type: "plot"
13088   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13089   algorithm: "plot_throughput_speedup_analysis_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13091   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13092   include:
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099   layout:
13100     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13101     layout: "plot-throughput-speedup-analysis"
13102
13103 - type: "plot"
13104   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13105   algorithm: "plot_throughput_speedup_analysis_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13108   include:
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115   layout:
13116     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13117     layout: "plot-throughput-speedup-analysis"
13118
13119 - type: "plot"
13120   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13121   algorithm: "plot_throughput_speedup_analysis_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13124   include:
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13129   layout:
13130     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
13131     layout: "plot-throughput-speedup-analysis"
13132
13133 - type: "plot"
13134   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13135   algorithm: "plot_throughput_speedup_analysis_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13138   include:
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13143   layout:
13144     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
13145     layout: "plot-throughput-speedup-analysis"
13146
13147 - type: "plot"
13148   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13149   algorithm: "plot_throughput_speedup_analysis_name"
13150   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13151   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13152   include:
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13161     layout: "plot-throughput-speedup-analysis"
13162
13163 - type: "plot"
13164   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13165   algorithm: "plot_throughput_speedup_analysis_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13167   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13168   include:
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13175   layout:
13176     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13177     layout: "plot-throughput-speedup-analysis"
13178
13179 - type: "plot"
13180   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13181   algorithm: "plot_throughput_speedup_analysis_name"
13182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13184   include:
13185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13191   layout:
13192     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
13193     layout: "plot-throughput-speedup-analysis"
13194
13195 - type: "plot"
13196   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13197   algorithm: "plot_throughput_speedup_analysis_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13199   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13200   include:
13201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13207   layout:
13208     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
13209     layout: "plot-throughput-speedup-analysis"
13210
13211 - type: "plot"
13212   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13213   algorithm: "plot_throughput_speedup_analysis_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13216   include:
13217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13220   layout:
13221     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13222     layout: "plot-throughput-speedup-analysis"
13223
13224 - type: "plot"
13225   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13226   algorithm: "plot_throughput_speedup_analysis_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13229   include:
13230     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13233   layout:
13234     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13235     layout: "plot-throughput-speedup-analysis"
13236
13237 ################################################################################
13238
13239 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
13240 - type: "plot"
13241   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13242   algorithm: "plot_performance_box"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13245   data: "plot-dpdk-throughput-latency-3n-hsw"
13246   filter: "'NIC_Intel-X520-DA2' and
13247            '64B' and
13248            'BASE' and
13249            'NDRPDR' and
13250            '1T1C' and
13251            'IP4FWD'"
13252   parameters:
13253   - "throughput"
13254   - "parent"
13255   - "tags"
13256   traces:
13257     hoverinfo: "x+y"
13258     boxpoints: "outliers"
13259     whiskerwidth: 0
13260   layout:
13261     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13266   algorithm: "plot_performance_box"
13267   output-file-type: ".html"
13268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13269   data: "plot-dpdk-throughput-latency-3n-hsw"
13270   filter: "'NIC_Intel-X520-DA2' and
13271            '64B' and
13272            'BASE' and
13273            'NDRPDR' and
13274            '2T2C' and
13275            'IP4FWD'"
13276   parameters:
13277   - "throughput"
13278   - "parent"
13279   - "tags"
13280   traces:
13281     hoverinfo: "x+y"
13282     boxpoints: "outliers"
13283     whiskerwidth: 0
13284   layout:
13285     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13290   algorithm: "plot_performance_box"
13291   output-file-type: ".html"
13292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13293   data: "plot-dpdk-throughput-latency-3n-hsw"
13294   filter: "'NIC_Intel-X520-DA2' and
13295            '64B' and
13296            'BASE' and
13297            'NDRPDR' and
13298            '1T1C' and
13299            'IP4FWD'"
13300   parameters:
13301   - "throughput"
13302   - "parent"
13303   - "tags"
13304   traces:
13305     hoverinfo: "x+y"
13306     boxpoints: "outliers"
13307     whiskerwidth: 0
13308   layout:
13309     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13314   algorithm: "plot_performance_box"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13317   data: "plot-dpdk-throughput-latency-3n-hsw"
13318   filter: "'NIC_Intel-X520-DA2' and
13319            '64B' and
13320            'BASE' and
13321            'NDRPDR' and
13322            '2T2C' and
13323            'IP4FWD'"
13324   parameters:
13325   - "throughput"
13326   - "parent"
13327   - "tags"
13328   traces:
13329     hoverinfo: "x+y"
13330     boxpoints: "outliers"
13331     whiskerwidth: 0
13332   layout:
13333     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
13334     layout: "plot-throughput"
13335
13336 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
13337 - type: "plot"
13338   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13339   algorithm: "plot_performance_box"
13340   output-file-type: ".html"
13341   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13342   data: "plot-dpdk-throughput-latency-3n-hsw"
13343   filter: "'NIC_Intel-X710' and
13344            '64B' and
13345            'BASE' and
13346            'NDRPDR' and
13347            '1T1C' and
13348            'IP4FWD'"
13349   parameters:
13350   - "throughput"
13351   - "parent"
13352   - "tags"
13353   traces:
13354     hoverinfo: "x+y"
13355     boxpoints: "outliers"
13356     whiskerwidth: 0
13357   layout:
13358     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13363   algorithm: "plot_performance_box"
13364   output-file-type: ".html"
13365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13366   data: "plot-dpdk-throughput-latency-3n-hsw"
13367   filter: "'NIC_Intel-X710' and
13368            '64B' and
13369            'BASE' and
13370            'NDRPDR' and
13371            '2T2C' and
13372            'IP4FWD'"
13373   parameters:
13374   - "throughput"
13375   - "parent"
13376   - "tags"
13377   traces:
13378     hoverinfo: "x+y"
13379     boxpoints: "outliers"
13380     whiskerwidth: 0
13381   layout:
13382     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13387   algorithm: "plot_performance_box"
13388   output-file-type: ".html"
13389   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13390   data: "plot-dpdk-throughput-latency-3n-hsw"
13391   filter: "'NIC_Intel-X710' and
13392            '64B' and
13393            'BASE' and
13394            'NDRPDR' and
13395            '1T1C' and
13396            'IP4FWD'"
13397   parameters:
13398   - "throughput"
13399   - "parent"
13400   - "tags"
13401   traces:
13402     hoverinfo: "x+y"
13403     boxpoints: "outliers"
13404     whiskerwidth: 0
13405   layout:
13406     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13411   algorithm: "plot_performance_box"
13412   output-file-type: ".html"
13413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13414   data: "plot-dpdk-throughput-latency-3n-hsw"
13415   filter: "'NIC_Intel-X710' and
13416            '64B' and
13417            'BASE' and
13418            'NDRPDR' and
13419            '2T2C' and
13420            'IP4FWD'"
13421   parameters:
13422   - "throughput"
13423   - "parent"
13424   - "tags"
13425   traces:
13426     hoverinfo: "x+y"
13427     boxpoints: "outliers"
13428     whiskerwidth: 0
13429   layout:
13430     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
13431     layout: "plot-throughput"
13432
13433 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
13434 - type: "plot"
13435   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13436   algorithm: "plot_performance_box"
13437   output-file-type: ".html"
13438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13439   data: "plot-dpdk-throughput-latency-3n-hsw"
13440   filter: "'NIC_Intel-XL710' and
13441            '64B' and
13442            'BASE' and
13443            'NDRPDR' and
13444            '1T1C' and
13445            'IP4FWD'"
13446   parameters:
13447   - "throughput"
13448   - "parent"
13449   - "tags"
13450   traces:
13451     hoverinfo: "x+y"
13452     boxpoints: "outliers"
13453     whiskerwidth: 0
13454   layout:
13455     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13460   algorithm: "plot_performance_box"
13461   output-file-type: ".html"
13462   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13463   data: "plot-dpdk-throughput-latency-3n-hsw"
13464   filter: "'NIC_Intel-XL710' and
13465            '64B' and
13466            'BASE' and
13467            'NDRPDR' and
13468            '2T2C' and
13469            'IP4FWD'"
13470   parameters:
13471   - "throughput"
13472   - "parent"
13473   - "tags"
13474   traces:
13475     hoverinfo: "x+y"
13476     boxpoints: "outliers"
13477     whiskerwidth: 0
13478   layout:
13479     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13484   algorithm: "plot_performance_box"
13485   output-file-type: ".html"
13486   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13487   data: "plot-dpdk-throughput-latency-3n-hsw"
13488   filter: "'NIC_Intel-XL710' and
13489            '64B' and
13490            'BASE' and
13491            'NDRPDR' and
13492            '1T1C' and
13493            'IP4FWD'"
13494   parameters:
13495   - "throughput"
13496   - "parent"
13497   - "tags"
13498   traces:
13499     hoverinfo: "x+y"
13500     boxpoints: "outliers"
13501     whiskerwidth: 0
13502   layout:
13503     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13508   algorithm: "plot_performance_box"
13509   output-file-type: ".html"
13510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13511   data: "plot-dpdk-throughput-latency-3n-hsw"
13512   filter: "'NIC_Intel-XL710' and
13513            '64B' and
13514            'BASE' and
13515            'NDRPDR' and
13516            '2T2C' and
13517            'IP4FWD'"
13518   parameters:
13519   - "throughput"
13520   - "parent"
13521   - "tags"
13522   traces:
13523     hoverinfo: "x+y"
13524     boxpoints: "outliers"
13525     whiskerwidth: 0
13526   layout:
13527     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
13528     layout: "plot-throughput"
13529
13530 # Packet Throughput - DPDK l3fwd 3n-skx-x710
13531 - type: "plot"
13532   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13533   algorithm: "plot_performance_box"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13536   data: "plot-dpdk-throughput-latency-3n-skx"
13537   filter: "'NIC_Intel-X710' and
13538            '64B' and
13539            'BASE' and
13540            'NDRPDR' and
13541            '2T1C' and
13542            'IP4FWD'"
13543   parameters:
13544   - "throughput"
13545   - "parent"
13546   - "tags"
13547   traces:
13548     hoverinfo: "x+y"
13549     boxpoints: "outliers"
13550     whiskerwidth: 0
13551   layout:
13552     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13557   algorithm: "plot_performance_box"
13558   output-file-type: ".html"
13559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13560   data: "plot-dpdk-throughput-latency-3n-skx"
13561   filter: "'NIC_Intel-X710' and
13562            '64B' and
13563            'BASE' and
13564            'NDRPDR' and
13565            '4T2C' and
13566            'IP4FWD'"
13567   parameters:
13568   - "throughput"
13569   - "parent"
13570   - "tags"
13571   traces:
13572     hoverinfo: "x+y"
13573     boxpoints: "outliers"
13574     whiskerwidth: 0
13575   layout:
13576     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13581   algorithm: "plot_performance_box"
13582   output-file-type: ".html"
13583   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13584   data: "plot-dpdk-throughput-latency-3n-skx"
13585   filter: "'NIC_Intel-X710' and
13586            '64B' and
13587            'BASE' and
13588            'NDRPDR' and
13589            '2T1C' and
13590            'IP4FWD'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13605   algorithm: "plot_performance_box"
13606   output-file-type: ".html"
13607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13608   data: "plot-dpdk-throughput-latency-3n-skx"
13609   filter: "'NIC_Intel-X710' and
13610            '64B' and
13611            'BASE' and
13612            'NDRPDR' and
13613            '4T2C' and
13614            'IP4FWD'"
13615   parameters:
13616   - "throughput"
13617   - "parent"
13618   - "tags"
13619   traces:
13620     hoverinfo: "x+y"
13621     boxpoints: "outliers"
13622     whiskerwidth: 0
13623   layout:
13624     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
13625     layout: "plot-throughput"
13626
13627 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
13628 - type: "plot"
13629   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13630   algorithm: "plot_performance_box"
13631   output-file-type: ".html"
13632   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13633   data: "plot-dpdk-throughput-latency-3n-skx"
13634   filter: "'NIC_Intel-XXV710' and
13635            '64B' and
13636            'BASE' and
13637            'NDRPDR' and
13638            '2T1C' and
13639            'IP4FWD'"
13640   parameters:
13641   - "throughput"
13642   - "parent"
13643   - "tags"
13644   traces:
13645     hoverinfo: "x+y"
13646     boxpoints: "outliers"
13647     whiskerwidth: 0
13648   layout:
13649     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13650     layout: "plot-throughput"
13651
13652 - type: "plot"
13653   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13654   algorithm: "plot_performance_box"
13655   output-file-type: ".html"
13656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13657   data: "plot-dpdk-throughput-latency-3n-skx"
13658   filter: "'NIC_Intel-XXV710' and
13659            '64B' and
13660            'BASE' and
13661            'NDRPDR' and
13662            '4T2C' and
13663            'IP4FWD'"
13664   parameters:
13665   - "throughput"
13666   - "parent"
13667   - "tags"
13668   traces:
13669     hoverinfo: "x+y"
13670     boxpoints: "outliers"
13671     whiskerwidth: 0
13672   layout:
13673     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13674     layout: "plot-throughput"
13675
13676 - type: "plot"
13677   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13678   algorithm: "plot_performance_box"
13679   output-file-type: ".html"
13680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13681   data: "plot-dpdk-throughput-latency-3n-skx"
13682   filter: "'NIC_Intel-XXV710' and
13683            '64B' and
13684            'BASE' and
13685            'NDRPDR' and
13686            '2T1C' and
13687            'IP4FWD'"
13688   parameters:
13689   - "throughput"
13690   - "parent"
13691   - "tags"
13692   traces:
13693     hoverinfo: "x+y"
13694     boxpoints: "outliers"
13695     whiskerwidth: 0
13696   layout:
13697     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
13698     layout: "plot-throughput"
13699
13700 - type: "plot"
13701   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13702   algorithm: "plot_performance_box"
13703   output-file-type: ".html"
13704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13705   data: "plot-dpdk-throughput-latency-3n-skx"
13706   filter: "'NIC_Intel-XXV710' and
13707            '64B' and
13708            'BASE' and
13709            'NDRPDR' and
13710            '4T2C' and
13711            'IP4FWD'"
13712   parameters:
13713   - "throughput"
13714   - "parent"
13715   - "tags"
13716   traces:
13717     hoverinfo: "x+y"
13718     boxpoints: "outliers"
13719     whiskerwidth: 0
13720   layout:
13721     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
13722     layout: "plot-throughput"
13723
13724 # Packet Throughput - DPDK l3fwd 2n-skx-x710
13725 - type: "plot"
13726   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13727   algorithm: "plot_performance_box"
13728   output-file-type: ".html"
13729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13730   data: "plot-dpdk-throughput-latency-2n-skx"
13731   filter: "'NIC_Intel-X710' and
13732            '64B' and
13733            'BASE' and
13734            'NDRPDR' and
13735            '2T1C' and
13736            'IP4FWD'"
13737   parameters:
13738   - "throughput"
13739   - "parent"
13740   - "tags"
13741   traces:
13742     hoverinfo: "x+y"
13743     boxpoints: "outliers"
13744     whiskerwidth: 0
13745   layout:
13746     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13751   algorithm: "plot_performance_box"
13752   output-file-type: ".html"
13753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13754   data: "plot-dpdk-throughput-latency-2n-skx"
13755   filter: "'NIC_Intel-X710' and
13756            '64B' and
13757            'BASE' and
13758            'NDRPDR' and
13759            '4T2C' and
13760            'IP4FWD'"
13761   parameters:
13762   - "throughput"
13763   - "parent"
13764   - "tags"
13765   traces:
13766     hoverinfo: "x+y"
13767     boxpoints: "outliers"
13768     whiskerwidth: 0
13769   layout:
13770     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13778   data: "plot-dpdk-throughput-latency-2n-skx"
13779   filter: "'NIC_Intel-X710' and
13780            '64B' and
13781            'BASE' and
13782            'NDRPDR' and
13783            '2T1C' and
13784            'IP4FWD'"
13785   parameters:
13786   - "throughput"
13787   - "parent"
13788   - "tags"
13789   traces:
13790     hoverinfo: "x+y"
13791     boxpoints: "outliers"
13792     whiskerwidth: 0
13793   layout:
13794     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
13795     layout: "plot-throughput"
13796
13797 - type: "plot"
13798   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13799   algorithm: "plot_performance_box"
13800   output-file-type: ".html"
13801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13802   data: "plot-dpdk-throughput-latency-2n-skx"
13803   filter: "'NIC_Intel-X710' and
13804            '64B' and
13805            'BASE' and
13806            'NDRPDR' and
13807            '4T2C' and
13808            'IP4FWD'"
13809   parameters:
13810   - "throughput"
13811   - "parent"
13812   - "tags"
13813   traces:
13814     hoverinfo: "x+y"
13815     boxpoints: "outliers"
13816     whiskerwidth: 0
13817   layout:
13818     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
13819     layout: "plot-throughput"
13820
13821 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
13822 - type: "plot"
13823   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13824   algorithm: "plot_performance_box"
13825   output-file-type: ".html"
13826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13827   data: "plot-dpdk-throughput-latency-2n-skx"
13828   filter: "'NIC_Intel-XXV710' and
13829            '64B' and
13830            'BASE' and
13831            'NDRPDR' and
13832            '2T1C' and
13833            'IP4FWD'"
13834   parameters:
13835   - "throughput"
13836   - "parent"
13837   - "tags"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13848   algorithm: "plot_performance_box"
13849   output-file-type: ".html"
13850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13851   data: "plot-dpdk-throughput-latency-2n-skx"
13852   filter: "'NIC_Intel-XXV710' and
13853            '64B' and
13854            'BASE' and
13855            'NDRPDR' and
13856            '4T2C' and
13857            'IP4FWD'"
13858   parameters:
13859   - "throughput"
13860   - "parent"
13861   - "tags"
13862   traces:
13863     hoverinfo: "x+y"
13864     boxpoints: "outliers"
13865     whiskerwidth: 0
13866   layout:
13867     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13875   data: "plot-dpdk-throughput-latency-2n-skx"
13876   filter: "'NIC_Intel-XXV710' and
13877            '64B' and
13878            'BASE' and
13879            'NDRPDR' and
13880            '2T1C' and
13881            'IP4FWD'"
13882   parameters:
13883   - "throughput"
13884   - "parent"
13885   - "tags"
13886   traces:
13887     hoverinfo: "x+y"
13888     boxpoints: "outliers"
13889     whiskerwidth: 0
13890   layout:
13891     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
13892     layout: "plot-throughput"
13893
13894 - type: "plot"
13895   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13896   algorithm: "plot_performance_box"
13897   output-file-type: ".html"
13898   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13899   data: "plot-dpdk-throughput-latency-2n-skx"
13900   filter: "'NIC_Intel-XXV710' and
13901            '64B' and
13902            'BASE' and
13903            'NDRPDR' and
13904            '4T2C' and
13905            'IP4FWD'"
13906   parameters:
13907   - "throughput"
13908   - "parent"
13909   - "tags"
13910   traces:
13911     hoverinfo: "x+y"
13912     boxpoints: "outliers"
13913     whiskerwidth: 0
13914   layout:
13915     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
13916     layout: "plot-throughput"
13917
13918 ################################################################################
13919
13920 # Packet Throughput - DPDK testpmd 3n-hsw-x520
13921 - type: "plot"
13922   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13923   algorithm: "plot_performance_box"
13924   output-file-type: ".html"
13925   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13926   data: "plot-dpdk-throughput-latency-3n-hsw"
13927   filter: "'NIC_Intel-X520-DA2' and
13928            '64B' and
13929            'BASE' and
13930            'NDRPDR' and
13931            '1T1C' and
13932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13933   parameters:
13934   - "throughput"
13935   - "parent"
13936   - "tags"
13937   traces:
13938     hoverinfo: "x+y"
13939     boxpoints: "outliers"
13940     whiskerwidth: 0
13941   layout:
13942     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13943     layout: "plot-throughput"
13944
13945 - type: "plot"
13946   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13947   algorithm: "plot_performance_box"
13948   output-file-type: ".html"
13949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13950   data: "plot-dpdk-throughput-latency-3n-hsw"
13951   filter: "'NIC_Intel-X520-DA2' and
13952            '64B' and
13953            'BASE' and
13954            'NDRPDR' and
13955            '2T2C' and
13956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13957   parameters:
13958   - "throughput"
13959   - "parent"
13960   - "tags"
13961   traces:
13962     hoverinfo: "x+y"
13963     boxpoints: "outliers"
13964     whiskerwidth: 0
13965   layout:
13966     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13967     layout: "plot-throughput"
13968
13969 - type: "plot"
13970   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13971   algorithm: "plot_performance_box"
13972   output-file-type: ".html"
13973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13974   data: "plot-dpdk-throughput-latency-3n-hsw"
13975   filter: "'NIC_Intel-X520-DA2' and
13976            '64B' and
13977            'BASE' and
13978            'NDRPDR' and
13979            '1T1C' and
13980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13981   parameters:
13982   - "throughput"
13983   - "parent"
13984   - "tags"
13985   traces:
13986     hoverinfo: "x+y"
13987     boxpoints: "outliers"
13988     whiskerwidth: 0
13989   layout:
13990     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13995   algorithm: "plot_performance_box"
13996   output-file-type: ".html"
13997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
13998   data: "plot-dpdk-throughput-latency-3n-hsw"
13999   filter: "'NIC_Intel-X520-DA2' and
14000            '64B' and
14001            'BASE' and
14002            'NDRPDR' and
14003            '2T2C' and
14004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14005   parameters:
14006   - "throughput"
14007   - "parent"
14008   - "tags"
14009   traces:
14010     hoverinfo: "x+y"
14011     boxpoints: "outliers"
14012     whiskerwidth: 0
14013   layout:
14014     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
14015     layout: "plot-throughput"
14016
14017 # Packet Throughput - DPDK testpmd 3n-hsw-x710
14018 - type: "plot"
14019   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14020   algorithm: "plot_performance_box"
14021   output-file-type: ".html"
14022   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14023   data: "plot-dpdk-throughput-latency-3n-hsw"
14024   filter: "'NIC_Intel-X710' and
14025            '64B' and
14026            'BASE' and
14027            'NDRPDR' and
14028            '1T1C' and
14029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14030   parameters:
14031   - "throughput"
14032   - "parent"
14033   - "tags"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14040     layout: "plot-throughput"
14041
14042 - type: "plot"
14043   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14044   algorithm: "plot_performance_box"
14045   output-file-type: ".html"
14046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14047   data: "plot-dpdk-throughput-latency-3n-hsw"
14048   filter: "'NIC_Intel-X710' and
14049            '64B' and
14050            'BASE' and
14051            'NDRPDR' and
14052            '2T2C' and
14053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14054   parameters:
14055   - "throughput"
14056   - "parent"
14057   - "tags"
14058   traces:
14059     hoverinfo: "x+y"
14060     boxpoints: "outliers"
14061     whiskerwidth: 0
14062   layout:
14063     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14064     layout: "plot-throughput"
14065
14066 - type: "plot"
14067   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14068   algorithm: "plot_performance_box"
14069   output-file-type: ".html"
14070   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14071   data: "plot-dpdk-throughput-latency-3n-hsw"
14072   filter: "'NIC_Intel-X710' and
14073            '64B' and
14074            'BASE' and
14075            'NDRPDR' and
14076            '1T1C' and
14077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14078   parameters:
14079   - "throughput"
14080   - "parent"
14081   - "tags"
14082   traces:
14083     hoverinfo: "x+y"
14084     boxpoints: "outliers"
14085     whiskerwidth: 0
14086   layout:
14087     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
14088     layout: "plot-throughput"
14089
14090 - type: "plot"
14091   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14092   algorithm: "plot_performance_box"
14093   output-file-type: ".html"
14094   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14095   data: "plot-dpdk-throughput-latency-3n-hsw"
14096   filter: "'NIC_Intel-X710' and
14097            '64B' and
14098            'BASE' and
14099            'NDRPDR' and
14100            '2T2C' and
14101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14102   parameters:
14103   - "throughput"
14104   - "parent"
14105   - "tags"
14106   traces:
14107     hoverinfo: "x+y"
14108     boxpoints: "outliers"
14109     whiskerwidth: 0
14110   layout:
14111     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
14112     layout: "plot-throughput"
14113
14114 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
14115 - type: "plot"
14116   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14117   algorithm: "plot_performance_box"
14118   output-file-type: ".html"
14119   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14120   data: "plot-dpdk-throughput-latency-3n-hsw"
14121   filter: "'NIC_Intel-XL710' and
14122            '64B' and
14123            'BASE' and
14124            'NDRPDR' and
14125            '1T1C' and
14126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14127   parameters:
14128   - "throughput"
14129   - "parent"
14130   - "tags"
14131   traces:
14132     hoverinfo: "x+y"
14133     boxpoints: "outliers"
14134     whiskerwidth: 0
14135   layout:
14136     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14141   algorithm: "plot_performance_box"
14142   output-file-type: ".html"
14143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14144   data: "plot-dpdk-throughput-latency-3n-hsw"
14145   filter: "'NIC_Intel-XL710' and
14146            '64B' and
14147            'BASE' and
14148            'NDRPDR' and
14149            '2T2C' and
14150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14151   parameters:
14152   - "throughput"
14153   - "parent"
14154   - "tags"
14155   traces:
14156     hoverinfo: "x+y"
14157     boxpoints: "outliers"
14158     whiskerwidth: 0
14159   layout:
14160     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14165   algorithm: "plot_performance_box"
14166   output-file-type: ".html"
14167   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14168   data: "plot-dpdk-throughput-latency-3n-hsw"
14169   filter: "'NIC_Intel-XL710' and
14170            '64B' and
14171            'BASE' and
14172            'NDRPDR' and
14173            '1T1C' and
14174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14175   parameters:
14176   - "throughput"
14177   - "parent"
14178   - "tags"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14189   algorithm: "plot_performance_box"
14190   output-file-type: ".html"
14191   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14192   data: "plot-dpdk-throughput-latency-3n-hsw"
14193   filter: "'NIC_Intel-XL710' and
14194            '64B' and
14195            'BASE' and
14196            'NDRPDR' and
14197            '2T2C' and
14198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14199   parameters:
14200   - "throughput"
14201   - "parent"
14202   - "tags"
14203   traces:
14204     hoverinfo: "x+y"
14205     boxpoints: "outliers"
14206     whiskerwidth: 0
14207   layout:
14208     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
14209     layout: "plot-throughput"
14210
14211 # Packet Throughput - DPDK testpmd 3n-skx-x710
14212 - type: "plot"
14213   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14214   algorithm: "plot_performance_box"
14215   output-file-type: ".html"
14216   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14217   data: "plot-dpdk-throughput-latency-3n-skx"
14218   filter: "'NIC_Intel-X710' and
14219            '64B' and
14220            'BASE' and
14221            'NDRPDR' and
14222            '2T1C' and
14223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14224   parameters:
14225   - "throughput"
14226   - "parent"
14227   - "tags"
14228   traces:
14229     hoverinfo: "x+y"
14230     boxpoints: "outliers"
14231     whiskerwidth: 0
14232   layout:
14233     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14238   algorithm: "plot_performance_box"
14239   output-file-type: ".html"
14240   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14241   data: "plot-dpdk-throughput-latency-3n-skx"
14242   filter: "'NIC_Intel-X710' and
14243            '64B' and
14244            'BASE' and
14245            'NDRPDR' and
14246            '4T2C' and
14247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14248   parameters:
14249   - "throughput"
14250   - "parent"
14251   - "tags"
14252   traces:
14253     hoverinfo: "x+y"
14254     boxpoints: "outliers"
14255     whiskerwidth: 0
14256   layout:
14257     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
14258     layout: "plot-throughput"
14259
14260 - type: "plot"
14261   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14262   algorithm: "plot_performance_box"
14263   output-file-type: ".html"
14264   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14265   data: "plot-dpdk-throughput-latency-3n-skx"
14266   filter: "'NIC_Intel-X710' and
14267            '64B' and
14268            'BASE' and
14269            'NDRPDR' and
14270            '2T1C' and
14271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14272   parameters:
14273   - "throughput"
14274   - "parent"
14275   - "tags"
14276   traces:
14277     hoverinfo: "x+y"
14278     boxpoints: "outliers"
14279     whiskerwidth: 0
14280   layout:
14281     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
14282     layout: "plot-throughput"
14283
14284 - type: "plot"
14285   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14286   algorithm: "plot_performance_box"
14287   output-file-type: ".html"
14288   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14289   data: "plot-dpdk-throughput-latency-3n-skx"
14290   filter: "'NIC_Intel-X710' and
14291            '64B' and
14292            'BASE' and
14293            'NDRPDR' and
14294            '4T2C' and
14295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14296   parameters:
14297   - "throughput"
14298   - "parent"
14299   - "tags"
14300   traces:
14301     hoverinfo: "x+y"
14302     boxpoints: "outliers"
14303     whiskerwidth: 0
14304   layout:
14305     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
14306     layout: "plot-throughput"
14307
14308 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
14309 - type: "plot"
14310   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14311   algorithm: "plot_performance_box"
14312   output-file-type: ".html"
14313   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14314   data: "plot-dpdk-throughput-latency-3n-skx"
14315   filter: "'NIC_Intel-XXV710' and
14316            '64B' and
14317            'BASE' and
14318            'NDRPDR' and
14319            '2T1C' and
14320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14321   parameters:
14322   - "throughput"
14323   - "parent"
14324   - "tags"
14325   traces:
14326     hoverinfo: "x+y"
14327     boxpoints: "outliers"
14328     whiskerwidth: 0
14329   layout:
14330     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14335   algorithm: "plot_performance_box"
14336   output-file-type: ".html"
14337   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14338   data: "plot-dpdk-throughput-latency-3n-skx"
14339   filter: "'NIC_Intel-XXV710' and
14340            '64B' and
14341            'BASE' and
14342            'NDRPDR' and
14343            '4T2C' and
14344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14345   parameters:
14346   - "throughput"
14347   - "parent"
14348   - "tags"
14349   traces:
14350     hoverinfo: "x+y"
14351     boxpoints: "outliers"
14352     whiskerwidth: 0
14353   layout:
14354     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
14355     layout: "plot-throughput"
14356
14357 - type: "plot"
14358   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14359   algorithm: "plot_performance_box"
14360   output-file-type: ".html"
14361   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14362   data: "plot-dpdk-throughput-latency-3n-skx"
14363   filter: "'NIC_Intel-XXV710' and
14364            '64B' and
14365            'BASE' and
14366            'NDRPDR' and
14367            '2T1C' and
14368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14369   parameters:
14370   - "throughput"
14371   - "parent"
14372   - "tags"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14383   algorithm: "plot_performance_box"
14384   output-file-type: ".html"
14385   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14386   data: "plot-dpdk-throughput-latency-3n-skx"
14387   filter: "'NIC_Intel-XXV710' and
14388            '64B' and
14389            'BASE' and
14390            'NDRPDR' and
14391            '4T2C' and
14392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14393   parameters:
14394   - "throughput"
14395   - "parent"
14396   - "tags"
14397   traces:
14398     hoverinfo: "x+y"
14399     boxpoints: "outliers"
14400     whiskerwidth: 0
14401   layout:
14402     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
14403     layout: "plot-throughput"
14404
14405 # Packet Throughput - DPDK testpmd 2n-skx-x710
14406 - type: "plot"
14407   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14408   algorithm: "plot_performance_box"
14409   output-file-type: ".html"
14410   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14411   data: "plot-dpdk-throughput-latency-2n-skx"
14412   filter: "'NIC_Intel-X710' and
14413            '64B' and
14414            'BASE' and
14415            'NDRPDR' and
14416            '2T1C' and
14417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14418   parameters:
14419   - "throughput"
14420   - "parent"
14421   - "tags"
14422   traces:
14423     hoverinfo: "x+y"
14424     boxpoints: "outliers"
14425     whiskerwidth: 0
14426   layout:
14427     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
14428     layout: "plot-throughput"
14429
14430 - type: "plot"
14431   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14432   algorithm: "plot_performance_box"
14433   output-file-type: ".html"
14434   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14435   data: "plot-dpdk-throughput-latency-2n-skx"
14436   filter: "'NIC_Intel-X710' and
14437            '64B' and
14438            'BASE' and
14439            'NDRPDR' and
14440            '4T2C' and
14441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14442   parameters:
14443   - "throughput"
14444   - "parent"
14445   - "tags"
14446   traces:
14447     hoverinfo: "x+y"
14448     boxpoints: "outliers"
14449     whiskerwidth: 0
14450   layout:
14451     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
14452     layout: "plot-throughput"
14453
14454 - type: "plot"
14455   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14456   algorithm: "plot_performance_box"
14457   output-file-type: ".html"
14458   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14459   data: "plot-dpdk-throughput-latency-2n-skx"
14460   filter: "'NIC_Intel-X710' and
14461            '64B' and
14462            'BASE' and
14463            'NDRPDR' and
14464            '2T1C' and
14465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14466   parameters:
14467   - "throughput"
14468   - "parent"
14469   - "tags"
14470   traces:
14471     hoverinfo: "x+y"
14472     boxpoints: "outliers"
14473     whiskerwidth: 0
14474   layout:
14475     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
14476     layout: "plot-throughput"
14477
14478 - type: "plot"
14479   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14480   algorithm: "plot_performance_box"
14481   output-file-type: ".html"
14482   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14483   data: "plot-dpdk-throughput-latency-2n-skx"
14484   filter: "'NIC_Intel-X710' and
14485            '64B' and
14486            'BASE' and
14487            'NDRPDR' and
14488            '4T2C' and
14489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14490   parameters:
14491   - "throughput"
14492   - "parent"
14493   - "tags"
14494   traces:
14495     hoverinfo: "x+y"
14496     boxpoints: "outliers"
14497     whiskerwidth: 0
14498   layout:
14499     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
14500     layout: "plot-throughput"
14501
14502 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
14503 - type: "plot"
14504   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14505   algorithm: "plot_performance_box"
14506   output-file-type: ".html"
14507   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14508   data: "plot-dpdk-throughput-latency-2n-skx"
14509   filter: "'NIC_Intel-XXV710' and
14510            '64B' and
14511            'BASE' and
14512            'NDRPDR' and
14513            '2T1C' and
14514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14515   parameters:
14516   - "throughput"
14517   - "parent"
14518   - "tags"
14519   traces:
14520     hoverinfo: "x+y"
14521     boxpoints: "outliers"
14522     whiskerwidth: 0
14523   layout:
14524     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
14525     layout: "plot-throughput"
14526
14527 - type: "plot"
14528   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14529   algorithm: "plot_performance_box"
14530   output-file-type: ".html"
14531   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14532   data: "plot-dpdk-throughput-latency-2n-skx"
14533   filter: "'NIC_Intel-XXV710' and
14534            '64B' and
14535            'BASE' and
14536            'NDRPDR' and
14537            '4T2C' and
14538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14539   parameters:
14540   - "throughput"
14541   - "parent"
14542   - "tags"
14543   traces:
14544     hoverinfo: "x+y"
14545     boxpoints: "outliers"
14546     whiskerwidth: 0
14547   layout:
14548     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
14549     layout: "plot-throughput"
14550
14551 - type: "plot"
14552   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14553   algorithm: "plot_performance_box"
14554   output-file-type: ".html"
14555   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14556   data: "plot-dpdk-throughput-latency-2n-skx"
14557   filter: "'NIC_Intel-XXV710' and
14558            '64B' and
14559            'BASE' and
14560            'NDRPDR' and
14561            '2T1C' and
14562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14563   parameters:
14564   - "throughput"
14565   - "parent"
14566   - "tags"
14567   traces:
14568     hoverinfo: "x+y"
14569     boxpoints: "outliers"
14570     whiskerwidth: 0
14571   layout:
14572     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
14573     layout: "plot-throughput"
14574
14575 - type: "plot"
14576   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14577   algorithm: "plot_performance_box"
14578   output-file-type: ".html"
14579   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14580   data: "plot-dpdk-throughput-latency-2n-skx"
14581   filter: "'NIC_Intel-XXV710' and
14582            '64B' and
14583            'BASE' and
14584            'NDRPDR' and
14585            '4T2C' and
14586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14587   parameters:
14588   - "throughput"
14589   - "parent"
14590   - "tags"
14591   traces:
14592     hoverinfo: "x+y"
14593     boxpoints: "outliers"
14594     whiskerwidth: 0
14595   layout:
14596     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
14597     layout: "plot-throughput"
14598
14599 ################################################################################
14600
14601 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14602 - type: "plot"
14603   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14604   algorithm: "plot_latency_error_bars"
14605   output-file-type: ".html"
14606   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14607   data: "plot-dpdk-throughput-latency-3n-hsw"
14608   filter: "'NIC_Intel-X520-DA2' and
14609            '64B' and
14610            'BASE' and
14611            'NDRPDR' and
14612            '1T1C' and
14613            'IP4FWD'"
14614   parameters:
14615   - "latency"
14616   - "parent"
14617   - "tags"
14618   layout:
14619     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14620     layout: "plot-latency"
14621
14622 - type: "plot"
14623   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14624   algorithm: "plot_latency_error_bars"
14625   output-file-type: ".html"
14626   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14627   data: "plot-dpdk-throughput-latency-3n-hsw"
14628   filter: "'NIC_Intel-X520-DA2' and
14629            '64B' and
14630            'BASE' and
14631            'NDRPDR' and
14632            '2T2C' and
14633            'IP4FWD'"
14634   parameters:
14635   - "latency"
14636   - "parent"
14637   - "tags"
14638   layout:
14639     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14640     layout: "plot-latency"
14641
14642 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14643 - type: "plot"
14644   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14645   algorithm: "plot_latency_error_bars"
14646   output-file-type: ".html"
14647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14648   data: "plot-dpdk-throughput-latency-3n-hsw"
14649   filter: "'NIC_Intel-X710' and
14650            '64B' and
14651            'BASE' and
14652            'NDRPDR' and
14653            '1T1C' and
14654            'IP4FWD'"
14655   parameters:
14656   - "latency"
14657   - "parent"
14658   - "tags"
14659   layout:
14660     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14661     layout: "plot-latency"
14662
14663 - type: "plot"
14664   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14665   algorithm: "plot_latency_error_bars"
14666   output-file-type: ".html"
14667   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14668   data: "plot-dpdk-throughput-latency-3n-hsw"
14669   filter: "'NIC_Intel-X710' and
14670            '64B' and
14671            'BASE' and
14672            'NDRPDR' and
14673            '2T2C' and
14674            'IP4FWD'"
14675   parameters:
14676   - "latency"
14677   - "parent"
14678   - "tags"
14679   layout:
14680     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14681     layout: "plot-latency"
14682
14683 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14684 - type: "plot"
14685   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14686   algorithm: "plot_latency_error_bars"
14687   output-file-type: ".html"
14688   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14689   data: "plot-dpdk-throughput-latency-3n-hsw"
14690   filter: "'NIC_Intel-XL710' and
14691            '64B' and
14692            'BASE' and
14693            'NDRPDR' and
14694            '1T1C' and
14695            'IP4FWD'"
14696   parameters:
14697   - "latency"
14698   - "parent"
14699   - "tags"
14700   layout:
14701     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14702     layout: "plot-latency"
14703
14704 - type: "plot"
14705   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14706   algorithm: "plot_latency_error_bars"
14707   output-file-type: ".html"
14708   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14709   data: "plot-dpdk-throughput-latency-3n-hsw"
14710   filter: "'NIC_Intel-XL710' and
14711            '64B' and
14712            'BASE' and
14713            'NDRPDR' and
14714            '2T2C' and
14715            'IP4FWD'"
14716   parameters:
14717   - "latency"
14718   - "parent"
14719   - "tags"
14720   layout:
14721     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14722     layout: "plot-latency"
14723
14724 # Packet Latency - DPDK l3fwd 3n-skx-x710
14725 - type: "plot"
14726   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14727   algorithm: "plot_latency_error_bars"
14728   output-file-type: ".html"
14729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14730   data: "plot-dpdk-throughput-latency-3n-skx"
14731   filter: "'NIC_Intel-X710' and
14732            '64B' and
14733            'BASE' and
14734            'NDRPDR' and
14735            '2T1C' and
14736            'IP4FWD'"
14737   parameters:
14738   - "latency"
14739   - "parent"
14740   - "tags"
14741   layout:
14742     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14743     layout: "plot-latency"
14744
14745 - type: "plot"
14746   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14747   algorithm: "plot_latency_error_bars"
14748   output-file-type: ".html"
14749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14750   data: "plot-dpdk-throughput-latency-3n-skx"
14751   filter: "'NIC_Intel-X710' and
14752            '64B' and
14753            'BASE' and
14754            'NDRPDR' and
14755            '4T2C' and
14756            'IP4FWD'"
14757   parameters:
14758   - "latency"
14759   - "parent"
14760   - "tags"
14761   layout:
14762     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14763     layout: "plot-latency"
14764
14765 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14766 - type: "plot"
14767   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14768   algorithm: "plot_latency_error_bars"
14769   output-file-type: ".html"
14770   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14771   data: "plot-dpdk-throughput-latency-3n-skx"
14772   filter: "'NIC_Intel-XXV710' and
14773            '64B' and
14774            'BASE' and
14775            'NDRPDR' and
14776            '2T1C' and
14777            'IP4FWD'"
14778   parameters:
14779   - "latency"
14780   - "parent"
14781   - "tags"
14782   layout:
14783     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14784     layout: "plot-latency"
14785
14786 - type: "plot"
14787   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14788   algorithm: "plot_latency_error_bars"
14789   output-file-type: ".html"
14790   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14791   data: "plot-dpdk-throughput-latency-3n-skx"
14792   filter: "'NIC_Intel-XXV710' and
14793            '64B' and
14794            'BASE' and
14795            'NDRPDR' and
14796            '4T2C' and
14797            'IP4FWD'"
14798   parameters:
14799   - "latency"
14800   - "parent"
14801   - "tags"
14802   layout:
14803     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14804     layout: "plot-latency"
14805
14806 # Packet Latency - DPDK l3fwd 2n-skx-x710
14807 - type: "plot"
14808   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14809   algorithm: "plot_latency_error_bars"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14812   data: "plot-dpdk-throughput-latency-2n-skx"
14813   filter: "'NIC_Intel-X710' and
14814            '64B' and
14815            'BASE' and
14816            'NDRPDR' and
14817            '2T1C' and
14818            'IP4FWD'"
14819   parameters:
14820   - "latency"
14821   - "parent"
14822   - "tags"
14823   layout:
14824     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14825     layout: "plot-latency"
14826
14827 - type: "plot"
14828   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14829   algorithm: "plot_latency_error_bars"
14830   output-file-type: ".html"
14831   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14832   data: "plot-dpdk-throughput-latency-2n-skx"
14833   filter: "'NIC_Intel-X710' and
14834            '64B' and
14835            'BASE' and
14836            'NDRPDR' and
14837            '4T2C' and
14838            'IP4FWD'"
14839   parameters:
14840   - "latency"
14841   - "parent"
14842   - "tags"
14843   layout:
14844     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14845     layout: "plot-latency"
14846
14847 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14848 - type: "plot"
14849   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14850   algorithm: "plot_latency_error_bars"
14851   output-file-type: ".html"
14852   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14853   data: "plot-dpdk-throughput-latency-2n-skx"
14854   filter: "'NIC_Intel-XXV710' and
14855            '64B' and
14856            'BASE' and
14857            'NDRPDR' and
14858            '2T1C' and
14859            'IP4FWD'"
14860   parameters:
14861   - "latency"
14862   - "parent"
14863   - "tags"
14864   layout:
14865     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14866     layout: "plot-latency"
14867
14868 - type: "plot"
14869   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14870   algorithm: "plot_latency_error_bars"
14871   output-file-type: ".html"
14872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14873   data: "plot-dpdk-throughput-latency-2n-skx"
14874   filter: "'NIC_Intel-XXV710' and
14875            '64B' and
14876            'BASE' and
14877            'NDRPDR' and
14878            '4T2C' and
14879            'IP4FWD'"
14880   parameters:
14881   - "latency"
14882   - "parent"
14883   - "tags"
14884   layout:
14885     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14886     layout: "plot-latency"
14887
14888 ################################################################################
14889
14890 # Packet Latency - DPDK testpmd 3n-hsw-x520
14891 - type: "plot"
14892   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14893   algorithm: "plot_latency_error_bars"
14894   output-file-type: ".html"
14895   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14896   data: "plot-dpdk-throughput-latency-3n-hsw"
14897   filter: "'NIC_Intel-X520-DA2' and
14898            '64B' and
14899            'BASE' and
14900            'NDRPDR' and
14901            '1T1C' and
14902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14903   parameters:
14904   - "latency"
14905   - "parent"
14906   - "tags"
14907   layout:
14908     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14909     layout: "plot-latency"
14910
14911 - type: "plot"
14912   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14913   algorithm: "plot_latency_error_bars"
14914   output-file-type: ".html"
14915   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14916   data: "plot-dpdk-throughput-latency-3n-hsw"
14917   filter: "'NIC_Intel-X520-DA2' and
14918            '64B' and
14919            'BASE' and
14920            'NDRPDR' and
14921            '2T2C' and
14922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14923   parameters:
14924   - "latency"
14925   - "parent"
14926   - "tags"
14927   layout:
14928     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14929     layout: "plot-latency"
14930
14931 # Packet Latency - DPDK testpmd 3n-hsw-x710
14932 - type: "plot"
14933   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14934   algorithm: "plot_latency_error_bars"
14935   output-file-type: ".html"
14936   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14937   data: "plot-dpdk-throughput-latency-3n-hsw"
14938   filter: "'NIC_Intel-X710' and
14939            '64B' and
14940            'BASE' and
14941            'NDRPDR' and
14942            '1T1C' and
14943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14944   parameters:
14945   - "latency"
14946   - "parent"
14947   - "tags"
14948   layout:
14949     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
14950     layout: "plot-latency"
14951
14952 - type: "plot"
14953   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14954   algorithm: "plot_latency_error_bars"
14955   output-file-type: ".html"
14956   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14957   data: "plot-dpdk-throughput-latency-3n-hsw"
14958   filter: "'NIC_Intel-X710' and
14959            '64B' and
14960            'BASE' and
14961            'NDRPDR' and
14962            '2T2C' and
14963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14964   parameters:
14965   - "latency"
14966   - "parent"
14967   - "tags"
14968   layout:
14969     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
14970     layout: "plot-latency"
14971
14972 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14973 - type: "plot"
14974   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14975   algorithm: "plot_latency_error_bars"
14976   output-file-type: ".html"
14977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14978   data: "plot-dpdk-throughput-latency-3n-hsw"
14979   filter: "'NIC_Intel-XL710' and
14980            '64B' and
14981            'BASE' and
14982            'NDRPDR' and
14983            '1T1C' and
14984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14985   parameters:
14986   - "latency"
14987   - "parent"
14988   - "tags"
14989   layout:
14990     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
14991     layout: "plot-latency"
14992
14993 - type: "plot"
14994   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14995   algorithm: "plot_latency_error_bars"
14996   output-file-type: ".html"
14997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14998   data: "plot-dpdk-throughput-latency-3n-hsw"
14999   filter: "'NIC_Intel-XL710' and
15000            '64B' and
15001            'BASE' and
15002            'NDRPDR' and
15003            '2T2C' and
15004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15005   parameters:
15006   - "latency"
15007   - "parent"
15008   - "tags"
15009   layout:
15010     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15011     layout: "plot-latency"
15012
15013 # Packet Latency - DPDK testpmd 3n-skx-x710
15014 - type: "plot"
15015   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
15016   algorithm: "plot_latency_error_bars"
15017   output-file-type: ".html"
15018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
15019   data: "plot-dpdk-throughput-latency-3n-skx"
15020   filter: "'NIC_Intel-X710' and
15021            '64B' and
15022            'BASE' and
15023            'NDRPDR' and
15024            '2T1C' and
15025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15026   parameters:
15027   - "latency"
15028   - "parent"
15029   - "tags"
15030   layout:
15031     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15032     layout: "plot-latency"
15033
15034 - type: "plot"
15035   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
15036   algorithm: "plot_latency_error_bars"
15037   output-file-type: ".html"
15038   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
15039   data: "plot-dpdk-throughput-latency-3n-skx"
15040   filter: "'NIC_Intel-X710' and
15041            '64B' and
15042            'BASE' and
15043            'NDRPDR' and
15044            '4T2C' and
15045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15046   parameters:
15047   - "latency"
15048   - "parent"
15049   - "tags"
15050   layout:
15051     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15052     layout: "plot-latency"
15053
15054 # Packet Latency - DPDK testpmd 3n-skx-xxv710
15055 - type: "plot"
15056   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
15057   algorithm: "plot_latency_error_bars"
15058   output-file-type: ".html"
15059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
15060   data: "plot-dpdk-throughput-latency-3n-skx"
15061   filter: "'NIC_Intel-XXV710' and
15062            '64B' and
15063            'BASE' and
15064            'NDRPDR' and
15065            '2T1C' and
15066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15067   parameters:
15068   - "latency"
15069   - "parent"
15070   - "tags"
15071   layout:
15072     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15073     layout: "plot-latency"
15074
15075 - type: "plot"
15076   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
15077   algorithm: "plot_latency_error_bars"
15078   output-file-type: ".html"
15079   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
15080   data: "plot-dpdk-throughput-latency-3n-skx"
15081   filter: "'NIC_Intel-XXV710' and
15082            '64B' and
15083            'BASE' and
15084            'NDRPDR' and
15085            '4T2C' and
15086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15087   parameters:
15088   - "latency"
15089   - "parent"
15090   - "tags"
15091   layout:
15092     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15093     layout: "plot-latency"
15094
15095 # Packet Latency - DPDK testpmd 2n-skx-x710
15096 - type: "plot"
15097   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
15098   algorithm: "plot_latency_error_bars"
15099   output-file-type: ".html"
15100   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
15101   data: "plot-dpdk-throughput-latency-2n-skx"
15102   filter: "'NIC_Intel-X710' and
15103            '64B' and
15104            'BASE' and
15105            'NDRPDR' and
15106            '2T1C' and
15107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15108   parameters:
15109   - "latency"
15110   - "parent"
15111   - "tags"
15112   layout:
15113     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15114     layout: "plot-latency"
15115
15116 - type: "plot"
15117   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
15118   algorithm: "plot_latency_error_bars"
15119   output-file-type: ".html"
15120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
15121   data: "plot-dpdk-throughput-latency-2n-skx"
15122   filter: "'NIC_Intel-X710' and
15123            '64B' and
15124            'BASE' and
15125            'NDRPDR' and
15126            '4T2C' and
15127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15128   parameters:
15129   - "latency"
15130   - "parent"
15131   - "tags"
15132   layout:
15133     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15134     layout: "plot-latency"
15135
15136 # Packet Latency - DPDK testpmd 2n-skx-xxv710
15137 - type: "plot"
15138   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
15139   algorithm: "plot_latency_error_bars"
15140   output-file-type: ".html"
15141   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
15142   data: "plot-dpdk-throughput-latency-2n-skx"
15143   filter: "'NIC_Intel-XXV710' and
15144            '64B' and
15145            'BASE' and
15146            'NDRPDR' and
15147            '2T1C' and
15148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15149   parameters:
15150   - "latency"
15151   - "parent"
15152   - "tags"
15153   layout:
15154     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15155     layout: "plot-latency"
15156
15157 - type: "plot"
15158   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
15159   algorithm: "plot_latency_error_bars"
15160   output-file-type: ".html"
15161   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
15162   data: "plot-dpdk-throughput-latency-2n-skx"
15163   filter: "'NIC_Intel-XXV710' and
15164            '64B' and
15165            'BASE' and
15166            'NDRPDR' and
15167            '4T2C' and
15168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15169   parameters:
15170   - "latency"
15171   - "parent"
15172   - "tags"
15173   layout:
15174     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15175     layout: "plot-latency"