f4110133a0766e3c7959be12d58af5b642458d98
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
36     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
37     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
38     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
39     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
40     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
41     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
42     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
43     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
44     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
45     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
46     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
47     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
48     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
49     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
50     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
51     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
52
53     # Detailed test configurations
54     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
55     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
56     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
57     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
58     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
59     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
60     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
61     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
62     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
63     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
64     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
65     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
66     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
67     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
68     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
69     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
70
71     # Detailed tests operational data
72     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
73     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
74     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
75     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
76     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
77     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
78     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
79     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
80
81     # Latencies:
82     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
83     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84
85     # .css patch file to fix tables generated by Sphinx
86     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
87     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
88
89   urls:
90     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
91     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
92     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
93     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
94     DIR[NEXUS,DOC]: "report/_static/archive"
95
96   make-dirs:
97   # List the directories which are created while preparing the environment.
98   # All directories MUST be defined in "paths" section.
99   - "DIR[WORKING,DATA]"
100   - "DIR[STATIC,VPP]"
101   - "DIR[STATIC,DPDK]"
102   - "DIR[STATIC,ARCH]"
103   - "DIR[BUILD,LATEX]"
104   - "DIR[WORKING,SRC]"
105   - "DIR[WORKING,SRC,STATIC]"
106
107   remove-dirs:
108   # List the directories which are deleted while cleaning the environment.
109   # All directories MUST be defined in "paths" section.
110   #- "DIR[BUILD,HTML]"
111   - "DIR[WORKING,DATA]"
112
113   build-dirs:
114   # List the directories where the results (build) is stored.
115   # All directories MUST be defined in "paths" section.
116   - "DIR[BUILD,HTML]"
117   - "DIR[BUILD,LATEX]"
118
119 - type: "configuration"
120
121   limits:
122     nic:
123       x520: 24460000
124       x553: 29761905
125       x710: 35800000
126       xxv710: 35800000
127       xl710: 35800000
128
129     link:
130       10ge: 14880952.38
131       25ge: 37202380.95
132       40ge: 59523809.52
133       100ge: 148809523.81
134
135     pci:
136       pci-g3-x8: 74404761.90
137       pci-g3-x16: 148809523.81
138
139   data-sets:
140
141     ###########################################################################
142     # Replacements:
143
144     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
145       csit-vpp-perf-verify-1908-3n-hsw:
146         - 48  # NDRPDR sel vhost
147         - 49  # NDRPDR sel vhost
148         - 52  # NDRPDR sel vhost
149         - 53  # NDRPDR sel vhost
150         - 54  # NDRPDR sel vhost
151         - 55  # NDRPDR sel vhost
152         - 56  # NDRPDR sel vhost
153         - 57  # NDRPDR sel vhost
154         - 58  # NDRPDR sel vhost
155         - 59  # NDRPDR sel vhost
156
157     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
158       csit-vpp-perf-verify-1908-3n-skx:
159         - 52  # NDRPDR sel vhost
160         - 53  # NDRPDR sel vhost
161         - 55  # NDRPDR sel vhost
162         - 61  # NDRPDR sel vhost
163         - 62  # NDRPDR sel vhost
164         - 63  # NDRPDR sel vhost
165         - 64  # NDRPDR sel vhost
166         - 65  # NDRPDR sel vhost
167         - 66  # NDRPDR sel vhost
168         - 67  # NDRPDR sel vhost
169
170     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
171       csit-vpp-perf-verify-1908-2n-skx:
172         - 88  # NDRPDR sel vhost
173         - 89  # NDRPDR sel vhost
174         - 91  # NDRPDR sel vhost
175         - 92  # NDRPDR sel vhost
176         - 93  # NDRPDR sel vhost
177         - 94  # NDRPDR sel vhost
178         - 95  # NDRPDR sel vhost
179         - 96  # NDRPDR sel vhost
180         - 97  # NDRPDR sel vhost
181         - 98  # NDRPDR sel vhost
182
183     ###########################################################################
184     # Plots:
185
186     # 3n-hsw
187
188     plot-vpp-throughput-lat-tsa-3n-hsw:
189       csit-vpp-perf-verify-2001-3n-hsw:
190         - 21  # NDRPDR sel
191         - 22  # NDRPDR sel
192         - 23  # NDRPDR sel
193         - 24  # NDRPDR sel
194         - 25  # NDRPDR sel
195         - 29  # NDRPDR sel
196         - 30  # NDRPDR sel
197         - 31  # NDRPDR sel
198         - 32  # NDRPDR sel
199         - 34  # NDRPDR sel
200
201     plot-vpp-hdrh-lat-3n-hsw:
202       csit-vpp-perf-verify-2001-3n-hsw:
203         - 22  # NDRPDR sel
204
205     plot-vpp-nfv-3n-hsw-ndrpdr:
206       csit-vpp-perf-verify-2001-3n-hsw:
207         - 21  # NDRPDR sel
208         - 22  # NDRPDR sel
209         - 23  # NDRPDR sel
210         - 24  # NDRPDR sel
211         - 25  # NDRPDR sel
212         - 29  # NDRPDR sel
213         - 30  # NDRPDR sel
214         - 31  # NDRPDR sel
215         - 32  # NDRPDR sel
216         - 34  # NDRPDR sel
217
218     plot-vpp-nfv-3n-hsw-mrr:
219       csit-vpp-perf-verify-2001-3n-hsw:
220         - 17  # MRR sel
221
222     plot-dpdk-throughput-latency-3n-hsw:
223       csit-dpdk-perf-verify-2001-3n-hsw:
224         - 4   # NDRPDR sel
225         - 5   # NDRPDR sel
226         - 6   # NDRPDR sel
227         - 7   # NDRPDR sel
228         - 8   # NDRPDR sel
229         - 9   # NDRPDR sel
230         - 10  # NDRPDR sel
231         - 11  # NDRPDR sel
232         - 12  # NDRPDR sel
233         - 13  # NDRPDR sel
234         - 15  # NDRPDR sel
235         - 16  # NDRPDR sel
236         - 17  # NDRPDR sel
237         - 18  # NDRPDR sel
238         - 19  # NDRPDR sel
239         - 20  # NDRPDR sel
240         - 21  # NDRPDR sel
241         - 22  # NDRPDR sel
242         - 23  # NDRPDR sel
243         - 24  # NDRPDR sel
244
245     plot-dpdk-hdrh-lat-3n-hsw:
246       csit-dpdk-perf-verify-2001-3n-hsw:
247         - 16  # NDRPDR sel
248
249     # 3n-skx
250
251     plot-vpp-throughput-lat-tsa-3n-skx:
252       # TODO: Add the data
253       csit-vpp-perf-verify-2001-3n-skx:
254         - 14  # NDRPDR sel
255         - 15  # NDRPDR sel
256         - 16  # NDRPDR sel
257
258     plot-vpp-hdrh-lat-3n-skx:
259       csit-vpp-perf-verify-2001-3n-skx:
260         - 14  # NDRPDR sel
261
262     plot-vpp-nfv-3n-skx-ndrpdr:
263       # TODO: Add data
264       csit-vpp-perf-verify-2001-3n-skx:
265         - 14  # NDRPDR sel
266         - 15  # NDRPDR sel
267         - 16  # NDRPDR sel
268
269     plot-vpp-nfv-3n-skx-mrr:
270       # TODO: Replace
271       # csit-vpp-perf-verify-2001-3n-skx:
272       csit-vpp-perf-verify-1908-3n-skx:
273         - 36  # MRR sel
274
275     plot-dpdk-throughput-latency-3n-skx:
276       csit-dpdk-perf-verify-2001-3n-skx:
277         - 1   # NDRPDR sel
278         - 2   # NDRPDR sel
279         - 3   # NDRPDR sel
280         - 4   # NDRPDR sel
281         - 5   # NDRPDR sel
282         - 6   # NDRPDR sel
283         - 7   # NDRPDR sel
284         - 8   # NDRPDR sel
285         - 9   # NDRPDR sel
286         - 10  # NDRPDR sel
287
288     plot-dpdk-hdrh-lat-3n-skx:
289       csit-dpdk-perf-verify-2001-3n-skx:
290         - 1   # NDRPDR sel
291         - 19  # NDRPDR sel
292
293     # 2n-skx
294
295     plot-vpp-throughput-lat-tsa-2n-skx:
296       # TODO: Add the data
297       csit-vpp-perf-verify-2001-2n-skx:
298         - 21  # NDRPDR sel
299         - 22  # NDRPDR sel
300         - 23  # NDRPDR sel
301         - 26  # NDRPDR sel
302         - 27  # NDRPDR sel
303         - 29  # NDRPDR sel
304
305     plot-vpp-hdrh-lat-2n-skx:
306       csit-vpp-perf-verify-2001-2n-skx:
307         - 21  # NDRPDR sel
308
309     plot-vpp-http-server-performance:
310       # TODO: Replace:
311       # csit-vpp-perf-verify-2001-2n-skx:
312       csit-vpp-perf-verify-1908-2n-skx:
313         - 29  # TCP
314         - 30  # TCP
315         - 58  # TCP
316
317     plot-vpp-soak-2n-skx:
318       # TODO: Replace the data
319       # csit-vpp-perf-verify-2001-2n-skx:
320       csit-vpp-perf-verify-1908-2n-skx:
321         - 83  # SOAK
322         - 86  # SOAK
323
324     plot-vpp-nfv-2n-skx-ndrpdr:
325       # TODO: Add the data
326       csit-vpp-perf-verify-2001-2n-skx:
327         - 30  # NFV
328         - 31  # NFV
329
330     plot-vpp-nfv-2n-skx-mrr:
331       # TODO: Replace the data
332       # csit-vpp-perf-verify-2001-2n-skx:
333       csit-vpp-perf-verify-1908-2n-skx:
334         - 71  # NFV MRR
335
336     plot-vpp-nfv-reconf-2n-skx:
337       # TODO: Replace the data
338       # csit-vpp-perf-verify-2001-2n-skx:
339       csit-vpp-perf-verify-1908-2n-skx:
340         - 113 # NFV reconf sel
341         - 114 # NFV reconf sel
342         - 115 # NFV reconf sel
343
344     plot-dpdk-throughput-latency-2n-skx:
345       csit-dpdk-perf-verify-2001-2n-skx:
346         - 1   # NDRPDR sel
347         - 2   # NDRPDR sel
348         - 3   # NDRPDR sel
349         - 4   # NDRPDR sel
350         - 5   # NDRPDR sel
351         - 6   # NDRPDR sel
352         - 7   # NDRPDR sel
353         - 8   # NDRPDR sel
354         - 9   # NDRPDR sel
355         - 10  # NDRPDR sel
356         - 11  # NDRPDR sel
357         - 13  # NDRPDR sel
358         - 26  # NDRPDR sel
359         - 16  # NDRPDR sel
360         - 17  # NDRPDR sel
361         - 18  # NDRPDR sel
362         - 19  # NDRPDR sel
363         - 27  # NDRPDR sel
364         - 21  # NDRPDR sel
365         - 25  # NDRPDR sel
366
367     plot-dpdk-hdrh-lat-2n-skx:
368       csit-dpdk-perf-verify-2001-2n-skx:
369         - 1   # NDRPDR sel
370         - 19  # NDRPDR sel
371
372     # 2n-clx
373
374     plot-vpp-throughput-lat-tsa-2n-clx:
375       # TODO: Add the data
376       csit-vpp-perf-verify-2001-2n-clx:
377         - 22  # NDRPDR sel
378         - 23  # NDRPDR sel
379         - 24  # NDRPDR sel
380         - 25  # NDRPDR sel
381
382     plot-vpp-hdrh-lat-2n-clx:
383       csit-vpp-perf-verify-2001-2n-clx:
384         - 22  # NDRPDR sel
385
386     plot-vpp-nfv-2n-clx-ndrpdr:
387       # TODO: Add the data
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 22  # NDRPDR sel
390         - 23  # NDRPDR sel
391         - 24  # NDRPDR sel
392
393     plot-vpp-nfv-2n-clx-mrr:
394       # TODO: Replace the data
395       csit-vpp-perf-verify-2001-2n-clx:
396         - 3   # NDRPDR sel RC2
397         - 4   # NDRPDR sel RC2
398
399     plot-dpdk-throughput-latency-2n-clx:
400       csit-dpdk-perf-verify-2001-2n-clx:
401         - 1   # NDRPDR sel
402         - 2   # NDRPDR sel
403         - 3   # NDRPDR sel
404         - 4   # NDRPDR sel
405         - 5   # NDRPDR sel
406         - 6   # NDRPDR sel
407         - 7   # NDRPDR sel
408         - 8   # NDRPDR sel
409         - 9   # NDRPDR sel
410         - 10  # NDRPDR sel
411
412     plot-dpdk-hdrh-lat-2n-clx:
413       csit-dpdk-perf-verify-2001-2n-clx:
414         - 1   # NDRPDR sel
415
416     # 3n-tsh
417
418     plot-vpp-throughput-lat-tsa-3n-tsh:
419       # TODO: Add the data
420       csit-vpp-perf-verify-2001-3n-tsh:
421         - 3   # NDRPDR sel
422         - 4   # NDRPDR sel
423         - 7   # NDRPDR sel
424         - 8   # NDRPDR sel
425
426     plot-vpp-hdrh-lat-3n-tsh:
427       csit-vpp-perf-verify-2001-3n-tsh:
428         - 4   # NDRPDR sel
429
430     plot-dpdk-throughput-latency-3n-tsh:
431       csit-dpdk-perf-verify-2001-3n-tsh:
432         - 3   # NDRPDR sel
433         - 4   # NDRPDR sel
434         - 5   # NDRPDR sel
435         - 9   # NDRPDR sel
436         - 10  # NDRPDR sel
437
438     plot-dpdk-hdrh-lat-3n-tsh:
439       csit-dpdk-perf-verify-2001-3n-tsh:
440         - 3   # NDRPDR sel
441
442     # 3n-dnv
443
444     plot-vpp-throughput-lat-tsa-3n-dnv:
445       csit-vpp-perf-verify-2001-3n-dnv:
446         - 5   # NDRPDR sel
447         - 6   # NDRPDR sel
448         - 7   # NDRPDR sel
449         - 8   # NDRPDR sel
450         - 9   # NDRPDR sel
451         - 10  # NDRPDR sel
452         - 12  # NDRPDR sel
453         - 16  # NDRPDR sel
454         - 17  # NDRPDR sel
455         - 18  # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-dnv:
458       csit-dpdk-perf-verify-2001-3n-dnv:
459         - 12  # NDRPDR sel
460         - 13  # NDRPDR sel
461         - 14  # NDRPDR sel
462         - 15  # NDRPDR sel
463         - 16  # NDRPDR sel
464         - 17  # NDRPDR sel
465         - 18  # NDRPDR sel
466         - 19  # NDRPDR sel
467         - 20  # NDRPDR sel
468         - 22  # NDRPDR sel
469
470     # 2n-dnv
471
472     plot-vpp-throughput-lat-tsa-2n-dnv:
473       csit-vpp-perf-verify-2001-2n-dnv:
474         - 4   # NDRPDR sel
475         - 5   # NDRPDR sel
476         - 6   # NDRPDR sel
477         - 7   # NDRPDR sel
478         - 8   # NDRPDR sel
479         - 9   # NDRPDR sel
480         - 10  # NDRPDR sel
481         - 11  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 16  # NDRPDR sel
484
485     plot-dpdk-throughput-latency-2n-dnv:
486       csit-dpdk-perf-verify-2001-2n-dnv:
487         - 9   # NDRPDR sel
488         - 10  # NDRPDR sel
489         - 11  # NDRPDR sel
490         - 12  # NDRPDR sel
491         - 13  # NDRPDR sel
492         - 14  # NDRPDR sel
493         - 15  # NDRPDR sel
494         - 16  # NDRPDR sel
495         - 17  # NDRPDR sel
496         - 18  # NDRPDR sel
497
498     ###########################################################################
499     # Simple tables (only one data set):
500
501     # NIC Comparisons
502
503     vpp-nic-comparison-3n-skx:
504       # TODO: Add the data
505       csit-vpp-perf-verify-2001-3n-skx:
506         - 14  # NDRPDR sel
507         - 15  # NDRPDR sel
508         - 16  # NDRPDR sel
509
510     vpp-nic-comparison-2n-skx:
511       # TODO: Add the data
512       csit-vpp-perf-verify-2001-2n-skx:
513         - 21  # NDRPDR sel
514         - 22  # NDRPDR sel
515         - 23  # NDRPDR sel
516         - 26  # NDRPDR sel
517
518     vpp-nic-comparison-3n-skx-mrr:
519       # TODO: Replace
520       # csit-vpp-perf-verify-2001-3n-skx:
521       csit-vpp-perf-verify-1908-3n-skx:
522         - 36  # MRR sel
523
524     vpp-nic-comparison-2n-skx-mrr:
525       # TODO: Replace
526       # csit-vpp-perf-verify-2001-2n-skx:
527       csit-vpp-perf-verify-1908-2n-skx:
528         - 69  # MRR sel
529
530     # Results
531
532     vpp-perf-results-3n-hsw:
533       csit-vpp-perf-verify-2001-3n-hsw:
534         - 18  # NDRPDR full
535         - 20  # NDRPDR full
536         - 28  # NDRPDR full
537
538     vpp-perf-results-3n-skx:
539       # TODO: Replace
540       csit-vpp-perf-verify-2001-3n-skx:
541         - 14  # NDRPDR sel
542
543     vpp-perf-results-2n-skx:
544       csit-vpp-perf-verify-2001-2n-skx:
545         - 32  # NDRPDR full
546         - 33  # NDRPDR full
547
548     vpp-perf-results-2n-clx:
549       # TODO: Replace
550       csit-vpp-perf-verify-2001-2n-clx:
551         - 22  # NDRPDR sel
552
553     vpp-perf-results-3n-tsh:
554       # TODO: Replace
555       csit-vpp-perf-verify-2001-3n-tsh:
556         - 3   # NDRPDR sel
557
558     vpp-perf-results-3n-dnv:
559       csit-vpp-perf-verify-2001-3n-dnv:
560         - 19  # NDRPDR full
561         - 20  # NDRPDR full
562         - 21  # NDRPDR full
563         - 22  # NDRPDR full
564         - 23  # NDRPDR full
565         - 24  # NDRPDR full
566         - 25  # NDRPDR full
567
568     vpp-perf-results-2n-dnv:
569       csit-vpp-perf-verify-2001-2n-dnv:
570         - 21  # NDRPDR full
571         - 22  # NDRPDR full
572         - 25  # NDRPDR full
573         - 26  # NDRPDR full
574         - 27  # NDRPDR full
575         - 28  # NDRPDR full
576
577     vpp-mrr-results-3n-hsw:
578       csit-vpp-perf-verify-2001-3n-hsw:
579         - 17  # MRR sel
580
581     vpp-mrr-results-3n-skx:
582       # TODO: Replace
583       # csit-vpp-perf-verify-2001-3n-skx:
584       csit-vpp-perf-verify-1908-3n-skx:
585         - 36  # MRR sel
586
587     vpp-mrr-results-2n-skx:
588       # TODO: Replace
589       # csit-vpp-perf-verify-2001-2n-skx:
590       csit-vpp-perf-verify-1908-2n-skx:
591         - 69  # MRR sel
592
593     vpp-mrr-results-2n-clx:
594       # TODO: Replace
595       # csit-vpp-perf-verify-2001-2n-clx:
596       csit-vpp-perf-verify-1908-2n-skx:
597         - 69  # MRR sel
598
599     vpp-mrr-results-3n-tsh:
600       # TODO: Replace
601       # csit-vpp-perf-verify-2001-3n-tsh:
602       csit-vpp-perf-verify-1908-3n-tsh:
603         - 17  # MRR sel
604
605     vpp-mrr-results-3n-dnv:
606       csit-vpp-perf-verify-2001-3n-dnv:
607         - 11  # MRR sel
608
609     vpp-mrr-results-2n-dnv:
610       csit-vpp-perf-verify-2001-2n-dnv:
611         - 12  # MRR sel
612
613     vpp-device-results-ubuntu:
614       csit-vpp-device-2001-ubuntu1804-1n-skx:
615         - 57
616
617     dpdk-perf-results-3n-hsw:
618       csit-dpdk-perf-verify-2001-3n-hsw:
619         - 13  # NDRPDR sel
620         - 24  # NDRPDR sel
621
622     dpdk-perf-results-3n-skx:
623       csit-dpdk-perf-verify-2001-3n-skx:
624         - 1   # NDRPDR sel
625
626     dpdk-perf-results-2n-skx:
627       csit-dpdk-perf-verify-2001-2n-skx:
628         - 1   # NDRPDR sel
629
630     dpdk-perf-results-2n-clx:
631       csit-dpdk-perf-verify-2001-2n-clx:
632         - 1   # NDRPDR sel
633
634     dpdk-perf-results-2n-dnv:
635       csit-dpdk-perf-verify-2001-2n-dnv:
636         - 16  # NDRPDR sel
637
638     dpdk-perf-results-3n-dnv:
639       csit-dpdk-perf-verify-2001-3n-dnv:
640         - 12  # NDRPDR sel
641
642     dpdk-perf-results-3n-tsh:
643       csit-dpdk-perf-verify-2001-3n-tsh:
644         - 3   # NDRPDR sel
645
646 ###########################################################################
647     # Tables (more than one data set)
648
649     # Performance changes
650
651     vpp-performance-changes-3n-hsw-h1:
652       csit-vpp-perf-verify-1904-3n-hsw:
653         - 11  # NDRPDR sel
654         - 12  # NDRPDR sel
655         - 20  # NDRPDR sel
656         - 21  # NDRPDR sel
657         - 23  # NDRPDR sel
658         - 24  # NDRPDR sel
659         - 25  # NDRPDR sel
660         - 26  # NDRPDR sel
661         - 29  # NDRPDR sel
662         - 30  # NDRPDR sel
663     vpp-performance-changes-3n-hsw-ref:
664       csit-vpp-perf-verify-1908-3n-hsw:
665         - 12  # NDRPDR sel
666         - 13  # NDRPDR sel
667         - 14  # NDRPDR sel
668         - 15  # NDRPDR sel
669         - 16  # NDRPDR sel
670         - 17  # NDRPDR sel
671         - 18  # NDRPDR sel
672         - 19  # NDRPDR sel
673         - 20  # NDRPDR sel
674         - 21  # NDRPDR sel
675     vpp-performance-changes-3n-hsw-cmp:
676       csit-vpp-perf-verify-2001-3n-hsw:
677         - 21  # NDRPDR sel
678         - 22  # NDRPDR sel
679         - 23  # NDRPDR sel
680         - 24  # NDRPDR sel
681         - 25  # NDRPDR sel
682         - 29  # NDRPDR sel
683         - 30  # NDRPDR sel
684         - 31  # NDRPDR sel
685         - 32  # NDRPDR sel
686         - 34  # NDRPDR sel
687     vpp-performance-changes-3n-hsw:
688       - "vpp-performance-changes-3n-hsw-h1"
689       - "vpp-performance-changes-3n-hsw-ref"
690       - "vpp-performance-changes-3n-hsw-cmp"
691
692     vpp-performance-changes-3n-skx-h1:
693       csit-vpp-perf-verify-1904-3n-skx:
694         - 8   # NDRPDR sel
695         - 9   # NDRPDR sel
696         - 10  # NDRPDR sel
697         - 11  # NDRPDR sel
698         - 12  # NDRPDR sel
699         - 14  # NDRPDR sel
700         - 16  # NDRPDR sel
701         - 21  # NDRPDR sel
702         - 23  # NDRPDR sel
703         - 25  # NDRPDR sel
704     vpp-performance-changes-3n-skx-ref:
705       csit-vpp-perf-verify-1908-3n-skx:
706         - 14  # NDRPDR sel
707         - 16  # NDRPDR sel
708         - 19  # NDRPDR sel
709         - 20  # NDRPDR sel
710         - 22  # NDRPDR sel
711         - 23  # NDRPDR sel
712         - 24  # NDRPDR sel
713         - 25  # NDRPDR sel
714         - 26  # NDRPDR sel
715         - 29  # NDRPDR sel
716     vpp-performance-changes-3n-skx-cmp:
717       # TODO: Add the data
718       csit-vpp-perf-verify-2001-3n-skx:
719         - 14  # NDRPDR sel
720         - 15  # NDRPDR sel
721         - 16  # NDRPDR sel
722     vpp-performance-changes-3n-skx:
723       - "vpp-performance-changes-3n-skx-h1"
724       - "vpp-performance-changes-3n-skx-ref"
725       - "vpp-performance-changes-3n-skx-cmp"
726
727     vpp-performance-changes-2n-skx-h1:
728       csit-vpp-perf-verify-1904-2n-skx:
729         - 12  # NDRPDR sel
730         - 14  # NDRPDR sel
731         - 16  # NDRPDR sel
732         - 17  # NDRPDR sel
733         - 18  # NDRPDR sel
734         - 21  # NDRPDR sel
735         - 27  # NDRPDR sel
736         - 30  # NDRPDR sel
737         - 31  # NDRPDR sel
738         - 32  # NDRPDR sel
739     vpp-performance-changes-2n-skx-ref:
740       csit-vpp-perf-verify-1908-2n-skx:
741         - 26  # NDRPDR sel
742         - 27  # NDRPDR sel
743         - 34  # NDRPDR sel
744         - 35  # NDRPDR sel
745         - 36  # NDRPDR sel
746         - 42  # NDRPDR sel
747         - 43  # NDRPDR sel
748         - 44  # NDRPDR sel
749         - 45  # NDRPDR sel
750         - 46  # NDRPDR sel
751     vpp-performance-changes-2n-skx-cmp:
752       # TODO: Add the data
753       csit-vpp-perf-verify-2001-2n-skx:
754         - 21  # NDRPDR sel
755         - 22  # NDRPDR sel
756         - 23  # NDRPDR sel
757         - 26  # NDRPDR sel
758         - 27  # NDRPDR sel
759         - 29  # NDRPDR sel
760     vpp-performance-changes-2n-skx:
761       - "vpp-performance-changes-2n-skx-h1"
762       - "vpp-performance-changes-2n-skx-ref"
763       - "vpp-performance-changes-2n-skx-cmp"
764
765     vpp-performance-changes-nfv-2n-skx-ref:
766       csit-vpp-perf-verify-1908-2n-skx:
767         - 22  # NFV
768         - 31  # NFV
769         - 32  # NFV
770     vpp-performance-changes-nfv-2n-skx-cmp:
771       # TODO: Add the data
772       csit-vpp-perf-verify-2001-2n-skx:
773         - 30  # NFV
774         - 31  # NFV
775     vpp-performance-changes-nfv-2n-skx:
776       - "vpp-performance-changes-nfv-2n-skx-ref"
777       - "vpp-performance-changes-nfv-2n-skx-cmp"
778
779     vpp-performance-changes-2n-dnv-ref:
780       csit-vpp-perf-verify-1908-2n-dnv:
781         - 1   # NDRPDR sel
782         - 2   # NDRPDR sel
783         - 3   # NDRPDR sel
784         - 4   # NDRPDR sel
785         - 5   # NDRPDR sel
786         - 6   # NDRPDR sel
787         - 7   # NDRPDR sel
788         - 8   # NDRPDR sel
789         - 9   # NDRPDR sel
790         - 10  # NDRPDR sel
791     vpp-performance-changes-2n-dnv-cmp:
792       csit-vpp-perf-verify-2001-2n-dnv:
793         - 4   # NDRPDR sel
794         - 5   # NDRPDR sel
795         - 6   # NDRPDR sel
796         - 7   # NDRPDR sel
797         - 8   # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 10  # NDRPDR sel
800         - 11  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 16  # NDRPDR sel
803     vpp-performance-changes-2n-dnv:
804       - "vpp-performance-changes-2n-dnv-ref"
805       - "vpp-performance-changes-2n-dnv-cmp"
806
807     vpp-performance-changes-3n-dnv-ref:
808       csit-vpp-perf-verify-1908-3n-dnv:
809         - 6   # NDRPDR sel
810         - 7   # NDRPDR sel
811         - 8   # NDRPDR sel
812         - 9   # NDRPDR sel
813         - 10  # NDRPDR sel
814         - 12  # NDRPDR sel
815         - 13  # NDRPDR sel
816         - 14  # NDRPDR sel
817         - 15  # NDRPDR sel
818         - 16  # NDRPDR sel
819     vpp-performance-changes-3n-dnv-cmp:
820       csit-vpp-perf-verify-2001-3n-dnv:
821         - 5   # NDRPDR sel
822         - 6   # NDRPDR sel
823         - 7   # NDRPDR sel
824         - 8   # NDRPDR sel
825         - 9   # NDRPDR sel
826         - 10  # NDRPDR sel
827         - 12  # NDRPDR sel
828         - 16  # NDRPDR sel
829         - 17  # NDRPDR sel
830         - 18  # NDRPDR sel
831     vpp-performance-changes-3n-dnv:
832       - "vpp-performance-changes-3n-dnv-ref"
833       - "vpp-performance-changes-3n-dnv-cmp"
834
835     vpp-performance-changes-3n-tsh-ref:
836       csit-vpp-perf-verify-1908-3n-tsh:
837         - 7   # NDRPDR sel
838         - 8   # NDRPDR sel
839         - 9   # NDRPDR sel
840         - 10  # NDRPDR sel
841         - 11  # NDRPDR sel
842         - 12  # NDRPDR sel
843         - 13  # NDRPDR sel
844         - 14  # NDRPDR sel
845         - 15  # NDRPDR sel
846         - 16  # NDRPDR sel
847     vpp-performance-changes-3n-tsh-cmp:
848       # TODO: Add the data
849       csit-vpp-perf-verify-2001-3n-tsh:
850         - 3   # NDRPDR sel
851         - 4   # NDRPDR sel
852         - 7   # NDRPDR sel
853         - 8   # NDRPDR sel
854     vpp-performance-changes-3n-tsh:
855       - "vpp-performance-changes-3n-tsh-ref"
856       - "vpp-performance-changes-3n-tsh-cmp"
857
858     vpp-soak-vs-ndr-2n-skx-ref:
859       # TODO: Replace
860       # csit-vpp-perf-verify-2001-2n-skx:
861       csit-vpp-perf-verify-1908-2n-skx:
862         - 26  # NDRPDR sel
863         - 27  # NDRPDR sel
864         - 34  # NDRPDR sel
865     vpp-soak-vs-ndr-2n-skx-cmp:
866       # TODO: Replace
867       # csit-vpp-perf-verify-2001-2n-skx:
868       csit-vpp-perf-verify-1908-2n-skx:
869         - 83  # SOAK
870         - 86  # SOAK
871     vpp-soak-vs-ndr-2n-skx:
872       # TODO: Replace
873       # csit-vpp-perf-verify-2001-2n-skx:
874       csit-vpp-perf-verify-1908-2n-skx:
875         - 26  # NDRPDR sel
876         - 27  # NDRPDR sel
877         - 34  # NDRPDR sel
878         - 83  # SOAK
879         - 86  # SOAK
880
881     vpp-performance-changes-3n-hsw-mrr-h1:
882       csit-vpp-perf-verify-1904-3n-hsw:
883         - 9   # MRR sel
884     vpp-performance-changes-3n-hsw-mrr-ref:
885       csit-vpp-perf-verify-1908-3n-hsw:
886         - 39  # MRR sel
887     vpp-performance-changes-3n-hsw-mrr-cmp:
888       csit-vpp-perf-verify-2001-3n-hsw:
889         - 17  # MRR sel
890     vpp-performance-changes-3n-hsw-mrr:
891       - "vpp-performance-changes-3n-hsw-mrr-h1"
892       - "vpp-performance-changes-3n-hsw-mrr-ref"
893       - "vpp-performance-changes-3n-hsw-mrr-cmp"
894
895     vpp-performance-changes-3n-skx-mrr-h1:
896       csit-vpp-perf-verify-1904-3n-skx:
897         - 7   # MRR sel
898     vpp-performance-changes-3n-skx-mrr-ref:
899       csit-vpp-perf-verify-1908-3n-skx:
900         - 36  # MRR sel
901     vpp-performance-changes-3n-skx-mrr-cmp:
902       # TODO: Replace
903       # csit-vpp-perf-verify-2001-3n-skx:
904       csit-vpp-perf-verify-1908-3n-skx:
905         - 36  # MRR sel
906     vpp-performance-changes-3n-skx-mrr:
907       - "vpp-performance-changes-3n-skx-mrr-h1"
908       - "vpp-performance-changes-3n-skx-mrr-ref"
909       - "vpp-performance-changes-3n-skx-mrr-cmp"
910
911     vpp-performance-changes-2n-skx-mrr-h1:
912       csit-vpp-perf-verify-1904-2n-skx:
913         - 11  # MRR sel
914     vpp-performance-changes-2n-skx-mrr-ref:
915       csit-vpp-perf-verify-1908-2n-skx:
916         - 69  # MRR sel
917     vpp-performance-changes-2n-skx-mrr-cmp:
918       # TODO: Replace
919       # csit-vpp-perf-verify-2001-2n-skx:
920       csit-vpp-perf-verify-1908-2n-skx:
921         - 69  # MRR sel
922     vpp-performance-changes-2n-skx-mrr:
923       - "vpp-performance-changes-2n-skx-mrr-h1"
924       - "vpp-performance-changes-2n-skx-mrr-ref"
925       - "vpp-performance-changes-2n-skx-mrr-cmp"
926
927     vpp-performance-changes-nfv-2n-skx-mrr-ref:
928       csit-vpp-perf-verify-1908-2n-skx:
929         - 71  # NFV MRR
930     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
931       # TODO: Replace
932       # csit-vpp-perf-verify-2001-2n-skx:
933       csit-vpp-perf-verify-1908-2n-skx:
934         - 71  # NFV MRR
935     vpp-performance-changes-nfv-2n-skx-mrr:
936       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
937       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
938
939     vpp-performance-changes-2n-dnv-mrr-ref:
940       csit-vpp-perf-verify-1908-2n-dnv:
941         - 11  # MRR sel
942     vpp-performance-changes-2n-dnv-mrr-cmp:
943       csit-vpp-perf-verify-2001-2n-dnv:
944         - 12  # MRR sel
945     vpp-performance-changes-2n-dnv-mrr:
946       - "vpp-performance-changes-2n-dnv-mrr-ref"
947       - "vpp-performance-changes-2n-dnv-mrr-cmp"
948
949     vpp-performance-changes-3n-dnv-mrr-ref:
950       csit-vpp-perf-verify-1908-3n-dnv:
951         - 17  # MRR sel
952     vpp-performance-changes-3n-dnv-mrr-cmp:
953       csit-vpp-perf-verify-2001-3n-dnv:
954         - 11  # MRR sel
955     vpp-performance-changes-3n-dnv-mrr:
956       - "vpp-performance-changes-3n-dnv-mrr-ref"
957       - "vpp-performance-changes-3n-dnv-mrr-cmp"
958
959     vpp-performance-changes-3n-tsh-mrr-ref:
960       csit-vpp-perf-verify-1908-3n-tsh:
961         - 17  # MRR sel
962     vpp-performance-changes-3n-tsh-mrr-cmp:
963       # TODO: Replace
964       # csit-vpp-perf-verify-2001-3n-tsh:
965       csit-vpp-perf-verify-1908-3n-tsh:
966         - 17  # MRR sel
967     vpp-performance-changes-3n-tsh-mrr:
968       - "vpp-performance-changes-3n-tsh-mrr-ref"
969       - "vpp-performance-changes-3n-tsh-mrr-cmp"
970
971     dpdk-performance-changes-3n-hsw-h1:
972       csit-dpdk-perf-verify-1904-3n-hsw:
973         - 2   # NDRPDR sel
974         - 3   # NDRPDR sel
975         - 5   # NDRPDR sel
976         - 6   # NDRPDR sel
977         - 13  # NDRPDR sel
978         - 14  # NDRPDR sel
979         - 15  # NDRPDR sel
980         - 18  # NDRPDR sel
981         - 19  # NDRPDR sel
982         - 20  # NDRPDR sel
983     dpdk-performance-changes-3n-hsw-ref:
984       csit-dpdk-perf-verify-1908-3n-hsw:
985         - 2   # NDRPDR sel
986         - 3   # NDRPDR sel
987         - 4   # NDRPDR sel
988         - 5   # NDRPDR sel
989         - 6   # NDRPDR sel
990         - 7   # NDRPDR sel
991         - 8   # NDRPDR sel
992         - 9   # NDRPDR sel
993         - 10  # NDRPDR sel
994         - 11  # NDRPDR sel
995     dpdk-performance-changes-3n-hsw-cmp:
996       csit-dpdk-perf-verify-2001-3n-hsw:
997         - 4   # NDRPDR sel
998         - 5   # NDRPDR sel
999         - 6   # NDRPDR sel
1000         - 7   # NDRPDR sel
1001         - 8   # NDRPDR sel
1002         - 9   # NDRPDR sel
1003         - 10  # NDRPDR sel
1004         - 11  # NDRPDR sel
1005         - 12  # NDRPDR sel
1006         - 13  # NDRPDR sel
1007         - 15  # NDRPDR sel
1008         - 16  # NDRPDR sel
1009         - 17  # NDRPDR sel
1010         - 18  # NDRPDR sel
1011         - 19  # NDRPDR sel
1012         - 20  # NDRPDR sel
1013         - 21  # NDRPDR sel
1014         - 22  # NDRPDR sel
1015         - 23  # NDRPDR sel
1016         - 24  # NDRPDR sel
1017     dpdk-performance-changes-3n-hsw:
1018       - "dpdk-performance-changes-3n-hsw-h1"
1019       - "dpdk-performance-changes-3n-hsw-ref"
1020       - "dpdk-performance-changes-3n-hsw-cmp"
1021
1022     dpdk-performance-changes-3n-skx-h1:
1023       csit-dpdk-perf-verify-1904-3n-skx:
1024         - 2   # NDRPDR sel
1025         - 3   # NDRPDR sel
1026         - 4   # NDRPDR sel
1027         - 5   # NDRPDR sel
1028         - 6   # NDRPDR sel
1029         - 7   # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032         - 13  # NDRPDR sel
1033         - 14  # NDRPDR sel
1034     dpdk-performance-changes-3n-skx-ref:
1035       csit-dpdk-perf-verify-1908-3n-skx:
1036         - 3   # NDRPDR sel
1037         - 4   # NDRPDR sel
1038         - 5   # NDRPDR sel
1039         - 6   # NDRPDR sel
1040         - 7   # NDRPDR sel
1041         - 8   # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 10  # NDRPDR sel
1044         - 11  # NDRPDR sel
1045         - 12  # NDRPDR sel
1046     dpdk-performance-changes-3n-skx-cmp:
1047       csit-dpdk-perf-verify-2001-3n-skx:
1048         - 1   # NDRPDR sel
1049         - 2   # NDRPDR sel
1050         - 3   # NDRPDR sel
1051         - 4   # NDRPDR sel
1052         - 5   # NDRPDR sel
1053         - 6   # NDRPDR sel
1054         - 7   # NDRPDR sel
1055         - 8   # NDRPDR sel
1056         - 9   # NDRPDR sel
1057         - 10  # NDRPDR sel
1058     dpdk-performance-changes-3n-skx:
1059       - "dpdk-performance-changes-3n-skx-h1"
1060       - "dpdk-performance-changes-3n-skx-ref"
1061       - "dpdk-performance-changes-3n-skx-cmp"
1062
1063     dpdk-performance-changes-2n-skx-h1:
1064       csit-dpdk-perf-verify-1904-2n-skx:
1065         - 2   # NDRPDR sel
1066         - 3   # NDRPDR sel
1067         - 4   # NDRPDR sel
1068         - 5   # NDRPDR sel
1069         - 7   # NDRPDR sel
1070         - 8   # NDRPDR sel
1071         - 9   # NDRPDR sel
1072         - 10  # NDRPDR sel
1073         - 11  # NDRPDR sel
1074         - 12  # NDRPDR sel
1075     dpdk-performance-changes-2n-skx-ref:
1076       csit-dpdk-perf-verify-1908-2n-skx:
1077         - 2   # NDRPDR sel
1078         - 3   # NDRPDR sel
1079         - 4   # NDRPDR sel
1080         - 5   # NDRPDR sel
1081         - 7   # NDRPDR sel
1082         - 8   # NDRPDR sel
1083         - 9   # NDRPDR sel
1084         - 10  # NDRPDR sel
1085         - 11  # NDRPDR sel
1086         - 12  # NDRPDR sel
1087     dpdk-performance-changes-2n-skx-cmp:
1088       csit-dpdk-perf-verify-2001-2n-skx:
1089         - 1   # NDRPDR sel
1090         - 2   # NDRPDR sel
1091         - 3   # NDRPDR sel
1092         - 4   # NDRPDR sel
1093         - 5   # NDRPDR sel
1094         - 6   # NDRPDR sel
1095         - 7   # NDRPDR sel
1096         - 8   # NDRPDR sel
1097         - 9   # NDRPDR sel
1098         - 10  # NDRPDR sel
1099         - 11  # NDRPDR sel
1100         - 13  # NDRPDR sel
1101         - 26  # NDRPDR sel
1102         - 16  # NDRPDR sel
1103         - 17  # NDRPDR sel
1104         - 18  # NDRPDR sel
1105         - 19  # NDRPDR sel
1106         - 27  # NDRPDR sel
1107         - 21  # NDRPDR sel
1108         - 25  # NDRPDR sel
1109     dpdk-performance-changes-2n-skx:
1110       - "dpdk-performance-changes-2n-skx-h1"
1111       - "dpdk-performance-changes-2n-skx-ref"
1112       - "dpdk-performance-changes-2n-skx-cmp"
1113
1114     # Compare testbeds
1115
1116     vpp-compare-testbeds-ref:
1117       csit-vpp-perf-verify-2001-3n-hsw:
1118         - 21  # NDRPDR sel
1119         - 22  # NDRPDR sel
1120         - 23  # NDRPDR sel
1121         - 24  # NDRPDR sel
1122         - 25  # NDRPDR sel
1123         - 29  # NDRPDR sel
1124         - 30  # NDRPDR sel
1125         - 31  # NDRPDR sel
1126         - 32  # NDRPDR sel
1127         - 34  # NDRPDR sel
1128     vpp-compare-testbeds-cmp:
1129       # TODO: Add the data
1130       csit-vpp-perf-verify-2001-3n-skx:
1131         - 14  # NDRPDR sel
1132         - 15  # NDRPDR sel
1133         - 16  # NDRPDR sel
1134     vpp-compare-testbeds:
1135       - "vpp-compare-testbeds-ref"
1136       - "vpp-compare-testbeds-cmp"
1137
1138     vpp-compare-testbeds-skx-clx-ref:
1139       # TODO: Add the data
1140       csit-vpp-perf-verify-2001-2n-skx:
1141         - 21  # NDRPDR sel
1142         - 22  # NDRPDR sel
1143         - 23  # NDRPDR sel
1144         - 26  # NDRPDR sel
1145         - 27  # NDRPDR sel
1146         - 29  # NDRPDR sel
1147     vpp-compare-testbeds-skx-clx-cmp:
1148       # TODO: Add the data
1149       csit-vpp-perf-verify-2001-2n-clx:
1150         - 22  # NDRPDR sel
1151         - 23  # NDRPDR sel
1152         - 24  # NDRPDR sel
1153         - 25  # NDRPDR sel
1154     vpp-compare-testbeds-skx-clx:
1155       - "vpp-compare-testbeds-skx-clx-ref"
1156       - "vpp-compare-testbeds-skx-clx-cmp"
1157
1158     vpp-compare-testbeds-mrr-ref:
1159       csit-vpp-perf-verify-2001-3n-hsw:
1160         - 17  # MRR sel
1161     vpp-compare-testbeds-mrr-cmp:
1162       # TODO: Replace
1163       # csit-vpp-perf-verify-2001-3n-skx:
1164       csit-vpp-perf-verify-1908-3n-skx:
1165         - 36  # MRR sel
1166     vpp-compare-testbeds-mrr:
1167       - "vpp-compare-testbeds-mrr-ref"
1168       - "vpp-compare-testbeds-mrr-cmp"
1169
1170     vpp-compare-testbeds-mrr-skx-clx-ref:
1171       # TODO: Replace
1172       # csit-vpp-perf-verify-2001-2n-skx:
1173       csit-vpp-perf-verify-1908-2n-skx:
1174         - 69  # MRR sel
1175     vpp-compare-testbeds-mrr-skx-clx-cmp:
1176       # TODO: Replace
1177       # csit-vpp-perf-verify-2001-2n-clx:
1178       csit-vpp-perf-verify-1908-2n-skx:
1179         - 69  # MRR sel
1180     vpp-compare-testbeds-mrr-skx-clx:
1181       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1182       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1183
1184     dpdk-compare-testbeds-ref:
1185       csit-dpdk-perf-verify-2001-3n-hsw:
1186         - 4   # NDRPDR sel
1187         - 5   # NDRPDR sel
1188         - 6   # NDRPDR sel
1189         - 7   # NDRPDR sel
1190         - 8   # NDRPDR sel
1191         - 9   # NDRPDR sel
1192         - 10  # NDRPDR sel
1193         - 11  # NDRPDR sel
1194         - 12  # NDRPDR sel
1195         - 13  # NDRPDR sel
1196         - 15  # NDRPDR sel
1197         - 16  # NDRPDR sel
1198         - 17  # NDRPDR sel
1199         - 18  # NDRPDR sel
1200         - 19  # NDRPDR sel
1201         - 20  # NDRPDR sel
1202         - 21  # NDRPDR sel
1203         - 22  # NDRPDR sel
1204         - 23  # NDRPDR sel
1205         - 24  # NDRPDR sel
1206     dpdk-compare-testbeds-cmp:
1207       csit-dpdk-perf-verify-2001-3n-skx:
1208         - 1   # NDRPDR sel
1209         - 2   # NDRPDR sel
1210         - 3   # NDRPDR sel
1211         - 4   # NDRPDR sel
1212         - 5   # NDRPDR sel
1213         - 6   # NDRPDR sel
1214         - 7   # NDRPDR sel
1215         - 8   # NDRPDR sel
1216         - 9   # NDRPDR sel
1217         - 10  # NDRPDR sel
1218     dpdk-compare-testbeds:
1219       - "dpdk-compare-testbeds-ref"
1220       - "dpdk-compare-testbeds-cmp"
1221
1222     dpdk-compare-testbeds-skx-clx-ref:
1223       csit-dpdk-perf-verify-2001-2n-skx:
1224         - 1   # NDRPDR sel
1225         - 2   # NDRPDR sel
1226         - 3   # NDRPDR sel
1227         - 4   # NDRPDR sel
1228         - 5   # NDRPDR sel
1229         - 6   # NDRPDR sel
1230         - 7   # NDRPDR sel
1231         - 8   # NDRPDR sel
1232         - 9   # NDRPDR sel
1233         - 10  # NDRPDR sel
1234         - 11  # NDRPDR sel
1235         - 13  # NDRPDR sel
1236         - 26  # NDRPDR sel
1237         - 16  # NDRPDR sel
1238         - 17  # NDRPDR sel
1239         - 18  # NDRPDR sel
1240         - 19  # NDRPDR sel
1241         - 27  # NDRPDR sel
1242         - 21  # NDRPDR sel
1243         - 25  # NDRPDR sel
1244     dpdk-compare-testbeds-skx-clx-cmp:
1245       csit-dpdk-perf-verify-2001-2n-clx:
1246         - 1   # NDRPDR sel
1247         - 2   # NDRPDR sel
1248         - 3   # NDRPDR sel
1249         - 4   # NDRPDR sel
1250         - 5   # NDRPDR sel
1251         - 6   # NDRPDR sel
1252         - 7   # NDRPDR sel
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256     dpdk-compare-testbeds-skx-clx:
1257       - "dpdk-compare-testbeds-skx-clx-ref"
1258       - "dpdk-compare-testbeds-skx-clx-cmp"
1259
1260     # Compare topologies
1261
1262     vpp-compare-topologies-ref:
1263       # TODO: Add the data
1264       csit-vpp-perf-verify-2001-3n-skx:
1265         - 14  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268     vpp-compare-topologies-cmp:
1269       # TODO: Add the data
1270       csit-vpp-perf-verify-2001-2n-skx:
1271         - 21  # NDRPDR sel
1272         - 22  # NDRPDR sel
1273         - 23  # NDRPDR sel
1274         - 26  # NDRPDR sel
1275         - 27  # NDRPDR sel
1276         - 29  # NDRPDR sel
1277     vpp-compare-topologies:
1278       - "vpp-compare-topologies-ref"
1279       - "vpp-compare-topologies-cmp"
1280
1281     vpp-compare-topologies-mrr-ref:
1282       # TODO: Replace
1283       # csit-vpp-perf-verify-2001-3n-skx:
1284       csit-vpp-perf-verify-1908-3n-skx:
1285         - 36  # MRR sel
1286     vpp-compare-topologies-mrr-cmp:
1287       # TODO: Replace
1288       # csit-vpp-perf-verify-2001-2n-skx:
1289       csit-vpp-perf-verify-1908-2n-skx:
1290         - 69  # MRR sel
1291     vpp-compare-topologies-mrr:
1292       - "vpp-compare-topologies-mrr-ref"
1293       - "vpp-compare-topologies-mrr-cmp"
1294
1295     dpdk-compare-topologies-ref:
1296       csit-dpdk-perf-verify-2001-3n-skx:
1297         - 1   # NDRPDR sel
1298         - 2   # NDRPDR sel
1299         - 3   # NDRPDR sel
1300         - 4   # NDRPDR sel
1301         - 5   # NDRPDR sel
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307     dpdk-compare-topologies-cmp:
1308       csit-dpdk-perf-verify-2001-2n-skx:
1309         - 1   # NDRPDR sel
1310         - 2   # NDRPDR sel
1311         - 3   # NDRPDR sel
1312         - 4   # NDRPDR sel
1313         - 5   # NDRPDR sel
1314         - 6   # NDRPDR sel
1315         - 7   # NDRPDR sel
1316         - 8   # NDRPDR sel
1317         - 9   # NDRPDR sel
1318         - 10  # NDRPDR sel
1319         - 11  # NDRPDR sel
1320         - 13  # NDRPDR sel
1321         - 26  # NDRPDR sel
1322         - 16  # NDRPDR sel
1323         - 17  # NDRPDR sel
1324         - 18  # NDRPDR sel
1325         - 19  # NDRPDR sel
1326         - 27  # NDRPDR sel
1327         - 21  # NDRPDR sel
1328         - 25  # NDRPDR sel
1329     dpdk-compare-topologies:
1330       - "dpdk-compare-topologies-ref"
1331       - "dpdk-compare-topologies-cmp"
1332
1333   plot-layouts:
1334
1335     plot-soak-throughput:
1336       titlefont:
1337         size: 18
1338       xaxis:
1339         title: "<b>Test Cases [Index]</b>"
1340         titlefont:
1341           size: 16
1342         autorange: True
1343         fixedrange: False
1344         gridcolor: "rgb(230, 230, 230)"
1345         linecolor: "rgb(220, 220, 220)"
1346         linewidth: 1
1347         showgrid: True
1348         showline: True
1349         showticklabels: True
1350         tickcolor: "rgb(220, 220, 220)"
1351         tickmode: "linear"
1352         tickfont:
1353           size: 16
1354         zeroline: False
1355       yaxis:
1356         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1357         titlefont:
1358           size: 16
1359         gridcolor: "rgb(230, 230, 230)"
1360         hoverformat: ".4r"
1361         tickformat: ".3r"
1362         linecolor: "rgb(220, 220, 220)"
1363         linewidth: 1
1364         showgrid: True
1365         showline: True
1366         showticklabels: True
1367         tickcolor: "rgb(220, 220, 220)"
1368         tickfont:
1369           size: 16
1370         zeroline: False
1371         range: [0,50]
1372       autosize: False
1373       margin:
1374         t: 50
1375         b: 0
1376         l: 80
1377         r: 20
1378       showlegend: True
1379       legend:
1380         orientation: "h"
1381         font:
1382           size: 16
1383       width: 700
1384       height: 900
1385       paper_bgcolor: "#fff"
1386       plot_bgcolor: "#fff"
1387       hoverlabel:
1388         namelength: -1
1389
1390     plot-service-density:
1391       titlefont:
1392         size: 18
1393       xaxis:
1394         side: "top"
1395         autorange: True
1396         fixedrange: False
1397         showgrid: False
1398         showline: False
1399         showticklabels: False
1400         ticks: ""
1401         ticklen: 0
1402         tickwidth: 0
1403         zeroline: False
1404       yaxis:
1405         autorange: "reversed"
1406         showgrid: False
1407         showline: False
1408         showticklabels: False
1409         ticks: ""
1410         ticklen: 0
1411         tickwidth: 0
1412         zeroline: False
1413       showlegend: False
1414       paper_bgcolor: "#fff"
1415       plot_bgcolor: "#fff"
1416       width: 700
1417       height: 700
1418       hoverlabel:
1419         namelength: -1
1420
1421     plot-cps:
1422       titlefont:
1423         size: 18
1424       xaxis:
1425         title: "<b>Test Cases [Index]</b>"
1426         titlefont:
1427           size: 16
1428         autorange: True
1429         fixedrange: False
1430         gridcolor: "rgb(230, 230, 230)"
1431         linecolor: "rgb(220, 220, 220)"
1432         linewidth: 1
1433         showgrid: True
1434         showline: True
1435         showticklabels: True
1436         tickcolor: "rgb(220, 220, 220)"
1437         tickmode: "linear"
1438         tickfont:
1439           size: 16
1440         zeroline: False
1441       yaxis:
1442         title: "<b>Connections Per Second [cps]</b>"
1443         titlefont:
1444           size: 16
1445         gridcolor: "rgb(230, 230, 230)"
1446         hoverformat: ".4s"
1447         linecolor: "rgb(220, 220, 220)"
1448         linewidth: 1
1449         rangemode: "tozero"
1450         showgrid: True
1451         showline: True
1452         showticklabels: True
1453         tickcolor: "rgb(220, 220, 220)"
1454         tickformat: ".3s"
1455         tickfont:
1456           size: 16
1457         zeroline: False
1458       boxmode: "group"
1459       boxgroupgap: 0.5
1460       autosize: False
1461       margin:
1462         t: 50
1463         b: 20
1464         l: 80
1465         r: 20
1466       showlegend: True
1467       legend:
1468         orientation: "h"
1469         font:
1470           size: 16
1471       width: 700
1472       height: 800
1473       paper_bgcolor: "#fff"
1474       plot_bgcolor: "#fff"
1475       hoverlabel:
1476         namelength: -1
1477
1478     plot-rps:
1479       titlefont:
1480         size: 18
1481       xaxis:
1482         title: "<b>Test Cases [Index]</b>"
1483         titlefont:
1484           size: 16
1485         autorange: True
1486         fixedrange: False
1487         gridcolor: "rgb(230, 230, 230)"
1488         linecolor: "rgb(220, 220, 220)"
1489         linewidth: 1
1490         showgrid: True
1491         showline: True
1492         showticklabels: True
1493         tickcolor: "rgb(220, 220, 220)"
1494         tickmode: "linear"
1495         tickfont:
1496           size: 16
1497         zeroline: False
1498       yaxis:
1499         title: "<b>Requests Per Second [rps]</b>"
1500         titlefont:
1501           size: 16
1502         gridcolor: "rgb(230, 230, 230)"
1503         hoverformat: ".4s"
1504         linecolor: "rgb(220, 220, 220)"
1505         linewidth: 1
1506         rangemode: "tozero"
1507         showgrid: True
1508         showline: True
1509         showticklabels: True
1510         tickcolor: "rgb(230, 230, 230)"
1511         tickformat: ".3s"
1512         tickfont:
1513           size: 16
1514         zeroline: False
1515       boxmode: "group"
1516       boxgroupgap: 0.5
1517       autosize: False
1518       margin:
1519         t: 50
1520         b: 20
1521         l: 80
1522         r: 20
1523       showlegend: True
1524       legend:
1525         orientation: "h"
1526         font:
1527           size: 16
1528       width: 700
1529       height: 800
1530       paper_bgcolor: "#fff"
1531       plot_bgcolor: "#fff"
1532       hoverlabel:
1533         namelength: -1
1534
1535     plot-throughput:
1536       titlefont:
1537         size: 18
1538       xaxis:
1539         title: "<b>Test Cases [Index]</b>"
1540         titlefont:
1541           size: 16
1542         autorange: True
1543         fixedrange: False
1544         gridcolor: "rgb(230, 230, 230)"
1545         linecolor: "rgb(220, 220, 220)"
1546         linewidth: 1
1547         showgrid: True
1548         showline: True
1549         showticklabels: True
1550         tickcolor: "rgb(220, 220, 220)"
1551         tickmode: "linear"
1552         tickfont:
1553           size: 16
1554         zeroline: False
1555       yaxis:
1556         title: "<b>Packet Throughput [Mpps]</b>"
1557         titlefont:
1558           size: 16
1559         gridcolor: "rgb(230, 230, 230)"
1560         hoverformat: ".4r"
1561         tickformat: ".3r"
1562         linecolor: "rgb(220, 220, 220)"
1563         linewidth: 1
1564         showgrid: True
1565         showline: True
1566         showticklabels: True
1567         tickcolor: "rgb(220, 220, 220)"
1568         tickfont:
1569           size: 16
1570         zeroline: False
1571         range: [0,50]
1572       autosize: False
1573       margin:
1574         t: 50
1575         b: 0
1576         l: 80
1577         r: 20
1578       showlegend: True
1579       legend:
1580         orientation: "h"
1581         font:
1582           size: 16
1583       width: 700
1584       height: 900
1585       paper_bgcolor: "#fff"
1586       plot_bgcolor: "#fff"
1587       hoverlabel:
1588         namelength: -1
1589
1590     plot-throughput-speedup-analysis:
1591       titlefont:
1592         size: 18
1593       xaxis:
1594         title: "<b>Number of Cores [Qty]</b>"
1595         titlefont:
1596           size: 16
1597         autorange: True
1598         fixedrange: False
1599         gridcolor: "rgb(230, 230, 230)"
1600         linecolor: "rgb(220, 220, 220)"
1601         linewidth: 1
1602         showgrid: True
1603         showline: True
1604         showticklabels: True
1605         tickcolor: "rgb(238, 238, 238)"
1606         tickmode: "linear"
1607         tickfont:
1608           size: 16
1609         zeroline: False
1610       yaxis:
1611         title: "<b>Packet Throughput [Mpps]</b>"
1612         titlefont:
1613           size: 16
1614         type: "linear"
1615         gridcolor: "rgb(230, 230, 230)"
1616         hoverformat: ".4s"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         showgrid: True
1620         showline: True
1621         showticklabels: True
1622         tickcolor: "rgb(220, 220, 220)"
1623         tickformat: ".4s"
1624         tickfont:
1625           size: 16
1626         zeroline: True
1627         rangemode: "tozero"
1628         range: [0,100]
1629       legend:
1630         orientation: "h"
1631         font:
1632           size: 16
1633         xanchor: "left"
1634         yanchor: "top"
1635         x: 0
1636         y: -0.2
1637         bgcolor: "rgba(255, 255, 255, 0)"
1638         bordercolor: "rgba(255, 255, 255, 0)"
1639         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1640       autosize: False
1641       margin:
1642           't': 50
1643           'b': 150
1644           'l': 85
1645           'r': 10
1646       showlegend: True
1647       width: 700
1648       height: 700
1649       paper_bgcolor: "#fff"
1650       plot_bgcolor: "#fff"
1651       hoverlabel:
1652         namelength: -1
1653       annotations: [
1654         {
1655           text: "_ _          __          ...",
1656           align: "left",
1657           showarrow: False,
1658           xref: "paper",
1659           yref: "paper",
1660           xanchor: "left",
1661           yanchor: "top",
1662           x: 0,
1663           y: -0.13,
1664           font: {
1665             family: "Consolas, Courier New",
1666             size: 15
1667           },
1668         },
1669         {
1670           text: "    Perfect     Measured     Limit",
1671           align: "left",
1672           showarrow: False,
1673           xref: "paper",
1674           yref: "paper",
1675           xanchor: "left",
1676           yanchor: "top",
1677           x: 0,
1678           y: -0.15,
1679           font: {
1680             family: "Consolas, Courier New",
1681             size: 15
1682           },
1683         },
1684       ]
1685
1686     plot-latency:
1687       titlefont:
1688         size: 18
1689       xaxis:
1690         title: "<b>Direction</b>"
1691         titlefont:
1692           size: 16
1693         autorange: True
1694         fixedrange: False
1695         gridcolor: "rgb(230, 230, 230)"
1696         linecolor: "rgb(220, 220, 220)"
1697         linewidth: 1
1698         showgrid: True
1699         showline: True
1700         showticklabels: False
1701         tickcolor: "rgb(220, 220, 220)"
1702         tickmode: "linear"
1703         tickfont:
1704           size: 16
1705         zeroline: False
1706       yaxis:
1707         title: "<b>Packet Latency [uSec]</b>"
1708         titlefont:
1709           size: 16
1710         type: "linear"
1711         gridcolor: "rgb(230, 230, 230)"
1712         hoverformat: ".4s"
1713         linecolor: "rgb(220, 220, 220)"
1714         linewidth: 1
1715         showgrid: True
1716         showline: True
1717         showticklabels: True
1718         tickcolor: "rgb(220, 220, 220)"
1719         tickformat: ".4s"
1720         tickfont:
1721           size: 16
1722         zeroline: True
1723         rangemode: "tozero"
1724       legend:
1725         orientation: "h"
1726         font:
1727           size: 16
1728         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1729       autosize: False
1730       margin:
1731           't': 50
1732           'b': 150
1733           'l': 80
1734           'r': 10
1735       showlegend: True
1736       width: 700
1737       height: 700
1738       paper_bgcolor: "#fff"
1739       plot_bgcolor: "#fff"
1740       hoverlabel:
1741         namelength: -1
1742
1743     plot-hdrh-latency:
1744       title:
1745         text: ""
1746         xanchor: "center"
1747         x: 0.5
1748         font:
1749           size: 16
1750       width: 700
1751       plot_bgcolor: "white"
1752       annotations:
1753         - font:
1754             size: 14
1755           showarrow: False
1756           text: "<b>Packet Latency [uSec]</b>"
1757           x: 1
1758           xanchor: "right"
1759           xref: "paper"
1760           y: -0.045
1761           yanchor: "top"
1762           yref: "paper"
1763         - font:
1764             size: 14
1765           showarrow: False
1766           text: "<b>Probability [%]</b>"
1767           textangle: 270
1768           x: -0.06
1769           xanchor: "center"
1770           xref: "paper"
1771           y: 0.5
1772           yanchor: "middle"
1773           yref: "paper"
1774         - font:
1775             size: 14
1776           showarrow: False
1777           text: "<b>Direction: E-W</b>"
1778           x: 0.24
1779           xanchor: "center"
1780           xref: "paper"
1781           y: 1.05
1782           yanchor: "bottom"
1783           yref: "paper"
1784         - font:
1785             size: 14
1786           showarrow: False
1787           text: "<b>Direction: W-E</b>"
1788           x: 0.74
1789           xanchor: "center"
1790           xref: "paper"
1791           y: 1.05
1792           yanchor: "bottom"
1793           yref: "paper"
1794
1795     plot-hdrh-latency-percentile:
1796       title:
1797         text: ""
1798         xanchor: "center"
1799         x: 0.5
1800         font:
1801           size: 18
1802       xaxis:
1803         type: "log"
1804         title: "<b>Percentile [%]</b>"
1805         titlefont:
1806           size: 16
1807         autorange: True
1808         fixedrange: False
1809         gridcolor: "rgb(230, 230, 230)"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(220, 220, 220)"
1816         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1817         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1818         tickfont:
1819           size: 16
1820       yaxis:
1821         title: "<b>Packet Latency [uSec]</b>"
1822         titlefont:
1823           size: 16
1824         gridcolor: "rgb(230, 230, 230)"
1825         linecolor: "rgb(220, 220, 220)"
1826         linewidth: 1
1827         showgrid: True
1828         showline: True
1829         showticklabels: True
1830         tickcolor: "rgb(220, 220, 220)"
1831         tickfont:
1832           size: 16
1833       autosize: False
1834       showlegend: True
1835       legend:
1836         traceorder: "normal"
1837         orientation: "h"
1838         font:
1839           size: 16
1840         xanchor: "left"
1841         yanchor: "top"
1842         x: 0
1843         y: -0.15
1844         bgcolor: "rgba(255, 255, 255, 0)"
1845         bordercolor: "rgba(255, 255, 255, 0)"
1846       width: 700
1847       height: 700
1848       paper_bgcolor: "white"
1849       plot_bgcolor: "white"
1850
1851     plot-hdrh-latency-by-percentile:
1852       title:
1853         text: "<b>Latency by Percentile Distribution</b>"
1854         xanchor: "center"
1855         x: 0.5
1856         font:
1857           size: 18
1858       showlegend: True
1859       legend:
1860         traceorder: "normal"
1861         orientation: "h"
1862         font:
1863           size: 16
1864         xanchor: "left"
1865         yanchor: "top"
1866         x: 0
1867         y: -0.2
1868         bgcolor: "rgba(255, 255, 255, 0)"
1869         bordercolor: "rgba(255, 255, 255, 0)"
1870       xaxis:
1871         type: "linear"
1872         title: "<b>Percentile [%]</b>"
1873         titlefont:
1874           size: 14
1875         autorange: False
1876         fixedrange: False
1877         range: [0, 100]
1878         gridcolor: "rgb(230, 230, 230)"
1879         linecolor: "rgb(220, 220, 220)"
1880         linewidth: 1
1881         showgrid: True
1882         showline: True
1883         showticklabels: True
1884         tickcolor: "rgb(220, 220, 220)"
1885         tickvals: [0, 25, 50, 75, 100]
1886         ticktext: [0, 25, 50, 75, 100]
1887         tickfont:
1888           size: 14
1889       yaxis:
1890         title: "<b>One-Way Latency per Direction [uSec]</b>"
1891         titlefont:
1892           size: 14
1893         gridcolor: "rgb(230, 230, 230)"
1894         linecolor: "rgb(220, 220, 220)"
1895         linewidth: 1
1896         showgrid: True
1897         showline: True
1898         showticklabels: True
1899         tickcolor: "rgb(220, 220, 220)"
1900         tickfont:
1901           size: 14
1902       width: 700
1903       height: 700
1904       paper_bgcolor: "white"
1905       plot_bgcolor: "white"
1906
1907 - type: "static"
1908   src-path: "{DIR[RST]}"
1909   dst-path: "{DIR[WORKING,SRC]}"
1910
1911 - type: "input"
1912   general:
1913     file-name: "output_info.xml.gz"
1914     file-format: ".gz"
1915     arch-file-format:
1916       - ".gz"
1917       - ".zip"
1918     download-path: "{job}/{build}/archives/{filename}"
1919     extract: "output.xml"
1920
1921     zip-file-name: "robot-plugin.zip"
1922     zip-file-format: ".zip"
1923     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1924     zip-extract: "robot-plugin/output.xml"
1925
1926   builds:
1927
1928     csit-vpp-perf-verify-1904-3n-hsw:
1929       - 9   # MRR sel
1930       - 11  # NDRPDR sel
1931       - 12  # NDRPDR sel
1932       - 20  # NDRPDR sel
1933       - 21  # NDRPDR sel
1934       - 23  # NDRPDR sel
1935       - 24  # NDRPDR sel
1936       - 25  # NDRPDR sel
1937       - 26  # NDRPDR sel
1938       - 29  # NDRPDR sel
1939       - 30  # NDRPDR sel
1940     csit-vpp-perf-verify-1908-3n-hsw:
1941       - 12  # NDRPDR sel
1942       - 13  # NDRPDR sel
1943       - 14  # NDRPDR sel
1944       - 15  # NDRPDR sel
1945       - 16  # NDRPDR sel
1946       - 17  # NDRPDR sel
1947       - 18  # NDRPDR sel
1948       - 19  # NDRPDR sel
1949       - 20  # NDRPDR sel
1950       - 21  # NDRPDR sel
1951       - 48  # NDRPDR sel vhost
1952       - 49  # NDRPDR sel vhost
1953       - 52  # NDRPDR sel vhost
1954       - 53  # NDRPDR sel vhost
1955       - 54  # NDRPDR sel vhost
1956       - 55  # NDRPDR sel vhost
1957       - 56  # NDRPDR sel vhost
1958       - 57  # NDRPDR sel vhost
1959       - 58  # NDRPDR sel vhost
1960       - 59  # NDRPDR sel vhost
1961       - 39  # MRR sel
1962     csit-vpp-perf-verify-2001-3n-hsw:
1963       - 21  # NDRPDR sel
1964       - 22  # NDRPDR sel
1965       - 23  # NDRPDR sel
1966       - 24  # NDRPDR sel
1967       - 25  # NDRPDR sel
1968       - 29  # NDRPDR sel
1969       - 30  # NDRPDR sel
1970       - 31  # NDRPDR sel
1971       - 32  # NDRPDR sel
1972       - 34  # NDRPDR sel
1973       - 17  # MRR sel
1974       - 18  # NDRPDR full
1975       - 20  # NDRPDR full
1976       - 28  # NDRPDR full
1977
1978 #    csit-vpp-perf-verify-1904-3n-skx:
1979 #      - 7   # MRR sel
1980 #      - 8   # NDRPDR sel
1981 #      - 9   # NDRPDR sel
1982 #      - 10  # NDRPDR sel
1983 #      - 11  # NDRPDR sel
1984 #      - 12  # NDRPDR sel
1985 #      - 14  # NDRPDR sel
1986 #      - 16  # NDRPDR sel
1987 #      - 21  # NDRPDR sel
1988 #      - 23  # NDRPDR sel
1989 #      - 25  # NDRPDR sel
1990 #    csit-vpp-perf-verify-1908-3n-skx:
1991 #      - 14  # NDRPDR sel
1992 #      - 16  # NDRPDR sel
1993 #      - 19  # NDRPDR sel
1994 #      - 20  # NDRPDR sel
1995 #      - 22  # NDRPDR sel
1996 #      - 23  # NDRPDR sel
1997 #      - 24  # NDRPDR sel
1998 #      - 25  # NDRPDR sel
1999 #      - 26  # NDRPDR sel
2000 #      - 29  # NDRPDR sel
2001 #      - 52  # NDRPDR sel vhost
2002 #      - 53  # NDRPDR sel vhost
2003 #      - 55  # NDRPDR sel vhost
2004 #      - 61  # NDRPDR sel vhost
2005 #      - 62  # NDRPDR sel vhost
2006 #      - 63  # NDRPDR sel vhost
2007 #      - 64  # NDRPDR sel vhost
2008 #      - 65  # NDRPDR sel vhost
2009 #      - 66  # NDRPDR sel vhost
2010 #      - 67  # NDRPDR sel vhost
2011 #      - 36  # MRR sel
2012 #    csit-vpp-perf-verify-2001-3n-skx:
2013 #      - 14  # NDRPDR sel
2014 #      - 15  # NDRPDR sel
2015 #      - 16  # NDRPDR sel
2016
2017 #    csit-vpp-perf-verify-1904-2n-skx:
2018 #      - 11  # MRR sel
2019 #      - 12  # NDRPDR sel
2020 #      - 14  # NDRPDR sel
2021 #      - 16  # NDRPDR sel
2022 #      - 17  # NDRPDR sel
2023 #      - 18  # NDRPDR sel
2024 #      - 21  # NDRPDR sel
2025 #      - 27  # NDRPDR sel
2026 #      - 30  # NDRPDR sel
2027 #      - 31  # NDRPDR sel
2028 #      - 32  # NDRPDR sel
2029 #    csit-vpp-perf-verify-1908-2n-skx:
2030 #      - 26  # NDRPDR sel
2031 #      - 27  # NDRPDR sel
2032 #      - 34  # NDRPDR sel
2033 #      - 35  # NDRPDR sel
2034 #      - 36  # NDRPDR sel
2035 #      - 42  # NDRPDR sel
2036 #      - 43  # NDRPDR sel
2037 #      - 44  # NDRPDR sel
2038 #      - 45  # NDRPDR sel
2039 #      - 46  # NDRPDR sel
2040 #      - 88  # NDRPDR sel vhost
2041 #      - 89  # NDRPDR sel vhost
2042 #      - 91  # NDRPDR sel vhost
2043 #      - 92  # NDRPDR sel vhost
2044 #      - 93  # NDRPDR sel vhost
2045 #      - 94  # NDRPDR sel vhost
2046 #      - 95  # NDRPDR sel vhost
2047 #      - 96  # NDRPDR sel vhost
2048 #      - 97  # NDRPDR sel vhost
2049 #      - 98  # NDRPDR sel vhost
2050 #      - 69  # MRR sel
2051 #      - 29  # TCP
2052 #      - 30  # TCP
2053 #      - 58  # TCP
2054 #      - 22  # NFV
2055 #      - 31  # NFV
2056 #      - 32  # NFV
2057 #      - 71  # NFV MRR
2058 #      - 113 # NFV reconf sel
2059 #      - 114 # NFV reconf sel
2060 #      - 115 # NFV reconf sel
2061 #      - 83  # SOAK
2062 #      - 86  # SOAK
2063 #    csit-vpp-perf-verify-2001-2n-skx:
2064 #      - 21  # NDRPDR sel
2065 #      - 22  # NDRPDR sel
2066 #      - 23  # NDRPDR sel
2067 #      - 26  # NDRPDR sel
2068 #      - 27  # NDRPDR sel
2069 #      - 29  # NDRPDR sel
2070 #      - 32  # NDRPDR full
2071 #      - 33  # NDRPDR full
2072 #      - 30  # NFV
2073 #      - 31  # NFV
2074
2075 #    csit-vpp-perf-verify-2001-2n-clx:
2076 #      - 22  # NDRPDR sel
2077 #      - 23  # NDRPDR sel
2078 #      - 24  # NDRPDR sel
2079 #      - 25  # NDRPDR sel
2080
2081     csit-vpp-perf-verify-1908-3n-tsh:
2082       - 7   # NDRPDR sel
2083       - 8   # NDRPDR sel
2084       - 9   # NDRPDR sel
2085       - 10  # NDRPDR sel
2086       - 11  # NDRPDR sel
2087       - 12  # NDRPDR sel
2088       - 13  # NDRPDR sel
2089       - 14  # NDRPDR sel
2090       - 15  # NDRPDR sel
2091       - 16  # NDRPDR sel
2092       - 17  # MRR sel
2093     csit-vpp-perf-verify-2001-3n-tsh:
2094       - 3   # NDRPDR sel
2095       - 4   # NDRPDR sel
2096       - 7   # NDRPDR sel
2097       - 8   # NDRPDR sel
2098
2099     csit-vpp-perf-verify-1908-3n-dnv:
2100       - 6   # NDRPDR sel
2101       - 7   # NDRPDR sel
2102       - 8   # NDRPDR sel
2103       - 9   # NDRPDR sel
2104       - 10  # NDRPDR sel
2105       - 12  # NDRPDR sel
2106       - 13  # NDRPDR sel
2107       - 14  # NDRPDR sel
2108       - 15  # NDRPDR sel
2109       - 16  # NDRPDR sel
2110       - 17  # MRR sel
2111     csit-vpp-perf-verify-2001-3n-dnv:
2112       - 5   # NDRPDR sel
2113       - 6   # NDRPDR sel
2114       - 7   # NDRPDR sel
2115       - 8   # NDRPDR sel
2116       - 9   # NDRPDR sel
2117       - 10  # NDRPDR sel
2118       - 12  # NDRPDR sel
2119       - 16  # NDRPDR sel
2120       - 17  # NDRPDR sel
2121       - 18  # NDRPDR sel
2122       - 11  # MRR sel
2123       - 19  # NDRPDR full
2124       - 20  # NDRPDR full
2125       - 21  # NDRPDR full
2126       - 22  # NDRPDR full
2127       - 23  # NDRPDR full
2128       - 24  # NDRPDR full
2129       - 25  # NDRPDR full
2130
2131     csit-vpp-perf-verify-1908-2n-dnv:
2132       - 1   # NDRPDR sel
2133       - 2   # NDRPDR sel
2134       - 3   # NDRPDR sel
2135       - 4   # NDRPDR sel
2136       - 5   # NDRPDR sel
2137       - 6   # NDRPDR sel
2138       - 7   # NDRPDR sel
2139       - 8   # NDRPDR sel
2140       - 9   # NDRPDR sel
2141       - 10  # NDRPDR sel
2142       - 11  # MRR sel
2143     csit-vpp-perf-verify-2001-2n-dnv:
2144       - 4   # NDRPDR sel
2145       - 5   # NDRPDR sel
2146       - 6   # NDRPDR sel
2147       - 7   # NDRPDR sel
2148       - 8   # NDRPDR sel
2149       - 9   # NDRPDR sel
2150       - 10  # NDRPDR sel
2151       - 11  # NDRPDR sel
2152       - 13  # NDRPDR sel
2153       - 16  # NDRPDR sel
2154       - 12  # MRR sel
2155       - 21  # NDRPDR full
2156       - 22  # NDRPDR full
2157       - 25  # NDRPDR full
2158       - 26  # NDRPDR full
2159       - 27  # NDRPDR full
2160       - 28  # NDRPDR full
2161
2162     csit-dpdk-perf-verify-1904-3n-hsw:
2163       - 2   # NDRPDR sel
2164       - 3   # NDRPDR sel
2165       - 5   # NDRPDR sel
2166       - 6   # NDRPDR sel
2167       - 13  # NDRPDR sel
2168       - 14  # NDRPDR sel
2169       - 15  # NDRPDR sel
2170       - 18  # NDRPDR sel
2171       - 19  # NDRPDR sel
2172       - 20  # NDRPDR sel
2173     csit-dpdk-perf-verify-1908-3n-hsw:
2174       - 2   # NDRPDR sel
2175       - 3   # NDRPDR sel
2176       - 4   # NDRPDR sel
2177       - 5   # NDRPDR sel
2178       - 6   # NDRPDR sel
2179       - 7   # NDRPDR sel
2180       - 8   # NDRPDR sel
2181       - 9   # NDRPDR sel
2182       - 10  # NDRPDR sel
2183       - 11  # NDRPDR sel
2184     csit-dpdk-perf-verify-2001-3n-hsw:
2185       - 4   # NDRPDR sel
2186       - 5   # NDRPDR sel
2187       - 6   # NDRPDR sel
2188       - 7   # NDRPDR sel
2189       - 8   # NDRPDR sel
2190       - 9   # NDRPDR sel
2191       - 10  # NDRPDR sel
2192       - 11  # NDRPDR sel
2193       - 12  # NDRPDR sel
2194       - 13  # NDRPDR sel
2195       - 15  # NDRPDR sel
2196       - 16  # NDRPDR sel
2197       - 17  # NDRPDR sel
2198       - 18  # NDRPDR sel
2199       - 19  # NDRPDR sel
2200       - 20  # NDRPDR sel
2201       - 21  # NDRPDR sel
2202       - 22  # NDRPDR sel
2203       - 23  # NDRPDR sel
2204       - 24  # NDRPDR sel
2205
2206 #    csit-dpdk-perf-verify-1904-3n-skx:
2207 #      - 2   # NDRPDR sel
2208 #      - 3   # NDRPDR sel
2209 #      - 4   # NDRPDR sel
2210 #      - 5   # NDRPDR sel
2211 #      - 6   # NDRPDR sel
2212 #      - 7   # NDRPDR sel
2213 #      - 11  # NDRPDR sel
2214 #      - 12  # NDRPDR sel
2215 #      - 13  # NDRPDR sel
2216 #      - 14  # NDRPDR sel
2217 #    csit-dpdk-perf-verify-1908-3n-skx:
2218 #      - 3   # NDRPDR sel
2219 #      - 4   # NDRPDR sel
2220 #      - 5   # NDRPDR sel
2221 #      - 6   # NDRPDR sel
2222 #      - 7   # NDRPDR sel
2223 #      - 8   # NDRPDR sel
2224 #      - 9   # NDRPDR sel
2225 #      - 10  # NDRPDR sel
2226 #      - 11  # NDRPDR sel
2227 #      - 12  # NDRPDR sel
2228 #    csit-dpdk-perf-verify-2001-3n-skx:
2229 #      - 1   # NDRPDR sel
2230 #      - 2   # NDRPDR sel
2231 #      - 3   # NDRPDR sel
2232 #      - 4   # NDRPDR sel
2233 #      - 5   # NDRPDR sel
2234 #      - 6   # NDRPDR sel
2235 #      - 7   # NDRPDR sel
2236 #      - 8   # NDRPDR sel
2237 #      - 9   # NDRPDR sel
2238 #      - 10  # NDRPDR sel
2239
2240 #    csit-dpdk-perf-verify-1904-2n-skx:
2241 #      - 2   # NDRPDR sel
2242 #      - 3   # NDRPDR sel
2243 #      - 4   # NDRPDR sel
2244 #      - 5   # NDRPDR sel
2245 #      - 7   # NDRPDR sel
2246 #      - 8   # NDRPDR sel
2247 #      - 9   # NDRPDR sel
2248 #      - 10  # NDRPDR sel
2249 #      - 11  # NDRPDR sel
2250 #      - 12  # NDRPDR sel
2251 #    csit-dpdk-perf-verify-1908-2n-skx:
2252 #      - 2   # NDRPDR sel
2253 #      - 3   # NDRPDR sel
2254 #      - 4   # NDRPDR sel
2255 #      - 5   # NDRPDR sel
2256 #      - 7   # NDRPDR sel
2257 #      - 8   # NDRPDR sel
2258 #      - 9   # NDRPDR sel
2259 #      - 10  # NDRPDR sel
2260 #      - 11  # NDRPDR sel
2261 #      - 12  # NDRPDR sel
2262 #    csit-dpdk-perf-verify-2001-2n-skx:
2263 #      - 1   # NDRPDR sel
2264 #      - 2   # NDRPDR sel
2265 #      - 3   # NDRPDR sel
2266 #      - 4   # NDRPDR sel
2267 #      - 5   # NDRPDR sel
2268 #      - 6   # NDRPDR sel
2269 #      - 7   # NDRPDR sel
2270 #      - 8   # NDRPDR sel
2271 #      - 9   # NDRPDR sel
2272 #      - 10  # NDRPDR sel
2273 #      - 11  # NDRPDR sel
2274 #      - 13  # NDRPDR sel
2275 #      - 26  # NDRPDR sel
2276 #      - 16  # NDRPDR sel
2277 #      - 17  # NDRPDR sel
2278 #      - 18  # NDRPDR sel
2279 #      - 19  # NDRPDR sel
2280 #      - 27  # NDRPDR sel
2281 #      - 21  # NDRPDR sel
2282 #      - 25  # NDRPDR sel
2283
2284 #    csit-dpdk-perf-verify-2001-2n-clx:
2285 #      - 1   # NDRPDR sel
2286 #      - 2   # NDRPDR sel
2287 #      - 3   # NDRPDR sel
2288 #      - 4   # NDRPDR sel
2289 #      - 5   # NDRPDR sel
2290 #      - 6   # NDRPDR sel
2291 #      - 7   # NDRPDR sel
2292 #      - 8   # NDRPDR sel
2293 #      - 9   # NDRPDR sel
2294 #      - 10  # NDRPDR sel
2295
2296     csit-dpdk-perf-verify-2001-2n-dnv:
2297       - 9   # NDRPDR sel
2298       - 10  # NDRPDR sel
2299       - 11  # NDRPDR sel
2300       - 12  # NDRPDR sel
2301       - 13  # NDRPDR sel
2302       - 14  # NDRPDR sel
2303       - 15  # NDRPDR sel
2304       - 16  # NDRPDR sel
2305       - 17  # NDRPDR sel
2306       - 18  # NDRPDR sel
2307
2308     csit-dpdk-perf-verify-2001-3n-dnv:
2309       - 12  # NDRPDR sel
2310       - 13  # NDRPDR sel
2311       - 14  # NDRPDR sel
2312       - 15  # NDRPDR sel
2313       - 16  # NDRPDR sel
2314       - 17  # NDRPDR sel
2315       - 18  # NDRPDR sel
2316       - 19  # NDRPDR sel
2317       - 20  # NDRPDR sel
2318       - 22  # NDRPDR sel
2319
2320     csit-dpdk-perf-verify-2001-3n-tsh:
2321       - 3   # NDRPDR sel
2322       - 4   # NDRPDR sel
2323       - 5   # NDRPDR sel
2324       - 9   # NDRPDR sel
2325       - 10  # NDRPDR sel
2326
2327     csit-vpp-device-2001-ubuntu1804-1n-skx:
2328       - 57
2329
2330 - type: "output"
2331   output: "report"
2332   format:
2333     html:
2334     - full
2335 # TODO: Enable for release runs:
2336 #    pdf:
2337 #    - minimal
2338
2339 ################################################################################
2340 ###                               T A B L E S                                ###
2341 ################################################################################
2342
2343 ## VPP Soak vs NDR
2344 #- type: "table"
2345 #  title: "VPP Soak vs NDR 2n-skx"
2346 #  algorithm: "table_soak_vs_ndr"
2347 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2348 #  reference:
2349 #    title: "NDR"
2350 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2351 #  compare:
2352 #    title: "Soak"
2353 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2354 #  data: "vpp-soak-vs-ndr-2n-skx"
2355 #  include-tests: "NDR"
2356 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2357 #  parameters:
2358 #    - "throughput"
2359 #    - "name"
2360 #    - "parent"
2361
2362 ################################################################################
2363
2364 ## VPP Compare NICs 3n-skx 2t1c ndr
2365 #- type: "table"
2366 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2367 #  algorithm: "table_nics_comparison"
2368 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2369 #  reference:
2370 #    title: "x710"
2371 #    nic: "NIC_Intel-X710"
2372 #  compare:
2373 #    title: "xxv710"
2374 #    nic: "NIC_Intel-XXV710"
2375 #  data: "vpp-nic-comparison-3n-skx"
2376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2377 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2378 #  parameters:
2379 #  - "name"
2380 #  - "parent"
2381 #  - "throughput"
2382 #  - "tags"
2383 #
2384 ## VPP Compare NICs 3n-skx 4t2c ndr
2385 #- type: "table"
2386 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2387 #  algorithm: "table_nics_comparison"
2388 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2389 #  reference:
2390 #    title: "x710"
2391 #    nic: "NIC_Intel-X710"
2392 #  compare:
2393 #    title: "xxv710"
2394 #    nic: "NIC_Intel-XXV710"
2395 #  data: "vpp-nic-comparison-3n-skx"
2396 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2397 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2398 #  parameters:
2399 #  - "name"
2400 #  - "parent"
2401 #  - "throughput"
2402 #  - "tags"
2403 #
2404 ## VPP Compare NICs 3n-skx 2t1c pdr
2405 #- type: "table"
2406 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2407 #  algorithm: "table_nics_comparison"
2408 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2409 #  reference:
2410 #    title: "x710"
2411 #    nic: "NIC_Intel-X710"
2412 #  compare:
2413 #    title: "xxv710"
2414 #    nic: "NIC_Intel-XXV710"
2415 #  data: "vpp-nic-comparison-3n-skx"
2416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2417 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2418 #  parameters:
2419 #  - "name"
2420 #  - "parent"
2421 #  - "throughput"
2422 #  - "tags"
2423 #
2424 # # VPP Compare NICs 3n-skx 4t2c pdr
2425 #- type: "table"
2426 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2427 #  algorithm: "table_nics_comparison"
2428 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2429 #  reference:
2430 #    title: "x710"
2431 #    nic: "NIC_Intel-X710"
2432 #  compare:
2433 #    title: "xxv710"
2434 #    nic: "NIC_Intel-XXV710"
2435 #  data: "vpp-nic-comparison-3n-skx"
2436 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2437 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2438 #  parameters:
2439 #  - "name"
2440 #  - "parent"
2441 #  - "throughput"
2442 #  - "tags"
2443 #
2444 ## VPP Compare NICs 3n-skx 2t1c mrr
2445 #- type: "table"
2446 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2447 #  algorithm: "table_nics_comparison"
2448 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2449 #  reference:
2450 #    title: "x710"
2451 #    nic: "NIC_Intel-X710"
2452 #  compare:
2453 #    title: "xxv710"
2454 #    nic: "NIC_Intel-XXV710"
2455 #  data: "vpp-nic-comparison-3n-skx-mrr"
2456 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2457 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2458 #  parameters:
2459 #  - "name"
2460 #  - "parent"
2461 #  - "result"
2462 #  - "tags"
2463 #
2464 ## VPP Compare NICs 3n-skx 4t2c mrr
2465 #- type: "table"
2466 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2467 #  algorithm: "table_nics_comparison"
2468 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2469 #  reference:
2470 #    title: "x710"
2471 #    nic: "NIC_Intel-X710"
2472 #  compare:
2473 #    title: "xxv710"
2474 #    nic: "NIC_Intel-XXV710"
2475 #  data: "vpp-nic-comparison-3n-skx-mrr"
2476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2477 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2478 #  parameters:
2479 #  - "name"
2480 #  - "parent"
2481 #  - "result"
2482 #  - "tags"
2483 #
2484 # # VPP Compare NICs 3n-skx 8t4c mrr
2485 #- type: "table"
2486 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2487 #  algorithm: "table_nics_comparison"
2488 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2489 #  reference:
2490 #    title: "x710"
2491 #    nic: "NIC_Intel-X710"
2492 #  compare:
2493 #    title: "xxv710"
2494 #    nic: "NIC_Intel-XXV710"
2495 #  data: "vpp-nic-comparison-3n-skx-mrr"
2496 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2497 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2498 #  parameters:
2499 #  - "name"
2500 #  - "parent"
2501 #  - "result"
2502 #  - "tags"
2503 #
2504 ## VPP Compare NICs 2n-skx 2t1c ndr
2505 #- type: "table"
2506 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2507 #  algorithm: "table_nics_comparison"
2508 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2509 #  reference:
2510 #    title: "x710"
2511 #    nic: "NIC_Intel-X710"
2512 #  compare:
2513 #    title: "xxv710"
2514 #    nic: "NIC_Intel-XXV710"
2515 #  data: "vpp-nic-comparison-2n-skx"
2516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2517 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2518 #  parameters:
2519 #  - "name"
2520 #  - "parent"
2521 #  - "throughput"
2522 #  - "tags"
2523 #
2524 ## VPP Compare NICs 2n-skx 4t2c ndr
2525 #- type: "table"
2526 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2527 #  algorithm: "table_nics_comparison"
2528 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2529 #  reference:
2530 #    title: "x710"
2531 #    nic: "NIC_Intel-X710"
2532 #  compare:
2533 #    title: "xxv710"
2534 #    nic: "NIC_Intel-XXV710"
2535 #  data: "vpp-nic-comparison-2n-skx"
2536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2537 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2538 #  parameters:
2539 #  - "name"
2540 #  - "parent"
2541 #  - "throughput"
2542 #  - "tags"
2543 #
2544 # # VPP Compare NICs 2n-skx 2t1c pdr
2545 #- type: "table"
2546 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2547 #  algorithm: "table_nics_comparison"
2548 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2549 #  reference:
2550 #    title: "x710"
2551 #    nic: "NIC_Intel-X710"
2552 #  compare:
2553 #    title: "xxv710"
2554 #    nic: "NIC_Intel-XXV710"
2555 #  data: "vpp-nic-comparison-2n-skx"
2556 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2557 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2558 #  parameters:
2559 #  - "name"
2560 #  - "parent"
2561 #  - "throughput"
2562 #  - "tags"
2563 #
2564 ## VPP Compare NICs 2n-skx 4t2c pdr
2565 #- type: "table"
2566 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2567 #  algorithm: "table_nics_comparison"
2568 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2569 #  reference:
2570 #    title: "x710"
2571 #    nic: "NIC_Intel-X710"
2572 #  compare:
2573 #    title: "xxv710"
2574 #    nic: "NIC_Intel-XXV710"
2575 #  data: "vpp-nic-comparison-2n-skx"
2576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2577 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2578 #  parameters:
2579 #  - "name"
2580 #  - "parent"
2581 #  - "throughput"
2582 #  - "tags"
2583 #
2584 ## VPP Compare NICs 2n-skx 2t1c mrr
2585 #- type: "table"
2586 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2587 #  algorithm: "table_nics_comparison"
2588 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2589 #  reference:
2590 #    title: "x710"
2591 #    nic: "NIC_Intel-X710"
2592 #  compare:
2593 #    title: "xxv710"
2594 #    nic: "NIC_Intel-XXV710"
2595 #  data: "vpp-nic-comparison-2n-skx-mrr"
2596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2597 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2598 #  parameters:
2599 #  - "name"
2600 #  - "parent"
2601 #  - "result"
2602 #  - "tags"
2603 #
2604 ## VPP Compare NICs 2n-skx 4t2c mrr
2605 #- type: "table"
2606 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2607 #  algorithm: "table_nics_comparison"
2608 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2609 #  reference:
2610 #    title: "x710"
2611 #    nic: "NIC_Intel-X710"
2612 #  compare:
2613 #    title: "xxv710"
2614 #    nic: "NIC_Intel-XXV710"
2615 #  data: "vpp-nic-comparison-2n-skx-mrr"
2616 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2617 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2618 #  parameters:
2619 #  - "name"
2620 #  - "parent"
2621 #  - "result"
2622 #  - "tags"
2623 #
2624 ## VPP Compare NICs 2n-skx 8t4c mrr
2625 #- type: "table"
2626 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2627 #  algorithm: "table_nics_comparison"
2628 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2629 #  reference:
2630 #    title: "x710"
2631 #    nic: "NIC_Intel-X710"
2632 #  compare:
2633 #    title: "xxv710"
2634 #    nic: "NIC_Intel-XXV710"
2635 #  data: "vpp-nic-comparison-2n-skx-mrr"
2636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2637 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2638 #  parameters:
2639 #  - "name"
2640 #  - "parent"
2641 #  - "result"
2642 #  - "tags"
2643
2644 ################################################################################
2645 # VPP
2646
2647 # VPP Performance Changes 3n-hsw 1t1c pdr
2648 - type: "table"
2649   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2650   algorithm: "table_perf_comparison"
2651   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2652   history:
2653     - title: "rls1904"
2654       data: "vpp-performance-changes-3n-hsw-h1"
2655   reference:
2656     title: "rls1908"
2657     data: "vpp-performance-changes-3n-hsw-ref"
2658     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2659   compare:
2660     title: "rls2001"
2661     data: "vpp-performance-changes-3n-hsw-cmp"
2662   data: "vpp-performance-changes-3n-hsw"
2663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2664   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2665   parameters:
2666   - "name"
2667   - "parent"
2668   - "throughput"
2669
2670 # VPP Performance Changes 3n-hsw 2t2c pdr
2671 - type: "table"
2672   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2673   algorithm: "table_perf_comparison"
2674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2675   history:
2676     - title: "rls1904"
2677       data: "vpp-performance-changes-3n-hsw-h1"
2678   reference:
2679     title: "rls1908"
2680     data: "vpp-performance-changes-3n-hsw-ref"
2681     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2682   compare:
2683     title: "rls2001"
2684     data: "vpp-performance-changes-3n-hsw-cmp"
2685   data: "vpp-performance-changes-3n-hsw"
2686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2687   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2688   parameters:
2689   - "name"
2690   - "parent"
2691   - "throughput"
2692
2693 # VPP Performance Changes 3n-hsw 1t1c ndr
2694 - type: "table"
2695   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2696   algorithm: "table_perf_comparison"
2697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2698   history:
2699     - title: "rls1904"
2700       data: "vpp-performance-changes-3n-hsw-h1"
2701   reference:
2702     title: "rls1908"
2703     data: "vpp-performance-changes-3n-hsw-ref"
2704     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2705   compare:
2706     title: "rls2001"
2707     data: "vpp-performance-changes-3n-hsw-cmp"
2708   data: "vpp-performance-changes-3n-hsw"
2709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2710   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2711   parameters:
2712   - "name"
2713   - "parent"
2714   - "throughput"
2715
2716 # VPP Performance Changes 3n-hsw 2t2c ndr
2717 - type: "table"
2718   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2719   algorithm: "table_perf_comparison"
2720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2721   history:
2722     - title: "rls1904"
2723       data: "vpp-performance-changes-3n-hsw-h1"
2724   reference:
2725     title: "rls1908"
2726     data: "vpp-performance-changes-3n-hsw-ref"
2727     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2728   compare:
2729     title: "rls2001"
2730     data: "vpp-performance-changes-3n-hsw-cmp"
2731   data: "vpp-performance-changes-3n-hsw"
2732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2733   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2734   parameters:
2735   - "name"
2736   - "parent"
2737   - "throughput"
2738
2739 ## VPP Performance Changes 3n-skx 2t1c pdr
2740 #- type: "table"
2741 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2742 #  algorithm: "table_perf_comparison_nic"
2743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2744 #  history:
2745 #    - title: "rls1904 x710"
2746 #      data: "vpp-performance-changes-3n-skx-h1"
2747 #      nic: "NIC_Intel-X710"
2748 #  reference:
2749 #    title: "rls1908 xxv710"
2750 #    data: "vpp-performance-changes-3n-skx-ref"
2751 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2752 #    nic: "NIC_Intel-XXV710"
2753 #  compare:
2754 #    title: "rls2001 xxv710"
2755 #    data: "vpp-performance-changes-3n-skx-cmp"
2756 #    nic: "NIC_Intel-XXV710"
2757 #  data: "vpp-performance-changes-3n-skx"
2758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2759 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2760 #  parameters:
2761 #  - "name"
2762 #  - "parent"
2763 #  - "throughput"
2764 #  - "tags"
2765 #
2766 ## VPP Performance Changes 3n-skx 4t2c pdr
2767 #- type: "table"
2768 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2769 #  algorithm: "table_perf_comparison_nic"
2770 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2771 #  history:
2772 #    - title: "rls1904 x710"
2773 #      data: "vpp-performance-changes-3n-skx-h1"
2774 #      nic: "NIC_Intel-X710"
2775 #  reference:
2776 #    title: "rls1908 x710"
2777 #    data: "vpp-performance-changes-3n-skx-ref"
2778 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2779 #    nic: "NIC_Intel-X710"
2780 #  compare:
2781 #    title: "rls2001 xxv710"
2782 #    data: "vpp-performance-changes-3n-skx-cmp"
2783 #    nic: "NIC_Intel-XXV710"
2784 #  data: "vpp-performance-changes-3n-skx"
2785 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2786 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2787 #  parameters:
2788 #  - "name"
2789 #  - "parent"
2790 #  - "throughput"
2791 #  - "tags"
2792 #
2793 ## VPP Performance Changes 3n-skx 2t1c ndr
2794 #- type: "table"
2795 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2796 #  algorithm: "table_perf_comparison_nic"
2797 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2798 #  history:
2799 #    - title: "rls1904 x710"
2800 #      data: "vpp-performance-changes-3n-skx-h1"
2801 #      nic: "NIC_Intel-X710"
2802 #  reference:
2803 #    title: "rls1908 x710"
2804 #    data: "vpp-performance-changes-3n-skx-ref"
2805 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2806 #    nic: "NIC_Intel-X710"
2807 #  compare:
2808 #    title: "rls2001 xxv710"
2809 #    data: "vpp-performance-changes-3n-skx-cmp"
2810 #    nic: "NIC_Intel-XXV710"
2811 #  data: "vpp-performance-changes-3n-skx"
2812 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2813 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2814 #  parameters:
2815 #  - "name"
2816 #  - "parent"
2817 #  - "throughput"
2818 #  - "tags"
2819 #
2820 ## VPP Performance Changes 3n-skx 4t2c ndr
2821 #- type: "table"
2822 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2823 #  algorithm: "table_perf_comparison_nic"
2824 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2825 #  history:
2826 #    - title: "rls1904 x710"
2827 #      data: "vpp-performance-changes-3n-skx-h1"
2828 #      nic: "NIC_Intel-X710"
2829 #  reference:
2830 #    title: "rls1908 x710"
2831 #    data: "vpp-performance-changes-3n-skx-ref"
2832 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2833 #    nic: "NIC_Intel-X710"
2834 #  compare:
2835 #    title: "rls2001 xxv710"
2836 #    data: "vpp-performance-changes-3n-skx-cmp"
2837 #    nic: "NIC_Intel-XXV710"
2838 #  data: "vpp-performance-changes-3n-skx"
2839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2840 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2841 #  parameters:
2842 #  - "name"
2843 #  - "parent"
2844 #  - "throughput"
2845 #  - "tags"
2846 #
2847 ## VPP Performance Changes 2n-skx 2t1c pdr
2848 #- type: "table"
2849 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2850 #  algorithm: "table_perf_comparison_nic"
2851 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2852 #  history:
2853 #    - title: "rls1904 x710"
2854 #      data: "vpp-performance-changes-2n-skx-h1"
2855 #      nic: "NIC_Intel-X710"
2856 #  reference:
2857 #    title: "rls1908 xxv710"
2858 #    data: "vpp-performance-changes-2n-skx-ref"
2859 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2860 #    nic: "NIC_Intel-XXV710"
2861 #  compare:
2862 #    title: "rls2001 xxv710"
2863 #    data: "vpp-performance-changes-2n-skx-cmp"
2864 #    nic: "NIC_Intel-XXV710"
2865 #  data: "vpp-performance-changes-2n-skx"
2866 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2867 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2868 #  parameters:
2869 #  - "name"
2870 #  - "parent"
2871 #  - "throughput"
2872 #  - "tags"
2873 #
2874 ## VPP Performance Changes 2n-skx 4t2c pdr
2875 #- type: "table"
2876 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2877 #  algorithm: "table_perf_comparison_nic"
2878 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2879 #  history:
2880 #    - title: "rls1904 x710"
2881 #      data: "vpp-performance-changes-2n-skx-h1"
2882 #      nic: "NIC_Intel-X710"
2883 #  reference:
2884 #    title: "rls1908 xxv710"
2885 #    data: "vpp-performance-changes-2n-skx-ref"
2886 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2887 #    nic: "NIC_Intel-XXV710"
2888 #  compare:
2889 #    title: "rls2001 xxv710"
2890 #    data: "vpp-performance-changes-2n-skx-cmp"
2891 #    nic: "NIC_Intel-XXV710"
2892 #  data: "vpp-performance-changes-2n-skx"
2893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2894 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2895 #  parameters:
2896 #  - "name"
2897 #  - "parent"
2898 #  - "throughput"
2899 #  - "tags"
2900 #
2901 ## VPP Performance Changes 2n-skx 2t1c ndr
2902 #- type: "table"
2903 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2904 #  algorithm: "table_perf_comparison_nic"
2905 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2906 #  history:
2907 #    - title: "rls1904 x710"
2908 #      data: "vpp-performance-changes-2n-skx-h1"
2909 #      nic: "NIC_Intel-X710"
2910 #  reference:
2911 #    title: "rls1908 xxv710"
2912 #    data: "vpp-performance-changes-2n-skx-ref"
2913 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2914 #    nic: "NIC_Intel-XXV710"
2915 #  compare:
2916 #    title: "rls2001 xxv710"
2917 #    data: "vpp-performance-changes-2n-skx-cmp"
2918 #    nic: "NIC_Intel-XXV710"
2919 #  data: "vpp-performance-changes-2n-skx"
2920 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2921 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2922 #  parameters:
2923 #  - "name"
2924 #  - "parent"
2925 #  - "throughput"
2926 #  - "tags"
2927 #
2928 ## VPP Performance Changes 2n-skx 4t2c ndr
2929 #- type: "table"
2930 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2931 #  algorithm: "table_perf_comparison_nic"
2932 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2933 #  history:
2934 #    - title: "rls1904 x710"
2935 #      data: "vpp-performance-changes-2n-skx-h1"
2936 #      nic: "NIC_Intel-X710"
2937 #  reference:
2938 #    title: "rls1908 xxv710"
2939 #    data: "vpp-performance-changes-2n-skx-ref"
2940 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2941 #    nic: "NIC_Intel-XXV710"
2942 #  compare:
2943 #    title: "rls2001 xxv710"
2944 #    data: "vpp-performance-changes-2n-skx-cmp"
2945 #    nic: "NIC_Intel-XXV710"
2946 #  data: "vpp-performance-changes-2n-skx"
2947 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2948 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2949 #  parameters:
2950 #  - "name"
2951 #  - "parent"
2952 #  - "throughput"
2953 #  - "tags"
2954 #
2955 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2956 #- type: "table"
2957 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2958 #  algorithm: "table_perf_comparison"
2959 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2960 #  reference:
2961 #    title: "rls1908"
2962 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2963 #  compare:
2964 #    title: "rls2001"
2965 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2966 #  data: "vpp-performance-changes-nfv-2n-skx"
2967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2968 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2969 #  parameters:
2970 #  - "name"
2971 #  - "parent"
2972 #  - "throughput"
2973 #  - "tags"
2974 #
2975 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2976 #- type: "table"
2977 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2978 #  algorithm: "table_perf_comparison"
2979 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2980 #  reference:
2981 #    title: "rls1908"
2982 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2983 #  compare:
2984 #    title: "rls2001"
2985 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2986 #  data: "vpp-performance-changes-nfv-2n-skx"
2987 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2989 #  parameters:
2990 #  - "name"
2991 #  - "parent"
2992 #  - "throughput"
2993 #  - "tags"
2994 #
2995 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2996 #- type: "table"
2997 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2998 #  algorithm: "table_perf_comparison"
2999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3000 #  reference:
3001 #    title: "rls1908"
3002 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3003 #  compare:
3004 #    title: "rls2001"
3005 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3006 #  data: "vpp-performance-changes-nfv-2n-skx"
3007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3008 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3009 #  parameters:
3010 #  - "name"
3011 #  - "parent"
3012 #  - "throughput"
3013 #  - "tags"
3014 #
3015 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3016 #- type: "table"
3017 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3018 #  algorithm: "table_perf_comparison"
3019 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3020 #  reference:
3021 #    title: "rls1908"
3022 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3023 #  compare:
3024 #    title: "rls2001"
3025 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3026 #  data: "vpp-performance-changes-nfv-2n-skx"
3027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3028 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3029 #  parameters:
3030 #  - "name"
3031 #  - "parent"
3032 #  - "throughput"
3033 #  - "tags"
3034
3035 # VPP Performance Changes 2n-dnv 1t1c pdr
3036 - type: "table"
3037   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3038   algorithm: "table_perf_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3040   reference:
3041     title: "rls1908"
3042     data: "vpp-performance-changes-2n-dnv-ref"
3043   compare:
3044     title: "rls2001"
3045     data: "vpp-performance-changes-2n-dnv-cmp"
3046   data: "vpp-performance-changes-2n-dnv"
3047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3048   filter: "'1T1C'"
3049   parameters:
3050   - "name"
3051   - "parent"
3052   - "throughput"
3053   - "tags"
3054
3055 # VPP Performance Changes 2n-dnv 2t2c pdr
3056 - type: "table"
3057   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3058   algorithm: "table_perf_comparison"
3059   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3060   reference:
3061     title: "rls1908"
3062     data: "vpp-performance-changes-2n-dnv-ref"
3063   compare:
3064     title: "rls2001"
3065     data: "vpp-performance-changes-2n-dnv-cmp"
3066   data: "vpp-performance-changes-2n-dnv"
3067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'2T2C'"
3069   parameters:
3070   - "name"
3071   - "parent"
3072   - "throughput"
3073   - "tags"
3074
3075 # VPP Performance Changes 2n-dnv 1t1c ndr
3076 - type: "table"
3077   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3078   algorithm: "table_perf_comparison"
3079   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3080   reference:
3081     title: "rls1908"
3082     data: "vpp-performance-changes-2n-dnv-ref"
3083   compare:
3084     title: "rls2001"
3085     data: "vpp-performance-changes-2n-dnv-cmp"
3086   data: "vpp-performance-changes-2n-dnv"
3087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3088   filter: "'1T1C'"
3089   parameters:
3090   - "name"
3091   - "parent"
3092   - "throughput"
3093   - "tags"
3094
3095 # VPP Performance Changes 2n-dnv 2t2c ndr
3096 - type: "table"
3097   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3098   algorithm: "table_perf_comparison"
3099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3100   reference:
3101     title: "rls1908 "
3102     data: "vpp-performance-changes-2n-dnv-ref"
3103   compare:
3104     title: "rls2001"
3105     data: "vpp-performance-changes-2n-dnv-cmp"
3106   data: "vpp-performance-changes-2n-dnv"
3107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3108   filter: "'2T2C'"
3109   parameters:
3110   - "name"
3111   - "parent"
3112   - "throughput"
3113   - "tags"
3114
3115 # VPP Performance Changes 3n-dnv 1t1c pdr
3116 - type: "table"
3117   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3118   algorithm: "table_perf_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3120   reference:
3121     title: "rls1908"
3122     data: "vpp-performance-changes-3n-dnv-ref"
3123   compare:
3124     title: "rls2001"
3125     data: "vpp-performance-changes-3n-dnv-cmp"
3126   data: "vpp-performance-changes-3n-dnv"
3127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3128   filter: "'1T1C'"
3129   parameters:
3130   - "name"
3131   - "parent"
3132   - "throughput"
3133   - "tags"
3134
3135 # VPP Performance Changes 3n-dnv 2t2c pdr
3136 - type: "table"
3137   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3138   algorithm: "table_perf_comparison"
3139   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3140   reference:
3141     title: "rls1908"
3142     data: "vpp-performance-changes-3n-dnv-ref"
3143   compare:
3144     title: "rls2001"
3145     data: "vpp-performance-changes-3n-dnv-cmp"
3146   data: "vpp-performance-changes-3n-dnv"
3147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3148   filter: "'2T2C'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "throughput"
3153   - "tags"
3154
3155 # VPP Performance Changes 3n-dnv 1t1c ndr
3156 - type: "table"
3157   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3158   algorithm: "table_perf_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3160   reference:
3161     title: "rls1908"
3162     data: "vpp-performance-changes-3n-dnv-ref"
3163   compare:
3164     title: "rls2001"
3165     data: "vpp-performance-changes-3n-dnv-cmp"
3166   data: "vpp-performance-changes-3n-dnv"
3167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3168   filter: "'1T1C'"
3169   parameters:
3170   - "name"
3171   - "parent"
3172   - "throughput"
3173   - "tags"
3174
3175 # VPP Performance Changes 3n-dnv 2t2c ndr
3176 - type: "table"
3177   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3178   algorithm: "table_perf_comparison"
3179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3180   reference:
3181     title: "rls1908"
3182     data: "vpp-performance-changes-3n-dnv-ref"
3183   compare:
3184     title: "rls2001"
3185     data: "vpp-performance-changes-3n-dnv-cmp"
3186   data: "vpp-performance-changes-3n-dnv"
3187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3188   filter: "'2T2C'"
3189   parameters:
3190   - "name"
3191   - "parent"
3192   - "throughput"
3193   - "tags"
3194
3195 # VPP Performance Changes 3n-tsh 1t1c pdr
3196 - type: "table"
3197   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3198   algorithm: "table_perf_comparison"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3200   reference:
3201     title: "rls1908"
3202     data: "vpp-performance-changes-3n-tsh-ref"
3203   compare:
3204     title: "rls2001"
3205     data: "vpp-performance-changes-3n-tsh-cmp"
3206   data: "vpp-performance-changes-3n-tsh"
3207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3208   filter: "'1T1C'"
3209   parameters:
3210   - "name"
3211   - "parent"
3212   - "throughput"
3213   - "tags"
3214
3215 # VPP Performance Changes 3n-tsh 2t2c pdr
3216 - type: "table"
3217   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3218   algorithm: "table_perf_comparison"
3219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3220   reference:
3221     title: "rls1908"
3222     data: "vpp-performance-changes-3n-tsh-ref"
3223   compare:
3224     title: "rls2001"
3225     data: "vpp-performance-changes-3n-tsh-cmp"
3226   data: "vpp-performance-changes-3n-tsh"
3227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3228   filter: "'2T2C'"
3229   parameters:
3230   - "name"
3231   - "parent"
3232   - "throughput"
3233   - "tags"
3234
3235 # VPP Performance Changes 3n-tsh 1t1c ndr
3236 - type: "table"
3237   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3238   algorithm: "table_perf_comparison"
3239   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3240   reference:
3241     title: "rls1908"
3242     data: "vpp-performance-changes-3n-tsh-ref"
3243   compare:
3244     title: "rls2001"
3245     data: "vpp-performance-changes-3n-tsh-cmp"
3246   data: "vpp-performance-changes-3n-tsh"
3247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'1T1C'"
3249   parameters:
3250   - "name"
3251   - "parent"
3252   - "throughput"
3253   - "tags"
3254
3255 # VPP Performance Changes 3n-tsh 2t2c ndr
3256 - type: "table"
3257   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3258   algorithm: "table_perf_comparison"
3259   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3260   reference:
3261     title: "rls1908"
3262     data: "vpp-performance-changes-3n-tsh-ref"
3263   compare:
3264     title: "rls2001"
3265     data: "vpp-performance-changes-3n-tsh-cmp"
3266   data: "vpp-performance-changes-3n-tsh"
3267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3268   filter: "'2T2C'"
3269   parameters:
3270   - "name"
3271   - "parent"
3272   - "throughput"
3273   - "tags"
3274
3275 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3276 #- type: "table"
3277 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3278 #  algorithm: "table_perf_comparison_nic"
3279 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3280 #  reference:
3281 #    title: "3n-hsw xl710"
3282 #    data: "vpp-compare-testbeds-ref"
3283 #    nic: "NIC_Intel-XL710"
3284 #  compare:
3285 #    title: "3n-skx xxv710"
3286 #    data: "vpp-compare-testbeds-cmp"
3287 #    nic: "NIC_Intel-XXV710"
3288 #  data: "vpp-compare-testbeds"
3289 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3290 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3291 #  parameters:
3292 #  - "name"
3293 #  - "parent"
3294 #  - "throughput"
3295 #  - "tags"
3296 #
3297 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3298 #- type: "table"
3299 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3300 #  algorithm: "table_perf_comparison_nic"
3301 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3302 #  reference:
3303 #    title: "3n-hsw xl710"
3304 #    data: "vpp-compare-testbeds-ref"
3305 #    nic: "NIC_Intel-XL710"
3306 #  compare:
3307 #    title: "3n-skx xxv710"
3308 #    data: "vpp-compare-testbeds-cmp"
3309 #    nic: "NIC_Intel-XXV710"
3310 #  data: "vpp-compare-testbeds"
3311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3312 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3313 #  parameters:
3314 #  - "name"
3315 #  - "parent"
3316 #  - "throughput"
3317 #  - "tags"
3318 #
3319 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3320 #- type: "table"
3321 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3322 #  algorithm: "table_perf_comparison_nic"
3323 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3324 #  reference:
3325 #    title: "3n-hsw xl710"
3326 #    data: "vpp-compare-testbeds-ref"
3327 #    nic: "NIC_Intel-XL710"
3328 #  compare:
3329 #    title: "3n-skx xxv710"
3330 #    data: "vpp-compare-testbeds-cmp"
3331 #    nic: "NIC_Intel-XXV710"
3332 #  data: "vpp-compare-testbeds"
3333 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3334 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3335 #  parameters:
3336 #  - "name"
3337 #  - "parent"
3338 #  - "throughput"
3339 #  - "tags"
3340 #
3341 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3342 #- type: "table"
3343 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3344 #  algorithm: "table_perf_comparison_nic"
3345 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3346 #  reference:
3347 #    title: "3n-hsw xl710"
3348 #    data: "vpp-compare-testbeds-ref"
3349 #    nic: "NIC_Intel-XL710"
3350 #  compare:
3351 #    title: "3n-skx xxv710"
3352 #    data: "vpp-compare-testbeds-cmp"
3353 #    nic: "NIC_Intel-XXV710"
3354 #  data: "vpp-compare-testbeds"
3355 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3356 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3357 #  parameters:
3358 #  - "name"
3359 #  - "parent"
3360 #  - "throughput"
3361 #  - "tags"
3362 #
3363 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3364 #- type: "table"
3365 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3366 #  algorithm: "table_perf_comparison"
3367 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3368 #  reference:
3369 #    title: "2n-skx"
3370 #    data: "vpp-compare-testbeds-skx-clx-ref"
3371 #  compare:
3372 #    title: "2n-clx"
3373 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3374 #  data: "vpp-compare-testbeds-skx-clx"
3375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3376 #  filter: "'2T1C'"
3377 #  parameters:
3378 #  - "name"
3379 #  - "parent"
3380 #  - "throughput"
3381 #  - "tags"
3382 #
3383 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3384 #- type: "table"
3385 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3386 #  algorithm: "table_perf_comparison"
3387 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3388 #  reference:
3389 #    title: "2n-skx"
3390 #    data: "vpp-compare-testbeds-skx-clx-ref"
3391 #  compare:
3392 #    title: "2n-clx"
3393 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3394 #  data: "vpp-compare-testbeds-skx-clx"
3395 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396 #  filter: "'4T2C'"
3397 #  parameters:
3398 #  - "name"
3399 #  - "parent"
3400 #  - "throughput"
3401 #  - "tags"
3402 #
3403 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3404 #- type: "table"
3405 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3406 #  algorithm: "table_perf_comparison"
3407 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3408 #  reference:
3409 #    title: "2n-skx"
3410 #    data: "vpp-compare-testbeds-skx-clx-ref"
3411 #  compare:
3412 #    title: "2n-clx"
3413 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3414 #  data: "vpp-compare-testbeds-skx-clx"
3415 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3416 #  filter: "'2T1C'"
3417 #  parameters:
3418 #  - "name"
3419 #  - "parent"
3420 #  - "throughput"
3421 #  - "tags"
3422 #
3423 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3424 #- type: "table"
3425 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3426 #  algorithm: "table_perf_comparison"
3427 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3428 #  reference:
3429 #    title: "2n-skx"
3430 #    data: "vpp-compare-testbeds-skx-clx-ref"
3431 #  compare:
3432 #    title: "2n-clx"
3433 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3434 #  data: "vpp-compare-testbeds-skx-clx"
3435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3436 #  filter: "'4T2C'"
3437 #  parameters:
3438 #  - "name"
3439 #  - "parent"
3440 #  - "throughput"
3441 #  - "tags"
3442 #
3443 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3444 #- type: "table"
3445 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3446 #  algorithm: "table_perf_comparison"
3447 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3448 #  reference:
3449 #    title: "3-Node Skx"
3450 #    data: "vpp-compare-topologies-ref"
3451 #  compare:
3452 #    title: "2-Node Skx"
3453 #    data: "vpp-compare-topologies-cmp"
3454 #  data: "vpp-compare-topologies"
3455 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3456 #  filter: "'NDRPDR' and '1C'"
3457 #  parameters:
3458 #  - "name"
3459 #  - "parent"
3460 #  - "throughput"
3461 #
3462 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3463 #- type: "table"
3464 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3465 #  algorithm: "table_perf_comparison"
3466 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3467 #  reference:
3468 #    title: "3-Node Skx"
3469 #    data: "vpp-compare-topologies-ref"
3470 #  compare:
3471 #    title: "2-Node Skx"
3472 #    data: "vpp-compare-topologies-cmp"
3473 #  data: "vpp-compare-topologies"
3474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3475 #  filter: "'NDRPDR' and '2C'"
3476 #  parameters:
3477 #  - "name"
3478 #  - "parent"
3479 #  - "throughput"
3480 #
3481 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3482 #- type: "table"
3483 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3484 #  algorithm: "table_perf_comparison"
3485 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3486 #  reference:
3487 #    title: "3-Node Skx"
3488 #    data: "vpp-compare-topologies-ref"
3489 #  compare:
3490 #    title: "2-Node Skx"
3491 #    data: "vpp-compare-topologies-cmp"
3492 #  data: "vpp-compare-topologies"
3493 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3494 #  filter: "'NDRPDR' and '1C'"
3495 #  parameters:
3496 #  - "name"
3497 #  - "parent"
3498 #  - "throughput"
3499 #
3500 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3501 #- type: "table"
3502 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3503 #  algorithm: "table_perf_comparison"
3504 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3505 #  reference:
3506 #    title: "3-Node Skx"
3507 #    data: "vpp-compare-topologies-ref"
3508 #  compare:
3509 #    title: "2-Node Skx"
3510 #    data: "vpp-compare-topologies-cmp"
3511 #  data: "vpp-compare-topologies"
3512 #  include-tests: "PDR"
3513 #  filter: "'NDRPDR' and '2C'"
3514 #  parameters:
3515 #  - "name"
3516 #  - "parent"
3517 #  - "throughput"
3518
3519 # VPP Performance Changes 3n-hsw 1t1c MRR
3520 - type: "table"
3521   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3522   algorithm: "table_perf_comparison"
3523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3524   history:
3525     - title: "rls1904"
3526       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3527   reference:
3528     title: "rls1908"
3529     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3530   compare:
3531     title: "rls2001"
3532     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3533   data: "vpp-performance-changes-3n-hsw-mrr"
3534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3535   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3536   parameters:
3537   - "name"
3538   - "parent"
3539   - "result"
3540
3541 # VPP Performance Changes 3n-hsw 2t2c MRR
3542 - type: "table"
3543   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3544   algorithm: "table_perf_comparison"
3545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3546   history:
3547     - title: "rls1904"
3548       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3549   reference:
3550     title: "rls1908"
3551     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3552   compare:
3553     title: "rls2001"
3554     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3555   data: "vpp-performance-changes-3n-hsw-mrr"
3556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3557   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3558   parameters:
3559   - "name"
3560   - "parent"
3561   - "result"
3562
3563 # VPP Performance Changes 3n-hsw 4t4c MRR
3564 - type: "table"
3565   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3566   algorithm: "table_perf_comparison"
3567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3568   history:
3569     - title: "rls1904"
3570       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3571   reference:
3572     title: "rls1908"
3573     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3574   compare:
3575     title: "rls2001"
3576     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3577   data: "vpp-performance-changes-3n-hsw-mrr"
3578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3579   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "result"
3584
3585 ## VPP Performance Changes 3n-skx 2t1c MRR
3586 #- type: "table"
3587 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3588 #  algorithm: "table_perf_comparison"
3589 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3590 #  history:
3591 #    - title: "rls1904"
3592 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3593 #  reference:
3594 #    title: "rls1908"
3595 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3596 #  compare:
3597 #    title: "rls2001"
3598 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3599 #  data: "vpp-performance-changes-3n-skx-mrr"
3600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3601 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3602 #  parameters:
3603 #  - "name"
3604 #  - "parent"
3605 #  - "result"
3606 #
3607 ## VPP Performance Changes 3n-skx 4t2c MRR
3608 #- type: "table"
3609 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3610 #  algorithm: "table_perf_comparison"
3611 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3612 #  history:
3613 #    - title: "rls1904"
3614 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3615 #  reference:
3616 #    title: "rls1908"
3617 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3618 #  compare:
3619 #    title: "rls2001"
3620 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3621 #  data: "vpp-performance-changes-3n-skx-mrr"
3622 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3623 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3624 #  parameters:
3625 #  - "name"
3626 #  - "parent"
3627 #  - "result"
3628 #
3629 ## VPP Performance Changes 3n-skx 8t4c MRR
3630 #- type: "table"
3631 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3632 #  algorithm: "table_perf_comparison"
3633 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3634 #  history:
3635 #    - title: "rls1904"
3636 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3637 #  reference:
3638 #    title: "rls1908"
3639 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3640 #  compare:
3641 #    title: "rls2001"
3642 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3643 #  data: "vpp-performance-changes-3n-skx-mrr"
3644 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3645 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3646 #  parameters:
3647 #  - "name"
3648 #  - "parent"
3649 #  - "result"
3650 #
3651 ## VPP Performance Changes 2n-skx 2t1c MRR
3652 #- type: "table"
3653 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3654 #  algorithm: "table_perf_comparison"
3655 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3656 #  history:
3657 #    - title: "rls1904"
3658 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3659 #  reference:
3660 #    title: "rls1908"
3661 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3662 #  compare:
3663 #    title: "rls2001"
3664 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3665 #  data: "vpp-performance-changes-2n-skx-mrr"
3666 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3667 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3668 #  parameters:
3669 #  - "name"
3670 #  - "parent"
3671 #  - "result"
3672 #
3673 ## VPP Performance Changes 2n-skx 4t2c MRR
3674 #- type: "table"
3675 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3676 #  algorithm: "table_perf_comparison"
3677 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3678 #  history:
3679 #    - title: "rls1904"
3680 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3681 #  reference:
3682 #    title: "rls1908"
3683 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3684 #  compare:
3685 #    title: "rls2001"
3686 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3687 #  data: "vpp-performance-changes-2n-skx-mrr"
3688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3689 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3690 #  parameters:
3691 #  - "name"
3692 #  - "parent"
3693 #  - "result"
3694 #
3695 ## VPP Performance Changes 2n-skx 8t4c MRR
3696 #- type: "table"
3697 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3698 #  algorithm: "table_perf_comparison"
3699 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3700 #  history:
3701 #    - title: "rls1904"
3702 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3703 #  reference:
3704 #    title: "rls1908"
3705 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3706 #  compare:
3707 #    title: "rls2001"
3708 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3709 #  data: "vpp-performance-changes-2n-skx-mrr"
3710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3711 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3712 #  parameters:
3713 #  - "name"
3714 #  - "parent"
3715 #  - "result"
3716 #
3717 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3718 #- type: "table"
3719 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3720 #  algorithm: "table_perf_comparison"
3721 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3722 #  reference:
3723 #    title: "rls1908"
3724 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3725 #  compare:
3726 #    title: "rls2001"
3727 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3728 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3730 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3731 #  parameters:
3732 #  - "name"
3733 #  - "parent"
3734 #  - "result"
3735 #
3736 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3737 #- type: "table"
3738 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3739 #  algorithm: "table_perf_comparison"
3740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3741 #  reference:
3742 #    title: "rls1908"
3743 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3744 #  compare:
3745 #    title: "rls2001"
3746 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3747 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3749 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3750 #  parameters:
3751 #  - "name"
3752 #  - "parent"
3753 #  - "result"
3754 #
3755 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3756 #- type: "table"
3757 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3758 #  algorithm: "table_perf_comparison"
3759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3760 #  reference:
3761 #    title: "rls1908"
3762 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3763 #  compare:
3764 #    title: "rls2001"
3765 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3766 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3768 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3769 #  parameters:
3770 #  - "name"
3771 #  - "parent"
3772 #  - "result"
3773
3774 # VPP Performance Changes 2n-dnv 1t1c MRR
3775 - type: "table"
3776   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3777   algorithm: "table_perf_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3779   reference:
3780     title: "rls1908"
3781     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3782   compare:
3783     title: "rls2001"
3784     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3785   data: "vpp-performance-changes-2n-dnv-mrr"
3786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3787   filter: "'1T1C' and 'MRR'"
3788   parameters:
3789   - "name"
3790   - "parent"
3791   - "result"
3792
3793 # VPP Performance Changes 2n-dnv 2t2c MRR
3794 - type: "table"
3795   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3796   algorithm: "table_perf_comparison"
3797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3798   reference:
3799     title: "rls1908"
3800     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3801   compare:
3802     title: "rls2001"
3803     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3804   data: "vpp-performance-changes-2n-dnv-mrr"
3805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3806   filter: "'2T2C' and 'MRR'"
3807   parameters:
3808   - "name"
3809   - "parent"
3810   - "result"
3811
3812 # VPP Performance Changes 2n-dnv 4t4c MRR
3813 - type: "table"
3814   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3815   algorithm: "table_perf_comparison"
3816   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3817   reference:
3818     title: "rls1908"
3819     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3820   compare:
3821     title: "rls2001"
3822     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3823   data: "vpp-performance-changes-2n-dnv-mrr"
3824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3825   filter: "'4T4C' and 'MRR'"
3826   parameters:
3827   - "name"
3828   - "parent"
3829   - "result"
3830
3831 # VPP Performance Changes 3n-dnv 1t1c MRR
3832 - type: "table"
3833   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3834   algorithm: "table_perf_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3836   reference:
3837     title: "rls1908"
3838     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3839   compare:
3840     title: "rls2001"
3841     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3842   data: "vpp-performance-changes-3n-dnv-mrr"
3843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3844   filter: "'1T1C' and 'MRR'"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "result"
3849
3850 # VPP Performance Changes 3n-dnv 2t2c MRR
3851 - type: "table"
3852   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3853   algorithm: "table_perf_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3855   reference:
3856     title: "rls1908"
3857     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3858   compare:
3859     title: "rls2001"
3860     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3861   data: "vpp-performance-changes-3n-dnv-mrr"
3862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3863   filter: "'2T2C' and 'MRR'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "result"
3868
3869 # VPP Performance Changes 3n-dnv 4t4c MRR
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3872   algorithm: "table_perf_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3874   reference:
3875     title: "rls1908"
3876     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3877   compare:
3878     title: "rls2001"
3879     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3880   data: "vpp-performance-changes-3n-dnv-mrr"
3881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3882   filter: "'4T4C' and 'MRR'"
3883   parameters:
3884   - "name"
3885   - "parent"
3886   - "result"
3887
3888 # VPP Performance Changes 3n-tsh 1t1c MRR
3889 - type: "table"
3890   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3891   algorithm: "table_perf_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3893   reference:
3894     title: "rls1908"
3895     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3896   compare:
3897     title: "rls2001"
3898     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3899   data: "vpp-performance-changes-3n-tsh-mrr"
3900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3901   filter: "'1T1C' and 'MRR'"
3902   parameters:
3903   - "name"
3904   - "parent"
3905   - "result"
3906
3907 # VPP Performance Changes 3n-tsh 2t2c MRR
3908 - type: "table"
3909   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3910   algorithm: "table_perf_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3912   reference:
3913     title: "rls1908"
3914     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3915   compare:
3916     title: "rls2001"
3917     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3918   data: "vpp-performance-changes-3n-tsh-mrr"
3919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3920   filter: "'2T2C' and 'MRR'"
3921   parameters:
3922   - "name"
3923   - "parent"
3924   - "result"
3925
3926 # VPP Performance Changes 3n-tsh 4t4c MRR
3927 - type: "table"
3928   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3929   algorithm: "table_perf_comparison"
3930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3931   reference:
3932     title: "rls1908"
3933     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3934   compare:
3935     title: "rls2001"
3936     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3937   data: "vpp-performance-changes-3n-tsh-mrr"
3938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3939   filter: "'4T4C' and 'MRR'"
3940   parameters:
3941   - "name"
3942   - "parent"
3943   - "result"
3944
3945 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3946 #- type: "table"
3947 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3948 #  algorithm: "table_perf_comparison_nic"
3949 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3950 #  reference:
3951 #    title: "3n-hsw xl710"
3952 #    data: "vpp-compare-testbeds-mrr-ref"
3953 #    nic: "NIC_Intel-XL710"
3954 #  compare:
3955 #    title: "3n-skx xxv710"
3956 #    data: "vpp-compare-testbeds-mrr-cmp"
3957 #    nic: "NIC_Intel-XXV710"
3958 #  data: "vpp-compare-testbeds-mrr"
3959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3960 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3961 #  parameters:
3962 #  - "name"
3963 #  - "parent"
3964 #  - "result"
3965 #  - "tags"
3966 #
3967 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3968 #- type: "table"
3969 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3970 #  algorithm: "table_perf_comparison_nic"
3971 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3972 #  reference:
3973 #    title: "3n-hsw xl710"
3974 #    data: "vpp-compare-testbeds-mrr-ref"
3975 #    nic: "NIC_Intel-XL710"
3976 #  compare:
3977 #    title: "3n-skx xxv710"
3978 #    data: "vpp-compare-testbeds-mrr-cmp"
3979 #    nic: "NIC_Intel-XXV710"
3980 #  data: "vpp-compare-testbeds-mrr"
3981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3982 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3983 #  parameters:
3984 #  - "name"
3985 #  - "parent"
3986 #  - "result"
3987 #  - "tags"
3988 #
3989 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3990 #- type: "table"
3991 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3992 #  algorithm: "table_perf_comparison_nic"
3993 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3994 #  reference:
3995 #    title: "3n-hsw xl710"
3996 #    data: "vpp-compare-testbeds-mrr-ref"
3997 #    nic: "NIC_Intel-XL710"
3998 #  compare:
3999 #    title: "3n-skx xxv710"
4000 #    data: "vpp-compare-testbeds-mrr-cmp"
4001 #    nic: "NIC_Intel-XXV710"
4002 #  data: "vpp-compare-testbeds-mrr"
4003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4004 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4005 #  parameters:
4006 #  - "name"
4007 #  - "parent"
4008 #  - "result"
4009 #  - "tags"
4010 #
4011 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4012 #- type: "table"
4013 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4014 #  algorithm: "table_perf_comparison"
4015 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4016 #  reference:
4017 #    title: "2n-skx"
4018 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4019 #  compare:
4020 #    title: "2n-clx"
4021 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4022 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4024 #  filter: "'2T1C'"
4025 #  parameters:
4026 #  - "name"
4027 #  - "parent"
4028 #  - "result"
4029 #  - "tags"
4030 #
4031 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4032 #- type: "table"
4033 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4034 #  algorithm: "table_perf_comparison"
4035 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4036 #  reference:
4037 #    title: "2n-skx"
4038 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4039 #  compare:
4040 #    title: "2n-clx"
4041 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4042 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4044 #  filter: "'4T2C'"
4045 #  parameters:
4046 #  - "name"
4047 #  - "parent"
4048 #  - "result"
4049 #  - "tags"
4050 #
4051 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4052 #- type: "table"
4053 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4054 #  algorithm: "table_perf_comparison"
4055 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4056 #  reference:
4057 #    title: "2n-skx"
4058 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4059 #  compare:
4060 #    title: "2n-clx"
4061 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4062 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4063 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4064 #  filter: "'8T4C'"
4065 #  parameters:
4066 #  - "name"
4067 #  - "parent"
4068 #  - "result"
4069 #  - "tags"
4070 #
4071 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4072 #- type: "table"
4073 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4074 #  algorithm: "table_perf_comparison"
4075 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4076 #  reference:
4077 #    title: "3-Node Skx"
4078 #    data: "vpp-compare-topologies-mrr-ref"
4079 #  compare:
4080 #    title: "2-Node Skx"
4081 #    data: "vpp-compare-topologies-mrr-cmp"
4082 #  data: "vpp-compare-topologies-mrr"
4083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084 #  filter: "'MRR' and '1C'"
4085 #  parameters:
4086 #  - "name"
4087 #  - "parent"
4088 #  - "result"
4089 #
4090 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4091 #- type: "table"
4092 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4093 #  algorithm: "table_perf_comparison"
4094 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4095 #  reference:
4096 #    title: "3-Node Skx"
4097 #    data: "vpp-compare-topologies-mrr-ref"
4098 #  compare:
4099 #    title: "2-Node Skx"
4100 #    data: "vpp-compare-topologies-mrr-cmp"
4101 #  data: "vpp-compare-topologies-mrr"
4102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4103 #  filter: "'MRR' and '2C'"
4104 #  parameters:
4105 #  - "name"
4106 #  - "parent"
4107 #  - "result"
4108 #
4109 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4110 #- type: "table"
4111 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4112 #  algorithm: "table_perf_comparison"
4113 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4114 #  reference:
4115 #    title: "3-Node Skx"
4116 #    data: "vpp-compare-topologies-mrr-ref"
4117 #  compare:
4118 #    title: "2-Node Skx"
4119 #    data: "vpp-compare-topologies-mrr-cmp"
4120 #  data: "vpp-compare-topologies-mrr"
4121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4122 #  filter: "'MRR' and '4C'"
4123 #  parameters:
4124 #  - "name"
4125 #  - "parent"
4126 #  - "result"
4127
4128 # Detailed Test Results - VPP Performance Results 3n-hsw
4129 - type: "table"
4130   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4131   algorithm: "table_merged_details"
4132   output-file-ext: ".csv"
4133   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4134   columns:
4135   - title: " |prein| Test Name |preout| "
4136     data: "data name"
4137   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4138     data: "data msg"
4139   rows: "generated"
4140   data: "vpp-perf-results-3n-hsw"
4141   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4142   parameters:
4143   - "name"
4144   - "parent"
4145   - "msg"
4146
4147 ## Detailed Test Results - VPP Performance Results 3n-skx
4148 #- type: "table"
4149 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4150 #  algorithm: "table_merged_details"
4151 #  output-file-ext: ".csv"
4152 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4153 #  columns:
4154 #  - title: " |prein| Test Name |preout| "
4155 #    data: "data name"
4156 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4157 #    data: "data msg"
4158 #  rows: "generated"
4159 #  data: "vpp-perf-results-3n-skx"
4160 #  filter: "not 'CFS_OPT'"
4161 #  parameters:
4162 #  - "name"
4163 #  - "parent"
4164 #  - "msg"
4165 #
4166 ## Detailed Test Results - VPP Performance Results 2n-skx
4167 #- type: "table"
4168 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4169 #  algorithm: "table_merged_details"
4170 #  output-file-ext: ".csv"
4171 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4172 #  columns:
4173 #  - title: " |prein| Test Name |preout| "
4174 #    data: "data name"
4175 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4176 #    data: "data msg"
4177 #  rows: "generated"
4178 #  data: "vpp-perf-results-2n-skx"
4179 #  filter: "not 'CFS_OPT'"
4180 #  parameters:
4181 #  - "name"
4182 #  - "parent"
4183 #  - "msg"
4184
4185 ## Detailed Test Results - VPP Performance Results 2n-clx
4186 #- type: "table"
4187 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4188 #  algorithm: "table_merged_details"
4189 #  output-file-ext: ".csv"
4190 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4191 #  columns:
4192 #  - title: " |prein| Test Name |preout| "
4193 #    data: "data name"
4194 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4195 #    data: "data msg"
4196 #  rows: "generated"
4197 #  data: "vpp-perf-results-2n-clx"
4198 #  filter: "not 'CFS_OPT'"
4199 #  parameters:
4200 #  - "name"
4201 #  - "parent"
4202 #  - "msg"
4203
4204 # Detailed Test Results - VPP Performance Results 3n-tsh
4205 - type: "table"
4206   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4207   algorithm: "table_merged_details"
4208   output-file-ext: ".csv"
4209   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4210   columns:
4211   - title: " |prein| Test Name |preout| "
4212     data: "data name"
4213   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4214     data: "data msg"
4215   rows: "generated"
4216   data: "vpp-perf-results-3n-tsh"
4217   filter: "not 'CFS_OPT'"
4218   parameters:
4219   - "name"
4220   - "parent"
4221   - "msg"
4222
4223 # Detailed Test Results - VPP Performance Results 3n-dnv
4224 - type: "table"
4225   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4226   algorithm: "table_merged_details"
4227   output-file-ext: ".csv"
4228   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4229   columns:
4230   - title: " |prein| Test Name |preout| "
4231     data: "data name"
4232   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4233     data: "data msg"
4234   rows: "generated"
4235   data: "vpp-perf-results-3n-dnv"
4236   filter: "'NDRPDR'"
4237   parameters:
4238   - "name"
4239   - "parent"
4240   - "msg"
4241
4242 # Detailed Test Results - VPP Performance Results 2n-dnv
4243 - type: "table"
4244   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4245   algorithm: "table_merged_details"
4246   output-file-ext: ".csv"
4247   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4248   columns:
4249   - title: " |prein| Test Name |preout| "
4250     data: "data name"
4251   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4252     data: "data msg"
4253   rows: "generated"
4254   data: "vpp-perf-results-2n-dnv"
4255   filter: "'NDRPDR'"
4256   parameters:
4257   - "name"
4258   - "parent"
4259   - "msg"
4260
4261 # Test configuration - VPP Performance Test Configs 3n-hsw
4262 - type: "table"
4263   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4264   algorithm: "table_merged_details"
4265   output-file-ext: ".csv"
4266   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4267   columns:
4268   - title: "Name"
4269     data: "data name"
4270   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4271     data: "data conf-history"
4272   rows: "generated"
4273   data: "vpp-perf-results-3n-hsw"
4274   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4275   parameters:
4276   - "parent"
4277   - "name"
4278   - "conf-history"
4279
4280 ## Test configuration - VPP Performance Test Configs 3n-skx
4281 #- type: "table"
4282 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4283 #  algorithm: "table_merged_details"
4284 #  output-file-ext: ".csv"
4285 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4286 #  columns:
4287 #  - title: "Name"
4288 #    data: "data name"
4289 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4290 #    data: "data conf-history"
4291 #  rows: "generated"
4292 #  data: "vpp-perf-results-3n-skx"
4293 #  filter: "not 'CFS_OPT'"
4294 #  parameters:
4295 #  - "parent"
4296 #  - "name"
4297 #  - "conf-history"
4298 #
4299 ## Test configuration - VPP Performance Test Configs 2n-skx
4300 #- type: "table"
4301 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4302 #  algorithm: "table_merged_details"
4303 #  output-file-ext: ".csv"
4304 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4305 #  columns:
4306 #  - title: "Name"
4307 #    data: "data name"
4308 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4309 #    data: "data conf-history"
4310 #  rows: "generated"
4311 #  data: "vpp-perf-results-2n-skx"
4312 #  filter: "not 'CFS_OPT'"
4313 #  parameters:
4314 #  - "parent"
4315 #  - "name"
4316 #  - "conf-history"
4317
4318 ## Test configuration - VPP Performance Test Configs 2n-clx
4319 #- type: "table"
4320 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4321 #  algorithm: "table_merged_details"
4322 #  output-file-ext: ".csv"
4323 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4324 #  columns:
4325 #  - title: "Name"
4326 #    data: "data name"
4327 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4328 #    data: "data conf-history"
4329 #  rows: "generated"
4330 #  data: "vpp-perf-results-2n-clx"
4331 #  filter: "not 'CFS_OPT'"
4332 #  parameters:
4333 #  - "parent"
4334 #  - "name"
4335 #  - "conf-history"
4336
4337 # Test configuration - VPP Performance Test Configs 3n-tsh
4338 - type: "table"
4339   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4340   algorithm: "table_merged_details"
4341   output-file-ext: ".csv"
4342   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4343   columns:
4344   - title: "Name"
4345     data: "data name"
4346   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4347     data: "data conf-history"
4348   rows: "generated"
4349   data: "vpp-perf-results-3n-tsh"
4350   filter: "not 'CFS_OPT'"
4351   parameters:
4352   - "parent"
4353   - "name"
4354   - "conf-history"
4355
4356 # Test configuration - VPP Performance Test Configs 3n-dnv
4357 - type: "table"
4358   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4359   algorithm: "table_merged_details"
4360   output-file-ext: ".csv"
4361   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4362   columns:
4363   - title: "Name"
4364     data: "data name"
4365   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4366     data: "data conf-history"
4367   rows: "generated"
4368   data: "vpp-perf-results-3n-dnv"
4369   filter: "'NDRPDR'"
4370   parameters:
4371   - "parent"
4372   - "name"
4373   - "conf-history"
4374
4375 # Test configuration - VPP Performance Test Configs 2n-dnv
4376 - type: "table"
4377   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4378   algorithm: "table_merged_details"
4379   output-file-ext: ".csv"
4380   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4381   columns:
4382   - title: "Name"
4383     data: "data name"
4384   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4385     data: "data conf-history"
4386   rows: "generated"
4387   data: "vpp-perf-results-2n-dnv"
4388   filter: "'NDRPDR'"
4389   parameters:
4390   - "parent"
4391   - "name"
4392   - "conf-history"
4393
4394 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4395 - type: "table"
4396   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4397   algorithm: "table_oper_data_html"
4398   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4399   data: "vpp-perf-results-3n-hsw"
4400   filter: "'NDRPDR'"
4401
4402 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4403 #- type: "table"
4404 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4405 #  algorithm: "table_oper_data_html"
4406 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4407 #  data: "vpp-perf-results-3n-skx"
4408 #  filter: "not 'CFS_OPT'"
4409 #
4410 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4411 #- type: "table"
4412 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4413 #  algorithm: "table_oper_data_html"
4414 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4415 #  data: "vpp-perf-results-2n-skx"
4416 #  filter: "not 'CFS_OPT'"
4417
4418 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4419 #- type: "table"
4420 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4421 #  algorithm: "table_oper_data_html"
4422 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4423 #  data: "vpp-perf-results-2n-clx"
4424 #  filter: "not 'CFS_OPT'"
4425
4426 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4427 - type: "table"
4428   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4429   algorithm: "table_oper_data_html"
4430   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4431   data: "vpp-perf-results-3n-tsh"
4432   filter: "not 'CFS_OPT'"
4433
4434 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4435 - type: "table"
4436   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4437   algorithm: "table_oper_data_html"
4438   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4439   data: "vpp-perf-results-3n-dnv"
4440   filter: "'NDRPDR'"
4441
4442 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4443 - type: "table"
4444   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4445   algorithm: "table_oper_data_html"
4446   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4447   data: "vpp-perf-results-2n-dnv"
4448   filter: "'NDRPDR'"
4449
4450 # Detailed Test Results - VPP MRR Results 3n-hsw
4451 - type: "table"
4452   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4453   algorithm: "table_details"
4454   output-file-ext: ".csv"
4455   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4456   columns:
4457   - title: " |prein| Test Name |preout| "
4458     data: "data name"
4459   - title: "Status"
4460     data: "data msg"
4461   rows: "generated"
4462   data: "vpp-mrr-results-3n-hsw"
4463   filter: "'MRR'"
4464   parameters:
4465   - "name"
4466   - "parent"
4467   - "msg"
4468
4469 ## Detailed Test Results - VPP MRR Results 3n-skx
4470 #- type: "table"
4471 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4472 #  algorithm: "table_details"
4473 #  output-file-ext: ".csv"
4474 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4475 #  columns:
4476 #  - title: " |prein| Test Name |preout| "
4477 #    data: "data name"
4478 #  - title: "Status"
4479 #    data: "data msg"
4480 #  rows: "generated"
4481 #  data: "vpp-mrr-results-3n-skx"
4482 #  filter: "'MRR'"
4483 #  parameters:
4484 #  - "name"
4485 #  - "parent"
4486 #  - "msg"
4487 #
4488 ## Detailed Test Results - VPP MRR Results 2n-skx
4489 #- type: "table"
4490 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4491 #  algorithm: "table_details"
4492 #  output-file-ext: ".csv"
4493 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4494 #  columns:
4495 #  - title: " |prein| Test Name |preout| "
4496 #    data: "data name"
4497 #  - title: "Status"
4498 #    data: "data msg"
4499 #  rows: "generated"
4500 #  data: "vpp-mrr-results-2n-skx"
4501 #  filter: "'MRR'"
4502 #  parameters:
4503 #  - "name"
4504 #  - "parent"
4505 #  - "msg"
4506
4507 ## Detailed Test Results - VPP MRR Results 2n-clx
4508 #- type: "table"
4509 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4510 #  algorithm: "table_details"
4511 #  output-file-ext: ".csv"
4512 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4513 #  columns:
4514 #  - title: " |prein| Test Name |preout| "
4515 #    data: "data name"
4516 #  - title: "Status"
4517 #    data: "data msg"
4518 #  rows: "generated"
4519 #  data: "vpp-mrr-results-2n-clx"
4520 #  filter: "'MRR'"
4521 #  parameters:
4522 #  - "name"
4523 #  - "parent"
4524 #  - "msg"
4525
4526 ## Detailed Test Results - VPP MRR Results 3n-tsh
4527 #- type: "table"
4528 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4529 #  algorithm: "table_details"
4530 #  output-file-ext: ".csv"
4531 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4532 #  columns:
4533 #  - title: " |prein| Test Name |preout| "
4534 #    data: "data name"
4535 #  - title: "Status"
4536 #    data: "data msg"
4537 #  rows: "generated"
4538 #  data: "vpp-mrr-results-3n-tsh"
4539 #  filter: "'MRR'"
4540 #  parameters:
4541 #  - "name"
4542 #  - "parent"
4543 #  - "msg"
4544
4545 # Detailed Test Results - VPP MRR Results 3n-dnv
4546 - type: "table"
4547   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4548   algorithm: "table_details"
4549   output-file-ext: ".csv"
4550   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4551   columns:
4552   - title: " |prein| Test Name |preout| "
4553     data: "data name"
4554   - title: "Status"
4555     data: "data msg"
4556   rows: "generated"
4557   data: "vpp-mrr-results-3n-dnv"
4558   filter: "'MRR'"
4559   parameters:
4560   - "name"
4561   - "parent"
4562   - "msg"
4563
4564 # Detailed Test Results - VPP MRR Results 2n-dnv
4565 - type: "table"
4566   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4567   algorithm: "table_details"
4568   output-file-ext: ".csv"
4569   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4570   columns:
4571   - title: " |prein| Test Name |preout| "
4572     data: "data name"
4573   - title: "Status"
4574     data: "data msg"
4575   rows: "generated"
4576   data: "vpp-mrr-results-2n-dnv"
4577   filter: "'MRR'"
4578   parameters:
4579   - "name"
4580   - "parent"
4581   - "msg"
4582
4583 # Test configuration - VPP MRR Test Configs 3n-hsw
4584 - type: "table"
4585   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4586   algorithm: "table_details"
4587   output-file-ext: ".csv"
4588   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4589   columns:
4590   - title: "Name"
4591     data: "data name"
4592   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4593     data: "data conf-history"
4594   rows: "generated"
4595   data: "vpp-mrr-results-3n-hsw"
4596   filter: "'MRR'"
4597   parameters:
4598   - "parent"
4599   - "name"
4600   - "conf-history"
4601
4602 ## Test configuration - VPP MRR Test Configs 3n-skx
4603 #- type: "table"
4604 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4605 #  algorithm: "table_details"
4606 #  output-file-ext: ".csv"
4607 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4608 #  columns:
4609 #  - title: "Name"
4610 #    data: "data name"
4611 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4612 #    data: "data conf-history"
4613 #  rows: "generated"
4614 #  data: "vpp-mrr-results-3n-skx"
4615 #  filter: "'MRR'"
4616 #  parameters:
4617 #  - "parent"
4618 #  - "name"
4619 #  - "conf-history"
4620 #
4621 ## Test configuration - VPP MRR Test Configs 2n-skx
4622 #- type: "table"
4623 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4624 #  algorithm: "table_details"
4625 #  output-file-ext: ".csv"
4626 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4627 #  columns:
4628 #  - title: "Name"
4629 #    data: "data name"
4630 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4631 #    data: "data conf-history"
4632 #  rows: "generated"
4633 #  data: "vpp-mrr-results-2n-skx"
4634 #  filter: "'MRR'"
4635 #  parameters:
4636 #  - "parent"
4637 #  - "name"
4638 #  - "conf-history"
4639
4640 ## Test configuration - VPP MRR Test Configs 2n-clx
4641 #- type: "table"
4642 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4643 #  algorithm: "table_details"
4644 #  output-file-ext: ".csv"
4645 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4646 #  columns:
4647 #  - title: "Name"
4648 #    data: "data name"
4649 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4650 #    data: "data conf-history"
4651 #  rows: "generated"
4652 #  data: "vpp-mrr-results-2n-clx"
4653 #  filter: "'MRR'"
4654 #  parameters:
4655 #  - "parent"
4656 #  - "name"
4657 #  - "conf-history"
4658
4659 ## Test configuration - VPP MRR Test Configs 3n-tsh
4660 #- type: "table"
4661 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4662 #  algorithm: "table_details"
4663 #  output-file-ext: ".csv"
4664 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4665 #  columns:
4666 #  - title: "Name"
4667 #    data: "data name"
4668 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4669 #    data: "data conf-history"
4670 #  rows: "generated"
4671 #  data: "vpp-mrr-results-3n-tsh"
4672 #  filter: "'MRR'"
4673 #  parameters:
4674 #  - "parent"
4675 #  - "name"
4676 #  - "conf-history"
4677
4678 # Test configuration - VPP MRR Test Configs 3n-dnv
4679 - type: "table"
4680   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4681   algorithm: "table_details"
4682   output-file-ext: ".csv"
4683   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4684   columns:
4685   - title: "Name"
4686     data: "data name"
4687   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4688     data: "data conf-history"
4689   rows: "generated"
4690   data: "vpp-mrr-results-3n-dnv"
4691   filter: "'MRR'"
4692   parameters:
4693   - "parent"
4694   - "name"
4695   - "conf-history"
4696
4697 # Test configuration - VPP MRR Test Configs 2n-dnv
4698 - type: "table"
4699   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4700   algorithm: "table_details"
4701   output-file-ext: ".csv"
4702   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4703   columns:
4704   - title: "Name"
4705     data: "data name"
4706   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4707     data: "data conf-history"
4708   rows: "generated"
4709   data: "vpp-mrr-results-2n-dnv"
4710   filter: "'MRR'"
4711   parameters:
4712   - "parent"
4713   - "name"
4714   - "conf-history"
4715
4716 # Detailed Test Results - VPP Device Results - Ubuntu
4717 - type: "table"
4718   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4719   algorithm: "table_details"
4720   output-file-ext: ".csv"
4721   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4722   columns:
4723   - title: " |prein| Test Name |preout| "
4724     data: "data name"
4725   - title: "Status"
4726     data: "data status"
4727   rows: "generated"
4728   data: "vpp-device-results-ubuntu"
4729   filter: "all"
4730   parameters:
4731   - "name"
4732   - "parent"
4733   - "doc"
4734   - "status"
4735
4736 # Test configuration - VPP Device Test Configs - Ubuntu
4737 - type: "table"
4738   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4739   algorithm: "table_details"
4740   output-file-ext: ".csv"
4741   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4742   columns:
4743   - title: "Name"
4744     data: "data name"
4745   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4746     data: "data conf-history"
4747   rows: "generated"
4748   data: "vpp-device-results-ubuntu"
4749   filter: "all"
4750   parameters:
4751   - "parent"
4752   - "name"
4753   - "conf-history"
4754
4755 ################################################################################
4756
4757 # DPDK Performance Changes 3n-hsw 1t1c pdr
4758 - type: "table"
4759   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4760   algorithm: "table_perf_comparison"
4761   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4762   history:
4763     - title: "rls1904"
4764       data: "dpdk-performance-changes-3n-hsw-h1"
4765   reference:
4766     title: "rls1908"
4767     data: "dpdk-performance-changes-3n-hsw-ref"
4768   compare:
4769     title: "rls2001"
4770     data: "dpdk-performance-changes-3n-hsw-cmp"
4771   data: "dpdk-performance-changes-3n-hsw"
4772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4773   filter: "'1T1C'"
4774   parameters:
4775   - "name"
4776   - "parent"
4777   - "throughput"
4778
4779 # DPDK Performance Changes 3n-hsw 2t2c pdr
4780 - type: "table"
4781   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4782   algorithm: "table_perf_comparison"
4783   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4784   history:
4785     - title: "rls1904"
4786       data: "dpdk-performance-changes-3n-hsw-h1"
4787   reference:
4788     title: "rls1908"
4789     data: "dpdk-performance-changes-3n-hsw-ref"
4790   compare:
4791     title: "rls2001"
4792     data: "dpdk-performance-changes-3n-hsw-cmp"
4793   data: "dpdk-performance-changes-3n-hsw"
4794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4795   filter: "'2T2C'"
4796   parameters:
4797   - "name"
4798   - "parent"
4799   - "throughput"
4800
4801 # DPDK Performance Changes 3n-hsw 1t1c ndr
4802 - type: "table"
4803   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4804   algorithm: "table_perf_comparison"
4805   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4806   history:
4807     - title: "rls1904"
4808       data: "dpdk-performance-changes-3n-hsw-h1"
4809   reference:
4810     title: "rls1908"
4811     data: "dpdk-performance-changes-3n-hsw-ref"
4812   compare:
4813     title: "rls2001"
4814     data: "dpdk-performance-changes-3n-hsw-cmp"
4815   data: "dpdk-performance-changes-3n-hsw"
4816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'1T1C'"
4818   parameters:
4819   - "name"
4820   - "parent"
4821   - "throughput"
4822
4823 # DPDK Performance Changes 3n-hsw 2t2c ndr
4824 - type: "table"
4825   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4826   algorithm: "table_perf_comparison"
4827   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4828   history:
4829     - title: "rls1904"
4830       data: "dpdk-performance-changes-3n-hsw-h1"
4831   reference:
4832     title: "rls1908"
4833     data: "dpdk-performance-changes-3n-hsw-ref"
4834   compare:
4835     title: "rls2001"
4836     data: "dpdk-performance-changes-3n-hsw-cmp"
4837   data: "dpdk-performance-changes-3n-hsw"
4838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4839   filter: "'2T2C'"
4840   parameters:
4841   - "name"
4842   - "parent"
4843   - "throughput"
4844
4845 ## DPDK Performance Changes 3n-skx 2t1c pdr
4846 #- type: "table"
4847 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4848 #  algorithm: "table_perf_comparison"
4849 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4850 #  history:
4851 #    - title: "rls1904"
4852 #      data: "dpdk-performance-changes-3n-skx-h1"
4853 #  reference:
4854 #    title: "rls1908"
4855 #    data: "dpdk-performance-changes-3n-skx-ref"
4856 #  compare:
4857 #    title: "rls2001"
4858 #    data: "dpdk-performance-changes-3n-skx-cmp"
4859 #  data: "dpdk-performance-changes-3n-skx"
4860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4861 #  filter: "'2T1C'"
4862 #  parameters:
4863 #  - "name"
4864 #  - "parent"
4865 #  - "throughput"
4866 #
4867 ## DPDK Performance Changes 3n-skx 4t2c pdr
4868 #- type: "table"
4869 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4870 #  algorithm: "table_perf_comparison"
4871 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4872 #  history:
4873 #    - title: "rls1904"
4874 #      data: "dpdk-performance-changes-3n-skx-h1"
4875 #  reference:
4876 #    title: "rls1908"
4877 #    data: "dpdk-performance-changes-3n-skx-ref"
4878 #  compare:
4879 #    title: "rls2001"
4880 #    data: "dpdk-performance-changes-3n-skx-cmp"
4881 #  data: "dpdk-performance-changes-3n-skx"
4882 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4883 #  filter: "'4T2C'"
4884 #  parameters:
4885 #  - "name"
4886 #  - "parent"
4887 #  - "throughput"
4888 #
4889 ## DPDK Performance Changes 3n-skx 2t1c ndr
4890 #- type: "table"
4891 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4892 #  algorithm: "table_perf_comparison"
4893 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4894 #  history:
4895 #    - title: "rls1904"
4896 #      data: "dpdk-performance-changes-3n-skx-h1"
4897 #  reference:
4898 #    title: "rls1908"
4899 #    data: "dpdk-performance-changes-3n-skx-ref"
4900 #  compare:
4901 #    title: "rls2001"
4902 #    data: "dpdk-performance-changes-3n-skx-cmp"
4903 #  data: "dpdk-performance-changes-3n-skx"
4904 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4905 #  filter: "'2T1C'"
4906 #  parameters:
4907 #  - "name"
4908 #  - "parent"
4909 #  - "throughput"
4910 #
4911 ## DPDK Performance Changes 3n-skx 4t2c ndr
4912 #- type: "table"
4913 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4914 #  algorithm: "table_perf_comparison"
4915 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4916 #  history:
4917 #    - title: "rls1904"
4918 #      data: "dpdk-performance-changes-3n-skx-h1"
4919 #  reference:
4920 #    title: "rls1908"
4921 #    data: "dpdk-performance-changes-3n-skx-ref"
4922 #  compare:
4923 #    title: "rls2001"
4924 #    data: "dpdk-performance-changes-3n-skx-cmp"
4925 #  data: "dpdk-performance-changes-3n-skx"
4926 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4927 #  filter: "'4T2C'"
4928 #  parameters:
4929 #  - "name"
4930 #  - "parent"
4931 #  - "throughput"
4932 #
4933 ## DPDK Performance Changes 2n-skx 2t1c pdr
4934 #- type: "table"
4935 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4936 #  algorithm: "table_perf_comparison"
4937 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4938 #  history:
4939 #    - title: "rls1904"
4940 #      data: "dpdk-performance-changes-2n-skx-h1"
4941 #  reference:
4942 #    title: "rls1908"
4943 #    data: "dpdk-performance-changes-2n-skx-ref"
4944 #  compare:
4945 #    title: "rls2001"
4946 #    data: "dpdk-performance-changes-2n-skx-cmp"
4947 #  data: "dpdk-performance-changes-2n-skx"
4948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4949 #  filter: "'2T1C'"
4950 #  parameters:
4951 #  - "name"
4952 #  - "parent"
4953 #  - "throughput"
4954 #
4955 ## DPDK Performance Changes 2n-skx 4t2c pdr
4956 #- type: "table"
4957 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4958 #  algorithm: "table_perf_comparison"
4959 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4960 #  history:
4961 #    - title: "rls1904"
4962 #      data: "dpdk-performance-changes-2n-skx-h1"
4963 #  reference:
4964 #    title: "rls1908"
4965 #    data: "dpdk-performance-changes-2n-skx-ref"
4966 #  compare:
4967 #    title: "rls2001"
4968 #    data: "dpdk-performance-changes-2n-skx-cmp"
4969 #  data: "dpdk-performance-changes-2n-skx"
4970 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4971 #  filter: "'4T2C'"
4972 #  parameters:
4973 #  - "name"
4974 #  - "parent"
4975 #  - "throughput"
4976 #
4977 ## DPDK Performance Changes 2n-skx 2t1c ndr
4978 #- type: "table"
4979 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4980 #  algorithm: "table_perf_comparison"
4981 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4982 #  history:
4983 #    - title: "rls1904"
4984 #      data: "dpdk-performance-changes-2n-skx-h1"
4985 #  reference:
4986 #    title: "rls1908"
4987 #    data: "dpdk-performance-changes-2n-skx-ref"
4988 #  compare:
4989 #    title: "rls2001"
4990 #    data: "dpdk-performance-changes-2n-skx-cmp"
4991 #  data: "dpdk-performance-changes-2n-skx"
4992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4993 #  filter: "'2T1C'"
4994 #  parameters:
4995 #  - "name"
4996 #  - "parent"
4997 #  - "throughput"
4998 #
4999 ## DPDK Performance Changes 2n-skx 4t2c ndr
5000 #- type: "table"
5001 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5002 #  algorithm: "table_perf_comparison"
5003 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5004 #  history:
5005 #    - title: "rls1904"
5006 #      data: "dpdk-performance-changes-2n-skx-h1"
5007 #  reference:
5008 #    title: "rls1908"
5009 #    data: "dpdk-performance-changes-2n-skx-ref"
5010 #  compare:
5011 #    title: "rls2001"
5012 #    data: "dpdk-performance-changes-2n-skx-cmp"
5013 #  data: "dpdk-performance-changes-2n-skx"
5014 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5015 #  filter: "'4T2C'"
5016 #  parameters:
5017 #  - "name"
5018 #  - "parent"
5019 #  - "throughput"
5020 #
5021 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5022 #- type: "table"
5023 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5024 #  algorithm: "table_perf_comparison"
5025 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5026 #  reference:
5027 #    title: "3-Node Hsw"
5028 #    data: "dpdk-compare-testbeds-ref"
5029 #  compare:
5030 #    title: "3-Node Skx"
5031 #    data: "dpdk-compare-testbeds-cmp"
5032 #  data: "dpdk-compare-testbeds"
5033 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5034 #  filter: "'NIC_Intel-X710'"
5035 #  parameters:
5036 #  - "name"
5037 #  - "parent"
5038 #  - "throughput"
5039 #
5040 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5041 #- type: "table"
5042 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5043 #  algorithm: "table_perf_comparison"
5044 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5045 #  reference:
5046 #    title: "3-Node Hsw"
5047 #    data: "dpdk-compare-testbeds-ref"
5048 #  compare:
5049 #    title: "3-Node Skx"
5050 #    data: "dpdk-compare-testbeds-cmp"
5051 #  data: "dpdk-compare-testbeds"
5052 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5053 #  filter: "'NIC_Intel-X710'"
5054 #  parameters:
5055 #  - "name"
5056 #  - "parent"
5057 #  - "throughput"
5058 #
5059 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5060 #- type: "table"
5061 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5062 #  algorithm: "table_perf_comparison"
5063 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5064 #  reference:
5065 #    title: "2-Node Skx"
5066 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5067 #  compare:
5068 #    title: "2-Node Clx"
5069 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5070 #  data: "dpdk-compare-testbeds-skx-clx"
5071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5072 #  filter: "'NDRPDR'"
5073 #  parameters:
5074 #  - "name"
5075 #  - "parent"
5076 #  - "throughput"
5077 #
5078 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5079 #- type: "table"
5080 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5081 #  algorithm: "table_perf_comparison"
5082 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5083 #  reference:
5084 #    title: "2-Node Skx"
5085 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5086 #  compare:
5087 #    title: "2-Node Clx"
5088 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5089 #  data: "dpdk-compare-testbeds-skx-clx"
5090 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5091 #  filter: "'NDRPDR'"
5092 #  parameters:
5093 #  - "name"
5094 #  - "parent"
5095 #  - "throughput"
5096 #
5097 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5098 #- type: "table"
5099 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5100 #  algorithm: "table_perf_comparison"
5101 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5102 #  reference:
5103 #    title: "3-Node Skx"
5104 #    data: "dpdk-compare-topologies-ref"
5105 #  compare:
5106 #    title: "2-Node Skx"
5107 #    data: "dpdk-compare-topologies-cmp"
5108 #  data: "dpdk-compare-topologies"
5109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5110 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5111 #  parameters:
5112 #  - "name"
5113 #  - "parent"
5114 #  - "throughput"
5115 #
5116 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5117 #- type: "table"
5118 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5119 #  algorithm: "table_perf_comparison"
5120 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5121 #  reference:
5122 #    title: "3-Node Skx"
5123 #    data: "dpdk-compare-topologies-ref"
5124 #  compare:
5125 #    title: "2-Node Skx"
5126 #    data: "dpdk-compare-topologies-cmp"
5127 #  data: "dpdk-compare-topologies"
5128 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5129 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5130 #  parameters:
5131 #  - "name"
5132 #  - "parent"
5133 #  - "throughput"
5134
5135 # Detailed Test Results - DPDK Performance Results 3n-hsw
5136 - type: "table"
5137   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5138   algorithm: "table_merged_details"
5139   output-file-ext: ".csv"
5140   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5141   columns:
5142   - title: " |prein| Test Name |preout| "
5143     data: "data name"
5144   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5145     data: "data msg"
5146   rows: "generated"
5147   data: "dpdk-perf-results-3n-hsw"
5148   filter: "all"
5149   parameters:
5150   - "name"
5151   - "parent"
5152   - "msg"
5153
5154 ## Detailed Test Results - DPDK Performance Results 3n-skx
5155 #- type: "table"
5156 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5157 #  algorithm: "table_details"
5158 #  output-file-ext: ".csv"
5159 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5160 #  columns:
5161 #  - title: " |prein| Test Name |preout| "
5162 #    data: "data name"
5163 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5164 #    data: "data msg"
5165 #  rows: "generated"
5166 #  data: "dpdk-perf-results-3n-skx"
5167 #  filter: "all"
5168 #  parameters:
5169 #  - "name"
5170 #  - "parent"
5171 #  - "msg"
5172 #
5173 ## Detailed Test Results - DPDK Performance Results 2n-skx
5174 #- type: "table"
5175 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5176 #  algorithm: "table_details"
5177 #  output-file-ext: ".csv"
5178 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5179 #  columns:
5180 #  - title: " |prein| Test Name |preout| "
5181 #    data: "data name"
5182 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5183 #    data: "data msg"
5184 #  rows: "generated"
5185 #  data: "dpdk-perf-results-2n-skx"
5186 #  filter: "all"
5187 #  parameters:
5188 #  - "name"
5189 #  - "parent"
5190 #  - "msg"
5191
5192 ## Detailed Test Results - DPDK Performance Results 2n-clx
5193 #- type: "table"
5194 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5195 #  algorithm: "table_details"
5196 #  output-file-ext: ".csv"
5197 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5198 #  columns:
5199 #  - title: " |prein| Test Name |preout| "
5200 #    data: "data name"
5201 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5202 #    data: "data msg"
5203 #  rows: "generated"
5204 #  data: "dpdk-perf-results-2n-clx"
5205 #  filter: "all"
5206 #  parameters:
5207 #  - "name"
5208 #  - "parent"
5209 #  - "msg"
5210
5211 # Detailed Test Results - DPDK Performance Results 2n-dnv
5212 - type: "table"
5213   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5214   algorithm: "table_details"
5215   output-file-ext: ".csv"
5216   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5217   columns:
5218   - title: " |prein| Test Name |preout| "
5219     data: "data name"
5220   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5221     data: "data msg"
5222   rows: "generated"
5223   data: "dpdk-perf-results-2n-dnv"
5224   filter: "all"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "msg"
5229
5230 # Detailed Test Results - DPDK Performance Results 3n-dnv
5231 - type: "table"
5232   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5233   algorithm: "table_details"
5234   output-file-ext: ".csv"
5235   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5236   columns:
5237   - title: " |prein| Test Name |preout| "
5238     data: "data name"
5239   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
5240     data: "data msg"
5241   rows: "generated"
5242   data: "dpdk-perf-results-3n-dnv"
5243   filter: "all"
5244   parameters:
5245   - "name"
5246   - "parent"
5247   - "msg"
5248
5249 ################################################################################
5250 ###                                F I L E S                                 ###
5251 ################################################################################
5252
5253 # VPP Performance Results 3n-hsw
5254 - type: "file"
5255   title: "VPP Performance Results 3n-hsw"
5256   algorithm: "file_test_results"
5257   output-file-ext: ".rst"
5258   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5259   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5260   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5261   data: "vpp-perf-results-3n-hsw"
5262   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5263   parameters:
5264   - "name"
5265   - "doc"
5266   - "level"
5267   - "parent"
5268   data-start-level: 3
5269
5270 ## VPP Performance Results 3n-skx
5271 #- type: "file"
5272 #  title: "VPP Performance Results 3n-skx"
5273 #  algorithm: "file_test_results"
5274 #  output-file-ext: ".rst"
5275 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5276 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5277 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5278 #  data: "vpp-perf-results-3n-skx"
5279 #  filter: "not 'CFS_OPT'"
5280 #  parameters:
5281 #  - "name"
5282 #  - "doc"
5283 #  - "level"
5284 #  - "parent"
5285 #  data-start-level: 3
5286 #
5287 ## VPP Performance Results 2n-skx
5288 #- type: "file"
5289 #  title: "VPP Performance Results 2n-skx"
5290 #  algorithm: "file_test_results"
5291 #  output-file-ext: ".rst"
5292 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5293 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5294 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5295 #  data: "vpp-perf-results-2n-skx"
5296 #  filter: "not 'CFS_OPT'"
5297 #  parameters:
5298 #  - "name"
5299 #  - "doc"
5300 #  - "level"
5301 #  - "parent"
5302 #  data-start-level: 3
5303
5304 ## VPP Performance Results 2n-clx
5305 #- type: "file"
5306 #  title: "VPP Performance Results 2n-clx"
5307 #  algorithm: "file_test_results"
5308 #  output-file-ext: ".rst"
5309 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5310 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5311 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5312 #  data: "vpp-perf-results-2n-clx"
5313 #  filter: "not 'CFS_OPT'"
5314 #  parameters:
5315 #  - "name"
5316 #  - "doc"
5317 #  - "level"
5318 #  - "parent"
5319 #  data-start-level: 3
5320
5321 # VPP Performance Results 3n-tsh
5322 - type: "file"
5323   title: "VPP Performance Results 3n-tsh"
5324   algorithm: "file_test_results"
5325   output-file-ext: ".rst"
5326   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5327   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5328   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5329   data: "vpp-perf-results-3n-tsh"
5330   filter: "not 'CFS_OPT'"
5331   parameters:
5332   - "name"
5333   - "doc"
5334   - "level"
5335   - "parent"
5336   data-start-level: 3
5337
5338 # VPP Performance Results 3n-dnv
5339 - type: "file"
5340   title: "VPP Performance Results 3n-dnv"
5341   algorithm: "file_test_results"
5342   output-file-ext: ".rst"
5343   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5344   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5345   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5346   data: "vpp-perf-results-3n-dnv"
5347   filter: "'NDRPDR'"
5348   parameters:
5349   - "name"
5350   - "doc"
5351   - "level"
5352   - "parent"
5353   data-start-level: 3
5354
5355 # VPP Performance Results 2n-dnv
5356 - type: "file"
5357   title: "VPP Performance Results 2n-dnv"
5358   algorithm: "file_test_results"
5359   output-file-ext: ".rst"
5360   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5361   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5362   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5363   data: "vpp-perf-results-2n-dnv"
5364   filter: "'NDRPDR'"
5365   parameters:
5366   - "name"
5367   - "doc"
5368   - "level"
5369   - "parent"
5370   data-start-level: 3
5371
5372 # VPP Performance Configuration 3n-hsw
5373 - type: "file"
5374   title: "VPP Performance Configuration 3n-hsw"
5375   algorithm: "file_test_results"
5376   output-file-ext: ".rst"
5377   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5378   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5379   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5380   data: "vpp-perf-results-3n-hsw"
5381   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5382   parameters:
5383   - "name"
5384   - "doc"
5385   - "level"
5386   - "parent"
5387   data-start-level: 3
5388
5389 ## VPP Performance Configuration 3n-skx
5390 #- type: "file"
5391 #  title: "VPP Performance Configuration 3n-skx"
5392 #  algorithm: "file_test_results"
5393 #  output-file-ext: ".rst"
5394 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5395 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5396 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5397 #  data: "vpp-perf-results-3n-skx"
5398 #  filter: "not 'CFS_OPT'"
5399 #  parameters:
5400 #  - "name"
5401 #  - "doc"
5402 #  - "level"
5403 #  - "parent"
5404 #  data-start-level: 3
5405 #
5406 ## VPP Performance Configuration 2n-skx
5407 #- type: "file"
5408 #  title: "VPP Performance Configuration 2n-skx"
5409 #  algorithm: "file_test_results"
5410 #  output-file-ext: ".rst"
5411 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5412 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5413 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5414 #  data: "vpp-perf-results-2n-skx"
5415 #  filter: "not 'CFS_OPT'"
5416 #  parameters:
5417 #  - "name"
5418 #  - "doc"
5419 #  - "level"
5420 #  - "parent"
5421 #  data-start-level: 3
5422
5423 ## VPP Performance Configuration 2n-clx
5424 #- type: "file"
5425 #  title: "VPP Performance Configuration 2n-clx"
5426 #  algorithm: "file_test_results"
5427 #  output-file-ext: ".rst"
5428 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5429 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5430 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5431 #  data: "vpp-perf-results-2n-clx"
5432 #  filter: "not 'CFS_OPT'"
5433 #  parameters:
5434 #  - "name"
5435 #  - "doc"
5436 #  - "level"
5437 #  - "parent"
5438 #  data-start-level: 3
5439
5440 # VPP Performance Configuration 3n-tsh
5441 - type: "file"
5442   title: "VPP Performance Configuration 3n-tsh"
5443   algorithm: "file_test_results"
5444   output-file-ext: ".rst"
5445   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5446   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5447   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5448   data: "vpp-perf-results-3n-tsh"
5449   filter: "not 'CFS_OPT'"
5450   parameters:
5451   - "name"
5452   - "doc"
5453   - "level"
5454   - "parent"
5455   data-start-level: 3
5456
5457 # VPP Performance Configuration 3n-dnv
5458 - type: "file"
5459   title: "VPP Performance Configuration 3n-dnv"
5460   algorithm: "file_test_results"
5461   output-file-ext: ".rst"
5462   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5463   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5464   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5465   data: "vpp-perf-results-3n-dnv"
5466   filter: "'NDRPDR'"
5467   parameters:
5468   - "name"
5469   - "doc"
5470   - "level"
5471   - "parent"
5472   data-start-level: 3
5473
5474 # VPP Performance Configuration 2n-dnv
5475 - type: "file"
5476   title: "VPP Performance Configuration 2n-dnv"
5477   algorithm: "file_test_results"
5478   output-file-ext: ".rst"
5479   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5480   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5481   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5482   data: "vpp-perf-results-2n-dnv"
5483   filter: "'NDRPDR'"
5484   parameters:
5485   - "name"
5486   - "doc"
5487   - "level"
5488   - "parent"
5489   data-start-level: 3
5490
5491 # VPP Performance Operational Data 3n-hsw
5492 - type: "file"
5493   title: "VPP Performance Operational Data 3n-hsw"
5494   algorithm: "file_test_results_html"
5495   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5496   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"
5497   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5498   data: "vpp-perf-results-3n-hsw"
5499   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5500   data-start-level: 3
5501
5502 ## VPP Performance Operational Data 3n-skx
5503 #- type: "file"
5504 #  title: "VPP Performance Operational Data 3n-skx"
5505 #  algorithm: "file_test_results_html"
5506 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5507 #  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"
5508 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5509 #  data: "vpp-perf-results-3n-skx"
5510 #  filter: "not 'CFS_OPT'"
5511 #  data-start-level: 3
5512 #
5513 ## VPP Performance Operational Data 2n-skx
5514 #- type: "file"
5515 #  title: "VPP Performance Operational Data 2n-skx"
5516 #  algorithm: "file_test_results_html"
5517 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5518 #  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"
5519 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5520 #  data: "vpp-perf-results-2n-skx"
5521 #  filter: "not 'CFS_OPT'"
5522 #  data-start-level: 3
5523
5524 ## VPP Performance Operational Data 2n-clx
5525 #- type: "file"
5526 #  title: "VPP Performance Operational Data 2n-clx"
5527 #  algorithm: "file_test_results_html"
5528 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5529 #  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"
5530 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5531 #  data: "vpp-perf-results-2n-clx"
5532 #  filter: "not 'CFS_OPT'"
5533 #  data-start-level: 3
5534
5535 # VPP Performance Operational Data 3n-tsh
5536 - type: "file"
5537   title: "VPP Performance Operational Data 3n-tsh"
5538   algorithm: "file_test_results_html"
5539   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5540   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"
5541   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5542   data: "vpp-perf-results-3n-tsh"
5543   filter: "not 'CFS_OPT'"
5544   data-start-level: 3
5545
5546 # VPP Performance Operational Data 3n-dnv
5547 - type: "file"
5548   title: "VPP Performance Operational Data 3n-dnv"
5549   algorithm: "file_test_results_html"
5550   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5551   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"
5552   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5553   data: "vpp-perf-results-3n-dnv"
5554   filter: "'NDRPDR'"
5555   data-start-level: 3
5556
5557 # VPP Performance Operational Data 2n-dnv
5558 - type: "file"
5559   title: "VPP Performance Operational Data 2n-dnv"
5560   algorithm: "file_test_results_html"
5561   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5562   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"
5563   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5564   data: "vpp-perf-results-2n-dnv"
5565   filter: "'NDRPDR'"
5566   data-start-level: 3
5567
5568 # VPP MRR Results 3n-hsw
5569 - type: "file"
5570   title: "VPP MRR Results 3n-hsw"
5571   algorithm: "file_test_results"
5572   output-file-ext: ".rst"
5573   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5574   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"
5575   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5576   data: "vpp-mrr-results-3n-hsw"
5577   filter: "'MRR'"
5578   parameters:
5579   - "name"
5580   - "doc"
5581   - "level"
5582   - "parent"
5583   data-start-level: 3
5584
5585 ## VPP MRR Results 3n-skx
5586 #- type: "file"
5587 #  title: "VPP MRR Results 3n-skx"
5588 #  algorithm: "file_test_results"
5589 #  output-file-ext: ".rst"
5590 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5591 #  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"
5592 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5593 #  data: "vpp-mrr-results-3n-skx"
5594 #  filter: "'MRR'"
5595 #  parameters:
5596 #  - "name"
5597 #  - "doc"
5598 #  - "level"
5599 #  - "parent"
5600 #  data-start-level: 3
5601 #
5602 ## VPP MRR Results 2n-skx
5603 #- type: "file"
5604 #  title: "VPP MRR Results 2n-skx"
5605 #  algorithm: "file_test_results"
5606 #  output-file-ext: ".rst"
5607 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5608 #  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"
5609 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5610 #  data: "vpp-mrr-results-2n-skx"
5611 #  filter: "all"
5612 #  parameters:
5613 #  - "name"
5614 #  - "doc"
5615 #  - "level"
5616 #  - "parent"
5617 #  data-start-level: 3
5618
5619 ## VPP MRR Results 2n-clx
5620 #- type: "file"
5621 #  title: "VPP MRR Results 2n-clx"
5622 #  algorithm: "file_test_results"
5623 #  output-file-ext: ".rst"
5624 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5625 #  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"
5626 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5627 #  data: "vpp-mrr-results-2n-clx"
5628 #  filter: "all"
5629 #  parameters:
5630 #  - "name"
5631 #  - "doc"
5632 #  - "level"
5633 #  - "parent"
5634 #  data-start-level: 3
5635
5636 ## VPP MRR Results 3n-tsh
5637 #- type: "file"
5638 #  title: "VPP MRR Results 3n-tsh"
5639 #  algorithm: "file_test_results"
5640 #  output-file-ext: ".rst"
5641 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5642 #  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"
5643 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5644 #  data: "vpp-mrr-results-3n-tsh"
5645 #  filter: "'MRR'"
5646 #  parameters:
5647 #  - "name"
5648 #  - "doc"
5649 #  - "level"
5650 #  - "parent"
5651 #  data-start-level: 3
5652
5653 # VPP MRR Results 3n-dnv
5654 - type: "file"
5655   title: "VPP MRR Results 3n-dnv"
5656   algorithm: "file_test_results"
5657   output-file-ext: ".rst"
5658   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5659   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"
5660   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5661   data: "vpp-mrr-results-3n-dnv"
5662   filter: "'MRR'"
5663   parameters:
5664   - "name"
5665   - "doc"
5666   - "level"
5667   - "parent"
5668   data-start-level: 3
5669
5670 # VPP MRR Results 2n-dnv
5671 - type: "file"
5672   title: "VPP MRR Results 2n-dnv"
5673   algorithm: "file_test_results"
5674   output-file-ext: ".rst"
5675   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5676   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"
5677   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5678   data: "vpp-mrr-results-2n-dnv"
5679   filter: "'MRR'"
5680   parameters:
5681   - "name"
5682   - "doc"
5683   - "level"
5684   - "parent"
5685   data-start-level: 3
5686
5687 # VPP MRR Configuration 3n-hsw
5688 - type: "file"
5689   title: "VPP MRR Configuration 3n-hsw"
5690   algorithm: "file_test_results"
5691   output-file-ext: ".rst"
5692   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5693   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"
5694   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5695   data: "vpp-mrr-results-3n-hsw"
5696   filter: "'MRR'"
5697   parameters:
5698   - "name"
5699   - "doc"
5700   - "level"
5701   - "parent"
5702   data-start-level: 3
5703
5704 ## VPP MRR Configuration 3n-skx
5705 #- type: "file"
5706 #  title: "VPP MRR Configuration 3n-skx"
5707 #  algorithm: "file_test_results"
5708 #  output-file-ext: ".rst"
5709 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5710 #  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"
5711 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5712 #  data: "vpp-mrr-results-3n-skx"
5713 #  filter: "'MRR'"
5714 #  parameters:
5715 #  - "name"
5716 #  - "doc"
5717 #  - "level"
5718 #  - "parent"
5719 #  data-start-level: 3
5720 #
5721 ## VPP MRR Configuration 2n-skx
5722 #- type: "file"
5723 #  title: "VPP MRR Configuration 2n-skx"
5724 #  algorithm: "file_test_results"
5725 #  output-file-ext: ".rst"
5726 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5727 #  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"
5728 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5729 #  data: "vpp-mrr-results-2n-skx"
5730 #  filter: "'MRR'"
5731 #  parameters:
5732 #  - "name"
5733 #  - "doc"
5734 #  - "level"
5735 #  - "parent"
5736 #  data-start-level: 3
5737
5738 ## VPP MRR Configuration 2n-clx
5739 #- type: "file"
5740 #  title: "VPP MRR Configuration 2n-clx"
5741 #  algorithm: "file_test_results"
5742 #  output-file-ext: ".rst"
5743 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5744 #  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"
5745 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5746 #  data: "vpp-mrr-results-2n-clx"
5747 #  filter: "'MRR'"
5748 #  parameters:
5749 #  - "name"
5750 #  - "doc"
5751 #  - "level"
5752 #  - "parent"
5753 #  data-start-level: 3
5754
5755 ## VPP MRR Configuration 3n-tsh
5756 #- type: "file"
5757 #  title: "VPP MRR Configuration 3n-tsh"
5758 #  algorithm: "file_test_results"
5759 #  output-file-ext: ".rst"
5760 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5761 #  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"
5762 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5763 #  data: "vpp-mrr-results-3n-tsh"
5764 #  filter: "'MRR'"
5765 #  parameters:
5766 #  - "name"
5767 #  - "doc"
5768 #  - "level"
5769 #  - "parent"
5770 #  data-start-level: 3
5771
5772 # VPP MRR Configuration 3n-dnv
5773 - type: "file"
5774   title: "VPP MRR Configuration 3n-dnv"
5775   algorithm: "file_test_results"
5776   output-file-ext: ".rst"
5777   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5778   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"
5779   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5780   data: "vpp-mrr-results-3n-dnv"
5781   filter: "'MRR'"
5782   parameters:
5783   - "name"
5784   - "doc"
5785   - "level"
5786   - "parent"
5787   data-start-level: 3
5788
5789 # VPP MRR Configuration 2n-dnv
5790 - type: "file"
5791   title: "VPP MRR Configuration 2n-dnv"
5792   algorithm: "file_test_results"
5793   output-file-ext: ".rst"
5794   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5795   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"
5796   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5797   data: "vpp-mrr-results-2n-dnv"
5798   filter: "'MRR'"
5799   parameters:
5800   - "name"
5801   - "doc"
5802   - "level"
5803   - "parent"
5804   data-start-level: 3
5805
5806 # VPP Device Results - Ubuntu
5807 - type: "file"
5808   title: "VPP Device Results - Ubuntu"
5809   algorithm: "file_test_results"
5810   output-file-ext: ".rst"
5811   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5812   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"
5813   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5814   data: "vpp-device-results-ubuntu"
5815   filter: "all"
5816   parameters:
5817   - "name"
5818   - "doc"
5819   - "level"
5820   - "parent"
5821   data-start-level: 3
5822
5823 # VPP Device Configuration - Ubuntu
5824 - type: "file"
5825   title: "VPP Device Configuration - Ubuntu"
5826   algorithm: "file_test_results"
5827   output-file-ext: ".rst"
5828   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5829   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"
5830   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5831   data: "vpp-device-results-ubuntu"
5832   filter: "all"
5833   parameters:
5834   - "name"
5835   - "doc"
5836   - "level"
5837   - "parent"
5838   data-start-level: 3
5839
5840 # DPDK Performance Results 3n-hsw
5841 - type: "file"
5842   title: "DPDK Performance Results 3n-hsw"
5843   algorithm: "file_test_results"
5844   output-file-ext: ".rst"
5845   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5846   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"
5847   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5848   data: "dpdk-perf-results-3n-hsw"
5849   filter: "all"
5850   parameters:
5851   - "name"
5852   - "doc"
5853   - "level"
5854   - "parent"
5855   data-start-level: 3
5856
5857 ## DPDK Performance Results 3n-skx
5858 #- type: "file"
5859 #  title: "DPDK Performance Results 3n-skx"
5860 #  algorithm: "file_test_results"
5861 #  output-file-ext: ".rst"
5862 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5863 #  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"
5864 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5865 #  data: "dpdk-perf-results-3n-skx"
5866 #  filter: "all"
5867 #  parameters:
5868 #  - "name"
5869 #  - "doc"
5870 #  - "level"
5871 #  - "parent"
5872 #  data-start-level: 3
5873 #
5874 ## DPDK Performance Results 2n-skx
5875 #- type: "file"
5876 #  title: "DPDK Performance Results 2n-skx"
5877 #  algorithm: "file_test_results"
5878 #  output-file-ext: ".rst"
5879 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5880 #  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"
5881 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5882 #  data: "dpdk-perf-results-2n-skx"
5883 #  filter: "all"
5884 #  parameters:
5885 #  - "name"
5886 #  - "doc"
5887 #  - "level"
5888 #  - "parent"
5889 #  data-start-level: 3
5890
5891 ## DPDK Performance Results 2n-clx
5892 #- type: "file"
5893 #  title: "DPDK Performance Results 2n-clx"
5894 #  algorithm: "file_test_results"
5895 #  output-file-ext: ".rst"
5896 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5897 #  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"
5898 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5899 #  data: "dpdk-perf-results-2n-clx"
5900 #  filter: "all"
5901 #  parameters:
5902 #  - "name"
5903 #  - "doc"
5904 #  - "level"
5905 #  - "parent"
5906 #  data-start-level: 3
5907
5908 # DPDK Performance Results 2n-dnv
5909 - type: "file"
5910   title: "DPDK Performance Results 2n-dnv"
5911   algorithm: "file_test_results"
5912   output-file-ext: ".rst"
5913   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5914   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"
5915   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5916   data: "dpdk-perf-results-2n-dnv"
5917   filter: "all"
5918   parameters:
5919   - "name"
5920   - "doc"
5921   - "level"
5922   - "parent"
5923   data-start-level: 3
5924
5925 # DPDK Performance Results 3n-dnv
5926 - type: "file"
5927   title: "DPDK Performance Results 3n-dnv"
5928   algorithm: "file_test_results"
5929   output-file-ext: ".rst"
5930   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5931   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"
5932   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5933   data: "dpdk-perf-results-3n-dnv"
5934   filter: "all"
5935   parameters:
5936   - "name"
5937   - "doc"
5938   - "level"
5939   - "parent"
5940   data-start-level: 3
5941
5942 ################################################################################
5943 ###                                P L O T S                                 ###
5944 ################################################################################
5945
5946 ## Plots VPP HTTP Server Performance
5947 #- type: "plot"
5948 #  title: "VPP HTTP Server Performance"
5949 #  algorithm: "plot_http_server_perf_box"
5950 #  output-file-type: ".html"
5951 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5952 #  data:
5953 #    "plot-vpp-http-server-performance"
5954 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5955 #  # each tag is enclosed with ' (apostrophe).
5956 #  filter: "'HTTP' and 'TCP_CPS'"
5957 #  parameters:
5958 #  - "result"
5959 #  - "name"
5960 #  traces:
5961 #    hoverinfo: "y+name"
5962 #    boxpoints: "outliers"
5963 #    whiskerwidth: 0
5964 #  layout:
5965 #    title: "VPP HTTP Server Performance"
5966 #    layout:
5967 #      "plot-cps"
5968 #
5969 #- type: "plot"
5970 #  title: "VPP HTTP Server Performance"
5971 #  algorithm: "plot_http_server_perf_box"
5972 #  output-file-type: ".html"
5973 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5974 #  data:
5975 #    "plot-vpp-http-server-performance"
5976 #  filter: "'HTTP' and 'TCP_RPS'"
5977 #  parameters:
5978 #  - "result"
5979 #  - "name"
5980 #  traces:
5981 #    hoverinfo: "y+name"
5982 #    boxpoints: "outliers"
5983 #    whiskerwidth: 0
5984 #  layout:
5985 #    title: "VPP HTTP Server Performance"
5986 #    layout:
5987 #      "plot-rps"
5988
5989 ################################################################################
5990
5991 ## Soak Test (PLRsearch), boxes
5992 #- type: "plot"
5993 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5994 #  algorithm: "plot_perf_box_name"
5995 #  output-file-type: ".html"
5996 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5997 #  data: "plot-vpp-soak-2n-skx"
5998 #  include:
5999 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6000 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6001 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6002 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6003 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6004 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6005 #  layout:
6006 #    title: "30 Minutes Soak Test (PLRsearch)"
6007 #    layout: "plot-soak-throughput"
6008 #
6009 ## Soak Test (PLRsearch), boxes
6010 #- type: "plot"
6011 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6012 #  algorithm: "plot_perf_box_name"
6013 #  output-file-type: ".html"
6014 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6015 #  data: "plot-vpp-soak-2n-skx"
6016 #  include:
6017 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6018 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6019 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6020 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6021 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6022 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6023 #  layout:
6024 #    title: "30 Minutes Soak Test (PLRsearch)"
6025 #    layout: "plot-soak-throughput"
6026
6027 ###############################################################################
6028
6029 #- type: "plot"
6030 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6031 #  algorithm: "plot_nf_reconf_box_name"
6032 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6033 #  data: "plot-vpp-nfv-reconf-2n-skx"
6034 #  include:
6035 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6036 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6037 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6038 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6039 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6040 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6041 #  layout:
6042 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6043 #    layout: "plot-throughput"
6044 #
6045 #- type: "plot"
6046 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6047 #  algorithm: "plot_nf_reconf_box_name"
6048 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6049 #  data: "plot-vpp-nfv-reconf-2n-skx"
6050 #  include:
6051 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6052 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6053 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6054 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6055 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6056 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6057 #  layout:
6058 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6059 #    layout: "plot-throughput"
6060 #
6061 #- type: "plot"
6062 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6063 #  algorithm: "plot_nf_reconf_box_name"
6064 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6065 #  data: "plot-vpp-nfv-reconf-2n-skx"
6066 #  include:
6067 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6068 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6069 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6070 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6071 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6072 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6073 #  layout:
6074 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6075 #    layout: "plot-throughput"
6076 #
6077 ################################################################################
6078 ## Plots - NF Density - VSC - MRR 64b
6079 #- type: "plot"
6080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6081 #  algorithm: "plot_nf_heatmap"
6082 #  output-file-type: ".html"
6083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6084 #  data: "plot-vpp-nfv-2n-skx-mrr"
6085 #  filter: "'NIC_Intel-XXV710' and
6086 #           'NF_DENSITY' and
6087 #           'VHOST' and
6088 #           not 'VXLAN' and
6089 #           'CHAIN' and
6090 #           'NF_VPPIP4' and
6091 #           '64B' and
6092 #           '2T1C' and
6093 #           'MRR'"
6094 #  parameters:
6095 #  - "result"
6096 #  - "name"
6097 #  - "tags"
6098 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6099 #  x-axis: "X = VNFs per Service Chain"
6100 #  y-axis: "Y = Number of Service Chains"
6101 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6102 #  layout:
6103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6104 #    layout: "plot-service-density"
6105 #
6106 #- type: "plot"
6107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6108 #  algorithm: "plot_nf_heatmap"
6109 #  output-file-type: ".html"
6110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6111 #  data: "plot-vpp-nfv-2n-skx-mrr"
6112 #  filter: "'NIC_Intel-XXV710' and
6113 #           'NF_DENSITY' and
6114 #           'VHOST' and
6115 #           not 'VXLAN' and
6116 #           'CHAIN' and
6117 #           'NF_VPPIP4' and
6118 #           '64B' and
6119 #           '4T2C' and
6120 #           'MRR'"
6121 #  parameters:
6122 #  - "result"
6123 #  - "name"
6124 #  - "tags"
6125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6126 #  x-axis: "X = VNFs per Service Chain"
6127 #  y-axis: "Y = Number of Service Chains"
6128 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6129 #  layout:
6130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6131 #    layout: "plot-service-density"
6132 #
6133 #- type: "plot"
6134 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6135 #  algorithm: "plot_nf_heatmap"
6136 #  output-file-type: ".html"
6137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6138 #  data: "plot-vpp-nfv-2n-skx-mrr"
6139 #  filter: "'NIC_Intel-XXV710' and
6140 #           'NF_DENSITY' and
6141 #           'VHOST' and
6142 #           not 'VXLAN' and
6143 #           'CHAIN' and
6144 #           'NF_VPPIP4' and
6145 #           '64B' and
6146 #           '8T4C' and
6147 #           'MRR'"
6148 #  parameters:
6149 #  - "result"
6150 #  - "name"
6151 #  - "tags"
6152 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6153 #  x-axis: "X = VNFs per Service Chain"
6154 #  y-axis: "Y = Number of Service Chains"
6155 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6156 #  layout:
6157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6158 #    layout: "plot-service-density"
6159 #
6160 ## Plots - NF Density - VSC - MRR IMIX
6161 #- type: "plot"
6162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6163 #  algorithm: "plot_nf_heatmap"
6164 #  output-file-type: ".html"
6165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6166 #  data: "plot-vpp-nfv-2n-skx-mrr"
6167 #  filter: "'NIC_Intel-XXV710' and
6168 #           'NF_DENSITY' and
6169 #           'VHOST' and
6170 #           not 'VXLAN' and
6171 #           'CHAIN' and
6172 #           'NF_VPPIP4' and
6173 #           'IMIX' and
6174 #           '2T1C' and
6175 #           'MRR'"
6176 #  parameters:
6177 #  - "result"
6178 #  - "name"
6179 #  - "tags"
6180 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6181 #  x-axis: "X = VNFs per Service Chain"
6182 #  y-axis: "Y = Number of Service Chains"
6183 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6184 #  layout:
6185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6186 #    layout: "plot-service-density"
6187 #
6188 #- type: "plot"
6189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6190 #  algorithm: "plot_nf_heatmap"
6191 #  output-file-type: ".html"
6192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6193 #  data: "plot-vpp-nfv-2n-skx-mrr"
6194 #  filter: "'NIC_Intel-XXV710' and
6195 #           'NF_DENSITY' and
6196 #           'VHOST' and
6197 #           not 'VXLAN' and
6198 #           'CHAIN' and
6199 #           'NF_VPPIP4' and
6200 #           'IMIX' and
6201 #           '4T2C' and
6202 #           'MRR'"
6203 #  parameters:
6204 #  - "result"
6205 #  - "name"
6206 #  - "tags"
6207 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6208 #  x-axis: "X = VNFs per Service Chain"
6209 #  y-axis: "Y = Number of Service Chains"
6210 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6211 #  layout:
6212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6213 #    layout: "plot-service-density"
6214 #
6215 #- type: "plot"
6216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6217 #  algorithm: "plot_nf_heatmap"
6218 #  output-file-type: ".html"
6219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6220 #  data: "plot-vpp-nfv-2n-skx-mrr"
6221 #  filter: "'NIC_Intel-XXV710' and
6222 #           'NF_DENSITY' and
6223 #           'VHOST' and
6224 #           not 'VXLAN' and
6225 #           'CHAIN' and
6226 #           'NF_VPPIP4' and
6227 #           'IMIX' and
6228 #           '8T4C' and
6229 #           'MRR'"
6230 #  parameters:
6231 #  - "result"
6232 #  - "name"
6233 #  - "tags"
6234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6235 #  x-axis: "X = VNFs per Service Chain"
6236 #  y-axis: "Y = Number of Service Chains"
6237 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6238 #  layout:
6239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6240 #    layout: "plot-service-density"
6241 #
6242 ## Plots - NF Density - VSC - NDR 64b
6243 #- type: "plot"
6244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6245 #  algorithm: "plot_nf_heatmap"
6246 #  output-file-type: ".html"
6247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6249 #  filter: "'NIC_Intel-XXV710' and
6250 #           'NF_DENSITY' and
6251 #           'VHOST' and
6252 #           not 'VXLAN' and
6253 #           'CHAIN' and
6254 #           'NF_VPPIP4' and
6255 #           '64B' and
6256 #           '2T1C' and
6257 #           'NDRPDR'"
6258 #  parameters:
6259 #  - "throughput"
6260 #  - "name"
6261 #  - "tags"
6262 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6263 #  x-axis: "X = VNFs per Service Chain"
6264 #  y-axis: "Y = Number of Service Chains"
6265 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6266 #  layout:
6267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6268 #    layout: "plot-service-density"
6269 #
6270 #- type: "plot"
6271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6272 #  algorithm: "plot_nf_heatmap"
6273 #  output-file-type: ".html"
6274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6276 #  filter: "'NIC_Intel-XXV710' and
6277 #           'NF_DENSITY' and
6278 #           'VHOST' and
6279 #           not 'VXLAN' and
6280 #           'CHAIN' and
6281 #           'NF_VPPIP4' and
6282 #           '64B' and
6283 #           '4T2C' and
6284 #           'NDRPDR'"
6285 #  parameters:
6286 #  - "throughput"
6287 #  - "name"
6288 #  - "tags"
6289 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6290 #  x-axis: "X = VNFs per Service Chain"
6291 #  y-axis: "Y = Number of Service Chains"
6292 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6293 #  layout:
6294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6295 #    layout: "plot-service-density"
6296 #
6297 #- type: "plot"
6298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6299 #  algorithm: "plot_nf_heatmap"
6300 #  output-file-type: ".html"
6301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6302 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6303 #  filter: "'NIC_Intel-XXV710' and
6304 #           'NF_DENSITY' and
6305 #           'VHOST' and
6306 #           not 'VXLAN' and
6307 #           'CHAIN' and
6308 #           'NF_VPPIP4' and
6309 #           '64B' and
6310 #           '8T4C' and
6311 #           'NDRPDR'"
6312 #  parameters:
6313 #  - "throughput"
6314 #  - "name"
6315 #  - "tags"
6316 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6317 #  x-axis: "X = VNFs per Service Chain"
6318 #  y-axis: "Y = Number of Service Chains"
6319 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6320 #  layout:
6321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6322 #    layout: "plot-service-density"
6323 #
6324 ## Plots - NF Density - VSC - NDR IMIX
6325 #- type: "plot"
6326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6327 #  algorithm: "plot_nf_heatmap"
6328 #  output-file-type: ".html"
6329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6330 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6331 #  filter: "'NIC_Intel-XXV710' and
6332 #           'NF_DENSITY' and
6333 #           'VHOST' and
6334 #           not 'VXLAN' and
6335 #           'CHAIN' and
6336 #           'NF_VPPIP4' and
6337 #           'IMIX' and
6338 #           '2T1C' and
6339 #           'NDRPDR'"
6340 #  parameters:
6341 #  - "throughput"
6342 #  - "name"
6343 #  - "tags"
6344 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6345 #  x-axis: "X = VNFs per Service Chain"
6346 #  y-axis: "Y = Number of Service Chains"
6347 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6348 #  layout:
6349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6350 #    layout: "plot-service-density"
6351 #
6352 #- type: "plot"
6353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6354 #  algorithm: "plot_nf_heatmap"
6355 #  output-file-type: ".html"
6356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6357 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6358 #  filter: "'NIC_Intel-XXV710' and
6359 #           'NF_DENSITY' and
6360 #           'VHOST' and
6361 #           not 'VXLAN' and
6362 #           'CHAIN' and
6363 #           'NF_VPPIP4' and
6364 #           'IMIX' and
6365 #           '4T2C' and
6366 #           'NDRPDR'"
6367 #  parameters:
6368 #  - "throughput"
6369 #  - "name"
6370 #  - "tags"
6371 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6372 #  x-axis: "X = VNFs per Service Chain"
6373 #  y-axis: "Y = Number of Service Chains"
6374 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6375 #  layout:
6376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6377 #    layout: "plot-service-density"
6378 #
6379 #- type: "plot"
6380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6381 #  algorithm: "plot_nf_heatmap"
6382 #  output-file-type: ".html"
6383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6384 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6385 #  filter: "'NIC_Intel-XXV710' and
6386 #           'NF_DENSITY' and
6387 #           'VHOST' and
6388 #           not 'VXLAN' and
6389 #           'CHAIN' and
6390 #           'NF_VPPIP4' and
6391 #           'IMIX' and
6392 #           '8T4C' and
6393 #           'NDRPDR'"
6394 #  parameters:
6395 #  - "throughput"
6396 #  - "name"
6397 #  - "tags"
6398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6399 #  x-axis: "X = VNFs per Service Chain"
6400 #  y-axis: "Y = Number of Service Chains"
6401 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6402 #  layout:
6403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6404 #    layout: "plot-service-density"
6405 #
6406 ## Plots - NF Density - VSC - PDR 64b
6407 #- type: "plot"
6408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6409 #  algorithm: "plot_nf_heatmap"
6410 #  output-file-type: ".html"
6411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6412 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6413 #  filter: "'NIC_Intel-XXV710' and
6414 #           'NF_DENSITY' and
6415 #           'VHOST' and
6416 #           not 'VXLAN' and
6417 #           'CHAIN' and
6418 #           'NF_VPPIP4' and
6419 #           '64B' and
6420 #           '2T1C' and
6421 #           'NDRPDR'"
6422 #  parameters:
6423 #  - "throughput"
6424 #  - "name"
6425 #  - "tags"
6426 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6427 #  x-axis: "X = VNFs per Service Chain"
6428 #  y-axis: "Y = Number of Service Chains"
6429 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6430 #  layout:
6431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6432 #    layout: "plot-service-density"
6433 #
6434 #- type: "plot"
6435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6436 #  algorithm: "plot_nf_heatmap"
6437 #  output-file-type: ".html"
6438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6439 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6440 #  filter: "'NIC_Intel-XXV710' and
6441 #           'NF_DENSITY' and
6442 #           'VHOST' and
6443 #           not 'VXLAN' and
6444 #           'CHAIN' and
6445 #           'NF_VPPIP4' and
6446 #           '64B' and
6447 #           '4T2C' and
6448 #           'NDRPDR'"
6449 #  parameters:
6450 #  - "throughput"
6451 #  - "name"
6452 #  - "tags"
6453 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6454 #  x-axis: "X = VNFs per Service Chain"
6455 #  y-axis: "Y = Number of Service Chains"
6456 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6457 #  layout:
6458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6459 #    layout: "plot-service-density"
6460 #
6461 #- type: "plot"
6462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6463 #  algorithm: "plot_nf_heatmap"
6464 #  output-file-type: ".html"
6465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6466 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6467 #  filter: "'NIC_Intel-XXV710' and
6468 #           'NF_DENSITY' and
6469 #           'VHOST' and
6470 #           not 'VXLAN' and
6471 #           'CHAIN' and
6472 #           'NF_VPPIP4' and
6473 #           '64B' and
6474 #           '8T4C' and
6475 #           'NDRPDR'"
6476 #  parameters:
6477 #  - "throughput"
6478 #  - "name"
6479 #  - "tags"
6480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6481 #  x-axis: "X = VNFs per Service Chain"
6482 #  y-axis: "Y = Number of Service Chains"
6483 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6484 #  layout:
6485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6486 #    layout: "plot-service-density"
6487 #
6488 ## Plots - NF Density - VSC - PDR IMIX
6489 #- type: "plot"
6490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6491 #  algorithm: "plot_nf_heatmap"
6492 #  output-file-type: ".html"
6493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6495 #  filter: "'NIC_Intel-XXV710' and
6496 #           'NF_DENSITY' and
6497 #           'VHOST' and
6498 #           not 'VXLAN' and
6499 #           'CHAIN' and
6500 #           'NF_VPPIP4' and
6501 #           'IMIX' and
6502 #           '2T1C' and
6503 #           'NDRPDR'"
6504 #  parameters:
6505 #  - "throughput"
6506 #  - "name"
6507 #  - "tags"
6508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6509 #  x-axis: "X = VNFs per Service Chain"
6510 #  y-axis: "Y = Number of Service Chains"
6511 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6512 #  layout:
6513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6514 #    layout: "plot-service-density"
6515 #
6516 #- type: "plot"
6517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6518 #  algorithm: "plot_nf_heatmap"
6519 #  output-file-type: ".html"
6520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6521 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6522 #  filter: "'NIC_Intel-XXV710' and
6523 #           'NF_DENSITY' and
6524 #           'VHOST' and
6525 #           not 'VXLAN' and
6526 #           'CHAIN' and
6527 #           'NF_VPPIP4' and
6528 #           'IMIX' and
6529 #           '4T2C' and
6530 #           'NDRPDR'"
6531 #  parameters:
6532 #  - "throughput"
6533 #  - "name"
6534 #  - "tags"
6535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6536 #  x-axis: "X = VNFs per Service Chain"
6537 #  y-axis: "Y = Number of Service Chains"
6538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6539 #  layout:
6540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6541 #    layout: "plot-service-density"
6542 #
6543 #- type: "plot"
6544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6545 #  algorithm: "plot_nf_heatmap"
6546 #  output-file-type: ".html"
6547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6549 #  filter: "'NIC_Intel-XXV710' and
6550 #           'NF_DENSITY' and
6551 #           'VHOST' and
6552 #           not 'VXLAN' and
6553 #           'CHAIN' and
6554 #           'NF_VPPIP4' and
6555 #           'IMIX' and
6556 #           '8T4C' and
6557 #           'NDRPDR'"
6558 #  parameters:
6559 #  - "throughput"
6560 #  - "name"
6561 #  - "tags"
6562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6563 #  x-axis: "X = VNFs per Service Chain"
6564 #  y-axis: "Y = Number of Service Chains"
6565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6566 #  layout:
6567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6568 #    layout: "plot-service-density"
6569 #
6570 ################################################################################
6571 ## Plots - NF Density - VSC - MRR 64b
6572 #- type: "plot"
6573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6574 #  algorithm: "plot_nf_heatmap"
6575 #  output-file-type: ".html"
6576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6577 #  data: "plot-vpp-nfv-2n-skx-mrr"
6578 #  filter: "'NIC_Intel-XXV710' and
6579 #           'NF_DENSITY' and
6580 #           'VHOST' and
6581 #           'VXLAN' and
6582 #           'CHAIN' and
6583 #           '118' and
6584 #           '2T1C' and
6585 #           'MRR'"
6586 #  parameters:
6587 #  - "result"
6588 #  - "name"
6589 #  - "tags"
6590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6591 #  x-axis: "X = VNFs per Service Chain"
6592 #  y-axis: "Y = Number of Service Chains"
6593 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6594 #  layout:
6595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6596 #    layout: "plot-service-density"
6597 #
6598 #- type: "plot"
6599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6600 #  algorithm: "plot_nf_heatmap"
6601 #  output-file-type: ".html"
6602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6603 #  data: "plot-vpp-nfv-2n-skx-mrr"
6604 #  filter: "'NIC_Intel-XXV710' and
6605 #           'NF_DENSITY' and
6606 #           'VHOST' and
6607 #           'VXLAN' and
6608 #           'CHAIN' and
6609 #           '118' and
6610 #           '4T2C' and
6611 #           'MRR'"
6612 #  parameters:
6613 #  - "result"
6614 #  - "name"
6615 #  - "tags"
6616 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6617 #  x-axis: "X = VNFs per Service Chain"
6618 #  y-axis: "Y = Number of Service Chains"
6619 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6620 #  layout:
6621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6622 #    layout: "plot-service-density"
6623 #
6624 #- type: "plot"
6625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6626 #  algorithm: "plot_nf_heatmap"
6627 #  output-file-type: ".html"
6628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6629 #  data: "plot-vpp-nfv-2n-skx-mrr"
6630 #  filter: "'NIC_Intel-XXV710' and
6631 #           'NF_DENSITY' and
6632 #           'VHOST' and
6633 #           'VXLAN' and
6634 #           'CHAIN' and
6635 #           '118' and
6636 #           '8T4C' and
6637 #           'MRR'"
6638 #  parameters:
6639 #  - "result"
6640 #  - "name"
6641 #  - "tags"
6642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6643 #  x-axis: "X = VNFs per Service Chain"
6644 #  y-axis: "Y = Number of Service Chains"
6645 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6646 #  layout:
6647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6648 #    layout: "plot-service-density"
6649 #
6650 ## Plots - NF Density - VSC - MRR IMIX
6651 #- type: "plot"
6652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6653 #  algorithm: "plot_nf_heatmap"
6654 #  output-file-type: ".html"
6655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6656 #  data: "plot-vpp-nfv-2n-skx-mrr"
6657 #  filter: "'NIC_Intel-XXV710' and
6658 #           'NF_DENSITY' and
6659 #           'VHOST' and
6660 #           'VXLAN' and
6661 #           'CHAIN' and
6662 #           'IMIX' and
6663 #           '2T1C' and
6664 #           'MRR'"
6665 #  parameters:
6666 #  - "result"
6667 #  - "name"
6668 #  - "tags"
6669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6670 #  x-axis: "X = VNFs per Service Chain"
6671 #  y-axis: "Y = Number of Service Chains"
6672 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6673 #  layout:
6674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6675 #    layout: "plot-service-density"
6676 #
6677 #- type: "plot"
6678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6679 #  algorithm: "plot_nf_heatmap"
6680 #  output-file-type: ".html"
6681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6682 #  data: "plot-vpp-nfv-2n-skx-mrr"
6683 #  filter: "'NIC_Intel-XXV710' and
6684 #           'NF_DENSITY' and
6685 #           'VHOST' and
6686 #           'VXLAN' and
6687 #           'CHAIN' and
6688 #           'IMIX' and
6689 #           '4T2C' and
6690 #           'MRR'"
6691 #  parameters:
6692 #  - "result"
6693 #  - "name"
6694 #  - "tags"
6695 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6696 #  x-axis: "X = VNFs per Service Chain"
6697 #  y-axis: "Y = Number of Service Chains"
6698 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6699 #  layout:
6700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6701 #    layout: "plot-service-density"
6702 #
6703 #- type: "plot"
6704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6705 #  algorithm: "plot_nf_heatmap"
6706 #  output-file-type: ".html"
6707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6708 #  data: "plot-vpp-nfv-2n-skx-mrr"
6709 #  filter: "'NIC_Intel-XXV710' and
6710 #           'NF_DENSITY' and
6711 #           'VHOST' and
6712 #           'VXLAN' and
6713 #           'CHAIN' and
6714 #           'IMIX' and
6715 #           '8T4C' and
6716 #           'MRR'"
6717 #  parameters:
6718 #  - "result"
6719 #  - "name"
6720 #  - "tags"
6721 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6722 #  x-axis: "X = VNFs per Service Chain"
6723 #  y-axis: "Y = Number of Service Chains"
6724 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6725 #  layout:
6726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6727 #    layout: "plot-service-density"
6728 #
6729 ## Plots - NF Density - VSC - NDR 64b
6730 #- type: "plot"
6731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6732 #  algorithm: "plot_nf_heatmap"
6733 #  output-file-type: ".html"
6734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6735 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6736 #  filter: "'NIC_Intel-XXV710' and
6737 #           'NF_DENSITY' and
6738 #           'VHOST' and
6739 #           'VXLAN' and
6740 #           'CHAIN' and
6741 #           '118' and
6742 #           '2T1C' and
6743 #           'NDRPDR'"
6744 #  parameters:
6745 #  - "throughput"
6746 #  - "name"
6747 #  - "tags"
6748 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6749 #  x-axis: "X = VNFs per Service Chain"
6750 #  y-axis: "Y = Number of Service Chains"
6751 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6752 #  layout:
6753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6754 #    layout: "plot-service-density"
6755 #
6756 #- type: "plot"
6757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6758 #  algorithm: "plot_nf_heatmap"
6759 #  output-file-type: ".html"
6760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6761 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6762 #  filter: "'NIC_Intel-XXV710' and
6763 #           'NF_DENSITY' and
6764 #           'VHOST' and
6765 #           'VXLAN' and
6766 #           'CHAIN' and
6767 #           '118' and
6768 #           '4T2C' and
6769 #           'NDRPDR'"
6770 #  parameters:
6771 #  - "throughput"
6772 #  - "name"
6773 #  - "tags"
6774 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6775 #  x-axis: "X = VNFs per Service Chain"
6776 #  y-axis: "Y = Number of Service Chains"
6777 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6778 #  layout:
6779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6780 #    layout: "plot-service-density"
6781 #
6782 #- type: "plot"
6783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6784 #  algorithm: "plot_nf_heatmap"
6785 #  output-file-type: ".html"
6786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6787 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6788 #  filter: "'NIC_Intel-XXV710' and
6789 #           'NF_DENSITY' and
6790 #           'VHOST' and
6791 #           'VXLAN' and
6792 #           'CHAIN' and
6793 #           '118' and
6794 #           '8T4C' and
6795 #           'NDRPDR'"
6796 #  parameters:
6797 #  - "throughput"
6798 #  - "name"
6799 #  - "tags"
6800 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6801 #  x-axis: "X = VNFs per Service Chain"
6802 #  y-axis: "Y = Number of Service Chains"
6803 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6804 #  layout:
6805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6806 #    layout: "plot-service-density"
6807 #
6808 ## Plots - NF Density - VSC - NDR IMIX
6809 #- type: "plot"
6810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6811 #  algorithm: "plot_nf_heatmap"
6812 #  output-file-type: ".html"
6813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6814 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6815 #  filter: "'NIC_Intel-XXV710' and
6816 #           'NF_DENSITY' and
6817 #           'VHOST' and
6818 #           'VXLAN' and
6819 #           'CHAIN' and
6820 #           'IMIX' and
6821 #           '2T1C' and
6822 #           'NDRPDR'"
6823 #  parameters:
6824 #  - "throughput"
6825 #  - "name"
6826 #  - "tags"
6827 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6828 #  x-axis: "X = VNFs per Service Chain"
6829 #  y-axis: "Y = Number of Service Chains"
6830 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6831 #  layout:
6832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6833 #    layout: "plot-service-density"
6834 #
6835 #- type: "plot"
6836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6837 #  algorithm: "plot_nf_heatmap"
6838 #  output-file-type: ".html"
6839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6840 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6841 #  filter: "'NIC_Intel-XXV710' and
6842 #           'NF_DENSITY' and
6843 #           'VHOST' and
6844 #           'VXLAN' and
6845 #           'CHAIN' and
6846 #           'IMIX' and
6847 #           '4T2C' and
6848 #           'NDRPDR'"
6849 #  parameters:
6850 #  - "throughput"
6851 #  - "name"
6852 #  - "tags"
6853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6854 #  x-axis: "X = VNFs per Service Chain"
6855 #  y-axis: "Y = Number of Service Chains"
6856 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6857 #  layout:
6858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6859 #    layout: "plot-service-density"
6860 #
6861 #- type: "plot"
6862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6863 #  algorithm: "plot_nf_heatmap"
6864 #  output-file-type: ".html"
6865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6866 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6867 #  filter: "'NIC_Intel-XXV710' and
6868 #           'NF_DENSITY' and
6869 #           'VHOST' and
6870 #           'VXLAN' and
6871 #           'CHAIN' and
6872 #           'IMIX' and
6873 #           '8T4C' and
6874 #           'NDRPDR'"
6875 #  parameters:
6876 #  - "throughput"
6877 #  - "name"
6878 #  - "tags"
6879 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6880 #  x-axis: "X = VNFs per Service Chain"
6881 #  y-axis: "Y = Number of Service Chains"
6882 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6883 #  layout:
6884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6885 #    layout: "plot-service-density"
6886 #
6887 ## Plots - NF Density - VSC - PDR 64b
6888 #- type: "plot"
6889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6890 #  algorithm: "plot_nf_heatmap"
6891 #  output-file-type: ".html"
6892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6893 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6894 #  filter: "'NIC_Intel-XXV710' and
6895 #           'NF_DENSITY' and
6896 #           'VHOST' and
6897 #           'VXLAN' and
6898 #           'CHAIN' and
6899 #           '118' and
6900 #           '2T1C' and
6901 #           'NDRPDR'"
6902 #  parameters:
6903 #  - "throughput"
6904 #  - "name"
6905 #  - "tags"
6906 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6907 #  x-axis: "X = VNFs per Service Chain"
6908 #  y-axis: "Y = Number of Service Chains"
6909 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6910 #  layout:
6911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6912 #    layout: "plot-service-density"
6913 #
6914 #- type: "plot"
6915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6916 #  algorithm: "plot_nf_heatmap"
6917 #  output-file-type: ".html"
6918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6919 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6920 #  filter: "'NIC_Intel-XXV710' and
6921 #           'NF_DENSITY' and
6922 #           'VHOST' and
6923 #           'VXLAN' and
6924 #           'CHAIN' and
6925 #           '118' and
6926 #           '4T2C' and
6927 #           'NDRPDR'"
6928 #  parameters:
6929 #  - "throughput"
6930 #  - "name"
6931 #  - "tags"
6932 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6933 #  x-axis: "X = VNFs per Service Chain"
6934 #  y-axis: "Y = Number of Service Chains"
6935 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6936 #  layout:
6937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6938 #    layout: "plot-service-density"
6939 #
6940 #- type: "plot"
6941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6942 #  algorithm: "plot_nf_heatmap"
6943 #  output-file-type: ".html"
6944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6945 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6946 #  filter: "'NIC_Intel-XXV710' and
6947 #           'NF_DENSITY' and
6948 #           'VHOST' and
6949 #           'VXLAN' and
6950 #           'CHAIN' and
6951 #           '118' and
6952 #           '8T4C' and
6953 #           'NDRPDR'"
6954 #  parameters:
6955 #  - "throughput"
6956 #  - "name"
6957 #  - "tags"
6958 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6959 #  x-axis: "X = VNFs per Service Chain"
6960 #  y-axis: "Y = Number of Service Chains"
6961 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6962 #  layout:
6963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6964 #    layout: "plot-service-density"
6965 #
6966 ## Plots - NF Density - VSC - PDR IMIX
6967 #- type: "plot"
6968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6969 #  algorithm: "plot_nf_heatmap"
6970 #  output-file-type: ".html"
6971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6972 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6973 #  filter: "'NIC_Intel-XXV710' and
6974 #           'NF_DENSITY' and
6975 #           'VHOST' and
6976 #           'VXLAN' and
6977 #           'CHAIN' and
6978 #           'IMIX' and
6979 #           '2T1C' and
6980 #           'NDRPDR'"
6981 #  parameters:
6982 #  - "throughput"
6983 #  - "name"
6984 #  - "tags"
6985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6986 #  x-axis: "X = VNFs per Service Chain"
6987 #  y-axis: "Y = Number of Service Chains"
6988 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6989 #  layout:
6990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6991 #    layout: "plot-service-density"
6992 #
6993 #- type: "plot"
6994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6995 #  algorithm: "plot_nf_heatmap"
6996 #  output-file-type: ".html"
6997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6998 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6999 #  filter: "'NIC_Intel-XXV710' and
7000 #           'NF_DENSITY' and
7001 #           'VHOST' and
7002 #           'VXLAN' and
7003 #           'CHAIN' and
7004 #           'IMIX' and
7005 #           '4T2C' and
7006 #           'NDRPDR'"
7007 #  parameters:
7008 #  - "throughput"
7009 #  - "name"
7010 #  - "tags"
7011 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7012 #  x-axis: "X = VNFs per Service Chain"
7013 #  y-axis: "Y = Number of Service Chains"
7014 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7015 #  layout:
7016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7017 #    layout: "plot-service-density"
7018 #
7019 #- type: "plot"
7020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7021 #  algorithm: "plot_nf_heatmap"
7022 #  output-file-type: ".html"
7023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7024 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7025 #  filter: "'NIC_Intel-XXV710' and
7026 #           'NF_DENSITY' and
7027 #           'VHOST' and
7028 #           'VXLAN' and
7029 #           'CHAIN' and
7030 #           'IMIX' and
7031 #           '8T4C' and
7032 #           'NDRPDR'"
7033 #  parameters:
7034 #  - "throughput"
7035 #  - "name"
7036 #  - "tags"
7037 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7038 #  x-axis: "X = VNFs per Service Chain"
7039 #  y-axis: "Y = Number of Service Chains"
7040 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7041 #  layout:
7042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7043 #    layout: "plot-service-density"
7044 #
7045 ################################################################################
7046 ## Plots - NF Density - CSC - MRR 64b
7047 #- type: "plot"
7048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7049 #  algorithm: "plot_nf_heatmap"
7050 #  output-file-type: ".html"
7051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7052 #  data: "plot-vpp-nfv-2n-skx-mrr"
7053 #  filter: "'NIC_Intel-XXV710' and
7054 #           'NF_DENSITY' and
7055 #           'DOCKER' and
7056 #           'CHAIN' and
7057 #           'NF_VPPIP4' and
7058 #           '64B' and
7059 #           '2T1C' and
7060 #           'MRR'"
7061 #  parameters:
7062 #  - "result"
7063 #  - "name"
7064 #  - "tags"
7065 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7066 #  x-axis: "X = CNFs per Service Chain"
7067 #  y-axis: "Y = Number of Service Chains"
7068 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7069 #  layout:
7070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7071 #    layout: "plot-service-density"
7072 #
7073 #- type: "plot"
7074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7075 #  algorithm: "plot_nf_heatmap"
7076 #  output-file-type: ".html"
7077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7078 #  data: "plot-vpp-nfv-2n-skx-mrr"
7079 #  filter: "'NIC_Intel-XXV710' and
7080 #           'NF_DENSITY' and
7081 #           'DOCKER' and
7082 #           'CHAIN' and
7083 #           'NF_VPPIP4' and
7084 #           '64B' and
7085 #           '4T2C' and
7086 #           'MRR'"
7087 #  parameters:
7088 #  - "result"
7089 #  - "name"
7090 #  - "tags"
7091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7092 #  x-axis: "X = CNFs per Service Chain"
7093 #  y-axis: "Y = Number of Service Chains"
7094 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7095 #  layout:
7096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7097 #    layout: "plot-service-density"
7098 #
7099 #- type: "plot"
7100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7101 #  algorithm: "plot_nf_heatmap"
7102 #  output-file-type: ".html"
7103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7104 #  data: "plot-vpp-nfv-2n-skx-mrr"
7105 #  filter: "'NIC_Intel-XXV710' and
7106 #           'NF_DENSITY' and
7107 #           'DOCKER' and
7108 #           'CHAIN' and
7109 #           'NF_VPPIP4' and
7110 #           '64B' and
7111 #           '8T4C' and
7112 #           'MRR'"
7113 #  parameters:
7114 #  - "result"
7115 #  - "name"
7116 #  - "tags"
7117 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7118 #  x-axis: "X = CNFs per Service Chain"
7119 #  y-axis: "Y = Number of Service Chains"
7120 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7121 #  layout:
7122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7123 #    layout: "plot-service-density"
7124 #
7125 ## Plots - NF Density - CSC - MRR IMIX
7126 #- type: "plot"
7127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7128 #  algorithm: "plot_nf_heatmap"
7129 #  output-file-type: ".html"
7130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7131 #  data: "plot-vpp-nfv-2n-skx-mrr"
7132 #  filter: "'NIC_Intel-XXV710' and
7133 #           'NF_DENSITY' and
7134 #           'DOCKER' and
7135 #           'CHAIN' and
7136 #           'NF_VPPIP4' and
7137 #           'IMIX' and
7138 #           '2T1C' and
7139 #           'MRR'"
7140 #  parameters:
7141 #  - "result"
7142 #  - "name"
7143 #  - "tags"
7144 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7145 #  x-axis: "X = CNFs per Service Chain"
7146 #  y-axis: "Y = Number of Service Chains"
7147 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7148 #  layout:
7149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7150 #    layout: "plot-service-density"
7151 #
7152 #- type: "plot"
7153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7154 #  algorithm: "plot_nf_heatmap"
7155 #  output-file-type: ".html"
7156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7157 #  data: "plot-vpp-nfv-2n-skx-mrr"
7158 #  filter: "'NIC_Intel-XXV710' and
7159 #           'NF_DENSITY' and
7160 #           'DOCKER' and
7161 #           'CHAIN' and
7162 #           'NF_VPPIP4' and
7163 #           'IMIX' and
7164 #           '4T2C' and
7165 #           'MRR'"
7166 #  parameters:
7167 #  - "result"
7168 #  - "name"
7169 #  - "tags"
7170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7171 #  x-axis: "X = CNFs per Service Chain"
7172 #  y-axis: "Y = Number of Service Chains"
7173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7174 #  layout:
7175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7176 #    layout: "plot-service-density"
7177 #
7178 #- type: "plot"
7179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7180 #  algorithm: "plot_nf_heatmap"
7181 #  output-file-type: ".html"
7182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7183 #  data: "plot-vpp-nfv-2n-skx-mrr"
7184 #  filter: "'NIC_Intel-XXV710' and
7185 #           'NF_DENSITY' and
7186 #           'DOCKER' and
7187 #           'CHAIN' and
7188 #           'NF_VPPIP4' and
7189 #           'IMIX' and
7190 #           '8T4C' and
7191 #           'MRR'"
7192 #  parameters:
7193 #  - "result"
7194 #  - "name"
7195 #  - "tags"
7196 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7197 #  x-axis: "X = CNFs per Service Chain"
7198 #  y-axis: "Y = Number of Service Chains"
7199 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7200 #  layout:
7201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7202 #    layout: "plot-service-density"
7203 #
7204 ## Plots - NF Density - CSC - NDR 64b
7205 #- type: "plot"
7206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7207 #  algorithm: "plot_nf_heatmap"
7208 #  output-file-type: ".html"
7209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7210 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7211 #  filter: "'NIC_Intel-XXV710' and
7212 #           'NF_DENSITY' and
7213 #           'DOCKER' and
7214 #           'CHAIN' and
7215 #           'NF_VPPIP4' and
7216 #           '64B' and
7217 #           '2T1C' and
7218 #           'NDRPDR'"
7219 #  parameters:
7220 #  - "throughput"
7221 #  - "name"
7222 #  - "tags"
7223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7224 #  x-axis: "X = CNFs per Service Chain"
7225 #  y-axis: "Y = Number of Service Chains"
7226 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7227 #  layout:
7228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7229 #    layout: "plot-service-density"
7230 #
7231 #- type: "plot"
7232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7233 #  algorithm: "plot_nf_heatmap"
7234 #  output-file-type: ".html"
7235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7237 #  filter: "'NIC_Intel-XXV710' and
7238 #           'NF_DENSITY' and
7239 #           'DOCKER' and
7240 #           'CHAIN' and
7241 #           'NF_VPPIP4' and
7242 #           '64B' and
7243 #           '4T2C' and
7244 #           'NDRPDR'"
7245 #  parameters:
7246 #  - "throughput"
7247 #  - "name"
7248 #  - "tags"
7249 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7250 #  x-axis: "X = CNFs per Service Chain"
7251 #  y-axis: "Y = Number of Service Chains"
7252 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7253 #  layout:
7254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7255 #    layout: "plot-service-density"
7256 #
7257 #- type: "plot"
7258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7259 #  algorithm: "plot_nf_heatmap"
7260 #  output-file-type: ".html"
7261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7262 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7263 #  filter: "'NIC_Intel-XXV710' and
7264 #           'NF_DENSITY' and
7265 #           'DOCKER' and
7266 #           'CHAIN' and
7267 #           'NF_VPPIP4' and
7268 #           '64B' and
7269 #           '8T4C' and
7270 #           'NDRPDR'"
7271 #  parameters:
7272 #  - "throughput"
7273 #  - "name"
7274 #  - "tags"
7275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7276 #  x-axis: "X = CNFs per Service Chain"
7277 #  y-axis: "Y = Number of Service Chains"
7278 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7279 #  layout:
7280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7281 #    layout: "plot-service-density"
7282 #
7283 ## Plots - NF Density - CSC - NDR IMIX
7284 #- type: "plot"
7285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7286 #  algorithm: "plot_nf_heatmap"
7287 #  output-file-type: ".html"
7288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7289 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7290 #  filter: "'NIC_Intel-XXV710' and
7291 #           'NF_DENSITY' and
7292 #           'DOCKER' and
7293 #           'CHAIN' and
7294 #           'NF_VPPIP4' and
7295 #           'IMIX' and
7296 #           '2T1C' and
7297 #           'NDRPDR'"
7298 #  parameters:
7299 #  - "throughput"
7300 #  - "name"
7301 #  - "tags"
7302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7303 #  x-axis: "X = CNFs per Service Chain"
7304 #  y-axis: "Y = Number of Service Chains"
7305 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7306 #  layout:
7307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7308 #    layout: "plot-service-density"
7309 #
7310 #- type: "plot"
7311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7312 #  algorithm: "plot_nf_heatmap"
7313 #  output-file-type: ".html"
7314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7316 #  filter: "'NIC_Intel-XXV710' and
7317 #           'NF_DENSITY' and
7318 #           'DOCKER' and
7319 #           'CHAIN' and
7320 #           'NF_VPPIP4' and
7321 #           'IMIX' and
7322 #           '4T2C' and
7323 #           'NDRPDR'"
7324 #  parameters:
7325 #  - "throughput"
7326 #  - "name"
7327 #  - "tags"
7328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7329 #  x-axis: "X = CNFs per Service Chain"
7330 #  y-axis: "Y = Number of Service Chains"
7331 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7332 #  layout:
7333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7334 #    layout: "plot-service-density"
7335 #
7336 #- type: "plot"
7337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7338 #  algorithm: "plot_nf_heatmap"
7339 #  output-file-type: ".html"
7340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7341 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7342 #  filter: "'NIC_Intel-XXV710' and
7343 #           'NF_DENSITY' and
7344 #           'DOCKER' and
7345 #           'CHAIN' and
7346 #           'NF_VPPIP4' and
7347 #           'IMIX' and
7348 #           '8T4C' and
7349 #           'NDRPDR'"
7350 #  parameters:
7351 #  - "throughput"
7352 #  - "name"
7353 #  - "tags"
7354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7355 #  x-axis: "X = CNFs per Service Chain"
7356 #  y-axis: "Y = Number of Service Chains"
7357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7358 #  layout:
7359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7360 #    layout: "plot-service-density"
7361 #
7362 ## Plots - NF Density - CSC - PDR 64b
7363 #- type: "plot"
7364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7365 #  algorithm: "plot_nf_heatmap"
7366 #  output-file-type: ".html"
7367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7368 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7369 #  filter: "'NIC_Intel-XXV710' and
7370 #           'NF_DENSITY' and
7371 #           'DOCKER' and
7372 #           'CHAIN' and
7373 #           'NF_VPPIP4' and
7374 #           '64B' and
7375 #           '2T1C' and
7376 #           'NDRPDR'"
7377 #  parameters:
7378 #  - "throughput"
7379 #  - "name"
7380 #  - "tags"
7381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7382 #  x-axis: "X = CNFs per Service Chain"
7383 #  y-axis: "Y = Number of Service Chains"
7384 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7385 #  layout:
7386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7387 #    layout: "plot-service-density"
7388 #
7389 #- type: "plot"
7390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7391 #  algorithm: "plot_nf_heatmap"
7392 #  output-file-type: ".html"
7393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7394 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7395 #  filter: "'NIC_Intel-XXV710' and
7396 #           'NF_DENSITY' and
7397 #           'DOCKER' and
7398 #           'CHAIN' and
7399 #           'NF_VPPIP4' and
7400 #           '64B' and
7401 #           '4T2C' and
7402 #           'NDRPDR'"
7403 #  parameters:
7404 #  - "throughput"
7405 #  - "name"
7406 #  - "tags"
7407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7408 #  x-axis: "X = CNFs per Service Chain"
7409 #  y-axis: "Y = Number of Service Chains"
7410 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7411 #  layout:
7412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7413 #    layout: "plot-service-density"
7414 #
7415 #- type: "plot"
7416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7417 #  algorithm: "plot_nf_heatmap"
7418 #  output-file-type: ".html"
7419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7420 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7421 #  filter: "'NIC_Intel-XXV710' and
7422 #           'NF_DENSITY' and
7423 #           'DOCKER' and
7424 #           'CHAIN' and
7425 #           'NF_VPPIP4' and
7426 #           '64B' and
7427 #           '8T4C' and
7428 #           'NDRPDR'"
7429 #  parameters:
7430 #  - "throughput"
7431 #  - "name"
7432 #  - "tags"
7433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7434 #  x-axis: "X = CNFs per Service Chain"
7435 #  y-axis: "Y = Number of Service Chains"
7436 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7437 #  layout:
7438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7439 #    layout: "plot-service-density"
7440 #
7441 ## Plots - NF Density - CSC - PDR IMIX
7442 #- type: "plot"
7443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7444 #  algorithm: "plot_nf_heatmap"
7445 #  output-file-type: ".html"
7446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7447 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7448 #  filter: "'NIC_Intel-XXV710' and
7449 #           'NF_DENSITY' and
7450 #           'DOCKER' and
7451 #           'CHAIN' and
7452 #           'NF_VPPIP4' and
7453 #           'IMIX' and
7454 #           '2T1C' and
7455 #           'NDRPDR'"
7456 #  parameters:
7457 #  - "throughput"
7458 #  - "name"
7459 #  - "tags"
7460 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7461 #  x-axis: "X = CNFs per Service Chain"
7462 #  y-axis: "Y = Number of Service Chains"
7463 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7464 #  layout:
7465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7466 #    layout: "plot-service-density"
7467 #
7468 #- type: "plot"
7469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7470 #  algorithm: "plot_nf_heatmap"
7471 #  output-file-type: ".html"
7472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7474 #  filter: "'NIC_Intel-XXV710' and
7475 #           'NF_DENSITY' and
7476 #           'DOCKER' and
7477 #           'CHAIN' and
7478 #           'NF_VPPIP4' and
7479 #           'IMIX' and
7480 #           '4T2C' and
7481 #           'NDRPDR'"
7482 #  parameters:
7483 #  - "throughput"
7484 #  - "name"
7485 #  - "tags"
7486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7487 #  x-axis: "X = CNFs per Service Chain"
7488 #  y-axis: "Y = Number of Service Chains"
7489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7490 #  layout:
7491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7492 #    layout: "plot-service-density"
7493 #
7494 #- type: "plot"
7495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7496 #  algorithm: "plot_nf_heatmap"
7497 #  output-file-type: ".html"
7498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7500 #  filter: "'NIC_Intel-XXV710' and
7501 #           'NF_DENSITY' and
7502 #           'DOCKER' and
7503 #           'CHAIN' and
7504 #           'NF_VPPIP4' and
7505 #           'IMIX' and
7506 #           '8T4C' and
7507 #           'NDRPDR'"
7508 #  parameters:
7509 #  - "throughput"
7510 #  - "name"
7511 #  - "tags"
7512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7513 #  x-axis: "X = CNFs per Service Chain"
7514 #  y-axis: "Y = Number of Service Chains"
7515 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7516 #  layout:
7517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7518 #    layout: "plot-service-density"
7519 #
7520 ################################################################################
7521 #
7522 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7523 #- type: "plot"
7524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7525 #  algorithm: "plot_nf_heatmap"
7526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7527 #  data: "plot-vpp-nfv-3n-skx-mrr"
7528 #  filter: "'NIC_Intel-XXV710' and
7529 #           'NF_DENSITY' and
7530 #           'DOCKER' and
7531 #           'CHAIN' and
7532 #           'NF_VPPIP4' and
7533 #           'IPSEC' and
7534 #           'TNL_4' and
7535 #           'IMIX' and
7536 #           '2T1C' and
7537 #           'MRR'"
7538 #  parameters:
7539 #  - "result"
7540 #  - "name"
7541 #  - "tags"
7542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7543 #  x-axis: "X = CNFs per Service Chain"
7544 #  y-axis: "Y = Number of Service Chains"
7545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7546 #  layout:
7547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7548 #    layout: "plot-service-density"
7549 #
7550 #- type: "plot"
7551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7552 #  algorithm: "plot_nf_heatmap"
7553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7554 #  data: "plot-vpp-nfv-3n-skx-mrr"
7555 #  filter: "'NIC_Intel-XXV710' and
7556 #           'NF_DENSITY' and
7557 #           'DOCKER' and
7558 #           'CHAIN' and
7559 #           'NF_VPPIP4' and
7560 #           'IPSEC' and
7561 #           'TNL_4' and
7562 #           'IMIX' and
7563 #           '4T2C' and
7564 #           'MRR'"
7565 #  parameters:
7566 #  - "result"
7567 #  - "name"
7568 #  - "tags"
7569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7570 #  x-axis: "X = CNFs per Service Chain"
7571 #  y-axis: "Y = Number of Service Chains"
7572 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7573 #  layout:
7574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7575 #    layout: "plot-service-density"
7576 #
7577 #- type: "plot"
7578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7579 #  algorithm: "plot_nf_heatmap"
7580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7581 #  data: "plot-vpp-nfv-3n-skx-mrr"
7582 #  filter: "'NIC_Intel-XXV710' and
7583 #           'NF_DENSITY' and
7584 #           'DOCKER' and
7585 #           'CHAIN' and
7586 #           'NF_VPPIP4' and
7587 #           'IPSEC' and
7588 #           'TNL_4' and
7589 #           'IMIX' and
7590 #           '8T4C' and
7591 #           'MRR'"
7592 #  parameters:
7593 #  - "result"
7594 #  - "name"
7595 #  - "tags"
7596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7597 #  x-axis: "X = CNFs per Service Chain"
7598 #  y-axis: "Y = Number of Service Chains"
7599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7600 #  layout:
7601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7602 #    layout: "plot-service-density"
7603 #
7604 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7605 #- type: "plot"
7606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7607 #  algorithm: "plot_nf_heatmap"
7608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7609 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7610 #  filter: "'NIC_Intel-XXV710' and
7611 #           'NF_DENSITY' and
7612 #           'DOCKER' and
7613 #           'CHAIN' and
7614 #           'NF_VPPIP4' and
7615 #           'IPSEC' and
7616 #           'TNL_4' and
7617 #           'IMIX' and
7618 #           '2T1C' and
7619 #           'NDRPDR'"
7620 #  parameters:
7621 #  - "throughput"
7622 #  - "name"
7623 #  - "tags"
7624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7625 #  x-axis: "X = CNFs per Service Chain"
7626 #  y-axis: "Y = Number of Service Chains"
7627 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7628 #  layout:
7629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7630 #    layout: "plot-service-density"
7631 #
7632 #- type: "plot"
7633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7634 #  algorithm: "plot_nf_heatmap"
7635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7636 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7637 #  filter: "'NIC_Intel-XXV710' and
7638 #           'NF_DENSITY' and
7639 #           'DOCKER' and
7640 #           'CHAIN' and
7641 #           'NF_VPPIP4' and
7642 #           'IPSEC' and
7643 #           'TNL_4' and
7644 #           'IMIX' and
7645 #           '4T2C' and
7646 #           'NDRPDR'"
7647 #  parameters:
7648 #  - "throughput"
7649 #  - "name"
7650 #  - "tags"
7651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7652 #  x-axis: "X = CNFs per Service Chain"
7653 #  y-axis: "Y = Number of Service Chains"
7654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7655 #  layout:
7656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7657 #    layout: "plot-service-density"
7658 #
7659 #- type: "plot"
7660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7661 #  algorithm: "plot_nf_heatmap"
7662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7663 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7664 #  filter: "'NIC_Intel-XXV710' and
7665 #           'NF_DENSITY' and
7666 #           'DOCKER' and
7667 #           'CHAIN' and
7668 #           'NF_VPPIP4' and
7669 #           'IPSEC' and
7670 #           'TNL_4' and
7671 #           'IMIX' and
7672 #           '8T4C' and
7673 #           'NDRPDR'"
7674 #  parameters:
7675 #  - "throughput"
7676 #  - "name"
7677 #  - "tags"
7678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7679 #  x-axis: "X = CNFs per Service Chain"
7680 #  y-axis: "Y = Number of Service Chains"
7681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7682 #  layout:
7683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7684 #    layout: "plot-service-density"
7685 #
7686 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7687 #- type: "plot"
7688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7689 #  algorithm: "plot_nf_heatmap"
7690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7691 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7692 #  filter: "'NIC_Intel-XXV710' and
7693 #           'NF_DENSITY' and
7694 #           'DOCKER' and
7695 #           'CHAIN' and
7696 #           'NF_VPPIP4' and
7697 #           'IPSEC' and
7698 #           'TNL_4' and
7699 #           'IMIX' and
7700 #           '2T1C' and
7701 #           'NDRPDR'"
7702 #  parameters:
7703 #  - "throughput"
7704 #  - "name"
7705 #  - "tags"
7706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7707 #  x-axis: "X = CNFs per Service Chain"
7708 #  y-axis: "Y = Number of Service Chains"
7709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7710 #  layout:
7711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7712 #    layout: "plot-service-density"
7713 #
7714 #- type: "plot"
7715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7716 #  algorithm: "plot_nf_heatmap"
7717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7718 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7719 #  filter: "'NIC_Intel-XXV710' and
7720 #           'NF_DENSITY' and
7721 #           'DOCKER' and
7722 #           'CHAIN' and
7723 #           'NF_VPPIP4' and
7724 #           'IPSEC' and
7725 #           'TNL_4' and
7726 #           'IMIX' and
7727 #           '4T2C' and
7728 #           'NDRPDR'"
7729 #  parameters:
7730 #  - "throughput"
7731 #  - "name"
7732 #  - "tags"
7733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7734 #  x-axis: "X = CNFs per Service Chain"
7735 #  y-axis: "Y = Number of Service Chains"
7736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7737 #  layout:
7738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7739 #    layout: "plot-service-density"
7740 #
7741 #- type: "plot"
7742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7743 #  algorithm: "plot_nf_heatmap"
7744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7745 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7746 #  filter: "'NIC_Intel-XXV710' and
7747 #           'NF_DENSITY' and
7748 #           'DOCKER' and
7749 #           'CHAIN' and
7750 #           'NF_VPPIP4' and
7751 #           'IPSEC' and
7752 #           'TNL_4' and
7753 #           'IMIX' and
7754 #           '8T4C' and
7755 #           'NDRPDR'"
7756 #  parameters:
7757 #  - "throughput"
7758 #  - "name"
7759 #  - "tags"
7760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7761 #  x-axis: "X = CNFs per Service Chain"
7762 #  y-axis: "Y = Number of Service Chains"
7763 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7764 #  layout:
7765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7766 #    layout: "plot-service-density"
7767
7768 ###############################################################################
7769
7770 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7771 - type: "plot"
7772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7773   algorithm: "plot_nf_heatmap"
7774   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7775   data: "plot-vpp-nfv-3n-hsw-mrr"
7776   filter: "'NIC_Intel-XL710' and
7777            'NF_DENSITY' and
7778            'DOCKER' and
7779            'CHAIN' and
7780            'NF_VPPIP4' and
7781            'IMIX' and
7782            'TNL_4' and
7783            '1T1C' and
7784            'MRR'"
7785   parameters:
7786   - "result"
7787   - "name"
7788   - "tags"
7789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7790   x-axis: "X = CNFs per Service Chain"
7791   y-axis: "Y = Number of Service Chains"
7792   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7793   layout:
7794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7795     layout: "plot-service-density"
7796
7797 - type: "plot"
7798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7799   algorithm: "plot_nf_heatmap"
7800   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7801   data: "plot-vpp-nfv-3n-hsw-mrr"
7802   filter: "'NIC_Intel-XL710' and
7803            'NF_DENSITY' and
7804            'DOCKER' and
7805            'CHAIN' and
7806            'NF_VPPIP4' and
7807            'IPSEC' and
7808            'TNL_4' and
7809            'IMIX' and
7810            '2T2C' and
7811            'MRR'"
7812   parameters:
7813   - "result"
7814   - "name"
7815   - "tags"
7816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7817   x-axis: "X = CNFs per Service Chain"
7818   y-axis: "Y = Number of Service Chains"
7819   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7820   layout:
7821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7822     layout: "plot-service-density"
7823
7824 - type: "plot"
7825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7826   algorithm: "plot_nf_heatmap"
7827   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7828   data: "plot-vpp-nfv-3n-hsw-mrr"
7829   filter: "'NIC_Intel-XL710' and
7830            'NF_DENSITY' and
7831            'DOCKER' and
7832            'CHAIN' and
7833            'NF_VPPIP4' and
7834            'IPSEC' and
7835            'TNL_4' and
7836            'IMIX' and
7837            '4T4C' and
7838            'MRR'"
7839   parameters:
7840   - "result"
7841   - "name"
7842   - "tags"
7843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7844   x-axis: "X = CNFs per Service Chain"
7845   y-axis: "Y = Number of Service Chains"
7846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7847   layout:
7848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7849     layout: "plot-service-density"
7850
7851 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7852 - type: "plot"
7853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7854   algorithm: "plot_nf_heatmap"
7855   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7856   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7857   filter: "'NIC_Intel-XL710' and
7858            'NF_DENSITY' and
7859            'DOCKER' and
7860            'CHAIN' and
7861            'NF_VPPIP4' and
7862            'IPSEC' and
7863            'TNL_4' and
7864            'IMIX' and
7865            '1T1C' and
7866            'NDRPDR'"
7867   parameters:
7868   - "throughput"
7869   - "name"
7870   - "tags"
7871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7872   x-axis: "X = CNFs per Service Chain"
7873   y-axis: "Y = Number of Service Chains"
7874   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7875   layout:
7876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7877     layout: "plot-service-density"
7878
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7883   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7884   filter: "'NIC_Intel-XL710' and
7885            'NF_DENSITY' and
7886            'DOCKER' and
7887            'CHAIN' and
7888            'NF_VPPIP4' and
7889            'IPSEC' and
7890            'TNL_4' and
7891            'IMIX' and
7892            '2T2C' and
7893            'NDRPDR'"
7894   parameters:
7895   - "throughput"
7896   - "name"
7897   - "tags"
7898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7899   x-axis: "X = CNFs per Service Chain"
7900   y-axis: "Y = Number of Service Chains"
7901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7902   layout:
7903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7904     layout: "plot-service-density"
7905
7906 - type: "plot"
7907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7908   algorithm: "plot_nf_heatmap"
7909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7910   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7911   filter: "'NIC_Intel-XL710' and
7912            'NF_DENSITY' and
7913            'DOCKER' and
7914            'CHAIN' and
7915            'NF_VPPIP4' and
7916            'IPSEC' and
7917            'TNL_4' and
7918            'IMIX' and
7919            '4T4C' and
7920            'NDRPDR'"
7921   parameters:
7922   - "throughput"
7923   - "name"
7924   - "tags"
7925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7926   x-axis: "X = CNFs per Service Chain"
7927   y-axis: "Y = Number of Service Chains"
7928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7929   layout:
7930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7931     layout: "plot-service-density"
7932
7933 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7938   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7939   filter: "'NIC_Intel-XL710' and
7940            'NF_DENSITY' and
7941            'DOCKER' and
7942            'CHAIN' and
7943            'NF_VPPIP4' and
7944            'IPSEC' and
7945            'TNL_4' and
7946            'IMIX' and
7947            '1T1C' and
7948            'NDRPDR'"
7949   parameters:
7950   - "throughput"
7951   - "name"
7952   - "tags"
7953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = CNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7959     layout: "plot-service-density"
7960
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7965   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7966   filter: "'NIC_Intel-XL710' and
7967            'NF_DENSITY' and
7968            'DOCKER' and
7969            'CHAIN' and
7970            'NF_VPPIP4' and
7971            'IPSEC' and
7972            'TNL_4' and
7973            'IMIX' and
7974            '2T2C' and
7975            'NDRPDR'"
7976   parameters:
7977   - "throughput"
7978   - "name"
7979   - "tags"
7980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = CNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7986     layout: "plot-service-density"
7987
7988 - type: "plot"
7989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7990   algorithm: "plot_nf_heatmap"
7991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7992   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7993   filter: "'NIC_Intel-XL710' and
7994            'NF_DENSITY' and
7995            'DOCKER' and
7996            'CHAIN' and
7997            'NF_VPPIP4' and
7998            'IPSEC' and
7999            'TNL_4' and
8000            'IMIX' and
8001            '4T4C' and
8002            'NDRPDR'"
8003   parameters:
8004   - "throughput"
8005   - "name"
8006   - "tags"
8007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8008   x-axis: "X = CNFs per Service Chain"
8009   y-axis: "Y = Number of Service Chains"
8010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8011   layout:
8012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8013     layout: "plot-service-density"
8014
8015 ###############################################################################
8016
8017 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8018 #- type: "plot"
8019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8020 #  algorithm: "plot_nf_heatmap"
8021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8022 #  data: "plot-vpp-nfv-3n-skx-mrr"
8023 #  filter: "'NIC_Intel-XXV710' and
8024 #           'NF_DENSITY' and
8025 #           'DOCKER' and
8026 #           'CHAIN' and
8027 #           'NF_VPPIP4' and
8028 #           'IPSEC' and
8029 #           'TNL_1000' and
8030 #           'IMIX' and
8031 #           '2T1C' and
8032 #           'MRR'"
8033 #  parameters:
8034 #  - "result"
8035 #  - "name"
8036 #  - "tags"
8037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8038 #  x-axis: "X = CNFs per Service Chain"
8039 #  y-axis: "Y = Number of Service Chains"
8040 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8041 #  layout:
8042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8043 #    layout: "plot-service-density"
8044 #
8045 #- type: "plot"
8046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8047 #  algorithm: "plot_nf_heatmap"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8049 #  data: "plot-vpp-nfv-3n-skx-mrr"
8050 #  filter: "'NIC_Intel-XXV710' and
8051 #           'NF_DENSITY' and
8052 #           'DOCKER' and
8053 #           'CHAIN' and
8054 #           'NF_VPPIP4' and
8055 #           'IPSEC' and
8056 #           'TNL_1000' and
8057 #           'IMIX' and
8058 #           '4T2C' and
8059 #           'MRR'"
8060 #  parameters:
8061 #  - "result"
8062 #  - "name"
8063 #  - "tags"
8064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8065 #  x-axis: "X = CNFs per Service Chain"
8066 #  y-axis: "Y = Number of Service Chains"
8067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8068 #  layout:
8069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8070 #    layout: "plot-service-density"
8071 #
8072 #- type: "plot"
8073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8074 #  algorithm: "plot_nf_heatmap"
8075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8076 #  data: "plot-vpp-nfv-3n-skx-mrr"
8077 #  filter: "'NIC_Intel-XXV710' and
8078 #           'NF_DENSITY' and
8079 #           'DOCKER' and
8080 #           'CHAIN' and
8081 #           'NF_VPPIP4' and
8082 #           'IPSEC' and
8083 #           'TNL_1000' and
8084 #           'IMIX' and
8085 #           '8T4C' and
8086 #           'MRR'"
8087 #  parameters:
8088 #  - "result"
8089 #  - "name"
8090 #  - "tags"
8091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8092 #  x-axis: "X = CNFs per Service Chain"
8093 #  y-axis: "Y = Number of Service Chains"
8094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8095 #  layout:
8096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8097 #    layout: "plot-service-density"
8098 #
8099 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8100 #- type: "plot"
8101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8102 #  algorithm: "plot_nf_heatmap"
8103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8104 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8105 #  filter: "'NIC_Intel-XXV710' and
8106 #           'NF_DENSITY' and
8107 #           'DOCKER' and
8108 #           'CHAIN' and
8109 #           'NF_VPPIP4' and
8110 #           'IPSEC' and
8111 #           'TNL_1000' and
8112 #           'IMIX' and
8113 #           '2T1C' and
8114 #           'NDRPDR'"
8115 #  parameters:
8116 #  - "throughput"
8117 #  - "name"
8118 #  - "tags"
8119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8120 #  x-axis: "X = CNFs per Service Chain"
8121 #  y-axis: "Y = Number of Service Chains"
8122 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8123 #  layout:
8124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8125 #    layout: "plot-service-density"
8126 #
8127 #- type: "plot"
8128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8129 #  algorithm: "plot_nf_heatmap"
8130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8131 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8132 #  filter: "'NIC_Intel-XXV710' and
8133 #           'NF_DENSITY' and
8134 #           'DOCKER' and
8135 #           'CHAIN' and
8136 #           'NF_VPPIP4' and
8137 #           'IPSEC' and
8138 #           'TNL_1000' and
8139 #           'IMIX' and
8140 #           '4T2C' and
8141 #           'NDRPDR'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "name"
8145 #  - "tags"
8146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147 #  x-axis: "X = CNFs per Service Chain"
8148 #  y-axis: "Y = Number of Service Chains"
8149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8150 #  layout:
8151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8152 #    layout: "plot-service-density"
8153 #
8154 #- type: "plot"
8155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8156 #  algorithm: "plot_nf_heatmap"
8157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8158 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8159 #  filter: "'NIC_Intel-XXV710' and
8160 #           'NF_DENSITY' and
8161 #           'DOCKER' and
8162 #           'CHAIN' and
8163 #           'NF_VPPIP4' and
8164 #           'IPSEC' and
8165 #           'TNL_1000' and
8166 #           'IMIX' and
8167 #           '8T4C' and
8168 #           'NDRPDR'"
8169 #  parameters:
8170 #  - "throughput"
8171 #  - "name"
8172 #  - "tags"
8173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8174 #  x-axis: "X = CNFs per Service Chain"
8175 #  y-axis: "Y = Number of Service Chains"
8176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8177 #  layout:
8178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8179 #    layout: "plot-service-density"
8180 #
8181 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8182 #- type: "plot"
8183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8184 #  algorithm: "plot_nf_heatmap"
8185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8186 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8187 #  filter: "'NIC_Intel-XXV710' and
8188 #           'NF_DENSITY' and
8189 #           'DOCKER' and
8190 #           'CHAIN' and
8191 #           'NF_VPPIP4' and
8192 #           'IPSEC' and
8193 #           'TNL_1000' and
8194 #           'IMIX' and
8195 #           '2T1C' and
8196 #           'NDRPDR'"
8197 #  parameters:
8198 #  - "throughput"
8199 #  - "name"
8200 #  - "tags"
8201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8202 #  x-axis: "X = CNFs per Service Chain"
8203 #  y-axis: "Y = Number of Service Chains"
8204 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8205 #  layout:
8206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8207 #    layout: "plot-service-density"
8208 #
8209 #- type: "plot"
8210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8211 #  algorithm: "plot_nf_heatmap"
8212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8213 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8214 #  filter: "'NIC_Intel-XXV710' and
8215 #           'NF_DENSITY' and
8216 #           'DOCKER' and
8217 #           'CHAIN' and
8218 #           'NF_VPPIP4' and
8219 #           'IPSEC' and
8220 #           'TNL_1000' and
8221 #           'IMIX' and
8222 #           '4T2C' and
8223 #           'NDRPDR'"
8224 #  parameters:
8225 #  - "throughput"
8226 #  - "name"
8227 #  - "tags"
8228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8229 #  x-axis: "X = CNFs per Service Chain"
8230 #  y-axis: "Y = Number of Service Chains"
8231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8232 #  layout:
8233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8234 #    layout: "plot-service-density"
8235 #
8236 #- type: "plot"
8237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8238 #  algorithm: "plot_nf_heatmap"
8239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8240 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8241 #  filter: "'NIC_Intel-XXV710' and
8242 #           'NF_DENSITY' and
8243 #           'DOCKER' and
8244 #           'CHAIN' and
8245 #           'NF_VPPIP4' and
8246 #           'IPSEC' and
8247 #           'TNL_1000' and
8248 #           'IMIX' and
8249 #           '8T4C' and
8250 #           'NDRPDR'"
8251 #  parameters:
8252 #  - "throughput"
8253 #  - "name"
8254 #  - "tags"
8255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256 #  x-axis: "X = CNFs per Service Chain"
8257 #  y-axis: "Y = Number of Service Chains"
8258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8259 #  layout:
8260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8261 #    layout: "plot-service-density"
8262
8263 ###############################################################################
8264
8265 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8266 - type: "plot"
8267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8268   algorithm: "plot_nf_heatmap"
8269   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8270   data: "plot-vpp-nfv-3n-hsw-mrr"
8271   filter: "'NIC_Intel-XL710' and
8272            'NF_DENSITY' and
8273            'DOCKER' and
8274            'CHAIN' and
8275            'NF_VPPIP4' and
8276            'IMIX' and
8277            'TNL_1000' and
8278            '1T1C' and
8279            'MRR'"
8280   parameters:
8281   - "result"
8282   - "name"
8283   - "tags"
8284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8285   x-axis: "X = CNFs per Service Chain"
8286   y-axis: "Y = Number of Service Chains"
8287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8288   layout:
8289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8290     layout: "plot-service-density"
8291
8292 - type: "plot"
8293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8294   algorithm: "plot_nf_heatmap"
8295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8296   data: "plot-vpp-nfv-3n-hsw-mrr"
8297   filter: "'NIC_Intel-XL710' and
8298            'NF_DENSITY' and
8299            'DOCKER' and
8300            'CHAIN' and
8301            'NF_VPPIP4' and
8302            'IPSEC' and
8303            'TNL_1000' and
8304            'IMIX' and
8305            '2T2C' and
8306            'MRR'"
8307   parameters:
8308   - "result"
8309   - "name"
8310   - "tags"
8311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312   x-axis: "X = CNFs per Service Chain"
8313   y-axis: "Y = Number of Service Chains"
8314   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8315   layout:
8316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8317     layout: "plot-service-density"
8318
8319 - type: "plot"
8320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8321   algorithm: "plot_nf_heatmap"
8322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8323   data: "plot-vpp-nfv-3n-hsw-mrr"
8324   filter: "'NIC_Intel-XL710' and
8325            'NF_DENSITY' and
8326            'DOCKER' and
8327            'CHAIN' and
8328            'NF_VPPIP4' and
8329            'IPSEC' and
8330            'TNL_1000' and
8331            'IMIX' and
8332            '4T4C' and
8333            'MRR'"
8334   parameters:
8335   - "result"
8336   - "name"
8337   - "tags"
8338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8339   x-axis: "X = CNFs per Service Chain"
8340   y-axis: "Y = Number of Service Chains"
8341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8342   layout:
8343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8344     layout: "plot-service-density"
8345
8346 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8347 - type: "plot"
8348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8349   algorithm: "plot_nf_heatmap"
8350   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8351   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8352   filter: "'NIC_Intel-XL710' and
8353            'NF_DENSITY' and
8354            'DOCKER' and
8355            'CHAIN' and
8356            'NF_VPPIP4' and
8357            'IPSEC' and
8358            'TNL_1000' and
8359            'IMIX' and
8360            '1T1C' and
8361            'NDRPDR'"
8362   parameters:
8363   - "throughput"
8364   - "name"
8365   - "tags"
8366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8367   x-axis: "X = CNFs per Service Chain"
8368   y-axis: "Y = Number of Service Chains"
8369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8370   layout:
8371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8372     layout: "plot-service-density"
8373
8374 - type: "plot"
8375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8376   algorithm: "plot_nf_heatmap"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8378   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8379   filter: "'NIC_Intel-XL710' and
8380            'NF_DENSITY' and
8381            'DOCKER' and
8382            'CHAIN' and
8383            'NF_VPPIP4' and
8384            'IPSEC' and
8385            'TNL_1000' and
8386            'IMIX' and
8387            '2T2C' and
8388            'NDRPDR'"
8389   parameters:
8390   - "throughput"
8391   - "name"
8392   - "tags"
8393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8394   x-axis: "X = CNFs per Service Chain"
8395   y-axis: "Y = Number of Service Chains"
8396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8397   layout:
8398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8399     layout: "plot-service-density"
8400
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8405   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8406   filter: "'NIC_Intel-XL710' and
8407            'NF_DENSITY' and
8408            'DOCKER' and
8409            'CHAIN' and
8410            'NF_VPPIP4' and
8411            'IPSEC' and
8412            'TNL_1000' and
8413            'IMIX' and
8414            '4T4C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8426     layout: "plot-service-density"
8427
8428 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8433   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8434   filter: "'NIC_Intel-XL710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IPSEC' and
8440            'TNL_1000' and
8441            'IMIX' and
8442            '1T1C' and
8443            'NDRPDR'"
8444   parameters:
8445   - "throughput"
8446   - "name"
8447   - "tags"
8448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = CNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8454     layout: "plot-service-density"
8455
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8460   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8461   filter: "'NIC_Intel-XL710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IPSEC' and
8467            'TNL_1000' and
8468            'IMIX' and
8469            '2T2C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8487   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8488   filter: "'NIC_Intel-XL710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_1000' and
8495            'IMIX' and
8496            '4T4C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8508     layout: "plot-service-density"
8509
8510 ###############################################################################
8511
8512 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8513 #- type: "plot"
8514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8515 #  algorithm: "plot_nf_heatmap"
8516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8517 #  data: "plot-vpp-nfv-3n-skx-mrr"
8518 #  filter: "'NIC_Intel-XXV710' and
8519 #           'NF_DENSITY' and
8520 #           'DOCKER' and
8521 #           'CHAIN' and
8522 #           'NF_VPPIP4' and
8523 #           'IPSEC' and
8524 #           'TNL_10000' and
8525 #           'IMIX' and
8526 #           '2T1C' and
8527 #           'MRR'"
8528 #  parameters:
8529 #  - "result"
8530 #  - "name"
8531 #  - "tags"
8532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8533 #  x-axis: "X = CNFs per Service Chain"
8534 #  y-axis: "Y = Number of Service Chains"
8535 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8536 #  layout:
8537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8538 #    layout: "plot-service-density"
8539 #
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8544 #  data: "plot-vpp-nfv-3n-skx-mrr"
8545 #  filter: "'NIC_Intel-XXV710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IPSEC' and
8551 #           'TNL_10000' and
8552 #           'IMIX' and
8553 #           '4T2C' and
8554 #           'MRR'"
8555 #  parameters:
8556 #  - "result"
8557 #  - "name"
8558 #  - "tags"
8559 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8560 #  x-axis: "X = CNFs per Service Chain"
8561 #  y-axis: "Y = Number of Service Chains"
8562 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8563 #  layout:
8564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8565 #    layout: "plot-service-density"
8566 #
8567 #- type: "plot"
8568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8569 #  algorithm: "plot_nf_heatmap"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8571 #  data: "plot-vpp-nfv-3n-skx-mrr"
8572 #  filter: "'NIC_Intel-XXV710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IPSEC' and
8578 #           'TNL_10000' and
8579 #           'IMIX' and
8580 #           '8T4C' and
8581 #           'MRR'"
8582 #  parameters:
8583 #  - "result"
8584 #  - "name"
8585 #  - "tags"
8586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8587 #  x-axis: "X = CNFs per Service Chain"
8588 #  y-axis: "Y = Number of Service Chains"
8589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8590 #  layout:
8591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8592 #    layout: "plot-service-density"
8593 #
8594 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8595 #- type: "plot"
8596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8597 #  algorithm: "plot_nf_heatmap"
8598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8599 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8600 #  filter: "'NIC_Intel-XXV710' and
8601 #           'NF_DENSITY' and
8602 #           'DOCKER' and
8603 #           'CHAIN' and
8604 #           'NF_VPPIP4' and
8605 #           'IPSEC' and
8606 #           'TNL_10000' and
8607 #           'IMIX' and
8608 #           '2T1C' and
8609 #           'NDRPDR'"
8610 #  parameters:
8611 #  - "throughput"
8612 #  - "name"
8613 #  - "tags"
8614 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8615 #  x-axis: "X = CNFs per Service Chain"
8616 #  y-axis: "Y = Number of Service Chains"
8617 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8618 #  layout:
8619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8620 #    layout: "plot-service-density"
8621 #
8622 #- type: "plot"
8623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8624 #  algorithm: "plot_nf_heatmap"
8625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8626 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8627 #  filter: "'NIC_Intel-XXV710' and
8628 #           'NF_DENSITY' and
8629 #           'DOCKER' and
8630 #           'CHAIN' and
8631 #           'NF_VPPIP4' and
8632 #           'IPSEC' and
8633 #           'TNL_10000' and
8634 #           'IMIX' and
8635 #           '4T2C' and
8636 #           'NDRPDR'"
8637 #  parameters:
8638 #  - "throughput"
8639 #  - "name"
8640 #  - "tags"
8641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642 #  x-axis: "X = CNFs per Service Chain"
8643 #  y-axis: "Y = Number of Service Chains"
8644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645 #  layout:
8646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8647 #    layout: "plot-service-density"
8648 #
8649 #- type: "plot"
8650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8651 #  algorithm: "plot_nf_heatmap"
8652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8653 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8654 #  filter: "'NIC_Intel-XXV710' and
8655 #           'NF_DENSITY' and
8656 #           'DOCKER' and
8657 #           'CHAIN' and
8658 #           'NF_VPPIP4' and
8659 #           'IPSEC' and
8660 #           'TNL_10000' and
8661 #           'IMIX' and
8662 #           '8T4C' and
8663 #           'NDRPDR'"
8664 #  parameters:
8665 #  - "throughput"
8666 #  - "name"
8667 #  - "tags"
8668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8669 #  x-axis: "X = CNFs per Service Chain"
8670 #  y-axis: "Y = Number of Service Chains"
8671 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8672 #  layout:
8673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8674 #    layout: "plot-service-density"
8675 #
8676 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8677 #- type: "plot"
8678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8679 #  algorithm: "plot_nf_heatmap"
8680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8681 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8682 #  filter: "'NIC_Intel-XXV710' and
8683 #           'NF_DENSITY' and
8684 #           'DOCKER' and
8685 #           'CHAIN' and
8686 #           'NF_VPPIP4' and
8687 #           'IPSEC' and
8688 #           'TNL_10000' and
8689 #           'IMIX' and
8690 #           '2T1C' and
8691 #           'NDRPDR'"
8692 #  parameters:
8693 #  - "throughput"
8694 #  - "name"
8695 #  - "tags"
8696 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8697 #  x-axis: "X = CNFs per Service Chain"
8698 #  y-axis: "Y = Number of Service Chains"
8699 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8700 #  layout:
8701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8702 #    layout: "plot-service-density"
8703 #
8704 #- type: "plot"
8705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8706 #  algorithm: "plot_nf_heatmap"
8707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8708 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8709 #  filter: "'NIC_Intel-XXV710' and
8710 #           'NF_DENSITY' and
8711 #           'DOCKER' and
8712 #           'CHAIN' and
8713 #           'NF_VPPIP4' and
8714 #           'IPSEC' and
8715 #           'TNL_10000' and
8716 #           'IMIX' and
8717 #           '4T2C' and
8718 #           'NDRPDR'"
8719 #  parameters:
8720 #  - "throughput"
8721 #  - "name"
8722 #  - "tags"
8723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724 #  x-axis: "X = CNFs per Service Chain"
8725 #  y-axis: "Y = Number of Service Chains"
8726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727 #  layout:
8728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8729 #    layout: "plot-service-density"
8730 #
8731 #- type: "plot"
8732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8733 #  algorithm: "plot_nf_heatmap"
8734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8735 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8736 #  filter: "'NIC_Intel-XXV710' and
8737 #           'NF_DENSITY' and
8738 #           'DOCKER' and
8739 #           'CHAIN' and
8740 #           'NF_VPPIP4' and
8741 #           'IPSEC' and
8742 #           'TNL_10000' and
8743 #           'IMIX' and
8744 #           '8T4C' and
8745 #           'NDRPDR'"
8746 #  parameters:
8747 #  - "throughput"
8748 #  - "name"
8749 #  - "tags"
8750 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8751 #  x-axis: "X = CNFs per Service Chain"
8752 #  y-axis: "Y = Number of Service Chains"
8753 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8754 #  layout:
8755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8756 #    layout: "plot-service-density"
8757
8758 ###############################################################################
8759
8760 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8765   data: "plot-vpp-nfv-3n-hsw-mrr"
8766   filter: "'NIC_Intel-XL710' and
8767            'NF_DENSITY' and
8768            'DOCKER' and
8769            'CHAIN' and
8770            'NF_VPPIP4' and
8771            'IMIX' and
8772            'TNL_10000' and
8773            '1T1C' and
8774            'MRR'"
8775   parameters:
8776   - "result"
8777   - "name"
8778   - "tags"
8779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8785     layout: "plot-service-density"
8786
8787 - type: "plot"
8788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8789   algorithm: "plot_nf_heatmap"
8790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8791   data: "plot-vpp-nfv-3n-hsw-mrr"
8792   filter: "'NIC_Intel-XL710' and
8793            'NF_DENSITY' and
8794            'DOCKER' and
8795            'CHAIN' and
8796            'NF_VPPIP4' and
8797            'IPSEC' and
8798            'TNL_10000' and
8799            'IMIX' and
8800            '2T2C' and
8801            'MRR'"
8802   parameters:
8803   - "result"
8804   - "name"
8805   - "tags"
8806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = CNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8812     layout: "plot-service-density"
8813
8814 - type: "plot"
8815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8816   algorithm: "plot_nf_heatmap"
8817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8818   data: "plot-vpp-nfv-3n-hsw-mrr"
8819   filter: "'NIC_Intel-XL710' and
8820            'NF_DENSITY' and
8821            'DOCKER' and
8822            'CHAIN' and
8823            'NF_VPPIP4' and
8824            'IPSEC' and
8825            'TNL_10000' and
8826            'IMIX' and
8827            '4T4C' and
8828            'MRR'"
8829   parameters:
8830   - "result"
8831   - "name"
8832   - "tags"
8833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8834   x-axis: "X = CNFs per Service Chain"
8835   y-axis: "Y = Number of Service Chains"
8836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8837   layout:
8838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8839     layout: "plot-service-density"
8840
8841 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8846   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8847   filter: "'NIC_Intel-XL710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IPSEC' and
8853            'TNL_10000' and
8854            'IMIX' and
8855            '1T1C' and
8856            'NDRPDR'"
8857   parameters:
8858   - "throughput"
8859   - "name"
8860   - "tags"
8861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8862   x-axis: "X = CNFs per Service Chain"
8863   y-axis: "Y = Number of Service Chains"
8864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8865   layout:
8866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8867     layout: "plot-service-density"
8868
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8873   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8874   filter: "'NIC_Intel-XL710' and
8875            'NF_DENSITY' and
8876            'DOCKER' and
8877            'CHAIN' and
8878            'NF_VPPIP4' and
8879            'IPSEC' and
8880            'TNL_10000' and
8881            'IMIX' and
8882            '2T2C' and
8883            'NDRPDR'"
8884   parameters:
8885   - "throughput"
8886   - "name"
8887   - "tags"
8888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8889   x-axis: "X = CNFs per Service Chain"
8890   y-axis: "Y = Number of Service Chains"
8891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8892   layout:
8893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8894     layout: "plot-service-density"
8895
8896 - type: "plot"
8897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8898   algorithm: "plot_nf_heatmap"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8900   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8901   filter: "'NIC_Intel-XL710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IPSEC' and
8907            'TNL_10000' and
8908            'IMIX' and
8909            '4T4C' and
8910            'NDRPDR'"
8911   parameters:
8912   - "throughput"
8913   - "name"
8914   - "tags"
8915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8916   x-axis: "X = CNFs per Service Chain"
8917   y-axis: "Y = Number of Service Chains"
8918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8919   layout:
8920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8921     layout: "plot-service-density"
8922
8923 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8924 - type: "plot"
8925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8926   algorithm: "plot_nf_heatmap"
8927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8928   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8929   filter: "'NIC_Intel-XL710' and
8930            'NF_DENSITY' and
8931            'DOCKER' and
8932            'CHAIN' and
8933            'NF_VPPIP4' and
8934            'IPSEC' and
8935            'TNL_10000' and
8936            'IMIX' and
8937            '1T1C' and
8938            'NDRPDR'"
8939   parameters:
8940   - "throughput"
8941   - "name"
8942   - "tags"
8943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8944   x-axis: "X = CNFs per Service Chain"
8945   y-axis: "Y = Number of Service Chains"
8946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8947   layout:
8948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8949     layout: "plot-service-density"
8950
8951 - type: "plot"
8952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8953   algorithm: "plot_nf_heatmap"
8954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8955   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8956   filter: "'NIC_Intel-XL710' and
8957            'NF_DENSITY' and
8958            'DOCKER' and
8959            'CHAIN' and
8960            'NF_VPPIP4' and
8961            'IPSEC' and
8962            'TNL_10000' and
8963            'IMIX' and
8964            '2T2C' and
8965            'NDRPDR'"
8966   parameters:
8967   - "throughput"
8968   - "name"
8969   - "tags"
8970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8982   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8983   filter: "'NIC_Intel-XL710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_10000' and
8990            'IMIX' and
8991            '4T4C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9003     layout: "plot-service-density"
9004
9005 ###############################################################################
9006
9007 # Plots - NF Density - CSP - MRR 64b
9008
9009 #- type: "plot"
9010 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9011 #  algorithm: "plot_nf_heatmap"
9012 #  output-file-type: ".html"
9013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9014 #  data: "plot-vpp-nfv-2n-skx-mrr"
9015 #  filter: "'NIC_Intel-XXV710' and
9016 #           'NF_DENSITY' and
9017 #           'DOCKER' and
9018 #           'PIPELINE' and
9019 #           'NF_VPPIP4' and
9020 #           '64B' and
9021 #           '2T1C' and
9022 #           'MRR'"
9023 #  parameters:
9024 #  - "result"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9028 #  x-axis: "X = CNFs per Service Pipeline"
9029 #  y-axis: "Y = Number of Service Pipelines"
9030 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9033 #    layout: "plot-service-density"
9034 #
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file-type: ".html"
9039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9040 #  data: "plot-vpp-nfv-2n-skx-mrr"
9041 #  filter: "'NIC_Intel-XXV710' and
9042 #           'NF_DENSITY' and
9043 #           'DOCKER' and
9044 #           'PIPELINE' and
9045 #           'NF_VPPIP4' and
9046 #           '64B' and
9047 #           '4T2C' and
9048 #           'MRR'"
9049 #  parameters:
9050 #  - "result"
9051 #  - "name"
9052 #  - "tags"
9053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9054 #  x-axis: "X = CNFs per Service Pipeline"
9055 #  y-axis: "Y = Number of Service Pipelines"
9056 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9057 #  layout:
9058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9059 #    layout: "plot-service-density"
9060 #
9061 #- type: "plot"
9062 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9063 #  algorithm: "plot_nf_heatmap"
9064 #  output-file-type: ".html"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9066 #  data: "plot-vpp-nfv-2n-skx-mrr"
9067 #  filter: "'NIC_Intel-XXV710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'PIPELINE' and
9071 #           'NF_VPPIP4' and
9072 #           '64B' and
9073 #           '8T4C' and
9074 #           'MRR'"
9075 #  parameters:
9076 #  - "result"
9077 #  - "name"
9078 #  - "tags"
9079 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9080 #  x-axis: "X = CNFs per Service Pipeline"
9081 #  y-axis: "Y = Number of Service Pipelines"
9082 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9083 #  layout:
9084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9085 #    layout: "plot-service-density"
9086 #
9087 ## Plots - NF Density - CSP - MRR IMIX
9088 #- type: "plot"
9089 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9090 #  algorithm: "plot_nf_heatmap"
9091 #  output-file-type: ".html"
9092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9093 #  data: "plot-vpp-nfv-2n-skx-mrr"
9094 #  filter: "'NIC_Intel-XXV710' and
9095 #           'NF_DENSITY' and
9096 #           'DOCKER' and
9097 #           'PIPELINE' and
9098 #           'NF_VPPIP4' and
9099 #           'IMIX' and
9100 #           '2T1C' and
9101 #           'MRR'"
9102 #  parameters:
9103 #  - "result"
9104 #  - "name"
9105 #  - "tags"
9106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9107 #  x-axis: "X = CNFs per Service Pipeline"
9108 #  y-axis: "Y = Number of Service Pipelines"
9109 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9110 #  layout:
9111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9112 #    layout: "plot-service-density"
9113 #
9114 #- type: "plot"
9115 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9116 #  algorithm: "plot_nf_heatmap"
9117 #  output-file-type: ".html"
9118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9119 #  data: "plot-vpp-nfv-2n-skx-mrr"
9120 #  filter: "'NIC_Intel-XXV710' and
9121 #           'NF_DENSITY' and
9122 #           'DOCKER' and
9123 #           'PIPELINE' and
9124 #           'NF_VPPIP4' and
9125 #           'IMIX' and
9126 #           '4T2C' and
9127 #           'MRR'"
9128 #  parameters:
9129 #  - "result"
9130 #  - "name"
9131 #  - "tags"
9132 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9133 #  x-axis: "X = CNFs per Service Pipeline"
9134 #  y-axis: "Y = Number of Service Pipelines"
9135 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9136 #  layout:
9137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9138 #    layout: "plot-service-density"
9139 #
9140 #- type: "plot"
9141 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9142 #  algorithm: "plot_nf_heatmap"
9143 #  output-file-type: ".html"
9144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9145 #  data: "plot-vpp-nfv-2n-skx-mrr"
9146 #  filter: "'NIC_Intel-XXV710' and
9147 #           'NF_DENSITY' and
9148 #           'DOCKER' and
9149 #           'PIPELINE' and
9150 #           'NF_VPPIP4' and
9151 #           'IMIX' and
9152 #           '8T4C' and
9153 #           'MRR'"
9154 #  parameters:
9155 #  - "result"
9156 #  - "name"
9157 #  - "tags"
9158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9159 #  x-axis: "X = CNFs per Service Pipeline"
9160 #  y-axis: "Y = Number of Service Pipelines"
9161 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9162 #  layout:
9163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9164 #    layout: "plot-service-density"
9165 #
9166 ## Plots - NF Density - CSP - NDR 64b
9167 #- type: "plot"
9168 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9169 #  algorithm: "plot_nf_heatmap"
9170 #  output-file-type: ".html"
9171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9173 #  filter: "'NIC_Intel-XXV710' and
9174 #           'NF_DENSITY' and
9175 #           'DOCKER' and
9176 #           'PIPELINE' and
9177 #           'NF_VPPIP4' and
9178 #           '64B' and
9179 #           '2T1C' and
9180 #           'NDRPDR'"
9181 #  parameters:
9182 #  - "throughput"
9183 #  - "name"
9184 #  - "tags"
9185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9186 #  x-axis: "X = CNFs per Service Pipeline"
9187 #  y-axis: "Y = Number of Service Pipelines"
9188 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9189 #  layout:
9190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9191 #    layout: "plot-service-density"
9192 #
9193 #- type: "plot"
9194 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9195 #  algorithm: "plot_nf_heatmap"
9196 #  output-file-type: ".html"
9197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9199 #  filter: "'NIC_Intel-XXV710' and
9200 #           'NF_DENSITY' and
9201 #           'DOCKER' and
9202 #           'PIPELINE' and
9203 #           'NF_VPPIP4' and
9204 #           '64B' and
9205 #           '4T2C' and
9206 #           'NDRPDR'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "name"
9210 #  - "tags"
9211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9212 #  x-axis: "X = CNFs per Service Pipeline"
9213 #  y-axis: "Y = Number of Service Pipelines"
9214 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9215 #  layout:
9216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9217 #    layout: "plot-service-density"
9218 #
9219 #- type: "plot"
9220 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9221 #  algorithm: "plot_nf_heatmap"
9222 #  output-file-type: ".html"
9223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9225 #  filter: "'NIC_Intel-XXV710' and
9226 #           'NF_DENSITY' and
9227 #           'DOCKER' and
9228 #           'PIPELINE' and
9229 #           'NF_VPPIP4' and
9230 #           '64B' and
9231 #           '8T4C' and
9232 #           'NDRPDR'"
9233 #  parameters:
9234 #  - "throughput"
9235 #  - "name"
9236 #  - "tags"
9237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9238 #  x-axis: "X = CNFs per Service Pipeline"
9239 #  y-axis: "Y = Number of Service Pipelines"
9240 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9241 #  layout:
9242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9243 #    layout: "plot-service-density"
9244 #
9245 ## Plots - NF Density - CSP - NDR IMIX
9246 #- type: "plot"
9247 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9248 #  algorithm: "plot_nf_heatmap"
9249 #  output-file-type: ".html"
9250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9252 #  filter: "'NIC_Intel-XXV710' and
9253 #           'NF_DENSITY' and
9254 #           'DOCKER' and
9255 #           'PIPELINE' and
9256 #           'NF_VPPIP4' and
9257 #           'IMIX' and
9258 #           '2T1C' and
9259 #           'NDRPDR'"
9260 #  parameters:
9261 #  - "throughput"
9262 #  - "name"
9263 #  - "tags"
9264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9265 #  x-axis: "X = CNFs per Service Pipeline"
9266 #  y-axis: "Y = Number of Service Pipelines"
9267 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9268 #  layout:
9269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9270 #    layout: "plot-service-density"
9271 #
9272 #- type: "plot"
9273 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9274 #  algorithm: "plot_nf_heatmap"
9275 #  output-file-type: ".html"
9276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9278 #  filter: "'NIC_Intel-XXV710' and
9279 #           'NF_DENSITY' and
9280 #           'DOCKER' and
9281 #           'PIPELINE' and
9282 #           'NF_VPPIP4' and
9283 #           'IMIX' and
9284 #           '4T2C' and
9285 #           'NDRPDR'"
9286 #  parameters:
9287 #  - "throughput"
9288 #  - "name"
9289 #  - "tags"
9290 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9291 #  x-axis: "X = CNFs per Service Pipeline"
9292 #  y-axis: "Y = Number of Service Pipelines"
9293 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9294 #  layout:
9295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9296 #    layout: "plot-service-density"
9297 #
9298 #- type: "plot"
9299 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9300 #  algorithm: "plot_nf_heatmap"
9301 #  output-file-type: ".html"
9302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9303 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9304 #  filter: "'NIC_Intel-XXV710' and
9305 #           'NF_DENSITY' and
9306 #           'DOCKER' and
9307 #           'PIPELINE' and
9308 #           'NF_VPPIP4' and
9309 #           'IMIX' and
9310 #           '8T4C' and
9311 #           'NDRPDR'"
9312 #  parameters:
9313 #  - "throughput"
9314 #  - "name"
9315 #  - "tags"
9316 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9317 #  x-axis: "X = CNFs per Service Pipeline"
9318 #  y-axis: "Y = Number of Service Pipelines"
9319 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9320 #  layout:
9321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9322 #    layout: "plot-service-density"
9323 #
9324 ## Plots - NF Density - CSP - PDR 64b
9325 #- type: "plot"
9326 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9327 #  algorithm: "plot_nf_heatmap"
9328 #  output-file-type: ".html"
9329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9330 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9331 #  filter: "'NIC_Intel-XXV710' and
9332 #           'NF_DENSITY' and
9333 #           'DOCKER' and
9334 #           'PIPELINE' and
9335 #           'NF_VPPIP4' and
9336 #           '64B' and
9337 #           '2T1C' and
9338 #           'NDRPDR'"
9339 #  parameters:
9340 #  - "throughput"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = CNFs per Service Pipeline"
9345 #  y-axis: "Y = Number of Service Pipelines"
9346 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file-type: ".html"
9355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9356 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9357 #  filter: "'NIC_Intel-XXV710' and
9358 #           'NF_DENSITY' and
9359 #           'DOCKER' and
9360 #           'PIPELINE' and
9361 #           'NF_VPPIP4' and
9362 #           '64B' and
9363 #           '4T2C' and
9364 #           'NDRPDR'"
9365 #  parameters:
9366 #  - "throughput"
9367 #  - "name"
9368 #  - "tags"
9369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9370 #  x-axis: "X = CNFs per Service Pipeline"
9371 #  y-axis: "Y = Number of Service Pipelines"
9372 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9373 #  layout:
9374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9375 #    layout: "plot-service-density"
9376 #
9377 #- type: "plot"
9378 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9379 #  algorithm: "plot_nf_heatmap"
9380 #  output-file-type: ".html"
9381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9382 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9383 #  filter: "'NIC_Intel-XXV710' and
9384 #           'NF_DENSITY' and
9385 #           'DOCKER' and
9386 #           'PIPELINE' and
9387 #           'NF_VPPIP4' and
9388 #           '64B' and
9389 #           '8T4C' and
9390 #           'NDRPDR'"
9391 #  parameters:
9392 #  - "throughput"
9393 #  - "name"
9394 #  - "tags"
9395 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9396 #  x-axis: "X = CNFs per Service Pipeline"
9397 #  y-axis: "Y = Number of Service Pipelines"
9398 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9399 #  layout:
9400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9401 #    layout: "plot-service-density"
9402 #
9403 ## Plots - NF Density - CSP - PDR IMIX
9404 #- type: "plot"
9405 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9406 #  algorithm: "plot_nf_heatmap"
9407 #  output-file-type: ".html"
9408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9409 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9410 #  filter: "'NIC_Intel-XXV710' and
9411 #           'NF_DENSITY' and
9412 #           'DOCKER' and
9413 #           'PIPELINE' and
9414 #           'NF_VPPIP4' and
9415 #           'IMIX' and
9416 #           '2T1C' and
9417 #           'NDRPDR'"
9418 #  parameters:
9419 #  - "throughput"
9420 #  - "name"
9421 #  - "tags"
9422 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9423 #  x-axis: "X = CNFs per Service Pipeline"
9424 #  y-axis: "Y = Number of Service Pipelines"
9425 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9426 #  layout:
9427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9428 #    layout: "plot-service-density"
9429 #
9430 #- type: "plot"
9431 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9432 #  algorithm: "plot_nf_heatmap"
9433 #  output-file-type: ".html"
9434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9435 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9436 #  filter: "'NIC_Intel-XXV710' and
9437 #           'NF_DENSITY' and
9438 #           'DOCKER' and
9439 #           'PIPELINE' and
9440 #           'NF_VPPIP4' and
9441 #           'IMIX' and
9442 #           '4T2C' and
9443 #           'NDRPDR'"
9444 #  parameters:
9445 #  - "throughput"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Pipeline"
9450 #  y-axis: "Y = Number of Service Pipelines"
9451 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9454 #    layout: "plot-service-density"
9455 #
9456 #- type: "plot"
9457 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9458 #  algorithm: "plot_nf_heatmap"
9459 #  output-file-type: ".html"
9460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9461 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9462 #  filter: "'NIC_Intel-XXV710' and
9463 #           'NF_DENSITY' and
9464 #           'DOCKER' and
9465 #           'PIPELINE' and
9466 #           'NF_VPPIP4' and
9467 #           'IMIX' and
9468 #           '8T4C' and
9469 #           'NDRPDR'"
9470 #  parameters:
9471 #  - "throughput"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Pipeline"
9476 #  y-axis: "Y = Number of Service Pipelines"
9477 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9480 #    layout: "plot-service-density"
9481
9482 ###############################################################################
9483 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9484
9485 #- type: "plot"
9486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9487 #  algorithm: "plot_nf_heatmap"
9488 #  output-file-type: ".html"
9489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9490 #  data: "plot-vpp-nfv-2n-clx-mrr"
9491 #  filter: "'NIC_Intel-XXV710' and
9492 #           'NF_DENSITY' and
9493 #           'VHOST' and
9494 #           not 'VXLAN' and
9495 #           'CHAIN' and
9496 #           'NF_VPPIP4' and
9497 #           'IMIX' and
9498 #           '2T1C' and
9499 #           'MRR'"
9500 #  parameters:
9501 #  - "result"
9502 #  - "name"
9503 #  - "tags"
9504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9505 #  x-axis: "X = VNFs per Service Chain"
9506 #  y-axis: "Y = Number of Service Chains"
9507 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9508 #  layout:
9509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9510 #    layout: "plot-service-density"
9511 #
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file-type: ".html"
9516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9517 #  data: "plot-vpp-nfv-2n-clx-mrr"
9518 #  filter: "'NIC_Intel-XXV710' and
9519 #           'NF_DENSITY' and
9520 #           'VHOST' and
9521 #           not 'VXLAN' and
9522 #           'CHAIN' and
9523 #           'NF_VPPIP4' and
9524 #           'IMIX' and
9525 #           '4T2C' and
9526 #           'MRR'"
9527 #  parameters:
9528 #  - "result"
9529 #  - "name"
9530 #  - "tags"
9531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9532 #  x-axis: "X = VNFs per Service Chain"
9533 #  y-axis: "Y = Number of Service Chains"
9534 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9535 #  layout:
9536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9537 #    layout: "plot-service-density"
9538 #
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file-type: ".html"
9543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9544 #  data: "plot-vpp-nfv-2n-clx-mrr"
9545 #  filter: "'NIC_Intel-XXV710' and
9546 #           'NF_DENSITY' and
9547 #           'VHOST' and
9548 #           not 'VXLAN' and
9549 #           'CHAIN' and
9550 #           'NF_VPPIP4' and
9551 #           'IMIX' and
9552 #           '8T4C' and
9553 #           'MRR'"
9554 #  parameters:
9555 #  - "result"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = VNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9564 #    layout: "plot-service-density"
9565 #
9566 ## Plots - NF Density - VSC - NDR IMIX
9567 #- type: "plot"
9568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9569 #  algorithm: "plot_nf_heatmap"
9570 #  output-file-type: ".html"
9571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9572 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9573 #  filter: "'NIC_Intel-XXV710' and
9574 #           'NF_DENSITY' and
9575 #           'VHOST' and
9576 #           not 'VXLAN' and
9577 #           'CHAIN' and
9578 #           'NF_VPPIP4' and
9579 #           'IMIX' and
9580 #           '2T1C' and
9581 #           'NDRPDR'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = VNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file-type: ".html"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9599 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9600 #  filter: "'NIC_Intel-XXV710' and
9601 #           'NF_DENSITY' and
9602 #           'VHOST' and
9603 #           not 'VXLAN' and
9604 #           'CHAIN' and
9605 #           'NF_VPPIP4' and
9606 #           'IMIX' and
9607 #           '4T2C' and
9608 #           'NDRPDR'"
9609 #  parameters:
9610 #  - "throughput"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = VNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9619 #    layout: "plot-service-density"
9620 #
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file-type: ".html"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9626 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9627 #  filter: "'NIC_Intel-XXV710' and
9628 #           'NF_DENSITY' and
9629 #           'VHOST' and
9630 #           not 'VXLAN' and
9631 #           'CHAIN' and
9632 #           'NF_VPPIP4' and
9633 #           'IMIX' and
9634 #           '8T4C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = VNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9646 #    layout: "plot-service-density"
9647 #
9648 ## Plots - NF Density - VSC - PDR IMIX
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file-type: ".html"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9654 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9655 #  filter: "'NIC_Intel-XXV710' and
9656 #           'NF_DENSITY' and
9657 #           'VHOST' and
9658 #           not 'VXLAN' and
9659 #           'CHAIN' and
9660 #           'NF_VPPIP4' and
9661 #           'IMIX' and
9662 #           '2T1C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = VNFs per Service Chain"
9670 #  y-axis: "Y = Number of Service Chains"
9671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file-type: ".html"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9681 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'VHOST' and
9685 #           not 'VXLAN' and
9686 #           'CHAIN' and
9687 #           'NF_VPPIP4' and
9688 #           'IMIX' and
9689 #           '4T2C' and
9690 #           'NDRPDR'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "name"
9694 #  - "tags"
9695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9696 #  x-axis: "X = VNFs per Service Chain"
9697 #  y-axis: "Y = Number of Service Chains"
9698 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9699 #  layout:
9700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9701 #    layout: "plot-service-density"
9702 #
9703 #- type: "plot"
9704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9705 #  algorithm: "plot_nf_heatmap"
9706 #  output-file-type: ".html"
9707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9708 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9709 #  filter: "'NIC_Intel-XXV710' and
9710 #           'NF_DENSITY' and
9711 #           'VHOST' and
9712 #           not 'VXLAN' and
9713 #           'CHAIN' and
9714 #           'NF_VPPIP4' and
9715 #           'IMIX' and
9716 #           '8T4C' and
9717 #           'NDRPDR'"
9718 #  parameters:
9719 #  - "throughput"
9720 #  - "name"
9721 #  - "tags"
9722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9723 #  x-axis: "X = VNFs per Service Chain"
9724 #  y-axis: "Y = Number of Service Chains"
9725 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9726 #  layout:
9727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9728 #    layout: "plot-service-density"
9729 #
9730 ## Plots - NF Density - VSC - MRR IMIX
9731 #- type: "plot"
9732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9733 #  algorithm: "plot_nf_heatmap"
9734 #  output-file-type: ".html"
9735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9736 #  data: "plot-vpp-nfv-2n-clx-mrr"
9737 #  filter: "'NIC_Intel-XXV710' and
9738 #           'NF_DENSITY' and
9739 #           'VHOST' and
9740 #           'VXLAN' and
9741 #           'CHAIN' and
9742 #           'IMIX' and
9743 #           '2T1C' and
9744 #           'MRR'"
9745 #  parameters:
9746 #  - "result"
9747 #  - "name"
9748 #  - "tags"
9749 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9750 #  x-axis: "X = VNFs per Service Chain"
9751 #  y-axis: "Y = Number of Service Chains"
9752 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9753 #  layout:
9754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9755 #    layout: "plot-service-density"
9756 #
9757 #- type: "plot"
9758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9759 #  algorithm: "plot_nf_heatmap"
9760 #  output-file-type: ".html"
9761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9762 #  data: "plot-vpp-nfv-2n-clx-mrr"
9763 #  filter: "'NIC_Intel-XXV710' and
9764 #           'NF_DENSITY' and
9765 #           'VHOST' and
9766 #           'VXLAN' and
9767 #           'CHAIN' and
9768 #           'IMIX' and
9769 #           '4T2C' and
9770 #           'MRR'"
9771 #  parameters:
9772 #  - "result"
9773 #  - "name"
9774 #  - "tags"
9775 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9776 #  x-axis: "X = VNFs per Service Chain"
9777 #  y-axis: "Y = Number of Service Chains"
9778 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9779 #  layout:
9780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9781 #    layout: "plot-service-density"
9782 #
9783 #- type: "plot"
9784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9785 #  algorithm: "plot_nf_heatmap"
9786 #  output-file-type: ".html"
9787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9788 #  data: "plot-vpp-nfv-2n-clx-mrr"
9789 #  filter: "'NIC_Intel-XXV710' and
9790 #           'NF_DENSITY' and
9791 #           'VHOST' and
9792 #           'VXLAN' and
9793 #           'CHAIN' and
9794 #           'IMIX' and
9795 #           '8T4C' and
9796 #           'MRR'"
9797 #  parameters:
9798 #  - "result"
9799 #  - "name"
9800 #  - "tags"
9801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9802 #  x-axis: "X = VNFs per Service Chain"
9803 #  y-axis: "Y = Number of Service Chains"
9804 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9805 #  layout:
9806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9807 #    layout: "plot-service-density"
9808 #
9809 ## Plots - NF Density - VSC - NDR IMIX
9810 #- type: "plot"
9811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9812 #  algorithm: "plot_nf_heatmap"
9813 #  output-file-type: ".html"
9814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9815 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9816 #  filter: "'NIC_Intel-XXV710' and
9817 #           'NF_DENSITY' and
9818 #           'VHOST' and
9819 #           'VXLAN' and
9820 #           'CHAIN' a
9821 #           'IMIX' and
9822 #           '2T1C' and
9823 #           'NDRPDR'"
9824 #  parameters:
9825 #  - "throughput"
9826 #  - "name"
9827 #  - "tags"
9828 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9829 #  x-axis: "X = VNFs per Service Chain"
9830 #  y-axis: "Y = Number of Service Chains"
9831 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9832 #  layout:
9833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9834 #    layout: "plot-service-density"
9835 #
9836 #- type: "plot"
9837 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9838 #  algorithm: "plot_nf_heatmap"
9839 #  output-file-type: ".html"
9840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9841 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9842 #  filter: "'NIC_Intel-XXV710' and
9843 #           'NF_DENSITY' and
9844 #           'VHOST' and
9845 #           'VXLAN' and
9846 #           'CHAIN' and
9847 #           'IMIX' and
9848 #           '4T2C' and
9849 #           'NDRPDR'"
9850 #  parameters:
9851 #  - "throughput"
9852 #  - "name"
9853 #  - "tags"
9854 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9855 #  x-axis: "X = VNFs per Service Chain"
9856 #  y-axis: "Y = Number of Service Chains"
9857 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9858 #  layout:
9859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9860 #    layout: "plot-service-density"
9861 #
9862 #- type: "plot"
9863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9864 #  algorithm: "plot_nf_heatmap"
9865 #  output-file-type: ".html"
9866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9867 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9868 #  filter: "'NIC_Intel-XXV710' and
9869 #           'NF_DENSITY' and
9870 #           'VHOST' and
9871 #           'VXLAN' and
9872 #           'CHAIN' and
9873 #           'IMIX' and
9874 #           '8T4C' and
9875 #           'NDRPDR'"
9876 #  parameters:
9877 #  - "throughput"
9878 #  - "name"
9879 #  - "tags"
9880 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9881 #  x-axis: "X = VNFs per Service Chain"
9882 #  y-axis: "Y = Number of Service Chains"
9883 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9884 #  layout:
9885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9886 #    layout: "plot-service-density"
9887 #
9888 ## Plots - NF Density - VSC - PDR IMIX
9889 #- type: "plot"
9890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9891 #  algorithm: "plot_nf_heatmap"
9892 #  output-file-type: ".html"
9893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9894 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9895 #  filter: "'NIC_Intel-XXV710' and
9896 #           'NF_DENSITY' and
9897 #           'VHOST' and
9898 #           'VXLAN' and
9899 #           'CHAIN' and
9900 #           'IMIX' and
9901 #           '2T1C' and
9902 #           'NDRPDR'"
9903 #  parameters:
9904 #  - "throughput"
9905 #  - "name"
9906 #  - "tags"
9907 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9908 #  x-axis: "X = VNFs per Service Chain"
9909 #  y-axis: "Y = Number of Service Chains"
9910 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9911 #  layout:
9912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9913 #    layout: "plot-service-density"
9914 #
9915 #- type: "plot"
9916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9917 #  algorithm: "plot_nf_heatmap"
9918 #  output-file-type: ".html"
9919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9920 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9921 #  filter: "'NIC_Intel-XXV710' and
9922 #           'NF_DENSITY' and
9923 #           'VHOST' and
9924 #           'VXLAN' and
9925 #           'CHAIN' and
9926 #           'IMIX' and
9927 #           '4T2C' and
9928 #           'NDRPDR'"
9929 #  parameters:
9930 #  - "throughput"
9931 #  - "name"
9932 #  - "tags"
9933 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9934 #  x-axis: "X = VNFs per Service Chain"
9935 #  y-axis: "Y = Number of Service Chains"
9936 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9937 #  layout:
9938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9939 #    layout: "plot-service-density"
9940 #
9941 #- type: "plot"
9942 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9943 #  algorithm: "plot_nf_heatmap"
9944 #  output-file-type: ".html"
9945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9946 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9947 #  filter: "'NIC_Intel-XXV710' and
9948 #           'NF_DENSITY' and
9949 #           'VHOST' and
9950 #           'VXLAN' and
9951 #           'CHAIN' and
9952 #           'IMIX' and
9953 #           '8T4C' and
9954 #           'NDRPDR'"
9955 #  parameters:
9956 #  - "throughput"
9957 #  - "name"
9958 #  - "tags"
9959 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9960 #  x-axis: "X = VNFs per Service Chain"
9961 #  y-axis: "Y = Number of Service Chains"
9962 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9963 #  layout:
9964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9965 #    layout: "plot-service-density"
9966 #
9967 ## Plots - NF Density - CSC - MRR IMIX
9968 #- type: "plot"
9969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9970 #  algorithm: "plot_nf_heatmap"
9971 #  output-file-type: ".html"
9972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9973 #  data: "plot-vpp-nfv-2n-clx-mrr"
9974 #  filter: "'NIC_Intel-XXV710' and
9975 #           'NF_DENSITY' and
9976 #           'DOCKER' and
9977 #           'CHAIN' and
9978 #           'NF_VPPIP4' and
9979 #           'IMIX' and
9980 #           '2T1C' and
9981 #           'MRR'"
9982 #  parameters:
9983 #  - "result"
9984 #  - "name"
9985 #  - "tags"
9986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9987 #  x-axis: "X = CNFs per Service Chain"
9988 #  y-axis: "Y = Number of Service Chains"
9989 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9990 #  layout:
9991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9992 #    layout: "plot-service-density"
9993 #
9994 #- type: "plot"
9995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9996 #  algorithm: "plot_nf_heatmap"
9997 #  output-file-type: ".html"
9998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9999 #  data: "plot-vpp-nfv-2n-clx-mrr"
10000 #  filter: "'NIC_Intel-XXV710' and
10001 #           'NF_DENSITY' and
10002 #           'DOCKER' and
10003 #           'CHAIN' and
10004 #           'NF_VPPIP4' and
10005 #           'IMIX' and
10006 #           '4T2C' and
10007 #           'MRR'"
10008 #  parameters:
10009 #  - "result"
10010 #  - "name"
10011 #  - "tags"
10012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10013 #  x-axis: "X = CNFs per Service Chain"
10014 #  y-axis: "Y = Number of Service Chains"
10015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10016 #  layout:
10017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10018 #    layout: "plot-service-density"
10019 #
10020 #- type: "plot"
10021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10022 #  algorithm: "plot_nf_heatmap"
10023 #  output-file-type: ".html"
10024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10025 #  data: "plot-vpp-nfv-2n-clx-mrr"
10026 #  filter: "'NIC_Intel-XXV710' and
10027 #           'NF_DENSITY' and
10028 #           'DOCKER' and
10029 #           'CHAIN' and
10030 #           'NF_VPPIP4' and
10031 #           'IMIX' and
10032 #           '8T4C' and
10033 #           'MRR'"
10034 #  parameters:
10035 #  - "result"
10036 #  - "name"
10037 #  - "tags"
10038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10039 #  x-axis: "X = CNFs per Service Chain"
10040 #  y-axis: "Y = Number of Service Chains"
10041 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10042 #  layout:
10043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10044 #    layout: "plot-service-density"
10045 #
10046 ## Plots - NF Density - CSC - NDR IMIX
10047 #- type: "plot"
10048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10049 #  algorithm: "plot_nf_heatmap"
10050 #  output-file-type: ".html"
10051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10052 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10053 #  filter: "'NIC_Intel-XXV710' and
10054 #           'NF_DENSITY' and
10055 #           'DOCKER' and
10056 #           'CHAIN' and
10057 #           'NF_VPPIP4' and
10058 #           'IMIX' and
10059 #           '2T1C' and
10060 #           'NDRPDR'"
10061 #  parameters:
10062 #  - "throughput"
10063 #  - "name"
10064 #  - "tags"
10065 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10066 #  x-axis: "X = CNFs per Service Chain"
10067 #  y-axis: "Y = Number of Service Chains"
10068 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10069 #  layout:
10070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10071 #    layout: "plot-service-density"
10072 #
10073 #- type: "plot"
10074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10075 #  algorithm: "plot_nf_heatmap"
10076 #  output-file-type: ".html"
10077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10078 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10079 #  filter: "'NIC_Intel-XXV710' and
10080 #           'NF_DENSITY' and
10081 #           'DOCKER' and
10082 #           'CHAIN' and
10083 #           'NF_VPPIP4' and
10084 #           'IMIX' and
10085 #           '4T2C' and
10086 #           'NDRPDR'"
10087 #  parameters:
10088 #  - "throughput"
10089 #  - "name"
10090 #  - "tags"
10091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10092 #  x-axis: "X = CNFs per Service Chain"
10093 #  y-axis: "Y = Number of Service Chains"
10094 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10095 #  layout:
10096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10097 #    layout: "plot-service-density"
10098 #
10099 #- type: "plot"
10100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10101 #  algorithm: "plot_nf_heatmap"
10102 #  output-file-type: ".html"
10103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10104 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10105 #  filter: "'NIC_Intel-XXV710' and
10106 #           'NF_DENSITY' and
10107 #           'DOCKER' and
10108 #           'CHAIN' and
10109 #           'NF_VPPIP4' and
10110 #           'IMIX' and
10111 #           '8T4C' and
10112 #           'NDRPDR'"
10113 #  parameters:
10114 #  - "throughput"
10115 #  - "name"
10116 #  - "tags"
10117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10118 #  x-axis: "X = CNFs per Service Chain"
10119 #  y-axis: "Y = Number of Service Chains"
10120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10121 #  layout:
10122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10123 #    layout: "plot-service-density"
10124 #
10125 ## Plots - NF Density - CSC - PDR IMIX
10126 #- type: "plot"
10127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10128 #  algorithm: "plot_nf_heatmap"
10129 #  output-file-type: ".html"
10130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10131 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10132 #  filter: "'NIC_Intel-XXV710' and
10133 #           'NF_DENSITY' and
10134 #           'DOCKER' and
10135 #           'CHAIN' and
10136 #           'NF_VPPIP4' and
10137 #           'IMIX' and
10138 #           '2T1C' and
10139 #           'NDRPDR'"
10140 #  parameters:
10141 #  - "throughput"
10142 #  - "name"
10143 #  - "tags"
10144 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10145 #  x-axis: "X = CNFs per Service Chain"
10146 #  y-axis: "Y = Number of Service Chains"
10147 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10148 #  layout:
10149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10150 #    layout: "plot-service-density"
10151 #
10152 #- type: "plot"
10153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10154 #  algorithm: "plot_nf_heatmap"
10155 #  output-file-type: ".html"
10156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10157 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10158 #  filter: "'NIC_Intel-XXV710' and
10159 #           'NF_DENSITY' and
10160 #           'DOCKER' and
10161 #           'CHAIN' and
10162 #           'NF_VPPIP4' and
10163 #           'IMIX' and
10164 #           '4T2C' and
10165 #           'NDRPDR'"
10166 #  parameters:
10167 #  - "throughput"
10168 #  - "name"
10169 #  - "tags"
10170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10171 #  x-axis: "X = CNFs per Service Chain"
10172 #  y-axis: "Y = Number of Service Chains"
10173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10174 #  layout:
10175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10176 #    layout: "plot-service-density"
10177 #
10178 #- type: "plot"
10179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10180 #  algorithm: "plot_nf_heatmap"
10181 #  output-file-type: ".html"
10182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10183 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10184 #  filter: "'NIC_Intel-XXV710' and
10185 #           'NF_DENSITY' and
10186 #           'DOCKER' and
10187 #           'CHAIN' and
10188 #           'NF_VPPIP4' and
10189 #           'IMIX' and
10190 #           '8T4C' and
10191 #           'NDRPDR'"
10192 #  parameters:
10193 #  - "throughput"
10194 #  - "name"
10195 #  - "tags"
10196 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10197 #  x-axis: "X = CNFs per Service Chain"
10198 #  y-axis: "Y = Number of Service Chains"
10199 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10200 #  layout:
10201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10202 #    layout: "plot-service-density"
10203 #
10204 ## Plots - NF Density - CSP - MRR IMIX
10205 #- type: "plot"
10206 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10207 #  algorithm: "plot_nf_heatmap"
10208 #  output-file-type: ".html"
10209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10210 #  data: "plot-vpp-nfv-2n-clx-mrr"
10211 #  filter: "'NIC_Intel-XXV710' and
10212 #           'NF_DENSITY' and
10213 #           'DOCKER' and
10214 #           'PIPELINE' and
10215 #           'NF_VPPIP4' and
10216 #           'IMIX' and
10217 #           '2T1C' and
10218 #           'MRR'"
10219 #  parameters:
10220 #  - "result"
10221 #  - "name"
10222 #  - "tags"
10223 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10224 #  x-axis: "X = CNFs per Service Pipeline"
10225 #  y-axis: "Y = Number of Service Pipelines"
10226 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10227 #  layout:
10228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10229 #    layout: "plot-service-density"
10230 #
10231 #- type: "plot"
10232 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10233 #  algorithm: "plot_nf_heatmap"
10234 #  output-file-type: ".html"
10235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10236 #  data: "plot-vpp-nfv-2n-clx-mrr"
10237 #  filter: "'NIC_Intel-XXV710' and
10238 #           'NF_DENSITY' and
10239 #           'DOCKER' and
10240 #           'PIPELINE' and
10241 #           'NF_VPPIP4' and
10242 #           'IMIX' and
10243 #           '4T2C' and
10244 #           'MRR'"
10245 #  parameters:
10246 #  - "result"
10247 #  - "name"
10248 #  - "tags"
10249 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10250 #  x-axis: "X = CNFs per Service Pipeline"
10251 #  y-axis: "Y = Number of Service Pipelines"
10252 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10253 #  layout:
10254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10255 #    layout: "plot-service-density"
10256 #
10257 #- type: "plot"
10258 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10259 #  algorithm: "plot_nf_heatmap"
10260 #  output-file-type: ".html"
10261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10262 #  data: "plot-vpp-nfv-2n-clx-mrr"
10263 #  filter: "'NIC_Intel-XXV710' and
10264 #           'NF_DENSITY' and
10265 #           'DOCKER' and
10266 #           'PIPELINE' and
10267 #           'NF_VPPIP4' and
10268 #           'IMIX' and
10269 #           '8T4C' and
10270 #           'MRR'"
10271 #  parameters:
10272 #  - "result"
10273 #  - "name"
10274 #  - "tags"
10275 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10276 #  x-axis: "X = CNFs per Service Pipeline"
10277 #  y-axis: "Y = Number of Service Pipelines"
10278 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10279 #  layout:
10280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10281 #    layout: "plot-service-density"
10282 #
10283 ## Plots - NF Density - CSP - NDR IMIX
10284 #- type: "plot"
10285 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10286 #  algorithm: "plot_nf_heatmap"
10287 #  output-file-type: ".html"
10288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10289 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10290 #  filter: "'NIC_Intel-XXV710' and
10291 #           'NF_DENSITY' and
10292 #           'DOCKER' and
10293 #           'PIPELINE' and
10294 #           'NF_VPPIP4' and
10295 #           'IMIX' and
10296 #           '2T1C' and
10297 #           'NDRPDR'"
10298 #  parameters:
10299 #  - "throughput"
10300 #  - "name"
10301 #  - "tags"
10302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10303 #  x-axis: "X = CNFs per Service Pipeline"
10304 #  y-axis: "Y = Number of Service Pipelines"
10305 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10306 #  layout:
10307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10308 #    layout: "plot-service-density"
10309 #
10310 #- type: "plot"
10311 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10312 #  algorithm: "plot_nf_heatmap"
10313 #  output-file-type: ".html"
10314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10315 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10316 #  filter: "'NIC_Intel-XXV710' and
10317 #           'NF_DENSITY' and
10318 #           'DOCKER' and
10319 #           'PIPELINE' and
10320 #           'NF_VPPIP4' and
10321 #           'IMIX' and
10322 #           '4T2C' and
10323 #           'NDRPDR'"
10324 #  parameters:
10325 #  - "throughput"
10326 #  - "name"
10327 #  - "tags"
10328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10329 #  x-axis: "X = CNFs per Service Pipeline"
10330 #  y-axis: "Y = Number of Service Pipelines"
10331 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10332 #  layout:
10333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10334 #    layout: "plot-service-density"
10335 #
10336 #- type: "plot"
10337 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10338 #  algorithm: "plot_nf_heatmap"
10339 #  output-file-type: ".html"
10340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10341 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10342 #  filter: "'NIC_Intel-XXV710' and
10343 #           'NF_DENSITY' and
10344 #           'DOCKER' and
10345 #           'PIPELINE' and
10346 #           'NF_VPPIP4' and
10347 #           'IMIX' and
10348 #           '8T4C' and
10349 #           'NDRPDR'"
10350 #  parameters:
10351 #  - "throughput"
10352 #  - "name"
10353 #  - "tags"
10354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10355 #  x-axis: "X = CNFs per Service Pipeline"
10356 #  y-axis: "Y = Number of Service Pipelines"
10357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10358 #  layout:
10359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10360 #    layout: "plot-service-density"
10361 #
10362 ## Plots - NF Density - CSP - PDR IMIX
10363 #- type: "plot"
10364 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10365 #  algorithm: "plot_nf_heatmap"
10366 #  output-file-type: ".html"
10367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10368 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10369 #  filter: "'NIC_Intel-XXV710' and
10370 #           'NF_DENSITY' and
10371 #           'DOCKER' and
10372 #           'PIPELINE' and
10373 #           'NF_VPPIP4' and
10374 #           'IMIX' and
10375 #           '2T1C' and
10376 #           'NDRPDR'"
10377 #  parameters:
10378 #  - "throughput"
10379 #  - "name"
10380 #  - "tags"
10381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10382 #  x-axis: "X = CNFs per Service Pipeline"
10383 #  y-axis: "Y = Number of Service Pipelines"
10384 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10385 #  layout:
10386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10387 #    layout: "plot-service-density"
10388 #
10389 #- type: "plot"
10390 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10391 #  algorithm: "plot_nf_heatmap"
10392 #  output-file-type: ".html"
10393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10394 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10395 #  filter: "'NIC_Intel-XXV710' and
10396 #           'NF_DENSITY' and
10397 #           'DOCKER' and
10398 #           'PIPELINE' and
10399 #           'NF_VPPIP4' and
10400 #           'IMIX' and
10401 #           '4T2C' and
10402 #           'NDRPDR'"
10403 #  parameters:
10404 #  - "throughput"
10405 #  - "name"
10406 #  - "tags"
10407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10408 #  x-axis: "X = CNFs per Service Pipeline"
10409 #  y-axis: "Y = Number of Service Pipelines"
10410 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10411 #  layout:
10412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10413 #    layout: "plot-service-density"
10414 #
10415 #- type: "plot"
10416 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10417 #  algorithm: "plot_nf_heatmap"
10418 #  output-file-type: ".html"
10419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10420 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10421 #  filter: "'NIC_Intel-XXV710' and
10422 #           'NF_DENSITY' and
10423 #           'DOCKER' and
10424 #           'PIPELINE' and
10425 #           'NF_VPPIP4' and
10426 #           'IMIX' and
10427 #           '8T4C' and
10428 #           'NDRPDR'"
10429 #  parameters:
10430 #  - "throughput"
10431 #  - "name"
10432 #  - "tags"
10433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10434 #  x-axis: "X = CNFs per Service Pipeline"
10435 #  y-axis: "Y = Number of Service Pipelines"
10436 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10437 #  layout:
10438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10439 #    layout: "plot-service-density"
10440
10441 ################################################################################
10442
10443 # Packet Throughput
10444
10445 #- type: "plot"
10446 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10447 #  algorithm: "plot_perf_box_name"
10448 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10449 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10450 #  include:
10451 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10452 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10453 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10454 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10455 #  layout:
10456 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10457 #    layout: "plot-throughput"
10458 #
10459 #- type: "plot"
10460 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10461 #  algorithm: "plot_perf_box_name"
10462 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10464 #  include:
10465 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10466 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10467 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10468 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10469 #  layout:
10470 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10471 #    layout: "plot-throughput"
10472 #
10473 #- type: "plot"
10474 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10475 #  algorithm: "plot_perf_box_name"
10476 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10477 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10478 #  include:
10479 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10480 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10481 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10482 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10483 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10484 #  layout:
10485 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10486 #    layout: "plot-throughput"
10487 #
10488 #- type: "plot"
10489 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10490 #  algorithm: "plot_perf_box_name"
10491 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10492 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10493 #  include:
10494 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10495 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10496 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10497 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10499 #  layout:
10500 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10501 #    layout: "plot-throughput"
10502
10503 - type: "plot"
10504   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10505   algorithm: "plot_perf_box_name"
10506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10508   include:
10509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10514   layout:
10515     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10516     layout: "plot-throughput"
10517
10518 - type: "plot"
10519   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10520   algorithm: "plot_perf_box_name"
10521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10523   include:
10524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10529   layout:
10530     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10531     layout: "plot-throughput"
10532
10533 #- type: "plot"
10534 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10535 #  algorithm: "plot_perf_box_name"
10536 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10537 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10538 #  include:
10539 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10540 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10541 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10544 #  layout:
10545 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10546 #    layout: "plot-throughput"
10547 #
10548 #- type: "plot"
10549 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10550 #  algorithm: "plot_perf_box_name"
10551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10553 #  include:
10554 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10555 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10556 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10559 #  layout:
10560 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10561 #    layout: "plot-throughput"
10562 #
10563 #- type: "plot"
10564 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10565 #  algorithm: "plot_perf_box_name"
10566 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10567 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10568 #  include:
10569 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10570 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10571 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10572 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10573 #  layout:
10574 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10575 #    layout: "plot-throughput"
10576 #
10577 #- type: "plot"
10578 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10579 #  algorithm: "plot_perf_box_name"
10580 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10581 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10582 #  include:
10583 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10584 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10585 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10586 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10587 #  layout:
10588 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10589 #    layout: "plot-throughput"
10590 #
10591 #- type: "plot"
10592 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10593 #  algorithm: "plot_perf_box_name"
10594 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10595 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10596 #  include:
10597 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10598 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10599 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10600 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10601 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10602 #  layout:
10603 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10604 #    layout: "plot-throughput"
10605 #
10606 #- type: "plot"
10607 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10608 #  algorithm: "plot_perf_box_name"
10609 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10610 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10611 #  include:
10612 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10613 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10614 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10615 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10616 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10617 #  layout:
10618 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10619 #    layout: "plot-throughput"
10620 #
10621 #- type: "plot"
10622 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10623 #  algorithm: "plot_perf_box_name"
10624 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10625 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10626 #  include:
10627 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10628 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10629 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10630 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10631 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10633 #  layout:
10634 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10635 #    layout: "plot-throughput"
10636 #
10637 #- type: "plot"
10638 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10639 #  algorithm: "plot_perf_box_name"
10640 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10641 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10642 #  include:
10643 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10644 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10645 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10646 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10649 #  layout:
10650 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10651 #    layout: "plot-throughput"
10652
10653 - type: "plot"
10654   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10655   algorithm: "plot_perf_box_name"
10656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10658   include:
10659     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10660     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10661     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10662   layout:
10663     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10664     layout: "plot-throughput"
10665
10666 - type: "plot"
10667   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10668   algorithm: "plot_perf_box_name"
10669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10671   include:
10672     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10673     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10674     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10675   layout:
10676     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10677     layout: "plot-throughput"
10678
10679 #- type: "plot"
10680 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10681 #  algorithm: "plot_perf_box_name"
10682 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10683 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10684 #  include:
10685 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10686 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10687 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10688 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10689 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10690 #  layout:
10691 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10692 #    layout: "plot-throughput"
10693 #
10694 #- type: "plot"
10695 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10696 #  algorithm: "plot_perf_box_name"
10697 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10698 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10699 #  include:
10700 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10701 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10702 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10703 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10704 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10705 #  layout:
10706 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10707 #    layout: "plot-throughput"
10708 #
10709 #- type: "plot"
10710 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10711 #  algorithm: "plot_perf_box_name"
10712 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10713 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10714 #  include:
10715 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10716 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10717 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10718 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10719 #  layout:
10720 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10721 #    layout: "plot-throughput"
10722 #
10723 #- type: "plot"
10724 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10725 #  algorithm: "plot_perf_box_name"
10726 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10727 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10728 #  include:
10729 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10730 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10731 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10732 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10733 #  layout:
10734 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10735 #    layout: "plot-throughput"
10736 #
10737 #- type: "plot"
10738 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10739 #  algorithm: "plot_perf_box_name"
10740 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10741 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10742 #  include:
10743 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10744 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10745 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10746 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10747 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10748 #  layout:
10749 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10750 #    layout: "plot-throughput"
10751 #
10752 #- type: "plot"
10753 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10754 #  algorithm: "plot_perf_box_name"
10755 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10756 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10757 #  include:
10758 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10759 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10760 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10761 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10762 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10763 #  layout:
10764 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10765 #    layout: "plot-throughput"
10766 #
10767 #- type: "plot"
10768 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10769 #  algorithm: "plot_perf_box_name"
10770 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10771 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10772 #  include:
10773 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10774 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10775 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10776 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10777 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10779 #  layout:
10780 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10781 #    layout: "plot-throughput"
10782 #
10783 #- type: "plot"
10784 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10785 #  algorithm: "plot_perf_box_name"
10786 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10787 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10788 #  include:
10789 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10790 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10791 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10792 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10795 #  layout:
10796 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10797 #    layout: "plot-throughput"
10798
10799 - type: "plot"
10800   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10801   algorithm: "plot_perf_box_name"
10802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10804   include:
10805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10810   layout:
10811     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10812     layout: "plot-throughput"
10813
10814 - type: "plot"
10815   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10816   algorithm: "plot_perf_box_name"
10817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10819   include:
10820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10825   layout:
10826     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10827     layout: "plot-throughput"
10828
10829 - type: "plot"
10830   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10831   algorithm: "plot_perf_box_name"
10832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10834   include:
10835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10841   layout:
10842     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10843     layout: "plot-throughput"
10844
10845 - type: "plot"
10846   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10847   algorithm: "plot_perf_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10850   include:
10851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10857   layout:
10858     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10859     layout: "plot-throughput"
10860
10861 - type: "plot"
10862   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10863   algorithm: "plot_perf_box_name"
10864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10866   include:
10867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10872   layout:
10873     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10874     layout: "plot-throughput"
10875
10876 - type: "plot"
10877   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10878   algorithm: "plot_perf_box_name"
10879   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10880   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10881   include:
10882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10887   layout:
10888     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10893   algorithm: "plot_perf_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10895   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10896   include:
10897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10903   layout:
10904     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10909   algorithm: "plot_perf_box_name"
10910   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10911   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10912   include:
10913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10919   layout:
10920     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10921     layout: "plot-throughput"
10922
10923 - type: "plot"
10924   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10925   algorithm: "plot_perf_box_name"
10926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10928   include:
10929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10934   layout:
10935     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10940   algorithm: "plot_perf_box_name"
10941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10943   include:
10944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10949   layout:
10950     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10951     layout: "plot-throughput"
10952
10953 - type: "plot"
10954   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10955   algorithm: "plot_perf_box_name"
10956   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10957   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10958   include:
10959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10965   layout:
10966     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10974   include:
10975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10981   layout:
10982     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10990   include:
10991     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10993   layout:
10994     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10995     layout: "plot-throughput"
10996
10997 - type: "plot"
10998   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10999   algorithm: "plot_perf_box_name"
11000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11002   include:
11003     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11005   layout:
11006     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11007     layout: "plot-throughput"
11008
11009 #- type: "plot"
11010 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11011 #  algorithm: "plot_perf_box_name"
11012 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11013 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11014 #  include:
11015 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11016 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11017 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11018 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11019 #  layout:
11020 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11021 #    layout: "plot-throughput"
11022 #
11023 #- type: "plot"
11024 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11025 #  algorithm: "plot_perf_box_name"
11026 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11027 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11028 #  include:
11029 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11030 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11031 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11032 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11033 #  layout:
11034 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11035 #    layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11047   layout:
11048     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11049     layout: "plot-throughput"
11050
11051 - type: "plot"
11052   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11053   algorithm: "plot_perf_box_name"
11054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11056   include:
11057     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11061   layout:
11062     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11075   layout:
11076     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11077     layout: "plot-throughput"
11078
11079 - type: "plot"
11080   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11081   algorithm: "plot_perf_box_name"
11082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11084   include:
11085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11089   layout:
11090     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11091     layout: "plot-throughput"
11092
11093 #- type: "plot"
11094 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11095 #  algorithm: "plot_perf_box_name"
11096 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11097 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098 #  include:
11099 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11100 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11101 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11102 #  layout:
11103 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11104 #    layout: "plot-throughput"
11105 #
11106 #- type: "plot"
11107 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11108 #  algorithm: "plot_perf_box_name"
11109 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11110 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11111 #  include:
11112 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11113 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11114 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11115 #  layout:
11116 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11117 #    layout: "plot-throughput"
11118 #
11119 #- type: "plot"
11120 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11121 #  algorithm: "plot_perf_box_name"
11122 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11123 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11124 #  include:
11125 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11126 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11127 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11128 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11130 #  layout:
11131 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11132 #    layout: "plot-throughput"
11133 #
11134 #- type: "plot"
11135 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11136 #  algorithm: "plot_perf_box_name"
11137 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11138 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11139 #  include:
11140 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11141 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11142 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11143 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11144 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11145 #  layout:
11146 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11147 #    layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11154   include:
11155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11158   layout:
11159     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11160     layout: "plot-throughput"
11161
11162 - type: "plot"
11163   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11164   algorithm: "plot_perf_box_name"
11165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11167   include:
11168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11171   layout:
11172     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11173     layout: "plot-throughput"
11174
11175 #- type: "plot"
11176 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11177 #  algorithm: "plot_perf_box_name"
11178 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11179 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11180 #  include:
11181 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11182 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11183 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11184 #  layout:
11185 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11186 #    layout: "plot-throughput"
11187 #
11188 #- type: "plot"
11189 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11190 #  algorithm: "plot_perf_box_name"
11191 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11192 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11193 #  include:
11194 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11195 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11196 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11197 #  layout:
11198 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11199 #    layout: "plot-throughput"
11200 #
11201 #- type: "plot"
11202 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11203 #  algorithm: "plot_perf_box_name"
11204 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11205 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11206 #  include:
11207 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11209 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11210 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11211 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11212 #  layout:
11213 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11214 #    layout: "plot-throughput"
11215 #
11216 #- type: "plot"
11217 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11218 #  algorithm: "plot_perf_box_name"
11219 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11220 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11221 #  include:
11222 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11223 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11224 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11225 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11226 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11227 #  layout:
11228 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11229 #    layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11235   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11236   include:
11237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11242   layout:
11243     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11251   include:
11252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11257   layout:
11258     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11259     layout: "plot-throughput"
11260
11261 - type: "plot"
11262   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11263   algorithm: "plot_perf_box_name"
11264   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11265   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11266   include:
11267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11272   layout:
11273     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11274     layout: "plot-throughput"
11275
11276 - type: "plot"
11277   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11278   algorithm: "plot_perf_box_name"
11279   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11280   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11281   include:
11282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11287   layout:
11288     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11289     layout: "plot-throughput"
11290
11291 - type: "plot"
11292   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11293   algorithm: "plot_perf_box_name"
11294   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11295   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11296   include:
11297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11302   layout:
11303     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11304     layout: "plot-throughput"
11305
11306 - type: "plot"
11307   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11308   algorithm: "plot_perf_box_name"
11309   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11310   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11311   include:
11312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11317   layout:
11318     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11326   include:
11327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11333   layout:
11334     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11342   include:
11343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11349   layout:
11350     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11358   include:
11359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11363   layout:
11364     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11369   algorithm: "plot_perf_box_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11372   include:
11373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11377   layout:
11378     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11379     layout: "plot-throughput"
11380
11381 #- type: "plot"
11382 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11383 #  algorithm: "plot_perf_box_name"
11384 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11385 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11386 #  include:
11387 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11388 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11389 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11390 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11391 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11392 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11393 #  layout:
11394 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11395 #    layout: "plot-throughput"
11396 #
11397 #- type: "plot"
11398 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11399 #  algorithm: "plot_perf_box_name"
11400 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11401 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11402 #  include:
11403 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11404 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11405 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11406 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11409 #  layout:
11410 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11411 #    layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11418   include:
11419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11420 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11422 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11425   layout:
11426     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11434   include:
11435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11436 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441   layout:
11442     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11450   include:
11451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11457   layout:
11458     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11466   include:
11467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11473   layout:
11474     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11475     layout: "plot-throughput"
11476
11477 #- type: "plot"
11478 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11479 #  algorithm: "plot_perf_box_name"
11480 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11481 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11482 #  include:
11483 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11484 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11485 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11486 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11487 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11488 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11489 #  layout:
11490 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11491 #    layout: "plot-throughput"
11492 #
11493 #- type: "plot"
11494 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11495 #  algorithm: "plot_perf_box_name"
11496 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11497 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11498 #  include:
11499 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11500 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11501 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11505 #  layout:
11506 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11507 #    layout: "plot-throughput"
11508 #
11509 #- type: "plot"
11510 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11511 #  algorithm: "plot_perf_box_name"
11512 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514 #  include:
11515 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11519 #  layout:
11520 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11521 #    layout: "plot-throughput"
11522 #
11523 #- type: "plot"
11524 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11525 #  algorithm: "plot_perf_box_name"
11526 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11528 #  include:
11529 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11530 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11531 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11533 #  layout:
11534 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11535 #    layout: "plot-throughput"
11536 #
11537 #- type: "plot"
11538 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11539 #  algorithm: "plot_perf_box_name"
11540 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11542 #  include:
11543 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11544 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11545 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11546 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11547 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11548 #  layout:
11549 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11550 #    layout: "plot-throughput"
11551 #
11552 #- type: "plot"
11553 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11554 #  algorithm: "plot_perf_box_name"
11555 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11556 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11557 #  include:
11558 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11559 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11560 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11561 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11562 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11563 #  layout:
11564 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11565 #    layout: "plot-throughput"
11566 #
11567 #- type: "plot"
11568 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11569 #  algorithm: "plot_perf_box_name"
11570 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11571 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11572 #  include:
11573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11574 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11575 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11576 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11577 #  layout:
11578 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11579 #    layout: "plot-throughput"
11580 #
11581 #- type: "plot"
11582 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11583 #  algorithm: "plot_perf_box_name"
11584 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11585 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11586 #  include:
11587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11588 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11589 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11590 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11591 #  layout:
11592 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11593 #    layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11600   include:
11601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11607   layout:
11608     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11616   include:
11617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11623   layout:
11624     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11625     layout: "plot-throughput"
11626
11627 #- type: "plot"
11628 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11629 #  algorithm: "plot_perf_box_name"
11630 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11631 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11632 #  include:
11633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11638 #  layout:
11639 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11640 #    layout: "plot-throughput"
11641 #
11642 #- type: "plot"
11643 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11644 #  algorithm: "plot_perf_box_name"
11645 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11646 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11647 #  include:
11648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11653 #  layout:
11654 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11655 #    layout: "plot-throughput"
11656 #
11657 #- type: "plot"
11658 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11659 #  algorithm: "plot_perf_box_name"
11660 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11661 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11662 #  include:
11663 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11664 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11665 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11666 #  layout:
11667 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11668 #    layout: "plot-throughput"
11669 #
11670 #- type: "plot"
11671 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11672 #  algorithm: "plot_perf_box_name"
11673 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11674 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11675 #  include:
11676 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11677 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11678 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11679 #  layout:
11680 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11681 #    layout: "plot-throughput"
11682 #
11683 #- type: "plot"
11684 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11685 #  algorithm: "plot_perf_box_name"
11686 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11687 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11688 #  include:
11689 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11690 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11691 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11692 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11693 #  layout:
11694 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11695 #    layout: "plot-throughput"
11696 #
11697 #- type: "plot"
11698 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11699 #  algorithm: "plot_perf_box_name"
11700 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11701 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11702 #  include:
11703 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11704 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11705 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11706 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11707 #  layout:
11708 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11709 #    layout: "plot-throughput"
11710 #
11711 #- type: "plot"
11712 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11713 #  algorithm: "plot_perf_box_name"
11714 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11715 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716 #  include:
11717 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11718 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11719 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11720 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11721 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11722 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11723 #  layout:
11724 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11725 #    layout: "plot-throughput"
11726 #
11727 #- type: "plot"
11728 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11729 #  algorithm: "plot_perf_box_name"
11730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11732 #  include:
11733 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11734 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11735 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11736 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11737 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11738 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11739 #  layout:
11740 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11741 #    layout: "plot-throughput"
11742 #
11743 #- type: "plot"
11744 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11745 #  algorithm: "plot_perf_box_name"
11746 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11747 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11748 #  include:
11749 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11750 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11751 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11752 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11755 #  layout:
11756 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11757 #    layout: "plot-throughput"
11758 #
11759 #- type: "plot"
11760 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11761 #  algorithm: "plot_perf_box_name"
11762 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11763 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11764 #  include:
11765 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11766 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11767 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11771 #  layout:
11772 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11773 #    layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11780   include:
11781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11785   layout:
11786     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11787     layout: "plot-throughput"
11788
11789 - type: "plot"
11790   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11794   include:
11795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11799   layout:
11800     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11808   include:
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11815   layout:
11816     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11824   include:
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11831   layout:
11832     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11840   include:
11841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11847   layout:
11848     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11856   include:
11857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11863   layout:
11864     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11872   include:
11873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11877   layout:
11878     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11886   include:
11887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11891   layout:
11892     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11900   include:
11901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11907   layout:
11908     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11916   include:
11917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11923   layout:
11924     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11937   layout:
11938     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11946   include:
11947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11951   layout:
11952     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11960   include:
11961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11967   layout:
11968     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11976   include:
11977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11983   layout:
11984     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11992   include:
11993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11999   layout:
12000     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12008   include:
12009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12015   layout:
12016     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12024   include:
12025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12026     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12031   layout:
12032     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12040   include:
12041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12042     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12047   layout:
12048     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12049     layout: "plot-throughput"
12050
12051 #- type: "plot"
12052 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12053 #  algorithm: "plot_perf_box_name"
12054 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12055 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12056 #  include:
12057 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12058 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12059 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12060 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12061 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12062 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12063 #  layout:
12064 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12065 #    layout: "plot-throughput"
12066 #
12067 #- type: "plot"
12068 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12069 #  algorithm: "plot_perf_box_name"
12070 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12071 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12072 #  include:
12073 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12074 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12075 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12076 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12077 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12078 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12079 #  layout:
12080 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12081 #    layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12088   include:
12089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12090     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12095   layout:
12096     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12104   include:
12105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12111   layout:
12112     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12113     layout: "plot-throughput"
12114
12115 #- type: "plot"
12116 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12117 #  algorithm: "plot_perf_box_name"
12118 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12119 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12120 #  include:
12121 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12122 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12124 #  layout:
12125 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12126 #    layout: "plot-throughput"
12127 #
12128 #- type: "plot"
12129 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12130 #  algorithm: "plot_perf_box_name"
12131 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12132 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12133 #  include:
12134 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12135 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12136 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12137 #  layout:
12138 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12139 #    layout: "plot-throughput"
12140
12141 #- type: "plot"
12142 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12143 #  algorithm: "plot_perf_box_name"
12144 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12145 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12146 #  include:
12147 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12148 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12149 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12150 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12151 #  layout:
12152 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12153 #    layout: "plot-throughput"
12154 #
12155 #- type: "plot"
12156 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12157 #  algorithm: "plot_perf_box_name"
12158 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12159 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12160 #  include:
12161 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12163 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12164 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12165 #  layout:
12166 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12167 #    layout: "plot-throughput"
12168 #
12169 #- type: "plot"
12170 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12171 #  algorithm: "plot_perf_box_name"
12172 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12173 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12174 #  include:
12175 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12176 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12177 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12178 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12179 #  layout:
12180 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12181 #    layout: "plot-throughput"
12182 #
12183 #- type: "plot"
12184 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12185 #  algorithm: "plot_perf_box_name"
12186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12188 #  include:
12189 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12193 #  layout:
12194 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12195 #    layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12202   include:
12203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12207   layout:
12208     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12216   include:
12217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12218     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12221   layout:
12222     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12227   algorithm: "plot_perf_box_name"
12228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12230   include:
12231     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12232     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12233     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12235   layout:
12236     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12244   include:
12245     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12246     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12247     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12249   layout:
12250     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12251     layout: "plot-throughput"
12252
12253 #- type: "plot"
12254 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12255 #  algorithm: "plot_perf_box_name"
12256 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12257 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258 #  include:
12259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12260 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12261 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12262 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12263 #  layout:
12264 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12265 #    layout: "plot-throughput"
12266 #
12267 #- type: "plot"
12268 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12269 #  algorithm: "plot_perf_box_name"
12270 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12271 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272 #  include:
12273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12274 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12275 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12276 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12277 #  layout:
12278 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12279 #    layout: "plot-throughput"
12280 #
12281 #- type: "plot"
12282 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12283 #  algorithm: "plot_perf_box_name"
12284 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12285 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286 #  include:
12287 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12288 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12289 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12290 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12291 #  layout:
12292 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12293 #    layout: "plot-throughput"
12294 #
12295 #- type: "plot"
12296 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12297 #  algorithm: "plot_perf_box_name"
12298 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12299 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12300 #  include:
12301 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12302 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12303 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12304 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12305 #  layout:
12306 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12307 #    layout: "plot-throughput"
12308 #
12309 #- type: "plot"
12310 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12311 #  algorithm: "plot_perf_box_name"
12312 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12313 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12314 #  include:
12315 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12317 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12318 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12319 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12320 #  layout:
12321 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12322 #    layout: "plot-throughput"
12323 #
12324 #- type: "plot"
12325 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12326 #  algorithm: "plot_perf_box_name"
12327 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12328 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12329 #  include:
12330 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12331 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12332 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12333 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12334 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12335 #  layout:
12336 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12337 #    layout: "plot-throughput"
12338 #
12339 #- type: "plot"
12340 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12341 #  algorithm: "plot_perf_box_name"
12342 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12343 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12344 #  include:
12345 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12347 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12348 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12349 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12350 #  layout:
12351 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12352 #    layout: "plot-throughput"
12353 #
12354 #- type: "plot"
12355 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12356 #  algorithm: "plot_perf_box_name"
12357 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12358 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12359 #  include:
12360 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12361 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12362 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12363 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12364 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12365 #  layout:
12366 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12367 #    layout: "plot-throughput"
12368 #
12369 #- type: "plot"
12370 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12371 #  algorithm: "plot_perf_box_name"
12372 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12373 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12374 #  include:
12375 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12376 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12377 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12378 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12381 #  layout:
12382 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12383 #    layout: "plot-throughput"
12384 #
12385 #- type: "plot"
12386 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12387 #  algorithm: "plot_perf_box_name"
12388 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12389 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12390 #  include:
12391 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12392 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12393 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12394 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12397 #  layout:
12398 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12399 #    layout: "plot-throughput"
12400 #
12401 #- type: "plot"
12402 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12403 #  algorithm: "plot_perf_box_name"
12404 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12405 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12406 #  include:
12407 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12408 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12409 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #  layout:
12414 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12415 #    layout: "plot-throughput"
12416 #
12417 #- type: "plot"
12418 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12419 #  algorithm: "plot_perf_box_name"
12420 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12421 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12422 #  include:
12423 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12424 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #  layout:
12430 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12431 #    layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12438   include:
12439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12444   layout:
12445     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12453   include:
12454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12459   layout:
12460     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12461     layout: "plot-throughput"
12462
12463 #- type: "plot"
12464 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12465 #  algorithm: "plot_perf_box_name"
12466 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12467 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12468 #  include:
12469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12471 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12472 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12473 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12474 #  layout:
12475 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12476 #    layout: "plot-throughput"
12477 #
12478 #- type: "plot"
12479 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12480 #  algorithm: "plot_perf_box_name"
12481 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12482 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12483 #  include:
12484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12489 #  layout:
12490 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12491 #    layout: "plot-throughput"
12492
12493 #- type: "plot"
12494 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12495 #  algorithm: "plot_perf_box_name"
12496 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12497 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12498 #  include:
12499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12505 #  layout:
12506 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12507 #    layout: "plot-throughput"
12508 #
12509 #- type: "plot"
12510 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12511 #  algorithm: "plot_perf_box_name"
12512 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12513 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12514 #  include:
12515 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12521 #  layout:
12522 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12523 #    layout: "plot-throughput"
12524
12525 #- type: "plot"
12526 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12527 #  algorithm: "plot_perf_box_name"
12528 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12529 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530 #  include:
12531 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12532 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12533 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12534 #  layout:
12535 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12536 #    layout: "plot-throughput"
12537 #
12538 #- type: "plot"
12539 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12540 #  algorithm: "plot_perf_box_name"
12541 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543 #  include:
12544 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12547 #  layout:
12548 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12549 #    layout: "plot-throughput"
12550
12551 ################################################################################
12552
12553 # Packet Speedup
12554
12555 #- type: "plot"
12556 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12557 #  algorithm: "plot_tsa_name"
12558 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12560 #  include:
12561 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12565 #  layout:
12566 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12567 #    layout: "plot-throughput-speedup-analysis"
12568 #
12569 #- type: "plot"
12570 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12571 #  algorithm: "plot_tsa_name"
12572 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12574 #  include:
12575 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12576 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12577 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12579 #  layout:
12580 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12581 #    layout: "plot-throughput-speedup-analysis"
12582 #
12583 #- type: "plot"
12584 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12585 #  algorithm: "plot_tsa_name"
12586 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12587 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12588 #  include:
12589 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12590 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12591 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12594 #  layout:
12595 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12596 #    layout: "plot-throughput-speedup-analysis"
12597 #
12598 #- type: "plot"
12599 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12600 #  algorithm: "plot_tsa_name"
12601 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12602 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603 #  include:
12604 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12609 #  layout:
12610 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12611 #    layout: "plot-throughput-speedup-analysis"
12612 #
12613 #- type: "plot"
12614 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12615 #  algorithm: "plot_tsa_name"
12616 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12617 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12618 #  include:
12619 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12624 #  layout:
12625 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12626 #    layout: "plot-throughput-speedup-analysis"
12627 #
12628 #- type: "plot"
12629 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12630 #  algorithm: "plot_tsa_name"
12631 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12632 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12633 #  include:
12634 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12635 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12639 #  layout:
12640 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12641 #    layout: "plot-throughput-speedup-analysis"
12642 #
12643 #- type: "plot"
12644 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12645 #  algorithm: "plot_tsa_name"
12646 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12647 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12648 #  include:
12649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12653 #  layout:
12654 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12655 #    layout: "plot-throughput-speedup-analysis"
12656 #
12657 #- type: "plot"
12658 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12659 #  algorithm: "plot_tsa_name"
12660 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12661 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12662 #  include:
12663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12667 #  layout:
12668 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12669 #    layout: "plot-throughput-speedup-analysis"
12670 #
12671 #- type: "plot"
12672 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12673 #  algorithm: "plot_tsa_name"
12674 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12676 #  include:
12677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12682 #  layout:
12683 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12684 #    layout: "plot-throughput-speedup-analysis"
12685 #
12686 #- type: "plot"
12687 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12688 #  algorithm: "plot_tsa_name"
12689 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12691 #  include:
12692 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12697 #  layout:
12698 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12699 #    layout: "plot-throughput-speedup-analysis"
12700 #
12701 #- type: "plot"
12702 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12703 #  algorithm: "plot_tsa_name"
12704 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12705 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12706 #  include:
12707 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12709 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12713 #  layout:
12714 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12715 #    layout: "plot-throughput-speedup-analysis"
12716 #
12717 #- type: "plot"
12718 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12719 #  algorithm: "plot_tsa_name"
12720 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12721 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12722 #  include:
12723 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12724 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12725 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12726 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12729 #  layout:
12730 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12731 #    layout: "plot-throughput-speedup-analysis"
12732
12733 - type: "plot"
12734   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12735   algorithm: "plot_tsa_name"
12736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12738   include:
12739     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12742   layout:
12743     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12744     layout: "plot-throughput-speedup-analysis"
12745
12746 - type: "plot"
12747   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12748   algorithm: "plot_tsa_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12751   include:
12752     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12755   layout:
12756     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12757     layout: "plot-throughput-speedup-analysis"
12758
12759 #- type: "plot"
12760 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12761 #  algorithm: "plot_tsa_name"
12762 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12763 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12764 #  include:
12765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12768 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12770 #  layout:
12771 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12772 #    layout: "plot-throughput-speedup-analysis"
12773 #
12774 #- type: "plot"
12775 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12776 #  algorithm: "plot_tsa_name"
12777 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12778 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12779 #  include:
12780 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12781 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12782 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12783 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12784 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12785 #  layout:
12786 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12787 #    layout: "plot-throughput-speedup-analysis"
12788 #
12789 #- type: "plot"
12790 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12791 #  algorithm: "plot_tsa_name"
12792 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12793 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794 #  include:
12795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12799 #  layout:
12800 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12801 #    layout: "plot-throughput-speedup-analysis"
12802 #
12803 #- type: "plot"
12804 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12805 #  algorithm: "plot_tsa_name"
12806 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12807 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808 #  include:
12809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12813 #  layout:
12814 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12815 #    layout: "plot-throughput-speedup-analysis"
12816 #
12817 #- type: "plot"
12818 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12819 #  algorithm: "plot_tsa_name"
12820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12822 #  include:
12823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12826 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12828 #  layout:
12829 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12830 #    layout: "plot-throughput-speedup-analysis"
12831 #
12832 #- type: "plot"
12833 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12834 #  algorithm: "plot_tsa_name"
12835 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12837 #  include:
12838 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12843 #  layout:
12844 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12845 #    layout: "plot-throughput-speedup-analysis"
12846 #
12847 #- type: "plot"
12848 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12849 #  algorithm: "plot_tsa_name"
12850 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12851 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12852 #  include:
12853 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12854 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12855 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12859 #  layout:
12860 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12861 #    layout: "plot-throughput-speedup-analysis"
12862 #
12863 #- type: "plot"
12864 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12865 #  algorithm: "plot_tsa_name"
12866 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12867 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12868 #  include:
12869 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12870 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12871 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12875 #  layout:
12876 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12877 #    layout: "plot-throughput-speedup-analysis"
12878
12879 - type: "plot"
12880   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12881   algorithm: "plot_tsa_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12884   include:
12885     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12887   layout:
12888     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12889     layout: "plot-throughput-speedup-analysis"
12890
12891 - type: "plot"
12892   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12893   algorithm: "plot_tsa_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12896   include:
12897     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12899   layout:
12900     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12901     layout: "plot-throughput-speedup-analysis"
12902
12903 #- type: "plot"
12904 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12905 #  algorithm: "plot_tsa_name"
12906 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12907 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12908 #  include:
12909 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12910 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12911 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12912 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12913 #  layout:
12914 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12915 #    layout: "plot-throughput-speedup-analysis"
12916 #
12917 #- type: "plot"
12918 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12919 #  algorithm: "plot_tsa_name"
12920 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12921 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922 #  include:
12923 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12924 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12925 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12926 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12927 #  layout:
12928 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12929 #    layout: "plot-throughput-speedup-analysis"
12930 #
12931 #- type: "plot"
12932 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12933 #  algorithm: "plot_tsa_name"
12934 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12935 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12936 #  include:
12937 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12939 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12940 #  layout:
12941 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12942 #    layout: "plot-throughput-speedup-analysis"
12943 #
12944 #- type: "plot"
12945 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12946 #  algorithm: "plot_tsa_name"
12947 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12948 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12949 #  include:
12950 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12952 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12953 #  layout:
12954 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12955 #    layout: "plot-throughput-speedup-analysis"
12956 #
12957 #- type: "plot"
12958 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12959 #  algorithm: "plot_tsa_name"
12960 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12961 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12962 #  include:
12963 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12966 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12967 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12968 #  layout:
12969 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12970 #    layout: "plot-throughput-speedup-analysis"
12971 #
12972 #- type: "plot"
12973 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12974 #  algorithm: "plot_tsa_name"
12975 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12976 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12977 #  include:
12978 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12979 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12980 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12983 #  layout:
12984 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12985 #    layout: "plot-throughput-speedup-analysis"
12986
12987 - type: "plot"
12988   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12989   algorithm: "plot_tsa_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12992   include:
12993     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12994     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12995     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12996   layout:
12997     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12998     layout: "plot-throughput-speedup-analysis"
12999
13000 - type: "plot"
13001   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13002   algorithm: "plot_tsa_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13005   include:
13006     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13007     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13008     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13009   layout:
13010     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13011     layout: "plot-throughput-speedup-analysis"
13012
13013 #- type: "plot"
13014 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13015 #  algorithm: "plot_tsa_name"
13016 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13017 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018 #  include:
13019 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13020 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13021 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13022 #  layout:
13023 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13024 #    layout: "plot-throughput-speedup-analysis"
13025 #
13026 #- type: "plot"
13027 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13028 #  algorithm: "plot_tsa_name"
13029 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13030 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13031 #  include:
13032 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13033 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13034 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13035 #  layout:
13036 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13037 #    layout: "plot-throughput-speedup-analysis"
13038 #
13039 #- type: "plot"
13040 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13041 #  algorithm: "plot_tsa_name"
13042 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13043 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044 #  include:
13045 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13048 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13049 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13050 #  layout:
13051 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13052 #    layout: "plot-throughput-speedup-analysis"
13053 #
13054 #- type: "plot"
13055 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13056 #  algorithm: "plot_tsa_name"
13057 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13058 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059 #  include:
13060 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13061 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13063 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13064 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13065 #  layout:
13066 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13067 #    layout: "plot-throughput-speedup-analysis"
13068
13069 - type: "plot"
13070   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13071   algorithm: "plot_tsa_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13074   include:
13075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081   layout:
13082     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13083     layout: "plot-throughput-speedup-analysis"
13084
13085 - type: "plot"
13086   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13087   algorithm: "plot_tsa_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13090   include:
13091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097   layout:
13098     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13099     layout: "plot-throughput-speedup-analysis"
13100
13101 - type: "plot"
13102   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13103   algorithm: "plot_tsa_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13106   include:
13107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111   layout:
13112     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13113     layout: "plot-throughput-speedup-analysis"
13114
13115 - type: "plot"
13116   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13117   algorithm: "plot_tsa_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13120   include:
13121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13125   layout:
13126     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13127     layout: "plot-throughput-speedup-analysis"
13128
13129 #- type: "plot"
13130 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13131 #  algorithm: "plot_tsa_name"
13132 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13133 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13134 #  include:
13135 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13136 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13137 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13139 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13140 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141 #  layout:
13142 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13143 #    layout: "plot-throughput-speedup-analysis"
13144 #
13145 #- type: "plot"
13146 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13147 #  algorithm: "plot_tsa_name"
13148 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13149 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13150 #  include:
13151 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13152 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13153 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13155 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13157 #  layout:
13158 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13159 #    layout: "plot-throughput-speedup-analysis"
13160 #
13161 #- type: "plot"
13162 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13163 #  algorithm: "plot_tsa_name"
13164 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13165 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13166 #  include:
13167 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13173 #  layout:
13174 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13175 #    layout: "plot-throughput-speedup-analysis"
13176 #
13177 #- type: "plot"
13178 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13179 #  algorithm: "plot_tsa_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13181 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13189 #  layout:
13190 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13191 #    layout: "plot-throughput-speedup-analysis"
13192 #
13193 #- type: "plot"
13194 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13195 #  algorithm: "plot_tsa_name"
13196 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13197 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13198 #  include:
13199 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13203 #  layout:
13204 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13205 #    layout: "plot-throughput-speedup-analysis"
13206 #
13207 #- type: "plot"
13208 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13209 #  algorithm: "plot_tsa_name"
13210 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13211 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13212 #  include:
13213 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13214 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13215 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13216 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13217 #  layout:
13218 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13219 #    layout: "plot-throughput-speedup-analysis"
13220 #
13221 #- type: "plot"
13222 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13223 #  algorithm: "plot_tsa_name"
13224 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13225 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13226 #  include:
13227 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13228 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13229 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13230 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13232 #  layout:
13233 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13234 #    layout: "plot-throughput-speedup-analysis"
13235 #
13236 #- type: "plot"
13237 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13238 #  algorithm: "plot_tsa_name"
13239 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13240 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13241 #  include:
13242 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13243 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13247 #  layout:
13248 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13249 #    layout: "plot-throughput-speedup-analysis"
13250 #
13251 #- type: "plot"
13252 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13253 #  algorithm: "plot_tsa_name"
13254 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13255 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13256 #  include:
13257 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13258 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13259 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13261 #  layout:
13262 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13263 #    layout: "plot-throughput-speedup-analysis"
13264 #
13265 #- type: "plot"
13266 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13267 #  algorithm: "plot_tsa_name"
13268 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13269 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13270 #  include:
13271 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13272 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13273 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13274 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13275 #  layout:
13276 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13277 #    layout: "plot-throughput-speedup-analysis"
13278
13279 - type: "plot"
13280   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13281   algorithm: "plot_tsa_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   include:
13285     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13291   layout:
13292     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13293     layout: "plot-throughput-speedup-analysis"
13294
13295 - type: "plot"
13296   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13297   algorithm: "plot_tsa_name"
13298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13300   include:
13301     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13307   layout:
13308     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13309     layout: "plot-throughput-speedup-analysis"
13310
13311 #- type: "plot"
13312 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13313 #  algorithm: "plot_tsa_name"
13314 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13315 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316 #  include:
13317 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13318 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13319 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13320 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13321 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13322 #  layout:
13323 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13324 #    layout: "plot-throughput-speedup-analysis"
13325 #
13326 #- type: "plot"
13327 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13328 #  algorithm: "plot_tsa_name"
13329 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13330 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13331 #  include:
13332 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13333 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13334 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13335 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13337 #  layout:
13338 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13339 #    layout: "plot-throughput-speedup-analysis"
13340 #
13341 #- type: "plot"
13342 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13343 #  algorithm: "plot_tsa_name"
13344 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13345 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13346 #  include:
13347 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13348 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13349 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13350 #  layout:
13351 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13352 #    layout: "plot-throughput-speedup-analysis"
13353 #
13354 #- type: "plot"
13355 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13356 #  algorithm: "plot_tsa_name"
13357 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13358 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359 #  include:
13360 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13361 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13362 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13363 #  layout:
13364 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13365 #    layout: "plot-throughput-speedup-analysis"
13366 #
13367 #- type: "plot"
13368 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13369 #  algorithm: "plot_tsa_name"
13370 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13371 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372 #  include:
13373 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13374 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13375 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13376 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13377 #  layout:
13378 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13379 #    layout: "plot-throughput-speedup-analysis"
13380 #
13381 #- type: "plot"
13382 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13383 #  algorithm: "plot_tsa_name"
13384 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13385 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386 #  include:
13387 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13388 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13389 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13390 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13391 #  layout:
13392 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13393 #    layout: "plot-throughput-speedup-analysis"
13394 #
13395 #- type: "plot"
13396 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13397 #  algorithm: "plot_tsa_name"
13398 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13399 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13400 #  include:
13401 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13402 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13403 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13404 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13405 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13406 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13407 #  layout:
13408 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13409 #    layout: "plot-throughput-speedup-analysis"
13410 #
13411 #- type: "plot"
13412 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13413 #  algorithm: "plot_tsa_name"
13414 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13415 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416 #  include:
13417 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13418 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13419 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13420 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13421 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13422 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13423 #  layout:
13424 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13425 #    layout: "plot-throughput-speedup-analysis"
13426 #
13427 #- type: "plot"
13428 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13429 #  algorithm: "plot_tsa_name"
13430 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13431 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13432 #  include:
13433 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13434 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13435 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13436 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13439 #  layout:
13440 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13441 #    layout: "plot-throughput-speedup-analysis"
13442 #
13443 #- type: "plot"
13444 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13445 #  algorithm: "plot_tsa_name"
13446 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13447 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13448 #  include:
13449 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13450 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13455 #  layout:
13456 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13457 #    layout: "plot-throughput-speedup-analysis"
13458
13459 - type: "plot"
13460   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13461   algorithm: "plot_tsa_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13464   include:
13465     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13466     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13467     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13468     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13469     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13470     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13471   layout:
13472     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13473     layout: "plot-throughput-speedup-analysis"
13474
13475 - type: "plot"
13476   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13477   algorithm: "plot_tsa_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13480   include:
13481     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13482     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13483     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13484     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13485     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13486     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13487   layout:
13488     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13489     layout: "plot-throughput-speedup-analysis"
13490
13491 #- type: "plot"
13492 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13493 #  algorithm: "plot_tsa_name"
13494 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13495 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496 #  include:
13497 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13503 #  layout:
13504 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13505 #    layout: "plot-throughput-speedup-analysis"
13506 #
13507 #- type: "plot"
13508 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13509 #  algorithm: "plot_tsa_name"
13510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13512 #  include:
13513 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13515 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13519 #  layout:
13520 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13521 #    layout: "plot-throughput-speedup-analysis"
13522 #
13523 #- type: "plot"
13524 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13525 #  algorithm: "plot_tsa_name"
13526 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13528 #  include:
13529 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13533 #  layout:
13534 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13535 #    layout: "plot-throughput-speedup-analysis"
13536 #
13537 #- type: "plot"
13538 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13539 #  algorithm: "plot_tsa_name"
13540 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13542 #  include:
13543 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13547 #  layout:
13548 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13549 #    layout: "plot-throughput-speedup-analysis"
13550 #
13551 #- type: "plot"
13552 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13553 #  algorithm: "plot_tsa_name"
13554 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556 #  include:
13557 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13561 #  layout:
13562 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13563 #    layout: "plot-throughput-speedup-analysis"
13564 #
13565 #- type: "plot"
13566 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13567 #  algorithm: "plot_tsa_name"
13568 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13569 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13570 #  include:
13571 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13575 #  layout:
13576 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13577 #    layout: "plot-throughput-speedup-analysis"
13578
13579 - type: "plot"
13580   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13581   algorithm: "plot_tsa_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13584   include:
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13589   layout:
13590     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13591     layout: "plot-throughput-speedup-analysis"
13592
13593 - type: "plot"
13594   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13595   algorithm: "plot_tsa_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13598   include:
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13603   layout:
13604     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13605     layout: "plot-throughput-speedup-analysis"
13606
13607 - type: "plot"
13608   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13609   algorithm: "plot_tsa_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13612   include:
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13617   layout:
13618     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13619     layout: "plot-throughput-speedup-analysis"
13620
13621 - type: "plot"
13622   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13623   algorithm: "plot_tsa_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13631   layout:
13632     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13633     layout: "plot-throughput-speedup-analysis"
13634
13635 #- type: "plot"
13636 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13637 #  algorithm: "plot_tsa_name"
13638 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13639 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13640 #  include:
13641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13645 #  layout:
13646 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13647 #    layout: "plot-throughput-speedup-analysis"
13648 #
13649 #- type: "plot"
13650 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13651 #  algorithm: "plot_tsa_name"
13652 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13653 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13654 #  include:
13655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659 #  layout:
13660 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13661 #    layout: "plot-throughput-speedup-analysis"
13662 #
13663 #- type: "plot"
13664 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13665 #  algorithm: "plot_tsa_name"
13666 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668 #  include:
13669 #    - "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"
13670 #    - "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"
13671 #    - "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"
13672 #    - "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"
13673 #  layout:
13674 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13675 #    layout: "plot-throughput-speedup-analysis"
13676 #
13677 #- type: "plot"
13678 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13679 #  algorithm: "plot_tsa_name"
13680 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13681 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13682 #  include:
13683 #    - "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"
13684 #    - "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"
13685 #    - "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"
13686 #    - "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"
13687 #  layout:
13688 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13689 #    layout: "plot-throughput-speedup-analysis"
13690 #
13691 #- type: "plot"
13692 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13693 #  algorithm: "plot_tsa_name"
13694 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13695 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696 #  include:
13697 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13699 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13700 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13701 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13702 #  layout:
13703 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13704 #    layout: "plot-throughput-speedup-analysis"
13705 #
13706 #- type: "plot"
13707 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13708 #  algorithm: "plot_tsa_name"
13709 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13710 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711 #  include:
13712 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13713 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13714 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13715 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13716 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13717 #  layout:
13718 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13719 #    layout: "plot-throughput-speedup-analysis"
13720 #
13721 #- type: "plot"
13722 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13723 #  algorithm: "plot_tsa_name"
13724 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13725 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726 #  include:
13727 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13728 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13729 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13731 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13732 #  layout:
13733 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13734 #    layout: "plot-throughput-speedup-analysis"
13735 #
13736 #- type: "plot"
13737 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13738 #  algorithm: "plot_tsa_name"
13739 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13740 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741 #  include:
13742 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13743 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13744 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13747 #  layout:
13748 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13749 #    layout: "plot-throughput-speedup-analysis"
13750 #
13751 #- type: "plot"
13752 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13753 #  algorithm: "plot_tsa_name"
13754 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13755 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13756 #  include:
13757 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13758 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13759 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13760 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13763 #  layout:
13764 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13765 #    layout: "plot-throughput-speedup-analysis"
13766 #
13767 #- type: "plot"
13768 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13769 #  algorithm: "plot_tsa_name"
13770 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13771 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13772 #  include:
13773 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13774 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779 #  layout:
13780 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13781 #    layout: "plot-throughput-speedup-analysis"
13782 #
13783 #- type: "plot"
13784 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13785 #  algorithm: "plot_tsa_name"
13786 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13787 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13788 #  include:
13789 #    - "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"
13790 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792 #    - "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"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #  layout:
13796 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13797 #    layout: "plot-throughput-speedup-analysis"
13798 #
13799 #- type: "plot"
13800 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13801 #  algorithm: "plot_tsa_name"
13802 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13803 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13804 #  include:
13805 #    - "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"
13806 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808 #    - "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"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811 #  layout:
13812 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13813 #    layout: "plot-throughput-speedup-analysis"
13814 #
13815 #- type: "plot"
13816 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13817 #  algorithm: "plot_tsa_name"
13818 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13819 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820 #  include:
13821 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13824 #  layout:
13825 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13826 #    layout: "plot-throughput-speedup-analysis"
13827 #
13828 #- type: "plot"
13829 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13830 #  algorithm: "plot_tsa_name"
13831 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13832 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13833 #  include:
13834 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13837 #  layout:
13838 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13839 #    layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13846   include:
13847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13852   layout:
13853     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 - type: "plot"
13857   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13858   algorithm: "plot_tsa_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13861   include:
13862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13863     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13867   layout:
13868     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13869     layout: "plot-throughput-speedup-analysis"
13870
13871 - type: "plot"
13872   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13873   algorithm: "plot_tsa_name"
13874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13876   include:
13877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13882   layout:
13883     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13884     layout: "plot-throughput-speedup-analysis"
13885
13886 - type: "plot"
13887   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13888   algorithm: "plot_tsa_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13891   include:
13892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13897   layout:
13898     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13899     layout: "plot-throughput-speedup-analysis"
13900
13901 - type: "plot"
13902   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13903   algorithm: "plot_tsa_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13906   include:
13907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13913   layout:
13914     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13929   layout:
13930     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13938   include:
13939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13943   layout:
13944     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13952   include:
13953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13957   layout:
13958     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13959     layout: "plot-throughput-speedup-analysis"
13960
13961 - type: "plot"
13962   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13963   algorithm: "plot_tsa_name"
13964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13966   include:
13967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13972   layout:
13973     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13981   include:
13982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13987   layout:
13988     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13996   include:
13997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14003   layout:
14004     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14005     layout: "plot-throughput-speedup-analysis"
14006
14007 - type: "plot"
14008   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14009   algorithm: "plot_tsa_name"
14010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14012   include:
14013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14019   layout:
14020     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14028   include:
14029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14033   layout:
14034     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14042   include:
14043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14047   layout:
14048     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14056   include:
14057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14063   layout:
14064     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14072   include:
14073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14079   layout:
14080     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14081     layout: "plot-throughput-speedup-analysis"
14082
14083 - type: "plot"
14084   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14085   algorithm: "plot_tsa_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14088   include:
14089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14095   layout:
14096     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14104   include:
14105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14111   layout:
14112     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14120   include:
14121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14127   layout:
14128     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14136   include:
14137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14143   layout:
14144     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14152   include:
14153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158   layout:
14159     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14167   include:
14168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173   layout:
14174     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 #- type: "plot"
14178 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14179 #  algorithm: "plot_tsa_name"
14180 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14181 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14182 #  include:
14183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14186 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14188 #  layout:
14189 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14190 #    layout: "plot-throughput-speedup-analysis"
14191 #
14192 #- type: "plot"
14193 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14194 #  algorithm: "plot_tsa_name"
14195 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14196 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14197 #  include:
14198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14203 #  layout:
14204 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14205 #    layout: "plot-throughput-speedup-analysis"
14206
14207 #- type: "plot"
14208 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14209 #  algorithm: "plot_tsa_name"
14210 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14211 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14212 #  include:
14213 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14214 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14215 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219 #  layout:
14220 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14221 #    layout: "plot-throughput-speedup-analysis"
14222 #
14223 #- type: "plot"
14224 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14225 #  algorithm: "plot_tsa_name"
14226 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14227 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14228 #  include:
14229 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14235 #  layout:
14236 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14237 #    layout: "plot-throughput-speedup-analysis"
14238
14239 - type: "plot"
14240   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14241   algorithm: "plot_tsa_name"
14242   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14243   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14244   include:
14245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14250   layout:
14251     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14259   include:
14260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14265   layout:
14266     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14274   include:
14275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14281   layout:
14282     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14290   include:
14291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14297   layout:
14298     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14306   include:
14307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14312   layout:
14313     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14314     layout: "plot-throughput-speedup-analysis"
14315
14316 - type: "plot"
14317   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14318   algorithm: "plot_tsa_name"
14319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14321   include:
14322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14327   layout:
14328     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14329     layout: "plot-throughput-speedup-analysis"
14330
14331 - type: "plot"
14332   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14333   algorithm: "plot_tsa_name"
14334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14336   include:
14337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14341   layout:
14342     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14343     layout: "plot-throughput-speedup-analysis"
14344
14345 - type: "plot"
14346   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14347   algorithm: "plot_tsa_name"
14348   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14349   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14350   include:
14351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14355   layout:
14356     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14364   include:
14365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14371   layout:
14372     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14380   include:
14381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14387   layout:
14388     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14396   include:
14397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14402   layout:
14403     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14411   include:
14412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14417   layout:
14418     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14426   include:
14427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14433   layout:
14434     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14442   include:
14443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14449   layout:
14450     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14458   include:
14459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14463   layout:
14464     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14472   include:
14473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14477   layout:
14478     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14486   include:
14487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14492   layout:
14493     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14501   include:
14502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14507   layout:
14508     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14516   include:
14517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14523   layout:
14524     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14532   include:
14533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14539   layout:
14540     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14548   include:
14549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14553   layout:
14554     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14562   include:
14563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14567   layout:
14568     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14569     layout: "plot-throughput-speedup-analysis"
14570
14571 - type: "plot"
14572   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14573   algorithm: "plot_tsa_name"
14574   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14575   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14576   include:
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14583   layout:
14584     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14592   include:
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14599   layout:
14600     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14608   include:
14609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14615   layout:
14616     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14624   include:
14625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14631   layout:
14632     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 #- type: "plot"
14636 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14637 #  algorithm: "plot_tsa_name"
14638 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14639 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14640 #  include:
14641 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14642 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14643 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14644 #  layout:
14645 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14646 #    layout: "plot-throughput-speedup-analysis"
14647 #
14648 #- type: "plot"
14649 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14650 #  algorithm: "plot_tsa_name"
14651 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14652 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14653 #  include:
14654 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14655 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14656 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14657 #  layout:
14658 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14659 #    layout: "plot-throughput-speedup-analysis"
14660
14661 ################################################################################
14662
14663 # Packet Throughput - DPDK
14664
14665 # 2n-skx-xxv710
14666
14667 #- type: "plot"
14668 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14669 #  algorithm: "plot_perf_box_name"
14670 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14671 #  data: "plot-dpdk-throughput-latency-2n-skx"
14672 #  include:
14673 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14674 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14675 #  layout:
14676 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14677 #    layout: "plot-throughput"
14678 #
14679 #- type: "plot"
14680 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14681 #  algorithm: "plot_perf_box_name"
14682 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14683 #  data: "plot-dpdk-throughput-latency-2n-skx"
14684 #  include:
14685 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14686 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14687 #  layout:
14688 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14689 #    layout: "plot-throughput"
14690 #
14691 #- type: "plot"
14692 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14693 #  algorithm: "plot_perf_box_name"
14694 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14695 #  data: "plot-dpdk-throughput-latency-2n-skx"
14696 #  include:
14697 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14698 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14699 #  layout:
14700 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14701 #    layout: "plot-throughput"
14702 #
14703 #- type: "plot"
14704 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14705 #  algorithm: "plot_perf_box_name"
14706 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14707 #  data: "plot-dpdk-throughput-latency-2n-skx"
14708 #  include:
14709 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14710 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14711 #  layout:
14712 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14713 #    layout: "plot-throughput"
14714 #
14715 ## 2n-skx-x710
14716 #
14717 #- type: "plot"
14718 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14719 #  algorithm: "plot_perf_box_name"
14720 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14721 #  data: "plot-dpdk-throughput-latency-2n-skx"
14722 #  include:
14723 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14724 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14725 #  layout:
14726 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14727 #    layout: "plot-throughput"
14728 #
14729 #- type: "plot"
14730 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14731 #  algorithm: "plot_perf_box_name"
14732 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14733 #  data: "plot-dpdk-throughput-latency-2n-skx"
14734 #  include:
14735 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14736 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14737 #  layout:
14738 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14739 #    layout: "plot-throughput"
14740 #
14741 #- type: "plot"
14742 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14743 #  algorithm: "plot_perf_box_name"
14744 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14745 #  data: "plot-dpdk-throughput-latency-2n-skx"
14746 #  include:
14747 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14748 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14749 #  layout:
14750 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14751 #    layout: "plot-throughput"
14752 #
14753 #- type: "plot"
14754 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14755 #  algorithm: "plot_perf_box_name"
14756 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14757 #  data: "plot-dpdk-throughput-latency-2n-skx"
14758 #  include:
14759 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14760 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14761 #  layout:
14762 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14763 #    layout: "plot-throughput"
14764 #
14765 ## 3n-skx-xxv710
14766 #
14767 #- type: "plot"
14768 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14769 #  algorithm: "plot_perf_box_name"
14770 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14771 #  data: "plot-dpdk-throughput-latency-3n-skx"
14772 #  include:
14773 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14774 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14775 #  layout:
14776 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14777 #    layout: "plot-throughput"
14778 #
14779 #- type: "plot"
14780 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14781 #  algorithm: "plot_perf_box_name"
14782 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14783 #  data: "plot-dpdk-throughput-latency-3n-skx"
14784 #  include:
14785 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14786 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14787 #  layout:
14788 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14789 #    layout: "plot-throughput"
14790 #
14791 #- type: "plot"
14792 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14793 #  algorithm: "plot_perf_box_name"
14794 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14795 #  data: "plot-dpdk-throughput-latency-3n-skx"
14796 #  include:
14797 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14798 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14799 #  layout:
14800 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14801 #    layout: "plot-throughput"
14802 #
14803 #- type: "plot"
14804 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14805 #  algorithm: "plot_perf_box_name"
14806 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14807 #  data: "plot-dpdk-throughput-latency-3n-skx"
14808 #  include:
14809 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14810 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14811 #  layout:
14812 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14813 #    layout: "plot-throughput"
14814 #
14815 ## 3n-skx-x710
14816 #
14817 #- type: "plot"
14818 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14819 #  algorithm: "plot_perf_box_name"
14820 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14821 #  data: "plot-dpdk-throughput-latency-3n-skx"
14822 #  include:
14823 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14824 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14825 #  layout:
14826 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14827 #    layout: "plot-throughput"
14828 #
14829 #- type: "plot"
14830 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14831 #  algorithm: "plot_perf_box_name"
14832 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14833 #  data: "plot-dpdk-throughput-latency-3n-skx"
14834 #  include:
14835 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14836 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14837 #  layout:
14838 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14839 #    layout: "plot-throughput"
14840 #
14841 #- type: "plot"
14842 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14843 #  algorithm: "plot_perf_box_name"
14844 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14845 #  data: "plot-dpdk-throughput-latency-3n-skx"
14846 #  include:
14847 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14848 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14849 #  layout:
14850 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14851 #    layout: "plot-throughput"
14852 #
14853 #- type: "plot"
14854 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14855 #  algorithm: "plot_perf_box_name"
14856 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14857 #  data: "plot-dpdk-throughput-latency-3n-skx"
14858 #  include:
14859 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14860 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14861 #  layout:
14862 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14863 #    layout: "plot-throughput"
14864
14865 # 3n-hsw-xl710
14866
14867 - type: "plot"
14868   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14869   algorithm: "plot_perf_box_name"
14870   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14871   data: "plot-dpdk-throughput-latency-3n-hsw"
14872   include:
14873     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14874     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14875   layout:
14876     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14877     layout: "plot-throughput"
14878
14879 - type: "plot"
14880   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14881   algorithm: "plot_perf_box_name"
14882   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14883   data: "plot-dpdk-throughput-latency-3n-hsw"
14884   include:
14885     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14886     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14887   layout:
14888     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14889     layout: "plot-throughput"
14890
14891 - type: "plot"
14892   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14893   algorithm: "plot_perf_box_name"
14894   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14895   data: "plot-dpdk-throughput-latency-3n-hsw"
14896   include:
14897     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14898     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14899   layout:
14900     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14901     layout: "plot-throughput"
14902
14903 - type: "plot"
14904   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14905   algorithm: "plot_perf_box_name"
14906   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14907   data: "plot-dpdk-throughput-latency-3n-hsw"
14908   include:
14909     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14910     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14911   layout:
14912     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14913     layout: "plot-throughput"
14914
14915 # 3n-hsw-x710
14916
14917 - type: "plot"
14918   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14919   algorithm: "plot_perf_box_name"
14920   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14921   data: "plot-dpdk-throughput-latency-3n-hsw"
14922   include:
14923     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14924     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14925   layout:
14926     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14931   algorithm: "plot_perf_box_name"
14932   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14933   data: "plot-dpdk-throughput-latency-3n-hsw"
14934   include:
14935     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14936     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14937   layout:
14938     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14939     layout: "plot-throughput"
14940
14941 - type: "plot"
14942   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14943   algorithm: "plot_perf_box_name"
14944   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14945   data: "plot-dpdk-throughput-latency-3n-hsw"
14946   include:
14947     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14948     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14949   layout:
14950     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14951     layout: "plot-throughput"
14952
14953 - type: "plot"
14954   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14955   algorithm: "plot_perf_box_name"
14956   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14957   data: "plot-dpdk-throughput-latency-3n-hsw"
14958   include:
14959     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14960     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14961   layout:
14962     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14963     layout: "plot-throughput"
14964
14965 # 2n-dnv-x553
14966
14967 - type: "plot"
14968   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14969   algorithm: "plot_perf_box_name"
14970   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14971   data: "plot-dpdk-throughput-latency-2n-dnv"
14972   include:
14973     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14974     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14975   layout:
14976     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14977     layout: "plot-throughput"
14978
14979 - type: "plot"
14980   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14981   algorithm: "plot_perf_box_name"
14982   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14983   data: "plot-dpdk-throughput-latency-2n-dnv"
14984   include:
14985     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14986     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14987   layout:
14988     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14989     layout: "plot-throughput"
14990
14991 - type: "plot"
14992   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14993   algorithm: "plot_perf_box_name"
14994   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14995   data: "plot-dpdk-throughput-latency-2n-dnv"
14996   include:
14997     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14998     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14999   layout:
15000     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15001     layout: "plot-throughput"
15002
15003 - type: "plot"
15004   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15005   algorithm: "plot_perf_box_name"
15006   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15007   data: "plot-dpdk-throughput-latency-2n-dnv"
15008   include:
15009     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15010     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15011   layout:
15012     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15013     layout: "plot-throughput"
15014
15015 # 3n-dnv-x553
15016
15017 - type: "plot"
15018   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15019   algorithm: "plot_perf_box_name"
15020   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15021   data: "plot-dpdk-throughput-latency-3n-dnv"
15022   include:
15023     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15024     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15025   layout:
15026     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15027     layout: "plot-throughput"
15028
15029 - type: "plot"
15030   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15031   algorithm: "plot_perf_box_name"
15032   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15033   data: "plot-dpdk-throughput-latency-3n-dnv"
15034   include:
15035     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15036     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15037   layout:
15038     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15039     layout: "plot-throughput"
15040
15041 - type: "plot"
15042   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15043   algorithm: "plot_perf_box_name"
15044   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15045   data: "plot-dpdk-throughput-latency-3n-dnv"
15046   include:
15047     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15048     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15049   layout:
15050     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15051     layout: "plot-throughput"
15052
15053 - type: "plot"
15054   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15055   algorithm: "plot_perf_box_name"
15056   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15057   data: "plot-dpdk-throughput-latency-3n-dnv"
15058   include:
15059     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15060     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15061   layout:
15062     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15063     layout: "plot-throughput"
15064
15065 # 3n-tsh-x520
15066
15067 - type: "plot"
15068   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15069   algorithm: "plot_perf_box_name"
15070   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15071   data: "plot-dpdk-throughput-latency-3n-tsh"
15072   include:
15073     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15074     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15075   layout:
15076     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15081   algorithm: "plot_perf_box_name"
15082   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15083   data: "plot-dpdk-throughput-latency-3n-tsh"
15084   include:
15085     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15086     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15087   layout:
15088     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15089     layout: "plot-throughput"
15090
15091 - type: "plot"
15092   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15093   algorithm: "plot_perf_box_name"
15094   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15095   data: "plot-dpdk-throughput-latency-3n-tsh"
15096   include:
15097     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15098     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15099   layout:
15100     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15101     layout: "plot-throughput"
15102
15103 - type: "plot"
15104   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15105   algorithm: "plot_perf_box_name"
15106   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15107   data: "plot-dpdk-throughput-latency-3n-tsh"
15108   include:
15109     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15110     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15111   layout:
15112     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15113     layout: "plot-throughput"
15114
15115 ################################################################################
15116 ###   2n-clx                                                                 ###
15117 ################################################################################
15118
15119 # Packet Throughput
15120
15121 #- type: "plot"
15122 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15123 #  algorithm: "plot_perf_box_name"
15124 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15125 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15126 #  include:
15127 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15128 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15129 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15130 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15131 #  layout:
15132 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15133 #    layout: "plot-throughput"
15134 #
15135 #- type: "plot"
15136 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15137 #  algorithm: "plot_perf_box_name"
15138 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15139 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15140 #  include:
15141 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15142 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15143 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15144 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15145 #  layout:
15146 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15147 #    layout: "plot-throughput"
15148 #
15149 #- type: "plot"
15150 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15151 #  algorithm: "plot_perf_box_name"
15152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15154 #  include:
15155 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15156 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15157 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15158 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15159 #  layout:
15160 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15161 #    layout: "plot-throughput"
15162 #
15163 #- type: "plot"
15164 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15165 #  algorithm: "plot_perf_box_name"
15166 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15167 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15168 #  include:
15169 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15170 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15171 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15172 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15173 #  layout:
15174 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15175 #    layout: "plot-throughput"
15176 #
15177 #- type: "plot"
15178 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15179 #  algorithm: "plot_perf_box_name"
15180 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15181 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15182 #  include:
15183 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15184 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15185 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15186 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15187 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15188 #  layout:
15189 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15190 #    layout: "plot-throughput"
15191 #
15192 #- type: "plot"
15193 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15194 #  algorithm: "plot_perf_box_name"
15195 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15196 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15197 #  include:
15198 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15199 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15200 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15201 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15202 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15203 #  layout:
15204 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15205 #    layout: "plot-throughput"
15206 #
15207 #- type: "plot"
15208 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15209 #  algorithm: "plot_perf_box_name"
15210 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15211 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15212 #  include:
15213 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15214 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15215 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15216 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15217 #  layout:
15218 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15219 #    layout: "plot-throughput"
15220 #
15221 #- type: "plot"
15222 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15223 #  algorithm: "plot_perf_box_name"
15224 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15225 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15226 #  include:
15227 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15228 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15229 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15230 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15231 #  layout:
15232 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15233 #    layout: "plot-throughput"
15234 #
15235 #- type: "plot"
15236 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15237 #  algorithm: "plot_perf_box_name"
15238 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15239 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15240 #  include:
15241 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15242 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15243 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15244 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15245 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15246 #  layout:
15247 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15248 #    layout: "plot-throughput"
15249 #
15250 #- type: "plot"
15251 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15252 #  algorithm: "plot_perf_box_name"
15253 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15254 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15255 #  include:
15256 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15257 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15258 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15259 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15260 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15261 #  layout:
15262 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15263 #    layout: "plot-throughput"
15264 #
15265 #- type: "plot"
15266 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15267 #  algorithm: "plot_perf_box_name"
15268 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15269 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15270 #  include:
15271 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15272 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15273 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15274 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15275 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15276 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15277 #  layout:
15278 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15279 #    layout: "plot-throughput"
15280 #
15281 #- type: "plot"
15282 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15283 #  algorithm: "plot_perf_box_name"
15284 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15285 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15286 #  include:
15287 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15288 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15289 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15290 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15291 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15293 #  layout:
15294 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15295 #    layout: "plot-throughput"
15296 #
15297 #- type: "plot"
15298 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15299 #  algorithm: "plot_perf_box_name"
15300 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15301 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15302 #  include:
15303 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15304 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15305 #  layout:
15306 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15307 #    layout: "plot-throughput"
15308 #
15309 #- type: "plot"
15310 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15311 #  algorithm: "plot_perf_box_name"
15312 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15313 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15314 #  include:
15315 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15316 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15317 #  layout:
15318 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15319 #    layout: "plot-throughput"
15320 #
15321 #- type: "plot"
15322 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15323 #  algorithm: "plot_perf_box_name"
15324 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15325 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15326 #  include:
15327 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15328 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15329 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15330 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15331 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15332 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15333 #  layout:
15334 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15335 #    layout: "plot-throughput"
15336 #
15337 #- type: "plot"
15338 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15339 #  algorithm: "plot_perf_box_name"
15340 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15341 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15342 #  include:
15343 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15344 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15345 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15346 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15347 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15348 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15349 #  layout:
15350 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15351 #    layout: "plot-throughput"
15352 #
15353 #- type: "plot"
15354 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15355 #  algorithm: "plot_perf_box_name"
15356 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15357 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15358 #  include:
15359 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15360 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15361 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15362 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15363 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15364 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15365 #  layout:
15366 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15367 #    layout: "plot-throughput"
15368 #
15369 #- type: "plot"
15370 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15371 #  algorithm: "plot_perf_box_name"
15372 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15373 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15374 #  include:
15375 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15376 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15377 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15378 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15379 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15381 #  layout:
15382 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15383 #    layout: "plot-throughput"
15384 #
15385 #- type: "plot"
15386 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15387 #  algorithm: "plot_perf_box_name"
15388 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15389 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15390 #  include:
15391 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15392 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15393 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15394 #  layout:
15395 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15396 #    layout: "plot-throughput"
15397 #
15398 #- type: "plot"
15399 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15400 #  algorithm: "plot_perf_box_name"
15401 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15402 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15403 #  include:
15404 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15405 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15406 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15407 #  layout:
15408 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15409 #    layout: "plot-throughput"
15410 #
15411 #- type: "plot"
15412 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15413 #  algorithm: "plot_perf_box_name"
15414 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15415 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15416 #  include:
15417 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15418 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15419 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15420 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15421 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15422 #  layout:
15423 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15424 #    layout: "plot-throughput"
15425 #
15426 #- type: "plot"
15427 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15428 #  algorithm: "plot_perf_box_name"
15429 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15430 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15431 #  include:
15432 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15433 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15434 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15435 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15436 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15437 #  layout:
15438 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15439 #    layout: "plot-throughput"
15440 #
15441 #- type: "plot"
15442 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15443 #  algorithm: "plot_perf_box_name"
15444 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15445 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15446 #  include:
15447 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15448 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15449 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15450 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15451 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15452 #  layout:
15453 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15454 #    layout: "plot-throughput"
15455 #
15456 #- type: "plot"
15457 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15458 #  algorithm: "plot_perf_box_name"
15459 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15460 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15461 #  include:
15462 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15463 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15464 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15465 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15466 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15467 #  layout:
15468 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15469 #    layout: "plot-throughput"
15470 #
15471 #- type: "plot"
15472 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15473 #  algorithm: "plot_perf_box_name"
15474 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15475 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15476 #  include:
15477 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15478 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15479 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15480 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15481 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15482 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15483 #  layout:
15484 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15485 #    layout: "plot-throughput"
15486 #
15487 #- type: "plot"
15488 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15489 #  algorithm: "plot_perf_box_name"
15490 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15491 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15492 #  include:
15493 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15494 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15495 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15496 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15497 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15498 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15499 #  layout:
15500 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15501 #    layout: "plot-throughput"
15502 #
15503 #- type: "plot"
15504 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15505 #  algorithm: "plot_perf_box_name"
15506 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15507 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15508 #  include:
15509 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15510 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15511 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15512 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15513 #  layout:
15514 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15515 #    layout: "plot-throughput"
15516 #
15517 #- type: "plot"
15518 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15519 #  algorithm: "plot_perf_box_name"
15520 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15521 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15522 #  include:
15523 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15524 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15525 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15526 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15527 #  layout:
15528 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15529 #    layout: "plot-throughput"
15530 #
15531 #- type: "plot"
15532 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15533 #  algorithm: "plot_perf_box_name"
15534 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15535 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15536 #  include:
15537 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15538 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15539 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15540 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15541 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15542 #  layout:
15543 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15544 #    layout: "plot-throughput"
15545 #
15546 #- type: "plot"
15547 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15548 #  algorithm: "plot_perf_box_name"
15549 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15550 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15551 #  include:
15552 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15553 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15554 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15555 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15556 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15557 #  layout:
15558 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15559 #    layout: "plot-throughput"
15560 #
15561 #- type: "plot"
15562 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15563 #  algorithm: "plot_perf_box_name"
15564 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15565 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15566 #  include:
15567 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15569 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15570 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15571 #  layout:
15572 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15573 #    layout: "plot-throughput"
15574 #
15575 #- type: "plot"
15576 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15577 #  algorithm: "plot_perf_box_name"
15578 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15579 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15580 #  include:
15581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15584 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15585 #  layout:
15586 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15587 #    layout: "plot-throughput"
15588 #
15589 #- type: "plot"
15590 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15591 #  algorithm: "plot_perf_box_name"
15592 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15593 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15594 #  include:
15595 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15596 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15597 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15598 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15599 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15600 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15601 #  layout:
15602 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15603 #    layout: "plot-throughput"
15604 #
15605 #- type: "plot"
15606 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15607 #  algorithm: "plot_perf_box_name"
15608 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15609 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15610 #  include:
15611 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15612 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15613 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15614 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15615 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15616 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15617 #  layout:
15618 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15619 #    layout: "plot-throughput"
15620 #
15621 #- type: "plot"
15622 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15623 #  algorithm: "plot_perf_box_name"
15624 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15625 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15626 #  include:
15627 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15628 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15629 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15630 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15631 #  layout:
15632 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15633 #    layout: "plot-throughput"
15634 #
15635 #- type: "plot"
15636 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15637 #  algorithm: "plot_perf_box_name"
15638 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15639 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15640 #  include:
15641 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15642 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15643 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15644 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15645 #  layout:
15646 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15647 #    layout: "plot-throughput"
15648 #
15649 #- type: "plot"
15650 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15651 #  algorithm: "plot_perf_box_name"
15652 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15653 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15654 #  include:
15655 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15656 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15657 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15659 #  layout:
15660 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15661 #    layout: "plot-throughput"
15662 #
15663 #- type: "plot"
15664 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15665 #  algorithm: "plot_perf_box_name"
15666 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15667 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15668 #  include:
15669 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15673 #  layout:
15674 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15675 #    layout: "plot-throughput"
15676 #
15677 #- type: "plot"
15678 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15679 #  algorithm: "plot_perf_box_name"
15680 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15681 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15682 #  include:
15683 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15684 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15685 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15686 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15687 #  layout:
15688 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15689 #    layout: "plot-throughput"
15690 #
15691 #- type: "plot"
15692 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15693 #  algorithm: "plot_perf_box_name"
15694 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15695 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15696 #  include:
15697 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15698 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15699 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15701 #  layout:
15702 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15703 #    layout: "plot-throughput"
15704 #
15705 #- type: "plot"
15706 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15707 #  algorithm: "plot_perf_box_name"
15708 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15709 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15710 #  include:
15711 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15715 #  layout:
15716 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15717 #    layout: "plot-throughput"
15718 #
15719 #- type: "plot"
15720 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15721 #  algorithm: "plot_perf_box_name"
15722 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15723 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15724 #  include:
15725 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729 #  layout:
15730 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15731 #    layout: "plot-throughput"
15732 #
15733 #- type: "plot"
15734 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15735 #  algorithm: "plot_perf_box_name"
15736 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15737 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15738 #  include:
15739 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743 #  layout:
15744 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15745 #    layout: "plot-throughput"
15746 #
15747 #- type: "plot"
15748 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15749 #  algorithm: "plot_perf_box_name"
15750 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15751 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15752 #  include:
15753 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15754 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15755 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15756 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757 #  layout:
15758 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15759 #    layout: "plot-throughput"
15760 #
15761 #################################################################################
15762 #
15763 ## Packet Speedup
15764 #
15765 #- type: "plot"
15766 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15767 #  algorithm: "plot_tsa_name"
15768 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15769 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15770 #  include:
15771 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15772 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15773 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15774 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15775 #  layout:
15776 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15777 #    layout: "plot-throughput-speedup-analysis"
15778 #
15779 #- type: "plot"
15780 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15781 #  algorithm: "plot_tsa_name"
15782 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15783 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15784 #  include:
15785 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15786 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15787 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15788 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15789 #  layout:
15790 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15791 #    layout: "plot-throughput-speedup-analysis"
15792 #
15793 #- type: "plot"
15794 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15795 #  algorithm: "plot_tsa_name"
15796 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15797 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15798 #  include:
15799 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15800 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15801 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15802 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15803 #  layout:
15804 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15805 #    layout: "plot-throughput"
15806 #
15807 #- type: "plot"
15808 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15809 #  algorithm: "plot_tsa_name"
15810 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15811 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15812 #  include:
15813 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15814 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15815 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15816 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15817 #  layout:
15818 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15819 #    layout: "plot-throughput"
15820 #
15821 #- type: "plot"
15822 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15823 #  algorithm: "plot_tsa_name"
15824 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15825 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15826 #  include:
15827 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15828 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15829 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15830 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15831 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15832 #  layout:
15833 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15834 #    layout: "plot-throughput-speedup-analysis"
15835 #
15836 #- type: "plot"
15837 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15838 #  algorithm: "plot_tsa_name"
15839 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15840 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15841 #  include:
15842 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15843 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15844 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15845 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15846 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15847 #  layout:
15848 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15849 #    layout: "plot-throughput-speedup-analysis"
15850 #
15851 #- type: "plot"
15852 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15853 #  algorithm: "plot_tsa_name"
15854 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15855 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15856 #  include:
15857 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15860 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15861 #  layout:
15862 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15863 #    layout: "plot-throughput-speedup-analysis"
15864 #
15865 #- type: "plot"
15866 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15867 #  algorithm: "plot_tsa_name"
15868 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15869 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15870 #  include:
15871 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15872 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15873 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15874 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15875 #  layout:
15876 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15877 #    layout: "plot-throughput-speedup-analysis"
15878 #
15879 #- type: "plot"
15880 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15881 #  algorithm: "plot_tsa_name"
15882 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15883 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15884 #  include:
15885 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15886 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15887 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15888 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15889 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15890 #  layout:
15891 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15892 #    layout: "plot-throughput-speedup-analysis"
15893 #
15894 #- type: "plot"
15895 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15896 #  algorithm: "plot_tsa_name"
15897 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15898 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15899 #  include:
15900 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15901 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15902 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15903 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15904 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15905 #  layout:
15906 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15907 #    layout: "plot-throughput-speedup-analysis"
15908 #
15909 #- type: "plot"
15910 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15911 #  algorithm: "plot_tsa_name"
15912 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15913 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15914 #  include:
15915 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15918 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15919 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15920 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15921 #  layout:
15922 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15923 #    layout: "plot-throughput-speedup-analysis"
15924 #
15925 #- type: "plot"
15926 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15927 #  algorithm: "plot_tsa_name"
15928 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15929 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15930 #  include:
15931 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15932 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15933 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15934 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15937 #  layout:
15938 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15939 #    layout: "plot-throughput-speedup-analysis"
15940 #
15941 #- type: "plot"
15942 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15943 #  algorithm: "plot_tsa_name"
15944 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15945 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15946 #  include:
15947 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15948 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15949 #  layout:
15950 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15951 #    layout: "plot-throughput"
15952 #
15953 #- type: "plot"
15954 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15955 #  algorithm: "plot_tsa_name"
15956 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15957 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15958 #  include:
15959 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15960 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15961 #  layout:
15962 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15963 #    layout: "plot-throughput"
15964 #
15965 #- type: "plot"
15966 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15967 #  algorithm: "plot_tsa_name"
15968 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15969 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15970 #  include:
15971 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15972 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15974 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15975 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15976 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15977 #  layout:
15978 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15979 #    layout: "plot-throughput"
15980 #
15981 #- type: "plot"
15982 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15983 #  algorithm: "plot_tsa_name"
15984 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15985 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15986 #  include:
15987 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15988 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15989 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15990 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15991 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15992 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15993 #  layout:
15994 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15995 #    layout: "plot-throughput"
15996 #
15997 #- type: "plot"
15998 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15999 #  algorithm: "plot_tsa_name"
16000 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16001 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16002 #  include:
16003 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16004 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16005 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16006 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16007 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16008 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16009 #  layout:
16010 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16011 #    layout: "plot-throughput"
16012 #
16013 #- type: "plot"
16014 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16015 #  algorithm: "plot_tsa_name"
16016 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16017 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16018 #  include:
16019 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16020 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16021 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16022 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16023 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16024 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16025 #  layout:
16026 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16027 #    layout: "plot-throughput"
16028 #
16029 #- type: "plot"
16030 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16031 #  algorithm: "plot_tsa_name"
16032 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16033 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16034 #  include:
16035 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16036 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16037 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16038 #  layout:
16039 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16040 #    layout: "plot-throughput-speedup-analysis"
16041 #
16042 #- type: "plot"
16043 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16044 #  algorithm: "plot_tsa_name"
16045 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16046 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16047 #  include:
16048 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16049 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16050 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16051 #  layout:
16052 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16053 #    layout: "plot-throughput-speedup-analysis"
16054 #
16055 #- type: "plot"
16056 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16057 #  algorithm: "plot_tsa_name"
16058 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16059 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16060 #  include:
16061 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16063 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16064 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16065 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16066 #  layout:
16067 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16068 #    layout: "plot-throughput-speedup-analysis"
16069 #
16070 #- type: "plot"
16071 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16072 #  algorithm: "plot_tsa_name"
16073 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16074 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16075 #  include:
16076 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16077 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16078 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16079 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16080 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16081 #  layout:
16082 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16083 #    layout: "plot-throughput-speedup-analysis"
16084 #
16085 #- type: "plot"
16086 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16087 #  algorithm: "plot_tsa_name"
16088 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16089 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16090 #  include:
16091 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16092 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16093 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16094 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16095 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16096 #  layout:
16097 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16098 #    layout: "plot-throughput"
16099 #
16100 #- type: "plot"
16101 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16102 #  algorithm: "plot_tsa_name"
16103 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16104 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16105 #  include:
16106 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16107 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16108 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16109 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16110 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16111 #  layout:
16112 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16113 #    layout: "plot-throughput"
16114 #
16115 #- type: "plot"
16116 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16117 #  algorithm: "plot_tsa_name"
16118 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16119 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16120 #  include:
16121 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16127 #  layout:
16128 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16129 #    layout: "plot-throughput-speedup-analysis"
16130 #
16131 #- type: "plot"
16132 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16133 #  algorithm: "plot_tsa_name"
16134 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16135 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16136 #  include:
16137 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16138 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16139 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16140 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16141 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16143 #  layout:
16144 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16145 #    layout: "plot-throughput-speedup-analysis"
16146 #
16147 #- type: "plot"
16148 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16149 #  algorithm: "plot_tsa_name"
16150 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16151 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16152 #  include:
16153 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16154 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16155 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16156 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16157 #  layout:
16158 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16159 #    layout: "plot-throughput-speedup-analysis"
16160 #
16161 #- type: "plot"
16162 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16163 #  algorithm: "plot_tsa_name"
16164 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16165 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16166 #  include:
16167 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16168 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16169 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16170 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16171 #  layout:
16172 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16173 #    layout: "plot-throughput-speedup-analysis"
16174 #
16175 #- type: "plot"
16176 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16177 #  algorithm: "plot_tsa_name"
16178 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16179 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16180 #  include:
16181 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16182 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16183 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16184 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16186 #  layout:
16187 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16188 #    layout: "plot-throughput-speedup-analysis"
16189 #
16190 #- type: "plot"
16191 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16192 #  algorithm: "plot_tsa_name"
16193 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16194 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16195 #  include:
16196 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16197 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16198 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16199 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16200 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16201 #  layout:
16202 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16203 #    layout: "plot-throughput-speedup-analysis"
16204 #
16205 #- type: "plot"
16206 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16207 #  algorithm: "plot_tsa_name"
16208 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16209 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16210 #  include:
16211 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16212 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16213 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16214 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16215 #  layout:
16216 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16217 #    layout: "plot-throughput-speedup-analysis"
16218 #
16219 #- type: "plot"
16220 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16221 #  algorithm: "plot_tsa_name"
16222 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16223 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16224 #  include:
16225 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16226 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16227 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16228 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16229 #  layout:
16230 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16231 #    layout: "plot-throughput-speedup-analysis"
16232 #
16233 #- type: "plot"
16234 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16235 #  algorithm: "plot_tsa_name"
16236 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16237 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16238 #  include:
16239 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16240 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16241 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16242 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16243 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16244 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16245 #  layout:
16246 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16247 #    layout: "plot-throughput"
16248 #
16249 #- type: "plot"
16250 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16251 #  algorithm: "plot_tsa_name"
16252 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16253 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16254 #  include:
16255 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16256 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16257 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16258 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16259 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16260 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16261 #  layout:
16262 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16263 #    layout: "plot-throughput"
16264 #
16265 #- type: "plot"
16266 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16267 #  algorithm: "plot_tsa_name"
16268 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16269 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16270 #  include:
16271 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16272 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16273 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16274 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16275 #  layout:
16276 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16277 #    layout: "plot-throughput"
16278 #
16279 #- type: "plot"
16280 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16281 #  algorithm: "plot_tsa_name"
16282 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16283 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16284 #  include:
16285 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16286 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16287 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16288 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16289 #  layout:
16290 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16291 #    layout: "plot-throughput"
16292 #
16293 #- type: "plot"
16294 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16295 #  algorithm: "plot_tsa_name"
16296 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16297 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16298 #  include:
16299 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16302 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16303 #  layout:
16304 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16305 #    layout: "plot-throughput-speedup-analysis"
16306 #
16307 #- type: "plot"
16308 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16309 #  algorithm: "plot_tsa_name"
16310 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16311 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16312 #  include:
16313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16316 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16317 #  layout:
16318 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16319 #    layout: "plot-throughput-speedup-analysis"
16320 #
16321 #- type: "plot"
16322 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16323 #  algorithm: "plot_tsa_name"
16324 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16325 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16326 #  include:
16327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16330 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16331 #  layout:
16332 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16333 #    layout: "plot-throughput-speedup-analysis"
16334 #
16335 #- type: "plot"
16336 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16337 #  algorithm: "plot_tsa_name"
16338 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16339 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16340 #  include:
16341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16342 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16343 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16344 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16345 #  layout:
16346 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16347 #    layout: "plot-throughput-speedup-analysis"
16348 #
16349 #- type: "plot"
16350 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16351 #  algorithm: "plot_tsa_name"
16352 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16353 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16354 #  include:
16355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16356 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16357 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16358 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16359 #  layout:
16360 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16361 #    layout: "plot-throughput"
16362 #
16363 #- type: "plot"
16364 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16365 #  algorithm: "plot_tsa_name"
16366 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16367 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16368 #  include:
16369 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16370 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16371 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16372 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16373 #  layout:
16374 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16375 #    layout: "plot-throughput"
16376 #
16377 #- type: "plot"
16378 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16379 #  algorithm: "plot_tsa_name"
16380 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16381 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16382 #  include:
16383 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16384 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16385 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16386 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16387 #  layout:
16388 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16389 #    layout: "plot-throughput"
16390 #
16391 #- type: "plot"
16392 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16393 #  algorithm: "plot_tsa_name"
16394 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16395 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16396 #  include:
16397 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16398 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16399 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16400 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16401 #  layout:
16402 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16403 #    layout: "plot-throughput"
16404
16405 ################################################################################
16406
16407 # Packet Throughput - DPDK
16408
16409 # 2n-clx-xxv710
16410
16411 #- type: "plot"
16412 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16413 #  algorithm: "plot_perf_box_name"
16414 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16415 #  data: "plot-dpdk-throughput-latency-2n-clx"
16416 #  include:
16417 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16418 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16419 #  layout:
16420 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16421 #    layout: "plot-throughput"
16422 #
16423 #- type: "plot"
16424 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16425 #  algorithm: "plot_perf_box_name"
16426 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16427 #  data: "plot-dpdk-throughput-latency-2n-clx"
16428 #  include:
16429 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16430 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16431 #  layout:
16432 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16433 #    layout: "plot-throughput"
16434 #
16435 #- type: "plot"
16436 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16437 #  algorithm: "plot_perf_box_name"
16438 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16439 #  data: "plot-dpdk-throughput-latency-2n-clx"
16440 #  include:
16441 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16442 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16443 #  layout:
16444 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16445 #    layout: "plot-throughput"
16446 #
16447 #- type: "plot"
16448 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16449 #  algorithm: "plot_perf_box_name"
16450 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16451 #  data: "plot-dpdk-throughput-latency-2n-clx"
16452 #  include:
16453 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16454 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16455 #  layout:
16456 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16457 #    layout: "plot-throughput"
16458 #
16459 ## 2n-clx-x710
16460 #
16461 #- type: "plot"
16462 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16463 #  algorithm: "plot_perf_box_name"
16464 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16465 #  data: "plot-dpdk-throughput-latency-2n-clx"
16466 #  include:
16467 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16468 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16469 #  layout:
16470 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16471 #    layout: "plot-throughput"
16472 #
16473 #- type: "plot"
16474 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16475 #  algorithm: "plot_perf_box_name"
16476 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16477 #  data: "plot-dpdk-throughput-latency-2n-clx"
16478 #  include:
16479 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16480 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16481 #  layout:
16482 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16483 #    layout: "plot-throughput"
16484 #
16485 #- type: "plot"
16486 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16487 #  algorithm: "plot_perf_box_name"
16488 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16489 #  data: "plot-dpdk-throughput-latency-2n-clx"
16490 #  include:
16491 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16492 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16493 #  layout:
16494 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16495 #    layout: "plot-throughput"
16496 #
16497 #- type: "plot"
16498 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16499 #  algorithm: "plot_perf_box_name"
16500 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16501 #  data: "plot-dpdk-throughput-latency-2n-clx"
16502 #  include:
16503 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16504 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16505 #  layout:
16506 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16507 #    layout: "plot-throughput"
16508
16509 ################################################################################
16510
16511 #- type: "plot"
16512 #  title: "Latency by percentile: 2n-skx"
16513 #  algorithm: "plot_hdrh_lat_by_percentile"
16514 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16515 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16516 #  target-links: "../../_static/vpp"
16517 #  data: "plot-vpp-hdrh-lat-2n-skx"
16518 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16519 #  layout:
16520 #    layout: "plot-hdrh-latency-by-percentile"
16521
16522 #- type: "plot"
16523 #  title: "Latency by percentile: 3n-skx"
16524 #  algorithm: "plot_hdrh_lat_by_percentile"
16525 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16526 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16527 #  target-links: "../../_static/vpp"
16528 #  data: "plot-vpp-hdrh-lat-3n-skx"
16529 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16530 #  layout:
16531 #    layout: "plot-hdrh-latency-by-percentile"
16532
16533 #- type: "plot"
16534 #  title: "Latency by percentile: 2n-clx"
16535 #  algorithm: "plot_hdrh_lat_by_percentile"
16536 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16537 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16538 #  target-links: "../../_static/vpp"
16539 #  data: "plot-vpp-hdrh-lat-2n-clx"
16540 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16541 #  layout:
16542 #    layout: "plot-hdrh-latency-by-percentile"
16543
16544 - type: "plot"
16545   title: "Latency by percentile: 3n-hsw"
16546   algorithm: "plot_hdrh_lat_by_percentile"
16547   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16548   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16549   target-links: "../../_static/vpp"
16550   data: "plot-vpp-hdrh-lat-3n-hsw"
16551   filter: "'1T1C' and 'NIC_Intel-XL710'"
16552   layout:
16553     layout: "plot-hdrh-latency-by-percentile"
16554
16555 - type: "plot"
16556   title: "Latency by percentile: 3n-tsh"
16557   algorithm: "plot_hdrh_lat_by_percentile"
16558   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16559   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16560   target-links: "../../_static/vpp"
16561   data: "plot-vpp-hdrh-lat-3n-tsh"
16562   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16563   layout:
16564     layout: "plot-hdrh-latency-by-percentile"
16565
16566 - type: "plot"
16567   title: "Latency by percentile: DPDK 3n-hsw"
16568   algorithm: "plot_hdrh_lat_by_percentile"
16569   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16570   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16571   target-links: "../../_static/dpdk"
16572   data: "plot-dpdk-hdrh-lat-3n-hsw"
16573   filter: "'1T1C' and 'NIC_Intel-XL710'"
16574   layout:
16575     layout: "plot-hdrh-latency-by-percentile"
16576
16577 - type: "plot"
16578   title: "Latency by percentile: DPDK 3n-tsh"
16579   algorithm: "plot_hdrh_lat_by_percentile"
16580   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16581   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16582   target-links: "../../_static/dpdk"
16583   data: "plot-dpdk-hdrh-lat-3n-tsh"
16584   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16585   layout:
16586     layout: "plot-hdrh-latency-by-percentile"