Report: Format of tables
[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         - 13  # NDRPDR full
561         - 15  # NDRPDR full
562         - 19  # NDRPDR full
563         - 20  # NDRPDR full
564         - 21  # NDRPDR full
565         - 22  # NDRPDR full
566         - 23  # NDRPDR full
567         - 24  # NDRPDR full
568         - 25  # NDRPDR full
569
570     vpp-perf-results-2n-dnv:
571       csit-vpp-perf-verify-2001-2n-dnv:
572         - 21  # NDRPDR full
573         - 22  # NDRPDR full
574         - 25  # NDRPDR full
575         - 26  # NDRPDR full
576         - 27  # NDRPDR full
577         - 28  # NDRPDR full
578
579     vpp-mrr-results-3n-hsw:
580       csit-vpp-perf-verify-2001-3n-hsw:
581         - 17  # MRR sel
582
583     vpp-mrr-results-3n-skx:
584       # TODO: Replace
585       # csit-vpp-perf-verify-2001-3n-skx:
586       csit-vpp-perf-verify-1908-3n-skx:
587         - 36  # MRR sel
588
589     vpp-mrr-results-2n-skx:
590       # TODO: Replace
591       # csit-vpp-perf-verify-2001-2n-skx:
592       csit-vpp-perf-verify-1908-2n-skx:
593         - 69  # MRR sel
594
595     vpp-mrr-results-2n-clx:
596       # TODO: Replace
597       # csit-vpp-perf-verify-2001-2n-clx:
598       csit-vpp-perf-verify-1908-2n-skx:
599         - 69  # MRR sel
600
601     vpp-mrr-results-3n-tsh:
602       # TODO: Replace
603       # csit-vpp-perf-verify-2001-3n-tsh:
604       csit-vpp-perf-verify-1908-3n-tsh:
605         - 17  # MRR sel
606
607     vpp-mrr-results-3n-dnv:
608       csit-vpp-perf-verify-2001-3n-dnv:
609         - 11  # MRR sel
610
611     vpp-mrr-results-2n-dnv:
612       csit-vpp-perf-verify-2001-2n-dnv:
613         - 12  # MRR sel
614
615     vpp-device-results-ubuntu:
616       csit-vpp-device-2001-ubuntu1804-1n-skx:
617         - 57
618
619     dpdk-perf-results-3n-hsw:
620       csit-dpdk-perf-verify-2001-3n-hsw:
621         - 13  # NDRPDR sel
622         - 24  # NDRPDR sel
623
624     dpdk-perf-results-3n-skx:
625       csit-dpdk-perf-verify-2001-3n-skx:
626         - 1   # NDRPDR sel
627
628     dpdk-perf-results-2n-skx:
629       csit-dpdk-perf-verify-2001-2n-skx:
630         - 1   # NDRPDR sel
631
632     dpdk-perf-results-2n-clx:
633       csit-dpdk-perf-verify-2001-2n-clx:
634         - 1   # NDRPDR sel
635
636     dpdk-perf-results-2n-dnv:
637       csit-dpdk-perf-verify-2001-2n-dnv:
638         - 16  # NDRPDR sel
639
640     dpdk-perf-results-3n-dnv:
641       csit-dpdk-perf-verify-2001-3n-dnv:
642         - 12  # NDRPDR sel
643
644     dpdk-perf-results-3n-tsh:
645       csit-dpdk-perf-verify-2001-3n-tsh:
646         - 3   # NDRPDR sel
647
648 ###########################################################################
649     # Tables (more than one data set)
650
651     # Performance changes
652
653     vpp-performance-changes-3n-hsw-h1:
654       csit-vpp-perf-verify-1904-3n-hsw:
655         - 11  # NDRPDR sel
656         - 12  # NDRPDR sel
657         - 20  # NDRPDR sel
658         - 21  # NDRPDR sel
659         - 23  # NDRPDR sel
660         - 24  # NDRPDR sel
661         - 25  # NDRPDR sel
662         - 26  # NDRPDR sel
663         - 29  # NDRPDR sel
664         - 30  # NDRPDR sel
665     vpp-performance-changes-3n-hsw-ref:
666       csit-vpp-perf-verify-1908-3n-hsw:
667         - 12  # NDRPDR sel
668         - 13  # NDRPDR sel
669         - 14  # NDRPDR sel
670         - 15  # NDRPDR sel
671         - 16  # NDRPDR sel
672         - 17  # NDRPDR sel
673         - 18  # NDRPDR sel
674         - 19  # NDRPDR sel
675         - 20  # NDRPDR sel
676         - 21  # NDRPDR sel
677     vpp-performance-changes-3n-hsw-cmp:
678       csit-vpp-perf-verify-2001-3n-hsw:
679         - 21  # NDRPDR sel
680         - 22  # NDRPDR sel
681         - 23  # NDRPDR sel
682         - 24  # NDRPDR sel
683         - 25  # NDRPDR sel
684         - 29  # NDRPDR sel
685         - 30  # NDRPDR sel
686         - 31  # NDRPDR sel
687         - 32  # NDRPDR sel
688         - 34  # NDRPDR sel
689     vpp-performance-changes-3n-hsw:
690       - "vpp-performance-changes-3n-hsw-h1"
691       - "vpp-performance-changes-3n-hsw-ref"
692       - "vpp-performance-changes-3n-hsw-cmp"
693
694     vpp-performance-changes-3n-skx-h1:
695       csit-vpp-perf-verify-1904-3n-skx:
696         - 8   # NDRPDR sel
697         - 9   # NDRPDR sel
698         - 10  # NDRPDR sel
699         - 11  # NDRPDR sel
700         - 12  # NDRPDR sel
701         - 14  # NDRPDR sel
702         - 16  # NDRPDR sel
703         - 21  # NDRPDR sel
704         - 23  # NDRPDR sel
705         - 25  # NDRPDR sel
706     vpp-performance-changes-3n-skx-ref:
707       csit-vpp-perf-verify-1908-3n-skx:
708         - 14  # NDRPDR sel
709         - 16  # NDRPDR sel
710         - 19  # NDRPDR sel
711         - 20  # NDRPDR sel
712         - 22  # NDRPDR sel
713         - 23  # NDRPDR sel
714         - 24  # NDRPDR sel
715         - 25  # NDRPDR sel
716         - 26  # NDRPDR sel
717         - 29  # NDRPDR sel
718     vpp-performance-changes-3n-skx-cmp:
719       # TODO: Add the data
720       csit-vpp-perf-verify-2001-3n-skx:
721         - 14  # NDRPDR sel
722         - 15  # NDRPDR sel
723         - 16  # NDRPDR sel
724     vpp-performance-changes-3n-skx:
725       - "vpp-performance-changes-3n-skx-h1"
726       - "vpp-performance-changes-3n-skx-ref"
727       - "vpp-performance-changes-3n-skx-cmp"
728
729     vpp-performance-changes-2n-skx-h1:
730       csit-vpp-perf-verify-1904-2n-skx:
731         - 12  # NDRPDR sel
732         - 14  # NDRPDR sel
733         - 16  # NDRPDR sel
734         - 17  # NDRPDR sel
735         - 18  # NDRPDR sel
736         - 21  # NDRPDR sel
737         - 27  # NDRPDR sel
738         - 30  # NDRPDR sel
739         - 31  # NDRPDR sel
740         - 32  # NDRPDR sel
741     vpp-performance-changes-2n-skx-ref:
742       csit-vpp-perf-verify-1908-2n-skx:
743         - 26  # NDRPDR sel
744         - 27  # NDRPDR sel
745         - 34  # NDRPDR sel
746         - 35  # NDRPDR sel
747         - 36  # NDRPDR sel
748         - 42  # NDRPDR sel
749         - 43  # NDRPDR sel
750         - 44  # NDRPDR sel
751         - 45  # NDRPDR sel
752         - 46  # NDRPDR sel
753     vpp-performance-changes-2n-skx-cmp:
754       # TODO: Add the data
755       csit-vpp-perf-verify-2001-2n-skx:
756         - 21  # NDRPDR sel
757         - 22  # NDRPDR sel
758         - 23  # NDRPDR sel
759         - 26  # NDRPDR sel
760         - 27  # NDRPDR sel
761         - 29  # NDRPDR sel
762     vpp-performance-changes-2n-skx:
763       - "vpp-performance-changes-2n-skx-h1"
764       - "vpp-performance-changes-2n-skx-ref"
765       - "vpp-performance-changes-2n-skx-cmp"
766
767     vpp-performance-changes-nfv-2n-skx-ref:
768       csit-vpp-perf-verify-1908-2n-skx:
769         - 22  # NFV
770         - 31  # NFV
771         - 32  # NFV
772     vpp-performance-changes-nfv-2n-skx-cmp:
773       # TODO: Add the data
774       csit-vpp-perf-verify-2001-2n-skx:
775         - 30  # NFV
776         - 31  # NFV
777     vpp-performance-changes-nfv-2n-skx:
778       - "vpp-performance-changes-nfv-2n-skx-ref"
779       - "vpp-performance-changes-nfv-2n-skx-cmp"
780
781     vpp-performance-changes-2n-dnv-ref:
782       csit-vpp-perf-verify-1908-2n-dnv:
783         - 1   # NDRPDR sel
784         - 2   # NDRPDR sel
785         - 3   # NDRPDR sel
786         - 4   # NDRPDR sel
787         - 5   # NDRPDR sel
788         - 6   # NDRPDR sel
789         - 7   # NDRPDR sel
790         - 8   # NDRPDR sel
791         - 9   # NDRPDR sel
792         - 10  # NDRPDR sel
793     vpp-performance-changes-2n-dnv-cmp:
794       csit-vpp-perf-verify-2001-2n-dnv:
795         - 4   # NDRPDR sel
796         - 5   # NDRPDR sel
797         - 6   # NDRPDR sel
798         - 7   # NDRPDR sel
799         - 8   # NDRPDR sel
800         - 9   # NDRPDR sel
801         - 10  # NDRPDR sel
802         - 11  # NDRPDR sel
803         - 13  # NDRPDR sel
804         - 16  # NDRPDR sel
805     vpp-performance-changes-2n-dnv:
806       - "vpp-performance-changes-2n-dnv-ref"
807       - "vpp-performance-changes-2n-dnv-cmp"
808
809     vpp-performance-changes-3n-dnv-ref:
810       csit-vpp-perf-verify-1908-3n-dnv:
811         - 6   # NDRPDR sel
812         - 7   # NDRPDR sel
813         - 8   # NDRPDR sel
814         - 9   # NDRPDR sel
815         - 10  # NDRPDR sel
816         - 12  # NDRPDR sel
817         - 13  # NDRPDR sel
818         - 14  # NDRPDR sel
819         - 15  # NDRPDR sel
820         - 16  # NDRPDR sel
821     vpp-performance-changes-3n-dnv-cmp:
822       csit-vpp-perf-verify-2001-3n-dnv:
823         - 5   # NDRPDR sel
824         - 6   # NDRPDR sel
825         - 7   # NDRPDR sel
826         - 8   # NDRPDR sel
827         - 9   # NDRPDR sel
828         - 10  # NDRPDR sel
829         - 12  # NDRPDR sel
830         - 16  # NDRPDR sel
831         - 17  # NDRPDR sel
832         - 18  # NDRPDR sel
833     vpp-performance-changes-3n-dnv:
834       - "vpp-performance-changes-3n-dnv-ref"
835       - "vpp-performance-changes-3n-dnv-cmp"
836
837     vpp-performance-changes-3n-tsh-ref:
838       csit-vpp-perf-verify-1908-3n-tsh:
839         - 7   # NDRPDR sel
840         - 8   # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 10  # NDRPDR sel
843         - 11  # NDRPDR sel
844         - 12  # NDRPDR sel
845         - 13  # NDRPDR sel
846         - 14  # NDRPDR sel
847         - 15  # NDRPDR sel
848         - 16  # NDRPDR sel
849     vpp-performance-changes-3n-tsh-cmp:
850       # TODO: Add the data
851       csit-vpp-perf-verify-2001-3n-tsh:
852         - 3   # NDRPDR sel
853         - 4   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856     vpp-performance-changes-3n-tsh:
857       - "vpp-performance-changes-3n-tsh-ref"
858       - "vpp-performance-changes-3n-tsh-cmp"
859
860     vpp-soak-vs-ndr-2n-skx-ref:
861       # TODO: Replace
862       # csit-vpp-perf-verify-2001-2n-skx:
863       csit-vpp-perf-verify-1908-2n-skx:
864         - 26  # NDRPDR sel
865         - 27  # NDRPDR sel
866         - 34  # NDRPDR sel
867     vpp-soak-vs-ndr-2n-skx-cmp:
868       # TODO: Replace
869       # csit-vpp-perf-verify-2001-2n-skx:
870       csit-vpp-perf-verify-1908-2n-skx:
871         - 83  # SOAK
872         - 86  # SOAK
873     vpp-soak-vs-ndr-2n-skx:
874       # TODO: Replace
875       # csit-vpp-perf-verify-2001-2n-skx:
876       csit-vpp-perf-verify-1908-2n-skx:
877         - 26  # NDRPDR sel
878         - 27  # NDRPDR sel
879         - 34  # NDRPDR sel
880         - 83  # SOAK
881         - 86  # SOAK
882
883     vpp-performance-changes-3n-hsw-mrr-h1:
884       csit-vpp-perf-verify-1904-3n-hsw:
885         - 9   # MRR sel
886     vpp-performance-changes-3n-hsw-mrr-ref:
887       csit-vpp-perf-verify-1908-3n-hsw:
888         - 39  # MRR sel
889     vpp-performance-changes-3n-hsw-mrr-cmp:
890       csit-vpp-perf-verify-2001-3n-hsw:
891         - 17  # MRR sel
892     vpp-performance-changes-3n-hsw-mrr:
893       - "vpp-performance-changes-3n-hsw-mrr-h1"
894       - "vpp-performance-changes-3n-hsw-mrr-ref"
895       - "vpp-performance-changes-3n-hsw-mrr-cmp"
896
897     vpp-performance-changes-3n-skx-mrr-h1:
898       csit-vpp-perf-verify-1904-3n-skx:
899         - 7   # MRR sel
900     vpp-performance-changes-3n-skx-mrr-ref:
901       csit-vpp-perf-verify-1908-3n-skx:
902         - 36  # MRR sel
903     vpp-performance-changes-3n-skx-mrr-cmp:
904       # TODO: Replace
905       # csit-vpp-perf-verify-2001-3n-skx:
906       csit-vpp-perf-verify-1908-3n-skx:
907         - 36  # MRR sel
908     vpp-performance-changes-3n-skx-mrr:
909       - "vpp-performance-changes-3n-skx-mrr-h1"
910       - "vpp-performance-changes-3n-skx-mrr-ref"
911       - "vpp-performance-changes-3n-skx-mrr-cmp"
912
913     vpp-performance-changes-2n-skx-mrr-h1:
914       csit-vpp-perf-verify-1904-2n-skx:
915         - 11  # MRR sel
916     vpp-performance-changes-2n-skx-mrr-ref:
917       csit-vpp-perf-verify-1908-2n-skx:
918         - 69  # MRR sel
919     vpp-performance-changes-2n-skx-mrr-cmp:
920       # TODO: Replace
921       # csit-vpp-perf-verify-2001-2n-skx:
922       csit-vpp-perf-verify-1908-2n-skx:
923         - 69  # MRR sel
924     vpp-performance-changes-2n-skx-mrr:
925       - "vpp-performance-changes-2n-skx-mrr-h1"
926       - "vpp-performance-changes-2n-skx-mrr-ref"
927       - "vpp-performance-changes-2n-skx-mrr-cmp"
928
929     vpp-performance-changes-nfv-2n-skx-mrr-ref:
930       csit-vpp-perf-verify-1908-2n-skx:
931         - 71  # NFV MRR
932     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
933       # TODO: Replace
934       # csit-vpp-perf-verify-2001-2n-skx:
935       csit-vpp-perf-verify-1908-2n-skx:
936         - 71  # NFV MRR
937     vpp-performance-changes-nfv-2n-skx-mrr:
938       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
939       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
940
941     vpp-performance-changes-2n-dnv-mrr-ref:
942       csit-vpp-perf-verify-1908-2n-dnv:
943         - 11  # MRR sel
944     vpp-performance-changes-2n-dnv-mrr-cmp:
945       csit-vpp-perf-verify-2001-2n-dnv:
946         - 12  # MRR sel
947     vpp-performance-changes-2n-dnv-mrr:
948       - "vpp-performance-changes-2n-dnv-mrr-ref"
949       - "vpp-performance-changes-2n-dnv-mrr-cmp"
950
951     vpp-performance-changes-3n-dnv-mrr-ref:
952       csit-vpp-perf-verify-1908-3n-dnv:
953         - 17  # MRR sel
954     vpp-performance-changes-3n-dnv-mrr-cmp:
955       csit-vpp-perf-verify-2001-3n-dnv:
956         - 11  # MRR sel
957     vpp-performance-changes-3n-dnv-mrr:
958       - "vpp-performance-changes-3n-dnv-mrr-ref"
959       - "vpp-performance-changes-3n-dnv-mrr-cmp"
960
961     vpp-performance-changes-3n-tsh-mrr-ref:
962       csit-vpp-perf-verify-1908-3n-tsh:
963         - 17  # MRR sel
964     vpp-performance-changes-3n-tsh-mrr-cmp:
965       # TODO: Replace
966       # csit-vpp-perf-verify-2001-3n-tsh:
967       csit-vpp-perf-verify-1908-3n-tsh:
968         - 17  # MRR sel
969     vpp-performance-changes-3n-tsh-mrr:
970       - "vpp-performance-changes-3n-tsh-mrr-ref"
971       - "vpp-performance-changes-3n-tsh-mrr-cmp"
972
973     dpdk-performance-changes-3n-hsw-h1:
974       csit-dpdk-perf-verify-1904-3n-hsw:
975         - 2   # NDRPDR sel
976         - 3   # NDRPDR sel
977         - 5   # NDRPDR sel
978         - 6   # NDRPDR sel
979         - 13  # NDRPDR sel
980         - 14  # NDRPDR sel
981         - 15  # NDRPDR sel
982         - 18  # NDRPDR sel
983         - 19  # NDRPDR sel
984         - 20  # NDRPDR sel
985     dpdk-performance-changes-3n-hsw-ref:
986       csit-dpdk-perf-verify-1908-3n-hsw:
987         - 2   # NDRPDR sel
988         - 3   # NDRPDR sel
989         - 4   # NDRPDR sel
990         - 5   # NDRPDR sel
991         - 6   # NDRPDR sel
992         - 7   # NDRPDR sel
993         - 8   # NDRPDR sel
994         - 9   # NDRPDR sel
995         - 10  # NDRPDR sel
996         - 11  # NDRPDR sel
997     dpdk-performance-changes-3n-hsw-cmp:
998       csit-dpdk-perf-verify-2001-3n-hsw:
999         - 4   # NDRPDR sel
1000         - 5   # NDRPDR sel
1001         - 6   # NDRPDR sel
1002         - 7   # NDRPDR sel
1003         - 8   # NDRPDR sel
1004         - 9   # NDRPDR sel
1005         - 10  # NDRPDR sel
1006         - 11  # NDRPDR sel
1007         - 12  # NDRPDR sel
1008         - 13  # NDRPDR sel
1009         - 15  # NDRPDR sel
1010         - 16  # NDRPDR sel
1011         - 17  # NDRPDR sel
1012         - 18  # NDRPDR sel
1013         - 19  # NDRPDR sel
1014         - 20  # NDRPDR sel
1015         - 21  # NDRPDR sel
1016         - 22  # NDRPDR sel
1017         - 23  # NDRPDR sel
1018         - 24  # NDRPDR sel
1019     dpdk-performance-changes-3n-hsw:
1020       - "dpdk-performance-changes-3n-hsw-h1"
1021       - "dpdk-performance-changes-3n-hsw-ref"
1022       - "dpdk-performance-changes-3n-hsw-cmp"
1023
1024     dpdk-performance-changes-3n-skx-h1:
1025       csit-dpdk-perf-verify-1904-3n-skx:
1026         - 2   # NDRPDR sel
1027         - 3   # NDRPDR sel
1028         - 4   # NDRPDR sel
1029         - 5   # NDRPDR sel
1030         - 6   # NDRPDR sel
1031         - 7   # NDRPDR sel
1032         - 11  # NDRPDR sel
1033         - 12  # NDRPDR sel
1034         - 13  # NDRPDR sel
1035         - 14  # NDRPDR sel
1036     dpdk-performance-changes-3n-skx-ref:
1037       csit-dpdk-perf-verify-1908-3n-skx:
1038         - 3   # NDRPDR sel
1039         - 4   # NDRPDR sel
1040         - 5   # NDRPDR sel
1041         - 6   # NDRPDR sel
1042         - 7   # NDRPDR sel
1043         - 8   # NDRPDR sel
1044         - 9   # NDRPDR sel
1045         - 10  # NDRPDR sel
1046         - 11  # NDRPDR sel
1047         - 12  # NDRPDR sel
1048     dpdk-performance-changes-3n-skx-cmp:
1049       csit-dpdk-perf-verify-2001-3n-skx:
1050         - 1   # NDRPDR sel
1051         - 2   # NDRPDR sel
1052         - 3   # NDRPDR sel
1053         - 4   # NDRPDR sel
1054         - 5   # NDRPDR sel
1055         - 6   # NDRPDR sel
1056         - 7   # NDRPDR sel
1057         - 8   # NDRPDR sel
1058         - 9   # NDRPDR sel
1059         - 10  # NDRPDR sel
1060     dpdk-performance-changes-3n-skx:
1061       - "dpdk-performance-changes-3n-skx-h1"
1062       - "dpdk-performance-changes-3n-skx-ref"
1063       - "dpdk-performance-changes-3n-skx-cmp"
1064
1065     dpdk-performance-changes-2n-skx-h1:
1066       csit-dpdk-perf-verify-1904-2n-skx:
1067         - 2   # NDRPDR sel
1068         - 3   # NDRPDR sel
1069         - 4   # NDRPDR sel
1070         - 5   # NDRPDR sel
1071         - 7   # NDRPDR sel
1072         - 8   # NDRPDR sel
1073         - 9   # NDRPDR sel
1074         - 10  # NDRPDR sel
1075         - 11  # NDRPDR sel
1076         - 12  # NDRPDR sel
1077     dpdk-performance-changes-2n-skx-ref:
1078       csit-dpdk-perf-verify-1908-2n-skx:
1079         - 2   # NDRPDR sel
1080         - 3   # NDRPDR sel
1081         - 4   # NDRPDR sel
1082         - 5   # NDRPDR sel
1083         - 7   # NDRPDR sel
1084         - 8   # NDRPDR sel
1085         - 9   # NDRPDR sel
1086         - 10  # NDRPDR sel
1087         - 11  # NDRPDR sel
1088         - 12  # NDRPDR sel
1089     dpdk-performance-changes-2n-skx-cmp:
1090       csit-dpdk-perf-verify-2001-2n-skx:
1091         - 1   # NDRPDR sel
1092         - 2   # NDRPDR sel
1093         - 3   # NDRPDR sel
1094         - 4   # NDRPDR sel
1095         - 5   # NDRPDR sel
1096         - 6   # NDRPDR sel
1097         - 7   # NDRPDR sel
1098         - 8   # NDRPDR sel
1099         - 9   # NDRPDR sel
1100         - 10  # NDRPDR sel
1101         - 11  # NDRPDR sel
1102         - 13  # NDRPDR sel
1103         - 26  # NDRPDR sel
1104         - 16  # NDRPDR sel
1105         - 17  # NDRPDR sel
1106         - 18  # NDRPDR sel
1107         - 19  # NDRPDR sel
1108         - 27  # NDRPDR sel
1109         - 21  # NDRPDR sel
1110         - 25  # NDRPDR sel
1111     dpdk-performance-changes-2n-skx:
1112       - "dpdk-performance-changes-2n-skx-h1"
1113       - "dpdk-performance-changes-2n-skx-ref"
1114       - "dpdk-performance-changes-2n-skx-cmp"
1115
1116     # Compare testbeds
1117
1118     vpp-compare-testbeds-ref:
1119       csit-vpp-perf-verify-2001-3n-hsw:
1120         - 21  # NDRPDR sel
1121         - 22  # NDRPDR sel
1122         - 23  # NDRPDR sel
1123         - 24  # NDRPDR sel
1124         - 25  # NDRPDR sel
1125         - 29  # NDRPDR sel
1126         - 30  # NDRPDR sel
1127         - 31  # NDRPDR sel
1128         - 32  # NDRPDR sel
1129         - 34  # NDRPDR sel
1130     vpp-compare-testbeds-cmp:
1131       # TODO: Add the data
1132       csit-vpp-perf-verify-2001-3n-skx:
1133         - 14  # NDRPDR sel
1134         - 15  # NDRPDR sel
1135         - 16  # NDRPDR sel
1136     vpp-compare-testbeds:
1137       - "vpp-compare-testbeds-ref"
1138       - "vpp-compare-testbeds-cmp"
1139
1140     vpp-compare-testbeds-skx-clx-ref:
1141       # TODO: Add the data
1142       csit-vpp-perf-verify-2001-2n-skx:
1143         - 21  # NDRPDR sel
1144         - 22  # NDRPDR sel
1145         - 23  # NDRPDR sel
1146         - 26  # NDRPDR sel
1147         - 27  # NDRPDR sel
1148         - 29  # NDRPDR sel
1149     vpp-compare-testbeds-skx-clx-cmp:
1150       # TODO: Add the data
1151       csit-vpp-perf-verify-2001-2n-clx:
1152         - 22  # NDRPDR sel
1153         - 23  # NDRPDR sel
1154         - 24  # NDRPDR sel
1155         - 25  # NDRPDR sel
1156     vpp-compare-testbeds-skx-clx:
1157       - "vpp-compare-testbeds-skx-clx-ref"
1158       - "vpp-compare-testbeds-skx-clx-cmp"
1159
1160     vpp-compare-testbeds-mrr-ref:
1161       csit-vpp-perf-verify-2001-3n-hsw:
1162         - 17  # MRR sel
1163     vpp-compare-testbeds-mrr-cmp:
1164       # TODO: Replace
1165       # csit-vpp-perf-verify-2001-3n-skx:
1166       csit-vpp-perf-verify-1908-3n-skx:
1167         - 36  # MRR sel
1168     vpp-compare-testbeds-mrr:
1169       - "vpp-compare-testbeds-mrr-ref"
1170       - "vpp-compare-testbeds-mrr-cmp"
1171
1172     vpp-compare-testbeds-mrr-skx-clx-ref:
1173       # TODO: Replace
1174       # csit-vpp-perf-verify-2001-2n-skx:
1175       csit-vpp-perf-verify-1908-2n-skx:
1176         - 69  # MRR sel
1177     vpp-compare-testbeds-mrr-skx-clx-cmp:
1178       # TODO: Replace
1179       # csit-vpp-perf-verify-2001-2n-clx:
1180       csit-vpp-perf-verify-1908-2n-skx:
1181         - 69  # MRR sel
1182     vpp-compare-testbeds-mrr-skx-clx:
1183       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1184       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1185
1186     dpdk-compare-testbeds-ref:
1187       csit-dpdk-perf-verify-2001-3n-hsw:
1188         - 4   # NDRPDR sel
1189         - 5   # NDRPDR sel
1190         - 6   # NDRPDR sel
1191         - 7   # NDRPDR sel
1192         - 8   # NDRPDR sel
1193         - 9   # NDRPDR sel
1194         - 10  # NDRPDR sel
1195         - 11  # NDRPDR sel
1196         - 12  # NDRPDR sel
1197         - 13  # NDRPDR sel
1198         - 15  # NDRPDR sel
1199         - 16  # NDRPDR sel
1200         - 17  # NDRPDR sel
1201         - 18  # NDRPDR sel
1202         - 19  # NDRPDR sel
1203         - 20  # NDRPDR sel
1204         - 21  # NDRPDR sel
1205         - 22  # NDRPDR sel
1206         - 23  # NDRPDR sel
1207         - 24  # NDRPDR sel
1208     dpdk-compare-testbeds-cmp:
1209       csit-dpdk-perf-verify-2001-3n-skx:
1210         - 1   # NDRPDR sel
1211         - 2   # NDRPDR sel
1212         - 3   # NDRPDR sel
1213         - 4   # NDRPDR sel
1214         - 5   # NDRPDR sel
1215         - 6   # NDRPDR sel
1216         - 7   # NDRPDR sel
1217         - 8   # NDRPDR sel
1218         - 9   # NDRPDR sel
1219         - 10  # NDRPDR sel
1220     dpdk-compare-testbeds:
1221       - "dpdk-compare-testbeds-ref"
1222       - "dpdk-compare-testbeds-cmp"
1223
1224     dpdk-compare-testbeds-skx-clx-ref:
1225       csit-dpdk-perf-verify-2001-2n-skx:
1226         - 1   # NDRPDR sel
1227         - 2   # NDRPDR sel
1228         - 3   # NDRPDR sel
1229         - 4   # NDRPDR sel
1230         - 5   # NDRPDR sel
1231         - 6   # NDRPDR sel
1232         - 7   # NDRPDR sel
1233         - 8   # NDRPDR sel
1234         - 9   # NDRPDR sel
1235         - 10  # NDRPDR sel
1236         - 11  # NDRPDR sel
1237         - 13  # NDRPDR sel
1238         - 26  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242         - 19  # NDRPDR sel
1243         - 27  # NDRPDR sel
1244         - 21  # NDRPDR sel
1245         - 25  # NDRPDR sel
1246     dpdk-compare-testbeds-skx-clx-cmp:
1247       csit-dpdk-perf-verify-2001-2n-clx:
1248         - 1   # NDRPDR sel
1249         - 2   # NDRPDR sel
1250         - 3   # NDRPDR sel
1251         - 4   # NDRPDR sel
1252         - 5   # NDRPDR sel
1253         - 6   # NDRPDR sel
1254         - 7   # NDRPDR sel
1255         - 8   # NDRPDR sel
1256         - 9   # NDRPDR sel
1257         - 10  # NDRPDR sel
1258     dpdk-compare-testbeds-skx-clx:
1259       - "dpdk-compare-testbeds-skx-clx-ref"
1260       - "dpdk-compare-testbeds-skx-clx-cmp"
1261
1262     # Compare topologies
1263
1264     vpp-compare-topologies-ref:
1265       # TODO: Add the data
1266       csit-vpp-perf-verify-2001-3n-skx:
1267         - 14  # NDRPDR sel
1268         - 15  # NDRPDR sel
1269         - 16  # NDRPDR sel
1270     vpp-compare-topologies-cmp:
1271       # TODO: Add the data
1272       csit-vpp-perf-verify-2001-2n-skx:
1273         - 21  # NDRPDR sel
1274         - 22  # NDRPDR sel
1275         - 23  # NDRPDR sel
1276         - 26  # NDRPDR sel
1277         - 27  # NDRPDR sel
1278         - 29  # NDRPDR sel
1279     vpp-compare-topologies:
1280       - "vpp-compare-topologies-ref"
1281       - "vpp-compare-topologies-cmp"
1282
1283     vpp-compare-topologies-mrr-ref:
1284       # TODO: Replace
1285       # csit-vpp-perf-verify-2001-3n-skx:
1286       csit-vpp-perf-verify-1908-3n-skx:
1287         - 36  # MRR sel
1288     vpp-compare-topologies-mrr-cmp:
1289       # TODO: Replace
1290       # csit-vpp-perf-verify-2001-2n-skx:
1291       csit-vpp-perf-verify-1908-2n-skx:
1292         - 69  # MRR sel
1293     vpp-compare-topologies-mrr:
1294       - "vpp-compare-topologies-mrr-ref"
1295       - "vpp-compare-topologies-mrr-cmp"
1296
1297     dpdk-compare-topologies-ref:
1298       csit-dpdk-perf-verify-2001-3n-skx:
1299         - 1   # NDRPDR sel
1300         - 2   # NDRPDR sel
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 6   # NDRPDR sel
1305         - 7   # NDRPDR sel
1306         - 8   # NDRPDR sel
1307         - 9   # NDRPDR sel
1308         - 10  # NDRPDR sel
1309     dpdk-compare-topologies-cmp:
1310       csit-dpdk-perf-verify-2001-2n-skx:
1311         - 1   # NDRPDR sel
1312         - 2   # NDRPDR sel
1313         - 3   # NDRPDR sel
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel
1316         - 6   # NDRPDR sel
1317         - 7   # NDRPDR sel
1318         - 8   # NDRPDR sel
1319         - 9   # NDRPDR sel
1320         - 10  # NDRPDR sel
1321         - 11  # NDRPDR sel
1322         - 13  # NDRPDR sel
1323         - 26  # NDRPDR sel
1324         - 16  # NDRPDR sel
1325         - 17  # NDRPDR sel
1326         - 18  # NDRPDR sel
1327         - 19  # NDRPDR sel
1328         - 27  # NDRPDR sel
1329         - 21  # NDRPDR sel
1330         - 25  # NDRPDR sel
1331     dpdk-compare-topologies:
1332       - "dpdk-compare-topologies-ref"
1333       - "dpdk-compare-topologies-cmp"
1334
1335   plot-layouts:
1336
1337     plot-soak-throughput:
1338       titlefont:
1339         size: 18
1340       xaxis:
1341         title: "<b>Test Cases [Index]</b>"
1342         titlefont:
1343           size: 16
1344         autorange: True
1345         fixedrange: False
1346         gridcolor: "rgb(230, 230, 230)"
1347         linecolor: "rgb(220, 220, 220)"
1348         linewidth: 1
1349         showgrid: True
1350         showline: True
1351         showticklabels: True
1352         tickcolor: "rgb(220, 220, 220)"
1353         tickmode: "linear"
1354         tickfont:
1355           size: 16
1356         zeroline: False
1357       yaxis:
1358         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1359         titlefont:
1360           size: 16
1361         gridcolor: "rgb(230, 230, 230)"
1362         hoverformat: ".4r"
1363         tickformat: ".3r"
1364         linecolor: "rgb(220, 220, 220)"
1365         linewidth: 1
1366         showgrid: True
1367         showline: True
1368         showticklabels: True
1369         tickcolor: "rgb(220, 220, 220)"
1370         tickfont:
1371           size: 16
1372         zeroline: False
1373         range: [0,50]
1374       autosize: False
1375       margin:
1376         t: 50
1377         b: 0
1378         l: 80
1379         r: 20
1380       showlegend: True
1381       legend:
1382         orientation: "h"
1383         font:
1384           size: 16
1385       width: 700
1386       height: 900
1387       paper_bgcolor: "#fff"
1388       plot_bgcolor: "#fff"
1389       hoverlabel:
1390         namelength: -1
1391
1392     plot-service-density:
1393       titlefont:
1394         size: 18
1395       xaxis:
1396         side: "top"
1397         autorange: True
1398         fixedrange: False
1399         showgrid: False
1400         showline: False
1401         showticklabels: False
1402         ticks: ""
1403         ticklen: 0
1404         tickwidth: 0
1405         zeroline: False
1406       yaxis:
1407         autorange: "reversed"
1408         showgrid: False
1409         showline: False
1410         showticklabels: False
1411         ticks: ""
1412         ticklen: 0
1413         tickwidth: 0
1414         zeroline: False
1415       showlegend: False
1416       paper_bgcolor: "#fff"
1417       plot_bgcolor: "#fff"
1418       width: 700
1419       height: 700
1420       hoverlabel:
1421         namelength: -1
1422
1423     plot-cps:
1424       titlefont:
1425         size: 18
1426       xaxis:
1427         title: "<b>Test Cases [Index]</b>"
1428         titlefont:
1429           size: 16
1430         autorange: True
1431         fixedrange: False
1432         gridcolor: "rgb(230, 230, 230)"
1433         linecolor: "rgb(220, 220, 220)"
1434         linewidth: 1
1435         showgrid: True
1436         showline: True
1437         showticklabels: True
1438         tickcolor: "rgb(220, 220, 220)"
1439         tickmode: "linear"
1440         tickfont:
1441           size: 16
1442         zeroline: False
1443       yaxis:
1444         title: "<b>Connections Per Second [cps]</b>"
1445         titlefont:
1446           size: 16
1447         gridcolor: "rgb(230, 230, 230)"
1448         hoverformat: ".4s"
1449         linecolor: "rgb(220, 220, 220)"
1450         linewidth: 1
1451         rangemode: "tozero"
1452         showgrid: True
1453         showline: True
1454         showticklabels: True
1455         tickcolor: "rgb(220, 220, 220)"
1456         tickformat: ".3s"
1457         tickfont:
1458           size: 16
1459         zeroline: False
1460       boxmode: "group"
1461       boxgroupgap: 0.5
1462       autosize: False
1463       margin:
1464         t: 50
1465         b: 20
1466         l: 80
1467         r: 20
1468       showlegend: True
1469       legend:
1470         orientation: "h"
1471         font:
1472           size: 16
1473       width: 700
1474       height: 800
1475       paper_bgcolor: "#fff"
1476       plot_bgcolor: "#fff"
1477       hoverlabel:
1478         namelength: -1
1479
1480     plot-rps:
1481       titlefont:
1482         size: 18
1483       xaxis:
1484         title: "<b>Test Cases [Index]</b>"
1485         titlefont:
1486           size: 16
1487         autorange: True
1488         fixedrange: False
1489         gridcolor: "rgb(230, 230, 230)"
1490         linecolor: "rgb(220, 220, 220)"
1491         linewidth: 1
1492         showgrid: True
1493         showline: True
1494         showticklabels: True
1495         tickcolor: "rgb(220, 220, 220)"
1496         tickmode: "linear"
1497         tickfont:
1498           size: 16
1499         zeroline: False
1500       yaxis:
1501         title: "<b>Requests Per Second [rps]</b>"
1502         titlefont:
1503           size: 16
1504         gridcolor: "rgb(230, 230, 230)"
1505         hoverformat: ".4s"
1506         linecolor: "rgb(220, 220, 220)"
1507         linewidth: 1
1508         rangemode: "tozero"
1509         showgrid: True
1510         showline: True
1511         showticklabels: True
1512         tickcolor: "rgb(230, 230, 230)"
1513         tickformat: ".3s"
1514         tickfont:
1515           size: 16
1516         zeroline: False
1517       boxmode: "group"
1518       boxgroupgap: 0.5
1519       autosize: False
1520       margin:
1521         t: 50
1522         b: 20
1523         l: 80
1524         r: 20
1525       showlegend: True
1526       legend:
1527         orientation: "h"
1528         font:
1529           size: 16
1530       width: 700
1531       height: 800
1532       paper_bgcolor: "#fff"
1533       plot_bgcolor: "#fff"
1534       hoverlabel:
1535         namelength: -1
1536
1537     plot-throughput:
1538       titlefont:
1539         size: 18
1540       xaxis:
1541         title: "<b>Test Cases [Index]</b>"
1542         titlefont:
1543           size: 16
1544         autorange: True
1545         fixedrange: False
1546         gridcolor: "rgb(230, 230, 230)"
1547         linecolor: "rgb(220, 220, 220)"
1548         linewidth: 1
1549         showgrid: True
1550         showline: True
1551         showticklabels: True
1552         tickcolor: "rgb(220, 220, 220)"
1553         tickmode: "linear"
1554         tickfont:
1555           size: 16
1556         zeroline: False
1557       yaxis:
1558         title: "<b>Packet Throughput [Mpps]</b>"
1559         titlefont:
1560           size: 16
1561         gridcolor: "rgb(230, 230, 230)"
1562         hoverformat: ".4r"
1563         tickformat: ".3r"
1564         linecolor: "rgb(220, 220, 220)"
1565         linewidth: 1
1566         showgrid: True
1567         showline: True
1568         showticklabels: True
1569         tickcolor: "rgb(220, 220, 220)"
1570         tickfont:
1571           size: 16
1572         zeroline: False
1573         range: [0,50]
1574       autosize: False
1575       margin:
1576         t: 50
1577         b: 0
1578         l: 80
1579         r: 20
1580       showlegend: True
1581       legend:
1582         orientation: "h"
1583         font:
1584           size: 16
1585       width: 700
1586       height: 900
1587       paper_bgcolor: "#fff"
1588       plot_bgcolor: "#fff"
1589       hoverlabel:
1590         namelength: -1
1591
1592     plot-throughput-speedup-analysis:
1593       titlefont:
1594         size: 18
1595       xaxis:
1596         title: "<b>Number of Cores [Qty]</b>"
1597         titlefont:
1598           size: 16
1599         autorange: True
1600         fixedrange: False
1601         gridcolor: "rgb(230, 230, 230)"
1602         linecolor: "rgb(220, 220, 220)"
1603         linewidth: 1
1604         showgrid: True
1605         showline: True
1606         showticklabels: True
1607         tickcolor: "rgb(238, 238, 238)"
1608         tickmode: "linear"
1609         tickfont:
1610           size: 16
1611         zeroline: False
1612       yaxis:
1613         title: "<b>Packet Throughput [Mpps]</b>"
1614         titlefont:
1615           size: 16
1616         type: "linear"
1617         gridcolor: "rgb(230, 230, 230)"
1618         hoverformat: ".4s"
1619         linecolor: "rgb(220, 220, 220)"
1620         linewidth: 1
1621         showgrid: True
1622         showline: True
1623         showticklabels: True
1624         tickcolor: "rgb(220, 220, 220)"
1625         tickformat: ".4s"
1626         tickfont:
1627           size: 16
1628         zeroline: True
1629         rangemode: "tozero"
1630         range: [0,100]
1631       legend:
1632         orientation: "h"
1633         font:
1634           size: 16
1635         xanchor: "left"
1636         yanchor: "top"
1637         x: 0
1638         y: -0.2
1639         bgcolor: "rgba(255, 255, 255, 0)"
1640         bordercolor: "rgba(255, 255, 255, 0)"
1641         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1642       autosize: False
1643       margin:
1644           't': 50
1645           'b': 150
1646           'l': 85
1647           'r': 10
1648       showlegend: True
1649       width: 700
1650       height: 700
1651       paper_bgcolor: "#fff"
1652       plot_bgcolor: "#fff"
1653       hoverlabel:
1654         namelength: -1
1655       annotations: [
1656         {
1657           text: "_ _          __          ...",
1658           align: "left",
1659           showarrow: False,
1660           xref: "paper",
1661           yref: "paper",
1662           xanchor: "left",
1663           yanchor: "top",
1664           x: 0,
1665           y: -0.13,
1666           font: {
1667             family: "Consolas, Courier New",
1668             size: 15
1669           },
1670         },
1671         {
1672           text: "    Perfect     Measured     Limit",
1673           align: "left",
1674           showarrow: False,
1675           xref: "paper",
1676           yref: "paper",
1677           xanchor: "left",
1678           yanchor: "top",
1679           x: 0,
1680           y: -0.15,
1681           font: {
1682             family: "Consolas, Courier New",
1683             size: 15
1684           },
1685         },
1686       ]
1687
1688     plot-latency:
1689       titlefont:
1690         size: 18
1691       xaxis:
1692         title: "<b>Direction</b>"
1693         titlefont:
1694           size: 16
1695         autorange: True
1696         fixedrange: False
1697         gridcolor: "rgb(230, 230, 230)"
1698         linecolor: "rgb(220, 220, 220)"
1699         linewidth: 1
1700         showgrid: True
1701         showline: True
1702         showticklabels: False
1703         tickcolor: "rgb(220, 220, 220)"
1704         tickmode: "linear"
1705         tickfont:
1706           size: 16
1707         zeroline: False
1708       yaxis:
1709         title: "<b>Packet Latency [uSec]</b>"
1710         titlefont:
1711           size: 16
1712         type: "linear"
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4s"
1715         linecolor: "rgb(220, 220, 220)"
1716         linewidth: 1
1717         showgrid: True
1718         showline: True
1719         showticklabels: True
1720         tickcolor: "rgb(220, 220, 220)"
1721         tickformat: ".4s"
1722         tickfont:
1723           size: 16
1724         zeroline: True
1725         rangemode: "tozero"
1726       legend:
1727         orientation: "h"
1728         font:
1729           size: 16
1730         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1731       autosize: False
1732       margin:
1733           't': 50
1734           'b': 150
1735           'l': 80
1736           'r': 10
1737       showlegend: True
1738       width: 700
1739       height: 700
1740       paper_bgcolor: "#fff"
1741       plot_bgcolor: "#fff"
1742       hoverlabel:
1743         namelength: -1
1744
1745     plot-hdrh-latency:
1746       title:
1747         text: ""
1748         xanchor: "center"
1749         x: 0.5
1750         font:
1751           size: 16
1752       width: 700
1753       plot_bgcolor: "white"
1754       annotations:
1755         - font:
1756             size: 14
1757           showarrow: False
1758           text: "<b>Packet Latency [uSec]</b>"
1759           x: 1
1760           xanchor: "right"
1761           xref: "paper"
1762           y: -0.045
1763           yanchor: "top"
1764           yref: "paper"
1765         - font:
1766             size: 14
1767           showarrow: False
1768           text: "<b>Probability [%]</b>"
1769           textangle: 270
1770           x: -0.06
1771           xanchor: "center"
1772           xref: "paper"
1773           y: 0.5
1774           yanchor: "middle"
1775           yref: "paper"
1776         - font:
1777             size: 14
1778           showarrow: False
1779           text: "<b>Direction: E-W</b>"
1780           x: 0.24
1781           xanchor: "center"
1782           xref: "paper"
1783           y: 1.05
1784           yanchor: "bottom"
1785           yref: "paper"
1786         - font:
1787             size: 14
1788           showarrow: False
1789           text: "<b>Direction: W-E</b>"
1790           x: 0.74
1791           xanchor: "center"
1792           xref: "paper"
1793           y: 1.05
1794           yanchor: "bottom"
1795           yref: "paper"
1796
1797     plot-hdrh-latency-percentile:
1798       title:
1799         text: ""
1800         xanchor: "center"
1801         x: 0.5
1802         font:
1803           size: 18
1804       xaxis:
1805         type: "log"
1806         title: "<b>Percentile [%]</b>"
1807         titlefont:
1808           size: 16
1809         autorange: True
1810         fixedrange: False
1811         gridcolor: "rgb(230, 230, 230)"
1812         linecolor: "rgb(220, 220, 220)"
1813         linewidth: 1
1814         showgrid: True
1815         showline: True
1816         showticklabels: True
1817         tickcolor: "rgb(220, 220, 220)"
1818         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1819         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1820         tickfont:
1821           size: 16
1822       yaxis:
1823         title: "<b>Packet Latency [uSec]</b>"
1824         titlefont:
1825           size: 16
1826         gridcolor: "rgb(230, 230, 230)"
1827         linecolor: "rgb(220, 220, 220)"
1828         linewidth: 1
1829         showgrid: True
1830         showline: True
1831         showticklabels: True
1832         tickcolor: "rgb(220, 220, 220)"
1833         tickfont:
1834           size: 16
1835       autosize: False
1836       showlegend: True
1837       legend:
1838         traceorder: "normal"
1839         orientation: "h"
1840         font:
1841           size: 16
1842         xanchor: "left"
1843         yanchor: "top"
1844         x: 0
1845         y: -0.15
1846         bgcolor: "rgba(255, 255, 255, 0)"
1847         bordercolor: "rgba(255, 255, 255, 0)"
1848       width: 700
1849       height: 700
1850       paper_bgcolor: "white"
1851       plot_bgcolor: "white"
1852
1853     plot-hdrh-latency-by-percentile:
1854       title:
1855         text: "<b>Latency by Percentile Distribution</b>"
1856         xanchor: "center"
1857         x: 0.5
1858         font:
1859           size: 18
1860       showlegend: True
1861       legend:
1862         traceorder: "normal"
1863         orientation: "h"
1864         font:
1865           size: 16
1866         xanchor: "left"
1867         yanchor: "top"
1868         x: 0
1869         y: -0.2
1870         bgcolor: "rgba(255, 255, 255, 0)"
1871         bordercolor: "rgba(255, 255, 255, 0)"
1872       xaxis:
1873         type: "linear"
1874         title: "<b>Percentile [%]</b>"
1875         titlefont:
1876           size: 14
1877         autorange: False
1878         fixedrange: False
1879         range: [0, 100]
1880         gridcolor: "rgb(230, 230, 230)"
1881         linecolor: "rgb(220, 220, 220)"
1882         linewidth: 1
1883         showgrid: True
1884         showline: True
1885         showticklabels: True
1886         tickcolor: "rgb(220, 220, 220)"
1887         tickvals: [0, 25, 50, 75, 100]
1888         ticktext: [0, 25, 50, 75, 100]
1889         tickfont:
1890           size: 14
1891       yaxis:
1892         title: "<b>One-Way Latency per Direction [uSec]</b>"
1893         titlefont:
1894           size: 14
1895         gridcolor: "rgb(230, 230, 230)"
1896         linecolor: "rgb(220, 220, 220)"
1897         linewidth: 1
1898         showgrid: True
1899         showline: True
1900         showticklabels: True
1901         tickcolor: "rgb(220, 220, 220)"
1902         tickfont:
1903           size: 14
1904       width: 700
1905       height: 700
1906       paper_bgcolor: "white"
1907       plot_bgcolor: "white"
1908
1909 - type: "static"
1910   src-path: "{DIR[RST]}"
1911   dst-path: "{DIR[WORKING,SRC]}"
1912
1913 - type: "input"
1914   general:
1915     file-name: "output_info.xml.gz"
1916     file-format: ".gz"
1917     arch-file-format:
1918       - ".gz"
1919       - ".zip"
1920     download-path: "{job}/{build}/archives/{filename}"
1921     extract: "output.xml"
1922
1923     zip-file-name: "robot-plugin.zip"
1924     zip-file-format: ".zip"
1925     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1926     zip-extract: "robot-plugin/output.xml"
1927
1928   builds:
1929
1930     csit-vpp-perf-verify-1904-3n-hsw:
1931       - 9   # MRR sel
1932       - 11  # NDRPDR sel
1933       - 12  # NDRPDR sel
1934       - 20  # NDRPDR sel
1935       - 21  # NDRPDR sel
1936       - 23  # NDRPDR sel
1937       - 24  # NDRPDR sel
1938       - 25  # NDRPDR sel
1939       - 26  # NDRPDR sel
1940       - 29  # NDRPDR sel
1941       - 30  # NDRPDR sel
1942     csit-vpp-perf-verify-1908-3n-hsw:
1943       - 12  # NDRPDR sel
1944       - 13  # NDRPDR sel
1945       - 14  # NDRPDR sel
1946       - 15  # NDRPDR sel
1947       - 16  # NDRPDR sel
1948       - 17  # NDRPDR sel
1949       - 18  # NDRPDR sel
1950       - 19  # NDRPDR sel
1951       - 20  # NDRPDR sel
1952       - 21  # NDRPDR sel
1953       - 48  # NDRPDR sel vhost
1954       - 49  # NDRPDR sel vhost
1955       - 52  # NDRPDR sel vhost
1956       - 53  # NDRPDR sel vhost
1957       - 54  # NDRPDR sel vhost
1958       - 55  # NDRPDR sel vhost
1959       - 56  # NDRPDR sel vhost
1960       - 57  # NDRPDR sel vhost
1961       - 58  # NDRPDR sel vhost
1962       - 59  # NDRPDR sel vhost
1963       - 39  # MRR sel
1964     csit-vpp-perf-verify-2001-3n-hsw:
1965       - 21  # NDRPDR sel
1966       - 22  # NDRPDR sel
1967       - 23  # NDRPDR sel
1968       - 24  # NDRPDR sel
1969       - 25  # NDRPDR sel
1970       - 29  # NDRPDR sel
1971       - 30  # NDRPDR sel
1972       - 31  # NDRPDR sel
1973       - 32  # NDRPDR sel
1974       - 34  # NDRPDR sel
1975       - 17  # MRR sel
1976       - 18  # NDRPDR full
1977       - 20  # NDRPDR full
1978       - 28  # NDRPDR full
1979
1980 #    csit-vpp-perf-verify-1904-3n-skx:
1981 #      - 7   # MRR sel
1982 #      - 8   # NDRPDR sel
1983 #      - 9   # NDRPDR sel
1984 #      - 10  # NDRPDR sel
1985 #      - 11  # NDRPDR sel
1986 #      - 12  # NDRPDR sel
1987 #      - 14  # NDRPDR sel
1988 #      - 16  # NDRPDR sel
1989 #      - 21  # NDRPDR sel
1990 #      - 23  # NDRPDR sel
1991 #      - 25  # NDRPDR sel
1992 #    csit-vpp-perf-verify-1908-3n-skx:
1993 #      - 14  # NDRPDR sel
1994 #      - 16  # NDRPDR sel
1995 #      - 19  # NDRPDR sel
1996 #      - 20  # NDRPDR sel
1997 #      - 22  # NDRPDR sel
1998 #      - 23  # NDRPDR sel
1999 #      - 24  # NDRPDR sel
2000 #      - 25  # NDRPDR sel
2001 #      - 26  # NDRPDR sel
2002 #      - 29  # NDRPDR sel
2003 #      - 52  # NDRPDR sel vhost
2004 #      - 53  # NDRPDR sel vhost
2005 #      - 55  # NDRPDR sel vhost
2006 #      - 61  # NDRPDR sel vhost
2007 #      - 62  # NDRPDR sel vhost
2008 #      - 63  # NDRPDR sel vhost
2009 #      - 64  # NDRPDR sel vhost
2010 #      - 65  # NDRPDR sel vhost
2011 #      - 66  # NDRPDR sel vhost
2012 #      - 67  # NDRPDR sel vhost
2013 #      - 36  # MRR sel
2014 #    csit-vpp-perf-verify-2001-3n-skx:
2015 #      - 14  # NDRPDR sel
2016 #      - 15  # NDRPDR sel
2017 #      - 16  # NDRPDR sel
2018
2019 #    csit-vpp-perf-verify-1904-2n-skx:
2020 #      - 11  # MRR sel
2021 #      - 12  # NDRPDR sel
2022 #      - 14  # NDRPDR sel
2023 #      - 16  # NDRPDR sel
2024 #      - 17  # NDRPDR sel
2025 #      - 18  # NDRPDR sel
2026 #      - 21  # NDRPDR sel
2027 #      - 27  # NDRPDR sel
2028 #      - 30  # NDRPDR sel
2029 #      - 31  # NDRPDR sel
2030 #      - 32  # NDRPDR sel
2031 #    csit-vpp-perf-verify-1908-2n-skx:
2032 #      - 26  # NDRPDR sel
2033 #      - 27  # NDRPDR sel
2034 #      - 34  # NDRPDR sel
2035 #      - 35  # NDRPDR sel
2036 #      - 36  # NDRPDR sel
2037 #      - 42  # NDRPDR sel
2038 #      - 43  # NDRPDR sel
2039 #      - 44  # NDRPDR sel
2040 #      - 45  # NDRPDR sel
2041 #      - 46  # NDRPDR sel
2042 #      - 88  # NDRPDR sel vhost
2043 #      - 89  # NDRPDR sel vhost
2044 #      - 91  # NDRPDR sel vhost
2045 #      - 92  # NDRPDR sel vhost
2046 #      - 93  # NDRPDR sel vhost
2047 #      - 94  # NDRPDR sel vhost
2048 #      - 95  # NDRPDR sel vhost
2049 #      - 96  # NDRPDR sel vhost
2050 #      - 97  # NDRPDR sel vhost
2051 #      - 98  # NDRPDR sel vhost
2052 #      - 69  # MRR sel
2053 #      - 29  # TCP
2054 #      - 30  # TCP
2055 #      - 58  # TCP
2056 #      - 22  # NFV
2057 #      - 31  # NFV
2058 #      - 32  # NFV
2059 #      - 71  # NFV MRR
2060 #      - 113 # NFV reconf sel
2061 #      - 114 # NFV reconf sel
2062 #      - 115 # NFV reconf sel
2063 #      - 83  # SOAK
2064 #      - 86  # SOAK
2065 #    csit-vpp-perf-verify-2001-2n-skx:
2066 #      - 21  # NDRPDR sel
2067 #      - 22  # NDRPDR sel
2068 #      - 23  # NDRPDR sel
2069 #      - 26  # NDRPDR sel
2070 #      - 27  # NDRPDR sel
2071 #      - 29  # NDRPDR sel
2072 #      - 32  # NDRPDR full
2073 #      - 33  # NDRPDR full
2074 #      - 30  # NFV
2075 #      - 31  # NFV
2076
2077 #    csit-vpp-perf-verify-2001-2n-clx:
2078 #      - 22  # NDRPDR sel
2079 #      - 23  # NDRPDR sel
2080 #      - 24  # NDRPDR sel
2081 #      - 25  # NDRPDR sel
2082
2083     csit-vpp-perf-verify-1908-3n-tsh:
2084       - 7   # NDRPDR sel
2085       - 8   # NDRPDR sel
2086       - 9   # NDRPDR sel
2087       - 10  # NDRPDR sel
2088       - 11  # NDRPDR sel
2089       - 12  # NDRPDR sel
2090       - 13  # NDRPDR sel
2091       - 14  # NDRPDR sel
2092       - 15  # NDRPDR sel
2093       - 16  # NDRPDR sel
2094       - 17  # MRR sel
2095     csit-vpp-perf-verify-2001-3n-tsh:
2096       - 3   # NDRPDR sel
2097       - 4   # NDRPDR sel
2098       - 7   # NDRPDR sel
2099       - 8   # NDRPDR sel
2100
2101     csit-vpp-perf-verify-1908-3n-dnv:
2102       - 6   # NDRPDR sel
2103       - 7   # NDRPDR sel
2104       - 8   # NDRPDR sel
2105       - 9   # NDRPDR sel
2106       - 10  # NDRPDR sel
2107       - 12  # NDRPDR sel
2108       - 13  # NDRPDR sel
2109       - 14  # NDRPDR sel
2110       - 15  # NDRPDR sel
2111       - 16  # NDRPDR sel
2112       - 17  # MRR sel
2113     csit-vpp-perf-verify-2001-3n-dnv:
2114       - 5   # NDRPDR sel
2115       - 6   # NDRPDR sel
2116       - 7   # NDRPDR sel
2117       - 8   # NDRPDR sel
2118       - 9   # NDRPDR sel
2119       - 10  # NDRPDR sel
2120       - 12  # NDRPDR sel
2121       - 16  # NDRPDR sel
2122       - 17  # NDRPDR sel
2123       - 18  # NDRPDR sel
2124       - 11  # MRR sel
2125       - 13  # NDRPDR full
2126       - 15  # NDRPDR full
2127       - 19  # NDRPDR full
2128       - 20  # NDRPDR full
2129       - 21  # NDRPDR full
2130       - 22  # NDRPDR full
2131       - 23  # NDRPDR full
2132       - 24  # NDRPDR full
2133       - 25  # NDRPDR full
2134
2135     csit-vpp-perf-verify-1908-2n-dnv:
2136       - 1   # NDRPDR sel
2137       - 2   # NDRPDR sel
2138       - 3   # NDRPDR sel
2139       - 4   # NDRPDR sel
2140       - 5   # NDRPDR sel
2141       - 6   # NDRPDR sel
2142       - 7   # NDRPDR sel
2143       - 8   # NDRPDR sel
2144       - 9   # NDRPDR sel
2145       - 10  # NDRPDR sel
2146       - 11  # MRR sel
2147     csit-vpp-perf-verify-2001-2n-dnv:
2148       - 4   # NDRPDR sel
2149       - 5   # NDRPDR sel
2150       - 6   # NDRPDR sel
2151       - 7   # NDRPDR sel
2152       - 8   # NDRPDR sel
2153       - 9   # NDRPDR sel
2154       - 10  # NDRPDR sel
2155       - 11  # NDRPDR sel
2156       - 13  # NDRPDR sel
2157       - 16  # NDRPDR sel
2158       - 12  # MRR sel
2159       - 21  # NDRPDR full
2160       - 22  # NDRPDR full
2161       - 25  # NDRPDR full
2162       - 26  # NDRPDR full
2163       - 27  # NDRPDR full
2164       - 28  # NDRPDR full
2165
2166     csit-dpdk-perf-verify-1904-3n-hsw:
2167       - 2   # NDRPDR sel
2168       - 3   # NDRPDR sel
2169       - 5   # NDRPDR sel
2170       - 6   # NDRPDR sel
2171       - 13  # NDRPDR sel
2172       - 14  # NDRPDR sel
2173       - 15  # NDRPDR sel
2174       - 18  # NDRPDR sel
2175       - 19  # NDRPDR sel
2176       - 20  # NDRPDR sel
2177     csit-dpdk-perf-verify-1908-3n-hsw:
2178       - 2   # NDRPDR sel
2179       - 3   # NDRPDR sel
2180       - 4   # NDRPDR sel
2181       - 5   # NDRPDR sel
2182       - 6   # NDRPDR sel
2183       - 7   # NDRPDR sel
2184       - 8   # NDRPDR sel
2185       - 9   # NDRPDR sel
2186       - 10  # NDRPDR sel
2187       - 11  # NDRPDR sel
2188     csit-dpdk-perf-verify-2001-3n-hsw:
2189       - 4   # NDRPDR sel
2190       - 5   # NDRPDR sel
2191       - 6   # NDRPDR sel
2192       - 7   # NDRPDR sel
2193       - 8   # NDRPDR sel
2194       - 9   # NDRPDR sel
2195       - 10  # NDRPDR sel
2196       - 11  # NDRPDR sel
2197       - 12  # NDRPDR sel
2198       - 13  # NDRPDR sel
2199       - 15  # NDRPDR sel
2200       - 16  # NDRPDR sel
2201       - 17  # NDRPDR sel
2202       - 18  # NDRPDR sel
2203       - 19  # NDRPDR sel
2204       - 20  # NDRPDR sel
2205       - 21  # NDRPDR sel
2206       - 22  # NDRPDR sel
2207       - 23  # NDRPDR sel
2208       - 24  # NDRPDR sel
2209
2210 #    csit-dpdk-perf-verify-1904-3n-skx:
2211 #      - 2   # NDRPDR sel
2212 #      - 3   # NDRPDR sel
2213 #      - 4   # NDRPDR sel
2214 #      - 5   # NDRPDR sel
2215 #      - 6   # NDRPDR sel
2216 #      - 7   # NDRPDR sel
2217 #      - 11  # NDRPDR sel
2218 #      - 12  # NDRPDR sel
2219 #      - 13  # NDRPDR sel
2220 #      - 14  # NDRPDR sel
2221 #    csit-dpdk-perf-verify-1908-3n-skx:
2222 #      - 3   # NDRPDR sel
2223 #      - 4   # NDRPDR sel
2224 #      - 5   # NDRPDR sel
2225 #      - 6   # NDRPDR sel
2226 #      - 7   # NDRPDR sel
2227 #      - 8   # NDRPDR sel
2228 #      - 9   # NDRPDR sel
2229 #      - 10  # NDRPDR sel
2230 #      - 11  # NDRPDR sel
2231 #      - 12  # NDRPDR sel
2232 #    csit-dpdk-perf-verify-2001-3n-skx:
2233 #      - 1   # NDRPDR sel
2234 #      - 2   # NDRPDR sel
2235 #      - 3   # NDRPDR sel
2236 #      - 4   # NDRPDR sel
2237 #      - 5   # NDRPDR sel
2238 #      - 6   # NDRPDR sel
2239 #      - 7   # NDRPDR sel
2240 #      - 8   # NDRPDR sel
2241 #      - 9   # NDRPDR sel
2242 #      - 10  # NDRPDR sel
2243
2244 #    csit-dpdk-perf-verify-1904-2n-skx:
2245 #      - 2   # NDRPDR sel
2246 #      - 3   # NDRPDR sel
2247 #      - 4   # NDRPDR sel
2248 #      - 5   # NDRPDR sel
2249 #      - 7   # NDRPDR sel
2250 #      - 8   # NDRPDR sel
2251 #      - 9   # NDRPDR sel
2252 #      - 10  # NDRPDR sel
2253 #      - 11  # NDRPDR sel
2254 #      - 12  # NDRPDR sel
2255 #    csit-dpdk-perf-verify-1908-2n-skx:
2256 #      - 2   # NDRPDR sel
2257 #      - 3   # NDRPDR sel
2258 #      - 4   # NDRPDR sel
2259 #      - 5   # NDRPDR sel
2260 #      - 7   # NDRPDR sel
2261 #      - 8   # NDRPDR sel
2262 #      - 9   # NDRPDR sel
2263 #      - 10  # NDRPDR sel
2264 #      - 11  # NDRPDR sel
2265 #      - 12  # NDRPDR sel
2266 #    csit-dpdk-perf-verify-2001-2n-skx:
2267 #      - 1   # NDRPDR sel
2268 #      - 2   # NDRPDR sel
2269 #      - 3   # NDRPDR sel
2270 #      - 4   # NDRPDR sel
2271 #      - 5   # NDRPDR sel
2272 #      - 6   # NDRPDR sel
2273 #      - 7   # NDRPDR sel
2274 #      - 8   # NDRPDR sel
2275 #      - 9   # NDRPDR sel
2276 #      - 10  # NDRPDR sel
2277 #      - 11  # NDRPDR sel
2278 #      - 13  # NDRPDR sel
2279 #      - 26  # NDRPDR sel
2280 #      - 16  # NDRPDR sel
2281 #      - 17  # NDRPDR sel
2282 #      - 18  # NDRPDR sel
2283 #      - 19  # NDRPDR sel
2284 #      - 27  # NDRPDR sel
2285 #      - 21  # NDRPDR sel
2286 #      - 25  # NDRPDR sel
2287
2288 #    csit-dpdk-perf-verify-2001-2n-clx:
2289 #      - 1   # NDRPDR sel
2290 #      - 2   # NDRPDR sel
2291 #      - 3   # NDRPDR sel
2292 #      - 4   # NDRPDR sel
2293 #      - 5   # NDRPDR sel
2294 #      - 6   # NDRPDR sel
2295 #      - 7   # NDRPDR sel
2296 #      - 8   # NDRPDR sel
2297 #      - 9   # NDRPDR sel
2298 #      - 10  # NDRPDR sel
2299
2300     csit-dpdk-perf-verify-2001-2n-dnv:
2301       - 9   # NDRPDR sel
2302       - 10  # NDRPDR sel
2303       - 11  # NDRPDR sel
2304       - 12  # NDRPDR sel
2305       - 13  # NDRPDR sel
2306       - 14  # NDRPDR sel
2307       - 15  # NDRPDR sel
2308       - 16  # NDRPDR sel
2309       - 17  # NDRPDR sel
2310       - 18  # NDRPDR sel
2311
2312     csit-dpdk-perf-verify-2001-3n-dnv:
2313       - 12  # NDRPDR sel
2314       - 13  # NDRPDR sel
2315       - 14  # NDRPDR sel
2316       - 15  # NDRPDR sel
2317       - 16  # NDRPDR sel
2318       - 17  # NDRPDR sel
2319       - 18  # NDRPDR sel
2320       - 19  # NDRPDR sel
2321       - 20  # NDRPDR sel
2322       - 22  # NDRPDR sel
2323
2324     csit-dpdk-perf-verify-2001-3n-tsh:
2325       - 3   # NDRPDR sel
2326       - 4   # NDRPDR sel
2327       - 5   # NDRPDR sel
2328       - 9   # NDRPDR sel
2329       - 10  # NDRPDR sel
2330
2331     csit-vpp-device-2001-ubuntu1804-1n-skx:
2332       - 57
2333
2334 - type: "output"
2335   output: "report"
2336   format:
2337     html:
2338     - full
2339 # TODO: Enable for release runs:
2340 #    pdf:
2341 #    - minimal
2342
2343 ################################################################################
2344 ###                               T A B L E S                                ###
2345 ################################################################################
2346
2347 ## VPP Soak vs NDR
2348 #- type: "table"
2349 #  title: "VPP Soak vs NDR 2n-skx"
2350 #  algorithm: "table_soak_vs_ndr"
2351 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2352 #  reference:
2353 #    title: "NDR"
2354 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2355 #  compare:
2356 #    title: "Soak"
2357 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2358 #  data: "vpp-soak-vs-ndr-2n-skx"
2359 #  include-tests: "NDR"
2360 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2361 #  parameters:
2362 #    - "throughput"
2363 #    - "name"
2364 #    - "parent"
2365
2366 ################################################################################
2367
2368 ## VPP Compare NICs 3n-skx 2t1c ndr
2369 #- type: "table"
2370 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2371 #  algorithm: "table_nics_comparison"
2372 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2373 #  reference:
2374 #    title: "x710"
2375 #    nic: "NIC_Intel-X710"
2376 #  compare:
2377 #    title: "xxv710"
2378 #    nic: "NIC_Intel-XXV710"
2379 #  data: "vpp-nic-comparison-3n-skx"
2380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2381 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2382 #  parameters:
2383 #  - "name"
2384 #  - "parent"
2385 #  - "throughput"
2386 #  - "tags"
2387 #
2388 ## VPP Compare NICs 3n-skx 4t2c ndr
2389 #- type: "table"
2390 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2391 #  algorithm: "table_nics_comparison"
2392 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2393 #  reference:
2394 #    title: "x710"
2395 #    nic: "NIC_Intel-X710"
2396 #  compare:
2397 #    title: "xxv710"
2398 #    nic: "NIC_Intel-XXV710"
2399 #  data: "vpp-nic-comparison-3n-skx"
2400 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2401 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2402 #  parameters:
2403 #  - "name"
2404 #  - "parent"
2405 #  - "throughput"
2406 #  - "tags"
2407 #
2408 ## VPP Compare NICs 3n-skx 2t1c pdr
2409 #- type: "table"
2410 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2411 #  algorithm: "table_nics_comparison"
2412 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2413 #  reference:
2414 #    title: "x710"
2415 #    nic: "NIC_Intel-X710"
2416 #  compare:
2417 #    title: "xxv710"
2418 #    nic: "NIC_Intel-XXV710"
2419 #  data: "vpp-nic-comparison-3n-skx"
2420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2421 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2422 #  parameters:
2423 #  - "name"
2424 #  - "parent"
2425 #  - "throughput"
2426 #  - "tags"
2427 #
2428 # # VPP Compare NICs 3n-skx 4t2c pdr
2429 #- type: "table"
2430 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2431 #  algorithm: "table_nics_comparison"
2432 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2433 #  reference:
2434 #    title: "x710"
2435 #    nic: "NIC_Intel-X710"
2436 #  compare:
2437 #    title: "xxv710"
2438 #    nic: "NIC_Intel-XXV710"
2439 #  data: "vpp-nic-comparison-3n-skx"
2440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2441 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2442 #  parameters:
2443 #  - "name"
2444 #  - "parent"
2445 #  - "throughput"
2446 #  - "tags"
2447 #
2448 ## VPP Compare NICs 3n-skx 2t1c mrr
2449 #- type: "table"
2450 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2451 #  algorithm: "table_nics_comparison"
2452 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2453 #  reference:
2454 #    title: "x710"
2455 #    nic: "NIC_Intel-X710"
2456 #  compare:
2457 #    title: "xxv710"
2458 #    nic: "NIC_Intel-XXV710"
2459 #  data: "vpp-nic-comparison-3n-skx-mrr"
2460 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2461 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2462 #  parameters:
2463 #  - "name"
2464 #  - "parent"
2465 #  - "result"
2466 #  - "tags"
2467 #
2468 ## VPP Compare NICs 3n-skx 4t2c mrr
2469 #- type: "table"
2470 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2471 #  algorithm: "table_nics_comparison"
2472 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2473 #  reference:
2474 #    title: "x710"
2475 #    nic: "NIC_Intel-X710"
2476 #  compare:
2477 #    title: "xxv710"
2478 #    nic: "NIC_Intel-XXV710"
2479 #  data: "vpp-nic-comparison-3n-skx-mrr"
2480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2481 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2482 #  parameters:
2483 #  - "name"
2484 #  - "parent"
2485 #  - "result"
2486 #  - "tags"
2487 #
2488 # # VPP Compare NICs 3n-skx 8t4c mrr
2489 #- type: "table"
2490 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2491 #  algorithm: "table_nics_comparison"
2492 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2493 #  reference:
2494 #    title: "x710"
2495 #    nic: "NIC_Intel-X710"
2496 #  compare:
2497 #    title: "xxv710"
2498 #    nic: "NIC_Intel-XXV710"
2499 #  data: "vpp-nic-comparison-3n-skx-mrr"
2500 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2501 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2502 #  parameters:
2503 #  - "name"
2504 #  - "parent"
2505 #  - "result"
2506 #  - "tags"
2507 #
2508 ## VPP Compare NICs 2n-skx 2t1c ndr
2509 #- type: "table"
2510 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2511 #  algorithm: "table_nics_comparison"
2512 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2513 #  reference:
2514 #    title: "x710"
2515 #    nic: "NIC_Intel-X710"
2516 #  compare:
2517 #    title: "xxv710"
2518 #    nic: "NIC_Intel-XXV710"
2519 #  data: "vpp-nic-comparison-2n-skx"
2520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2521 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2522 #  parameters:
2523 #  - "name"
2524 #  - "parent"
2525 #  - "throughput"
2526 #  - "tags"
2527 #
2528 ## VPP Compare NICs 2n-skx 4t2c ndr
2529 #- type: "table"
2530 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2531 #  algorithm: "table_nics_comparison"
2532 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2533 #  reference:
2534 #    title: "x710"
2535 #    nic: "NIC_Intel-X710"
2536 #  compare:
2537 #    title: "xxv710"
2538 #    nic: "NIC_Intel-XXV710"
2539 #  data: "vpp-nic-comparison-2n-skx"
2540 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2541 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2542 #  parameters:
2543 #  - "name"
2544 #  - "parent"
2545 #  - "throughput"
2546 #  - "tags"
2547 #
2548 # # VPP Compare NICs 2n-skx 2t1c pdr
2549 #- type: "table"
2550 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2551 #  algorithm: "table_nics_comparison"
2552 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2553 #  reference:
2554 #    title: "x710"
2555 #    nic: "NIC_Intel-X710"
2556 #  compare:
2557 #    title: "xxv710"
2558 #    nic: "NIC_Intel-XXV710"
2559 #  data: "vpp-nic-comparison-2n-skx"
2560 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2561 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2562 #  parameters:
2563 #  - "name"
2564 #  - "parent"
2565 #  - "throughput"
2566 #  - "tags"
2567 #
2568 ## VPP Compare NICs 2n-skx 4t2c pdr
2569 #- type: "table"
2570 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2571 #  algorithm: "table_nics_comparison"
2572 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2573 #  reference:
2574 #    title: "x710"
2575 #    nic: "NIC_Intel-X710"
2576 #  compare:
2577 #    title: "xxv710"
2578 #    nic: "NIC_Intel-XXV710"
2579 #  data: "vpp-nic-comparison-2n-skx"
2580 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2581 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2582 #  parameters:
2583 #  - "name"
2584 #  - "parent"
2585 #  - "throughput"
2586 #  - "tags"
2587 #
2588 ## VPP Compare NICs 2n-skx 2t1c mrr
2589 #- type: "table"
2590 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2591 #  algorithm: "table_nics_comparison"
2592 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2593 #  reference:
2594 #    title: "x710"
2595 #    nic: "NIC_Intel-X710"
2596 #  compare:
2597 #    title: "xxv710"
2598 #    nic: "NIC_Intel-XXV710"
2599 #  data: "vpp-nic-comparison-2n-skx-mrr"
2600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2601 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2602 #  parameters:
2603 #  - "name"
2604 #  - "parent"
2605 #  - "result"
2606 #  - "tags"
2607 #
2608 ## VPP Compare NICs 2n-skx 4t2c mrr
2609 #- type: "table"
2610 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2611 #  algorithm: "table_nics_comparison"
2612 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2613 #  reference:
2614 #    title: "x710"
2615 #    nic: "NIC_Intel-X710"
2616 #  compare:
2617 #    title: "xxv710"
2618 #    nic: "NIC_Intel-XXV710"
2619 #  data: "vpp-nic-comparison-2n-skx-mrr"
2620 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2621 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2622 #  parameters:
2623 #  - "name"
2624 #  - "parent"
2625 #  - "result"
2626 #  - "tags"
2627 #
2628 ## VPP Compare NICs 2n-skx 8t4c mrr
2629 #- type: "table"
2630 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2631 #  algorithm: "table_nics_comparison"
2632 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2633 #  reference:
2634 #    title: "x710"
2635 #    nic: "NIC_Intel-X710"
2636 #  compare:
2637 #    title: "xxv710"
2638 #    nic: "NIC_Intel-XXV710"
2639 #  data: "vpp-nic-comparison-2n-skx-mrr"
2640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2641 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2642 #  parameters:
2643 #  - "name"
2644 #  - "parent"
2645 #  - "result"
2646 #  - "tags"
2647
2648 ################################################################################
2649 # VPP
2650
2651 # VPP Performance Changes 3n-hsw 1t1c pdr
2652 - type: "table"
2653   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2654   algorithm: "table_perf_comparison"
2655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2656   history:
2657     - title: "rls1904"
2658       data: "vpp-performance-changes-3n-hsw-h1"
2659   reference:
2660     title: "rls1908"
2661     data: "vpp-performance-changes-3n-hsw-ref"
2662     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2663   compare:
2664     title: "rls2001"
2665     data: "vpp-performance-changes-3n-hsw-cmp"
2666   data: "vpp-performance-changes-3n-hsw"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 2t2c pdr
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2677   algorithm: "table_perf_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2679   history:
2680     - title: "rls1904"
2681       data: "vpp-performance-changes-3n-hsw-h1"
2682   reference:
2683     title: "rls1908"
2684     data: "vpp-performance-changes-3n-hsw-ref"
2685     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2686   compare:
2687     title: "rls2001"
2688     data: "vpp-performance-changes-3n-hsw-cmp"
2689   data: "vpp-performance-changes-3n-hsw"
2690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2691   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2692   parameters:
2693   - "name"
2694   - "parent"
2695   - "throughput"
2696
2697 # VPP Performance Changes 3n-hsw 1t1c ndr
2698 - type: "table"
2699   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2700   algorithm: "table_perf_comparison"
2701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2702   history:
2703     - title: "rls1904"
2704       data: "vpp-performance-changes-3n-hsw-h1"
2705   reference:
2706     title: "rls1908"
2707     data: "vpp-performance-changes-3n-hsw-ref"
2708     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2709   compare:
2710     title: "rls2001"
2711     data: "vpp-performance-changes-3n-hsw-cmp"
2712   data: "vpp-performance-changes-3n-hsw"
2713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2714   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2715   parameters:
2716   - "name"
2717   - "parent"
2718   - "throughput"
2719
2720 # VPP Performance Changes 3n-hsw 2t2c ndr
2721 - type: "table"
2722   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2723   algorithm: "table_perf_comparison"
2724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2725   history:
2726     - title: "rls1904"
2727       data: "vpp-performance-changes-3n-hsw-h1"
2728   reference:
2729     title: "rls1908"
2730     data: "vpp-performance-changes-3n-hsw-ref"
2731     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2732   compare:
2733     title: "rls2001"
2734     data: "vpp-performance-changes-3n-hsw-cmp"
2735   data: "vpp-performance-changes-3n-hsw"
2736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2737   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2738   parameters:
2739   - "name"
2740   - "parent"
2741   - "throughput"
2742
2743 ## VPP Performance Changes 3n-skx 2t1c pdr
2744 #- type: "table"
2745 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2746 #  algorithm: "table_perf_comparison_nic"
2747 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2748 #  history:
2749 #    - title: "rls1904 x710"
2750 #      data: "vpp-performance-changes-3n-skx-h1"
2751 #      nic: "NIC_Intel-X710"
2752 #  reference:
2753 #    title: "rls1908 xxv710"
2754 #    data: "vpp-performance-changes-3n-skx-ref"
2755 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2756 #    nic: "NIC_Intel-XXV710"
2757 #  compare:
2758 #    title: "rls2001 xxv710"
2759 #    data: "vpp-performance-changes-3n-skx-cmp"
2760 #    nic: "NIC_Intel-XXV710"
2761 #  data: "vpp-performance-changes-3n-skx"
2762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2763 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2764 #  parameters:
2765 #  - "name"
2766 #  - "parent"
2767 #  - "throughput"
2768 #  - "tags"
2769 #
2770 ## VPP Performance Changes 3n-skx 4t2c pdr
2771 #- type: "table"
2772 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2773 #  algorithm: "table_perf_comparison_nic"
2774 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2775 #  history:
2776 #    - title: "rls1904 x710"
2777 #      data: "vpp-performance-changes-3n-skx-h1"
2778 #      nic: "NIC_Intel-X710"
2779 #  reference:
2780 #    title: "rls1908 x710"
2781 #    data: "vpp-performance-changes-3n-skx-ref"
2782 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2783 #    nic: "NIC_Intel-X710"
2784 #  compare:
2785 #    title: "rls2001 xxv710"
2786 #    data: "vpp-performance-changes-3n-skx-cmp"
2787 #    nic: "NIC_Intel-XXV710"
2788 #  data: "vpp-performance-changes-3n-skx"
2789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2790 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2791 #  parameters:
2792 #  - "name"
2793 #  - "parent"
2794 #  - "throughput"
2795 #  - "tags"
2796 #
2797 ## VPP Performance Changes 3n-skx 2t1c ndr
2798 #- type: "table"
2799 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2800 #  algorithm: "table_perf_comparison_nic"
2801 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2802 #  history:
2803 #    - title: "rls1904 x710"
2804 #      data: "vpp-performance-changes-3n-skx-h1"
2805 #      nic: "NIC_Intel-X710"
2806 #  reference:
2807 #    title: "rls1908 x710"
2808 #    data: "vpp-performance-changes-3n-skx-ref"
2809 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2810 #    nic: "NIC_Intel-X710"
2811 #  compare:
2812 #    title: "rls2001 xxv710"
2813 #    data: "vpp-performance-changes-3n-skx-cmp"
2814 #    nic: "NIC_Intel-XXV710"
2815 #  data: "vpp-performance-changes-3n-skx"
2816 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2817 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2818 #  parameters:
2819 #  - "name"
2820 #  - "parent"
2821 #  - "throughput"
2822 #  - "tags"
2823 #
2824 ## VPP Performance Changes 3n-skx 4t2c ndr
2825 #- type: "table"
2826 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2827 #  algorithm: "table_perf_comparison_nic"
2828 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2829 #  history:
2830 #    - title: "rls1904 x710"
2831 #      data: "vpp-performance-changes-3n-skx-h1"
2832 #      nic: "NIC_Intel-X710"
2833 #  reference:
2834 #    title: "rls1908 x710"
2835 #    data: "vpp-performance-changes-3n-skx-ref"
2836 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2837 #    nic: "NIC_Intel-X710"
2838 #  compare:
2839 #    title: "rls2001 xxv710"
2840 #    data: "vpp-performance-changes-3n-skx-cmp"
2841 #    nic: "NIC_Intel-XXV710"
2842 #  data: "vpp-performance-changes-3n-skx"
2843 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2844 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2845 #  parameters:
2846 #  - "name"
2847 #  - "parent"
2848 #  - "throughput"
2849 #  - "tags"
2850 #
2851 ## VPP Performance Changes 2n-skx 2t1c pdr
2852 #- type: "table"
2853 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2854 #  algorithm: "table_perf_comparison_nic"
2855 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2856 #  history:
2857 #    - title: "rls1904 x710"
2858 #      data: "vpp-performance-changes-2n-skx-h1"
2859 #      nic: "NIC_Intel-X710"
2860 #  reference:
2861 #    title: "rls1908 xxv710"
2862 #    data: "vpp-performance-changes-2n-skx-ref"
2863 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2864 #    nic: "NIC_Intel-XXV710"
2865 #  compare:
2866 #    title: "rls2001 xxv710"
2867 #    data: "vpp-performance-changes-2n-skx-cmp"
2868 #    nic: "NIC_Intel-XXV710"
2869 #  data: "vpp-performance-changes-2n-skx"
2870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2871 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2872 #  parameters:
2873 #  - "name"
2874 #  - "parent"
2875 #  - "throughput"
2876 #  - "tags"
2877 #
2878 ## VPP Performance Changes 2n-skx 4t2c pdr
2879 #- type: "table"
2880 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2881 #  algorithm: "table_perf_comparison_nic"
2882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2883 #  history:
2884 #    - title: "rls1904 x710"
2885 #      data: "vpp-performance-changes-2n-skx-h1"
2886 #      nic: "NIC_Intel-X710"
2887 #  reference:
2888 #    title: "rls1908 xxv710"
2889 #    data: "vpp-performance-changes-2n-skx-ref"
2890 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2891 #    nic: "NIC_Intel-XXV710"
2892 #  compare:
2893 #    title: "rls2001 xxv710"
2894 #    data: "vpp-performance-changes-2n-skx-cmp"
2895 #    nic: "NIC_Intel-XXV710"
2896 #  data: "vpp-performance-changes-2n-skx"
2897 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2898 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2899 #  parameters:
2900 #  - "name"
2901 #  - "parent"
2902 #  - "throughput"
2903 #  - "tags"
2904 #
2905 ## VPP Performance Changes 2n-skx 2t1c ndr
2906 #- type: "table"
2907 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2908 #  algorithm: "table_perf_comparison_nic"
2909 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2910 #  history:
2911 #    - title: "rls1904 x710"
2912 #      data: "vpp-performance-changes-2n-skx-h1"
2913 #      nic: "NIC_Intel-X710"
2914 #  reference:
2915 #    title: "rls1908 xxv710"
2916 #    data: "vpp-performance-changes-2n-skx-ref"
2917 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2918 #    nic: "NIC_Intel-XXV710"
2919 #  compare:
2920 #    title: "rls2001 xxv710"
2921 #    data: "vpp-performance-changes-2n-skx-cmp"
2922 #    nic: "NIC_Intel-XXV710"
2923 #  data: "vpp-performance-changes-2n-skx"
2924 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2925 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2926 #  parameters:
2927 #  - "name"
2928 #  - "parent"
2929 #  - "throughput"
2930 #  - "tags"
2931 #
2932 ## VPP Performance Changes 2n-skx 4t2c ndr
2933 #- type: "table"
2934 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2935 #  algorithm: "table_perf_comparison_nic"
2936 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2937 #  history:
2938 #    - title: "rls1904 x710"
2939 #      data: "vpp-performance-changes-2n-skx-h1"
2940 #      nic: "NIC_Intel-X710"
2941 #  reference:
2942 #    title: "rls1908 xxv710"
2943 #    data: "vpp-performance-changes-2n-skx-ref"
2944 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2945 #    nic: "NIC_Intel-XXV710"
2946 #  compare:
2947 #    title: "rls2001 xxv710"
2948 #    data: "vpp-performance-changes-2n-skx-cmp"
2949 #    nic: "NIC_Intel-XXV710"
2950 #  data: "vpp-performance-changes-2n-skx"
2951 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2952 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2953 #  parameters:
2954 #  - "name"
2955 #  - "parent"
2956 #  - "throughput"
2957 #  - "tags"
2958 #
2959 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2960 #- type: "table"
2961 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2962 #  algorithm: "table_perf_comparison"
2963 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2964 #  reference:
2965 #    title: "rls1908"
2966 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2967 #  compare:
2968 #    title: "rls2001"
2969 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2970 #  data: "vpp-performance-changes-nfv-2n-skx"
2971 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2973 #  parameters:
2974 #  - "name"
2975 #  - "parent"
2976 #  - "throughput"
2977 #  - "tags"
2978 #
2979 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2980 #- type: "table"
2981 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2982 #  algorithm: "table_perf_comparison"
2983 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2984 #  reference:
2985 #    title: "rls1908"
2986 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2987 #  compare:
2988 #    title: "rls2001"
2989 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2990 #  data: "vpp-performance-changes-nfv-2n-skx"
2991 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2992 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2993 #  parameters:
2994 #  - "name"
2995 #  - "parent"
2996 #  - "throughput"
2997 #  - "tags"
2998 #
2999 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3000 #- type: "table"
3001 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3002 #  algorithm: "table_perf_comparison"
3003 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3004 #  reference:
3005 #    title: "rls1908"
3006 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3007 #  compare:
3008 #    title: "rls2001"
3009 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3010 #  data: "vpp-performance-changes-nfv-2n-skx"
3011 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3012 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3013 #  parameters:
3014 #  - "name"
3015 #  - "parent"
3016 #  - "throughput"
3017 #  - "tags"
3018 #
3019 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3020 #- type: "table"
3021 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3022 #  algorithm: "table_perf_comparison"
3023 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3024 #  reference:
3025 #    title: "rls1908"
3026 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3027 #  compare:
3028 #    title: "rls2001"
3029 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3030 #  data: "vpp-performance-changes-nfv-2n-skx"
3031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3032 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3033 #  parameters:
3034 #  - "name"
3035 #  - "parent"
3036 #  - "throughput"
3037 #  - "tags"
3038
3039 # VPP Performance Changes 2n-dnv 1t1c pdr
3040 - type: "table"
3041   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3042   algorithm: "table_perf_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3044   reference:
3045     title: "rls1908"
3046     data: "vpp-performance-changes-2n-dnv-ref"
3047   compare:
3048     title: "rls2001"
3049     data: "vpp-performance-changes-2n-dnv-cmp"
3050   data: "vpp-performance-changes-2n-dnv"
3051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3052   filter: "'1T1C'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "throughput"
3057   - "tags"
3058
3059 # VPP Performance Changes 2n-dnv 2t2c pdr
3060 - type: "table"
3061   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3062   algorithm: "table_perf_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3064   reference:
3065     title: "rls1908"
3066     data: "vpp-performance-changes-2n-dnv-ref"
3067   compare:
3068     title: "rls2001"
3069     data: "vpp-performance-changes-2n-dnv-cmp"
3070   data: "vpp-performance-changes-2n-dnv"
3071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'2T2C'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "throughput"
3077   - "tags"
3078
3079 # VPP Performance Changes 2n-dnv 1t1c ndr
3080 - type: "table"
3081   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3082   algorithm: "table_perf_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3084   reference:
3085     title: "rls1908"
3086     data: "vpp-performance-changes-2n-dnv-ref"
3087   compare:
3088     title: "rls2001"
3089     data: "vpp-performance-changes-2n-dnv-cmp"
3090   data: "vpp-performance-changes-2n-dnv"
3091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'1T1C'"
3093   parameters:
3094   - "name"
3095   - "parent"
3096   - "throughput"
3097   - "tags"
3098
3099 # VPP Performance Changes 2n-dnv 2t2c ndr
3100 - type: "table"
3101   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3102   algorithm: "table_perf_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3104   reference:
3105     title: "rls1908 "
3106     data: "vpp-performance-changes-2n-dnv-ref"
3107   compare:
3108     title: "rls2001"
3109     data: "vpp-performance-changes-2n-dnv-cmp"
3110   data: "vpp-performance-changes-2n-dnv"
3111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3112   filter: "'2T2C'"
3113   parameters:
3114   - "name"
3115   - "parent"
3116   - "throughput"
3117   - "tags"
3118
3119 # VPP Performance Changes 3n-dnv 1t1c pdr
3120 - type: "table"
3121   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3122   algorithm: "table_perf_comparison"
3123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3124   reference:
3125     title: "rls1908"
3126     data: "vpp-performance-changes-3n-dnv-ref"
3127   compare:
3128     title: "rls2001"
3129     data: "vpp-performance-changes-3n-dnv-cmp"
3130   data: "vpp-performance-changes-3n-dnv"
3131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3132   filter: "'1T1C'"
3133   parameters:
3134   - "name"
3135   - "parent"
3136   - "throughput"
3137   - "tags"
3138
3139 # VPP Performance Changes 3n-dnv 2t2c pdr
3140 - type: "table"
3141   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3142   algorithm: "table_perf_comparison"
3143   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3144   reference:
3145     title: "rls1908"
3146     data: "vpp-performance-changes-3n-dnv-ref"
3147   compare:
3148     title: "rls2001"
3149     data: "vpp-performance-changes-3n-dnv-cmp"
3150   data: "vpp-performance-changes-3n-dnv"
3151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3152   filter: "'2T2C'"
3153   parameters:
3154   - "name"
3155   - "parent"
3156   - "throughput"
3157   - "tags"
3158
3159 # VPP Performance Changes 3n-dnv 1t1c ndr
3160 - type: "table"
3161   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3162   algorithm: "table_perf_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3164   reference:
3165     title: "rls1908"
3166     data: "vpp-performance-changes-3n-dnv-ref"
3167   compare:
3168     title: "rls2001"
3169     data: "vpp-performance-changes-3n-dnv-cmp"
3170   data: "vpp-performance-changes-3n-dnv"
3171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'1T1C'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "throughput"
3177   - "tags"
3178
3179 # VPP Performance Changes 3n-dnv 2t2c ndr
3180 - type: "table"
3181   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3182   algorithm: "table_perf_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3184   reference:
3185     title: "rls1908"
3186     data: "vpp-performance-changes-3n-dnv-ref"
3187   compare:
3188     title: "rls2001"
3189     data: "vpp-performance-changes-3n-dnv-cmp"
3190   data: "vpp-performance-changes-3n-dnv"
3191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3192   filter: "'2T2C'"
3193   parameters:
3194   - "name"
3195   - "parent"
3196   - "throughput"
3197   - "tags"
3198
3199 # VPP Performance Changes 3n-tsh 1t1c pdr
3200 - type: "table"
3201   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3202   algorithm: "table_perf_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3204   reference:
3205     title: "rls1908"
3206     data: "vpp-performance-changes-3n-tsh-ref"
3207   compare:
3208     title: "rls2001"
3209     data: "vpp-performance-changes-3n-tsh-cmp"
3210   data: "vpp-performance-changes-3n-tsh"
3211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3212   filter: "'1T1C'"
3213   parameters:
3214   - "name"
3215   - "parent"
3216   - "throughput"
3217   - "tags"
3218
3219 # VPP Performance Changes 3n-tsh 2t2c pdr
3220 - type: "table"
3221   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3222   algorithm: "table_perf_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3224   reference:
3225     title: "rls1908"
3226     data: "vpp-performance-changes-3n-tsh-ref"
3227   compare:
3228     title: "rls2001"
3229     data: "vpp-performance-changes-3n-tsh-cmp"
3230   data: "vpp-performance-changes-3n-tsh"
3231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3232   filter: "'2T2C'"
3233   parameters:
3234   - "name"
3235   - "parent"
3236   - "throughput"
3237   - "tags"
3238
3239 # VPP Performance Changes 3n-tsh 1t1c ndr
3240 - type: "table"
3241   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3242   algorithm: "table_perf_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3244   reference:
3245     title: "rls1908"
3246     data: "vpp-performance-changes-3n-tsh-ref"
3247   compare:
3248     title: "rls2001"
3249     data: "vpp-performance-changes-3n-tsh-cmp"
3250   data: "vpp-performance-changes-3n-tsh"
3251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3252   filter: "'1T1C'"
3253   parameters:
3254   - "name"
3255   - "parent"
3256   - "throughput"
3257   - "tags"
3258
3259 # VPP Performance Changes 3n-tsh 2t2c ndr
3260 - type: "table"
3261   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3262   algorithm: "table_perf_comparison"
3263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3264   reference:
3265     title: "rls1908"
3266     data: "vpp-performance-changes-3n-tsh-ref"
3267   compare:
3268     title: "rls2001"
3269     data: "vpp-performance-changes-3n-tsh-cmp"
3270   data: "vpp-performance-changes-3n-tsh"
3271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3272   filter: "'2T2C'"
3273   parameters:
3274   - "name"
3275   - "parent"
3276   - "throughput"
3277   - "tags"
3278
3279 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3280 #- type: "table"
3281 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3282 #  algorithm: "table_perf_comparison_nic"
3283 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3284 #  reference:
3285 #    title: "3n-hsw xl710"
3286 #    data: "vpp-compare-testbeds-ref"
3287 #    nic: "NIC_Intel-XL710"
3288 #  compare:
3289 #    title: "3n-skx xxv710"
3290 #    data: "vpp-compare-testbeds-cmp"
3291 #    nic: "NIC_Intel-XXV710"
3292 #  data: "vpp-compare-testbeds"
3293 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3294 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3295 #  parameters:
3296 #  - "name"
3297 #  - "parent"
3298 #  - "throughput"
3299 #  - "tags"
3300 #
3301 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3302 #- type: "table"
3303 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3304 #  algorithm: "table_perf_comparison_nic"
3305 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3306 #  reference:
3307 #    title: "3n-hsw xl710"
3308 #    data: "vpp-compare-testbeds-ref"
3309 #    nic: "NIC_Intel-XL710"
3310 #  compare:
3311 #    title: "3n-skx xxv710"
3312 #    data: "vpp-compare-testbeds-cmp"
3313 #    nic: "NIC_Intel-XXV710"
3314 #  data: "vpp-compare-testbeds"
3315 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3316 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3317 #  parameters:
3318 #  - "name"
3319 #  - "parent"
3320 #  - "throughput"
3321 #  - "tags"
3322 #
3323 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3324 #- type: "table"
3325 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3326 #  algorithm: "table_perf_comparison_nic"
3327 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3328 #  reference:
3329 #    title: "3n-hsw xl710"
3330 #    data: "vpp-compare-testbeds-ref"
3331 #    nic: "NIC_Intel-XL710"
3332 #  compare:
3333 #    title: "3n-skx xxv710"
3334 #    data: "vpp-compare-testbeds-cmp"
3335 #    nic: "NIC_Intel-XXV710"
3336 #  data: "vpp-compare-testbeds"
3337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3338 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3339 #  parameters:
3340 #  - "name"
3341 #  - "parent"
3342 #  - "throughput"
3343 #  - "tags"
3344 #
3345 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3346 #- type: "table"
3347 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3348 #  algorithm: "table_perf_comparison_nic"
3349 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3350 #  reference:
3351 #    title: "3n-hsw xl710"
3352 #    data: "vpp-compare-testbeds-ref"
3353 #    nic: "NIC_Intel-XL710"
3354 #  compare:
3355 #    title: "3n-skx xxv710"
3356 #    data: "vpp-compare-testbeds-cmp"
3357 #    nic: "NIC_Intel-XXV710"
3358 #  data: "vpp-compare-testbeds"
3359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3360 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3361 #  parameters:
3362 #  - "name"
3363 #  - "parent"
3364 #  - "throughput"
3365 #  - "tags"
3366 #
3367 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3368 #- type: "table"
3369 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3370 #  algorithm: "table_perf_comparison"
3371 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3372 #  reference:
3373 #    title: "2n-skx"
3374 #    data: "vpp-compare-testbeds-skx-clx-ref"
3375 #  compare:
3376 #    title: "2n-clx"
3377 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3378 #  data: "vpp-compare-testbeds-skx-clx"
3379 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3380 #  filter: "'2T1C'"
3381 #  parameters:
3382 #  - "name"
3383 #  - "parent"
3384 #  - "throughput"
3385 #  - "tags"
3386 #
3387 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3388 #- type: "table"
3389 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3390 #  algorithm: "table_perf_comparison"
3391 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3392 #  reference:
3393 #    title: "2n-skx"
3394 #    data: "vpp-compare-testbeds-skx-clx-ref"
3395 #  compare:
3396 #    title: "2n-clx"
3397 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3398 #  data: "vpp-compare-testbeds-skx-clx"
3399 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3400 #  filter: "'4T2C'"
3401 #  parameters:
3402 #  - "name"
3403 #  - "parent"
3404 #  - "throughput"
3405 #  - "tags"
3406 #
3407 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3408 #- type: "table"
3409 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3410 #  algorithm: "table_perf_comparison"
3411 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3412 #  reference:
3413 #    title: "2n-skx"
3414 #    data: "vpp-compare-testbeds-skx-clx-ref"
3415 #  compare:
3416 #    title: "2n-clx"
3417 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3418 #  data: "vpp-compare-testbeds-skx-clx"
3419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420 #  filter: "'2T1C'"
3421 #  parameters:
3422 #  - "name"
3423 #  - "parent"
3424 #  - "throughput"
3425 #  - "tags"
3426 #
3427 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3428 #- type: "table"
3429 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3430 #  algorithm: "table_perf_comparison"
3431 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3432 #  reference:
3433 #    title: "2n-skx"
3434 #    data: "vpp-compare-testbeds-skx-clx-ref"
3435 #  compare:
3436 #    title: "2n-clx"
3437 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3438 #  data: "vpp-compare-testbeds-skx-clx"
3439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3440 #  filter: "'4T2C'"
3441 #  parameters:
3442 #  - "name"
3443 #  - "parent"
3444 #  - "throughput"
3445 #  - "tags"
3446 #
3447 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3448 #- type: "table"
3449 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3450 #  algorithm: "table_perf_comparison"
3451 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3452 #  reference:
3453 #    title: "3-Node Skx"
3454 #    data: "vpp-compare-topologies-ref"
3455 #  compare:
3456 #    title: "2-Node Skx"
3457 #    data: "vpp-compare-topologies-cmp"
3458 #  data: "vpp-compare-topologies"
3459 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3460 #  filter: "'NDRPDR' and '1C'"
3461 #  parameters:
3462 #  - "name"
3463 #  - "parent"
3464 #  - "throughput"
3465 #
3466 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3467 #- type: "table"
3468 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3469 #  algorithm: "table_perf_comparison"
3470 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3471 #  reference:
3472 #    title: "3-Node Skx"
3473 #    data: "vpp-compare-topologies-ref"
3474 #  compare:
3475 #    title: "2-Node Skx"
3476 #    data: "vpp-compare-topologies-cmp"
3477 #  data: "vpp-compare-topologies"
3478 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3479 #  filter: "'NDRPDR' and '2C'"
3480 #  parameters:
3481 #  - "name"
3482 #  - "parent"
3483 #  - "throughput"
3484 #
3485 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3486 #- type: "table"
3487 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3488 #  algorithm: "table_perf_comparison"
3489 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3490 #  reference:
3491 #    title: "3-Node Skx"
3492 #    data: "vpp-compare-topologies-ref"
3493 #  compare:
3494 #    title: "2-Node Skx"
3495 #    data: "vpp-compare-topologies-cmp"
3496 #  data: "vpp-compare-topologies"
3497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498 #  filter: "'NDRPDR' and '1C'"
3499 #  parameters:
3500 #  - "name"
3501 #  - "parent"
3502 #  - "throughput"
3503 #
3504 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3505 #- type: "table"
3506 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3507 #  algorithm: "table_perf_comparison"
3508 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3509 #  reference:
3510 #    title: "3-Node Skx"
3511 #    data: "vpp-compare-topologies-ref"
3512 #  compare:
3513 #    title: "2-Node Skx"
3514 #    data: "vpp-compare-topologies-cmp"
3515 #  data: "vpp-compare-topologies"
3516 #  include-tests: "PDR"
3517 #  filter: "'NDRPDR' and '2C'"
3518 #  parameters:
3519 #  - "name"
3520 #  - "parent"
3521 #  - "throughput"
3522
3523 # VPP Performance Changes 3n-hsw 1t1c MRR
3524 - type: "table"
3525   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3526   algorithm: "table_perf_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3528   history:
3529     - title: "rls1904"
3530       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3531   reference:
3532     title: "rls1908"
3533     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3534   compare:
3535     title: "rls2001"
3536     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3537   data: "vpp-performance-changes-3n-hsw-mrr"
3538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3539   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3540   parameters:
3541   - "name"
3542   - "parent"
3543   - "result"
3544
3545 # VPP Performance Changes 3n-hsw 2t2c MRR
3546 - type: "table"
3547   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3548   algorithm: "table_perf_comparison"
3549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3550   history:
3551     - title: "rls1904"
3552       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3553   reference:
3554     title: "rls1908"
3555     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3556   compare:
3557     title: "rls2001"
3558     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3559   data: "vpp-performance-changes-3n-hsw-mrr"
3560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "result"
3566
3567 # VPP Performance Changes 3n-hsw 4t4c MRR
3568 - type: "table"
3569   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3570   algorithm: "table_perf_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3572   history:
3573     - title: "rls1904"
3574       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3575   reference:
3576     title: "rls1908"
3577     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3578   compare:
3579     title: "rls2001"
3580     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3581   data: "vpp-performance-changes-3n-hsw-mrr"
3582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3583   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3584   parameters:
3585   - "name"
3586   - "parent"
3587   - "result"
3588
3589 ## VPP Performance Changes 3n-skx 2t1c MRR
3590 #- type: "table"
3591 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3592 #  algorithm: "table_perf_comparison"
3593 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3594 #  history:
3595 #    - title: "rls1904"
3596 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3597 #  reference:
3598 #    title: "rls1908"
3599 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3600 #  compare:
3601 #    title: "rls2001"
3602 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3603 #  data: "vpp-performance-changes-3n-skx-mrr"
3604 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3605 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3606 #  parameters:
3607 #  - "name"
3608 #  - "parent"
3609 #  - "result"
3610 #
3611 ## VPP Performance Changes 3n-skx 4t2c MRR
3612 #- type: "table"
3613 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3614 #  algorithm: "table_perf_comparison"
3615 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3616 #  history:
3617 #    - title: "rls1904"
3618 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3619 #  reference:
3620 #    title: "rls1908"
3621 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3622 #  compare:
3623 #    title: "rls2001"
3624 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3625 #  data: "vpp-performance-changes-3n-skx-mrr"
3626 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3627 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3628 #  parameters:
3629 #  - "name"
3630 #  - "parent"
3631 #  - "result"
3632 #
3633 ## VPP Performance Changes 3n-skx 8t4c MRR
3634 #- type: "table"
3635 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3636 #  algorithm: "table_perf_comparison"
3637 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3638 #  history:
3639 #    - title: "rls1904"
3640 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3641 #  reference:
3642 #    title: "rls1908"
3643 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3644 #  compare:
3645 #    title: "rls2001"
3646 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3647 #  data: "vpp-performance-changes-3n-skx-mrr"
3648 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3649 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3650 #  parameters:
3651 #  - "name"
3652 #  - "parent"
3653 #  - "result"
3654 #
3655 ## VPP Performance Changes 2n-skx 2t1c MRR
3656 #- type: "table"
3657 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3658 #  algorithm: "table_perf_comparison"
3659 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3660 #  history:
3661 #    - title: "rls1904"
3662 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3663 #  reference:
3664 #    title: "rls1908"
3665 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3666 #  compare:
3667 #    title: "rls2001"
3668 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3669 #  data: "vpp-performance-changes-2n-skx-mrr"
3670 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3671 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3672 #  parameters:
3673 #  - "name"
3674 #  - "parent"
3675 #  - "result"
3676 #
3677 ## VPP Performance Changes 2n-skx 4t2c MRR
3678 #- type: "table"
3679 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3680 #  algorithm: "table_perf_comparison"
3681 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3682 #  history:
3683 #    - title: "rls1904"
3684 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3685 #  reference:
3686 #    title: "rls1908"
3687 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3688 #  compare:
3689 #    title: "rls2001"
3690 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3691 #  data: "vpp-performance-changes-2n-skx-mrr"
3692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3693 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3694 #  parameters:
3695 #  - "name"
3696 #  - "parent"
3697 #  - "result"
3698 #
3699 ## VPP Performance Changes 2n-skx 8t4c MRR
3700 #- type: "table"
3701 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3702 #  algorithm: "table_perf_comparison"
3703 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3704 #  history:
3705 #    - title: "rls1904"
3706 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3707 #  reference:
3708 #    title: "rls1908"
3709 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3710 #  compare:
3711 #    title: "rls2001"
3712 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3713 #  data: "vpp-performance-changes-2n-skx-mrr"
3714 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3715 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3716 #  parameters:
3717 #  - "name"
3718 #  - "parent"
3719 #  - "result"
3720 #
3721 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3722 #- type: "table"
3723 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3724 #  algorithm: "table_perf_comparison"
3725 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3726 #  reference:
3727 #    title: "rls1908"
3728 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3729 #  compare:
3730 #    title: "rls2001"
3731 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3732 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3733 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3734 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3735 #  parameters:
3736 #  - "name"
3737 #  - "parent"
3738 #  - "result"
3739 #
3740 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3741 #- type: "table"
3742 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3743 #  algorithm: "table_perf_comparison"
3744 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3745 #  reference:
3746 #    title: "rls1908"
3747 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3748 #  compare:
3749 #    title: "rls2001"
3750 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3751 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3754 #  parameters:
3755 #  - "name"
3756 #  - "parent"
3757 #  - "result"
3758 #
3759 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3760 #- type: "table"
3761 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3762 #  algorithm: "table_perf_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3764 #  reference:
3765 #    title: "rls1908"
3766 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3767 #  compare:
3768 #    title: "rls2001"
3769 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3770 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3772 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3773 #  parameters:
3774 #  - "name"
3775 #  - "parent"
3776 #  - "result"
3777
3778 # VPP Performance Changes 2n-dnv 1t1c MRR
3779 - type: "table"
3780   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3781   algorithm: "table_perf_comparison"
3782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3783   reference:
3784     title: "rls1908"
3785     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3786   compare:
3787     title: "rls2001"
3788     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3789   data: "vpp-performance-changes-2n-dnv-mrr"
3790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3791   filter: "'1T1C' and 'MRR'"
3792   parameters:
3793   - "name"
3794   - "parent"
3795   - "result"
3796
3797 # VPP Performance Changes 2n-dnv 2t2c MRR
3798 - type: "table"
3799   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3800   algorithm: "table_perf_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3802   reference:
3803     title: "rls1908"
3804     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3805   compare:
3806     title: "rls2001"
3807     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3808   data: "vpp-performance-changes-2n-dnv-mrr"
3809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3810   filter: "'2T2C' and 'MRR'"
3811   parameters:
3812   - "name"
3813   - "parent"
3814   - "result"
3815
3816 # VPP Performance Changes 2n-dnv 4t4c MRR
3817 - type: "table"
3818   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3819   algorithm: "table_perf_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3821   reference:
3822     title: "rls1908"
3823     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3824   compare:
3825     title: "rls2001"
3826     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3827   data: "vpp-performance-changes-2n-dnv-mrr"
3828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3829   filter: "'4T4C' and 'MRR'"
3830   parameters:
3831   - "name"
3832   - "parent"
3833   - "result"
3834
3835 # VPP Performance Changes 3n-dnv 1t1c MRR
3836 - type: "table"
3837   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3838   algorithm: "table_perf_comparison"
3839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3840   reference:
3841     title: "rls1908"
3842     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3843   compare:
3844     title: "rls2001"
3845     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3846   data: "vpp-performance-changes-3n-dnv-mrr"
3847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3848   filter: "'1T1C' and 'MRR'"
3849   parameters:
3850   - "name"
3851   - "parent"
3852   - "result"
3853
3854 # VPP Performance Changes 3n-dnv 2t2c MRR
3855 - type: "table"
3856   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3857   algorithm: "table_perf_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3859   reference:
3860     title: "rls1908"
3861     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3862   compare:
3863     title: "rls2001"
3864     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3865   data: "vpp-performance-changes-3n-dnv-mrr"
3866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3867   filter: "'2T2C' and 'MRR'"
3868   parameters:
3869   - "name"
3870   - "parent"
3871   - "result"
3872
3873 # VPP Performance Changes 3n-dnv 4t4c MRR
3874 - type: "table"
3875   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3876   algorithm: "table_perf_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3878   reference:
3879     title: "rls1908"
3880     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3881   compare:
3882     title: "rls2001"
3883     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3884   data: "vpp-performance-changes-3n-dnv-mrr"
3885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3886   filter: "'4T4C' and 'MRR'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "result"
3891
3892 # VPP Performance Changes 3n-tsh 1t1c MRR
3893 - type: "table"
3894   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3895   algorithm: "table_perf_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3897   reference:
3898     title: "rls1908"
3899     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3900   compare:
3901     title: "rls2001"
3902     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3903   data: "vpp-performance-changes-3n-tsh-mrr"
3904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3905   filter: "'1T1C' and 'MRR'"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "result"
3910
3911 # VPP Performance Changes 3n-tsh 2t2c MRR
3912 - type: "table"
3913   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3914   algorithm: "table_perf_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3916   reference:
3917     title: "rls1908"
3918     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3919   compare:
3920     title: "rls2001"
3921     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3922   data: "vpp-performance-changes-3n-tsh-mrr"
3923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3924   filter: "'2T2C' and 'MRR'"
3925   parameters:
3926   - "name"
3927   - "parent"
3928   - "result"
3929
3930 # VPP Performance Changes 3n-tsh 4t4c MRR
3931 - type: "table"
3932   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3933   algorithm: "table_perf_comparison"
3934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3935   reference:
3936     title: "rls1908"
3937     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3938   compare:
3939     title: "rls2001"
3940     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3941   data: "vpp-performance-changes-3n-tsh-mrr"
3942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3943   filter: "'4T4C' and 'MRR'"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "result"
3948
3949 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3950 #- type: "table"
3951 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3952 #  algorithm: "table_perf_comparison_nic"
3953 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3954 #  reference:
3955 #    title: "3n-hsw xl710"
3956 #    data: "vpp-compare-testbeds-mrr-ref"
3957 #    nic: "NIC_Intel-XL710"
3958 #  compare:
3959 #    title: "3n-skx xxv710"
3960 #    data: "vpp-compare-testbeds-mrr-cmp"
3961 #    nic: "NIC_Intel-XXV710"
3962 #  data: "vpp-compare-testbeds-mrr"
3963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3964 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3965 #  parameters:
3966 #  - "name"
3967 #  - "parent"
3968 #  - "result"
3969 #  - "tags"
3970 #
3971 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3972 #- type: "table"
3973 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3974 #  algorithm: "table_perf_comparison_nic"
3975 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3976 #  reference:
3977 #    title: "3n-hsw xl710"
3978 #    data: "vpp-compare-testbeds-mrr-ref"
3979 #    nic: "NIC_Intel-XL710"
3980 #  compare:
3981 #    title: "3n-skx xxv710"
3982 #    data: "vpp-compare-testbeds-mrr-cmp"
3983 #    nic: "NIC_Intel-XXV710"
3984 #  data: "vpp-compare-testbeds-mrr"
3985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3986 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3987 #  parameters:
3988 #  - "name"
3989 #  - "parent"
3990 #  - "result"
3991 #  - "tags"
3992 #
3993 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3994 #- type: "table"
3995 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3996 #  algorithm: "table_perf_comparison_nic"
3997 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3998 #  reference:
3999 #    title: "3n-hsw xl710"
4000 #    data: "vpp-compare-testbeds-mrr-ref"
4001 #    nic: "NIC_Intel-XL710"
4002 #  compare:
4003 #    title: "3n-skx xxv710"
4004 #    data: "vpp-compare-testbeds-mrr-cmp"
4005 #    nic: "NIC_Intel-XXV710"
4006 #  data: "vpp-compare-testbeds-mrr"
4007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4008 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4009 #  parameters:
4010 #  - "name"
4011 #  - "parent"
4012 #  - "result"
4013 #  - "tags"
4014 #
4015 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4016 #- type: "table"
4017 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4018 #  algorithm: "table_perf_comparison"
4019 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4020 #  reference:
4021 #    title: "2n-skx"
4022 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4023 #  compare:
4024 #    title: "2n-clx"
4025 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4026 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4028 #  filter: "'2T1C'"
4029 #  parameters:
4030 #  - "name"
4031 #  - "parent"
4032 #  - "result"
4033 #  - "tags"
4034 #
4035 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4036 #- type: "table"
4037 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4038 #  algorithm: "table_perf_comparison"
4039 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4040 #  reference:
4041 #    title: "2n-skx"
4042 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4043 #  compare:
4044 #    title: "2n-clx"
4045 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4046 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4048 #  filter: "'4T2C'"
4049 #  parameters:
4050 #  - "name"
4051 #  - "parent"
4052 #  - "result"
4053 #  - "tags"
4054 #
4055 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4056 #- type: "table"
4057 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4058 #  algorithm: "table_perf_comparison"
4059 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4060 #  reference:
4061 #    title: "2n-skx"
4062 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4063 #  compare:
4064 #    title: "2n-clx"
4065 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4066 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4067 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4068 #  filter: "'8T4C'"
4069 #  parameters:
4070 #  - "name"
4071 #  - "parent"
4072 #  - "result"
4073 #  - "tags"
4074 #
4075 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4076 #- type: "table"
4077 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4078 #  algorithm: "table_perf_comparison"
4079 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4080 #  reference:
4081 #    title: "3-Node Skx"
4082 #    data: "vpp-compare-topologies-mrr-ref"
4083 #  compare:
4084 #    title: "2-Node Skx"
4085 #    data: "vpp-compare-topologies-mrr-cmp"
4086 #  data: "vpp-compare-topologies-mrr"
4087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4088 #  filter: "'MRR' and '1C'"
4089 #  parameters:
4090 #  - "name"
4091 #  - "parent"
4092 #  - "result"
4093 #
4094 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4095 #- type: "table"
4096 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4097 #  algorithm: "table_perf_comparison"
4098 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4099 #  reference:
4100 #    title: "3-Node Skx"
4101 #    data: "vpp-compare-topologies-mrr-ref"
4102 #  compare:
4103 #    title: "2-Node Skx"
4104 #    data: "vpp-compare-topologies-mrr-cmp"
4105 #  data: "vpp-compare-topologies-mrr"
4106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4107 #  filter: "'MRR' and '2C'"
4108 #  parameters:
4109 #  - "name"
4110 #  - "parent"
4111 #  - "result"
4112 #
4113 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4114 #- type: "table"
4115 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4116 #  algorithm: "table_perf_comparison"
4117 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4118 #  reference:
4119 #    title: "3-Node Skx"
4120 #    data: "vpp-compare-topologies-mrr-ref"
4121 #  compare:
4122 #    title: "2-Node Skx"
4123 #    data: "vpp-compare-topologies-mrr-cmp"
4124 #  data: "vpp-compare-topologies-mrr"
4125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4126 #  filter: "'MRR' and '4C'"
4127 #  parameters:
4128 #  - "name"
4129 #  - "parent"
4130 #  - "result"
4131
4132 # Detailed Test Results - VPP Performance Results 3n-hsw
4133 - type: "table"
4134   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4135   algorithm: "table_merged_details"
4136   output-file-ext: ".csv"
4137   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4138   columns:
4139   - title: " |prein| Test Name |preout| "
4140     data: "data name"
4141   - 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| "
4142     data: "data msg"
4143   rows: "generated"
4144   data: "vpp-perf-results-3n-hsw"
4145   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4146   parameters:
4147   - "name"
4148   - "parent"
4149   - "msg"
4150
4151 ## Detailed Test Results - VPP Performance Results 3n-skx
4152 #- type: "table"
4153 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4154 #  algorithm: "table_merged_details"
4155 #  output-file-ext: ".csv"
4156 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4157 #  columns:
4158 #  - title: " |prein| Test Name |preout| "
4159 #    data: "data name"
4160 #  - 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| "
4161 #    data: "data msg"
4162 #  rows: "generated"
4163 #  data: "vpp-perf-results-3n-skx"
4164 #  filter: "not 'CFS_OPT'"
4165 #  parameters:
4166 #  - "name"
4167 #  - "parent"
4168 #  - "msg"
4169 #
4170 ## Detailed Test Results - VPP Performance Results 2n-skx
4171 #- type: "table"
4172 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4173 #  algorithm: "table_merged_details"
4174 #  output-file-ext: ".csv"
4175 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4176 #  columns:
4177 #  - title: " |prein| Test Name |preout| "
4178 #    data: "data name"
4179 #  - 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| "
4180 #    data: "data msg"
4181 #  rows: "generated"
4182 #  data: "vpp-perf-results-2n-skx"
4183 #  filter: "not 'CFS_OPT'"
4184 #  parameters:
4185 #  - "name"
4186 #  - "parent"
4187 #  - "msg"
4188
4189 ## Detailed Test Results - VPP Performance Results 2n-clx
4190 #- type: "table"
4191 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4192 #  algorithm: "table_merged_details"
4193 #  output-file-ext: ".csv"
4194 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4195 #  columns:
4196 #  - title: " |prein| Test Name |preout| "
4197 #    data: "data name"
4198 #  - 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| "
4199 #    data: "data msg"
4200 #  rows: "generated"
4201 #  data: "vpp-perf-results-2n-clx"
4202 #  filter: "not 'CFS_OPT'"
4203 #  parameters:
4204 #  - "name"
4205 #  - "parent"
4206 #  - "msg"
4207
4208 # Detailed Test Results - VPP Performance Results 3n-tsh
4209 - type: "table"
4210   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4211   algorithm: "table_merged_details"
4212   output-file-ext: ".csv"
4213   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4214   columns:
4215   - title: " |prein| Test Name |preout| "
4216     data: "data name"
4217   - 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| "
4218     data: "data msg"
4219   rows: "generated"
4220   data: "vpp-perf-results-3n-tsh"
4221   filter: "not 'CFS_OPT'"
4222   parameters:
4223   - "name"
4224   - "parent"
4225   - "msg"
4226
4227 # Detailed Test Results - VPP Performance Results 3n-dnv
4228 - type: "table"
4229   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4230   algorithm: "table_merged_details"
4231   output-file-ext: ".csv"
4232   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4233   columns:
4234   - title: " |prein| Test Name |preout| "
4235     data: "data name"
4236   - 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| "
4237     data: "data msg"
4238   rows: "generated"
4239   data: "vpp-perf-results-3n-dnv"
4240   filter: "'NDRPDR'"
4241   parameters:
4242   - "name"
4243   - "parent"
4244   - "msg"
4245
4246 # Detailed Test Results - VPP Performance Results 2n-dnv
4247 - type: "table"
4248   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4249   algorithm: "table_merged_details"
4250   output-file-ext: ".csv"
4251   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4252   columns:
4253   - title: " |prein| Test Name |preout| "
4254     data: "data name"
4255   - 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| "
4256     data: "data msg"
4257   rows: "generated"
4258   data: "vpp-perf-results-2n-dnv"
4259   filter: "'NDRPDR'"
4260   parameters:
4261   - "name"
4262   - "parent"
4263   - "msg"
4264
4265 # Test configuration - VPP Performance Test Configs 3n-hsw
4266 - type: "table"
4267   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4268   algorithm: "table_merged_details"
4269   output-file-ext: ".csv"
4270   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4271   columns:
4272   - title: "Name"
4273     data: "data name"
4274   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4275     data: "data conf-history"
4276   rows: "generated"
4277   data: "vpp-perf-results-3n-hsw"
4278   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4279   parameters:
4280   - "parent"
4281   - "name"
4282   - "conf-history"
4283
4284 ## Test configuration - VPP Performance Test Configs 3n-skx
4285 #- type: "table"
4286 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4287 #  algorithm: "table_merged_details"
4288 #  output-file-ext: ".csv"
4289 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4290 #  columns:
4291 #  - title: "Name"
4292 #    data: "data name"
4293 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4294 #    data: "data conf-history"
4295 #  rows: "generated"
4296 #  data: "vpp-perf-results-3n-skx"
4297 #  filter: "not 'CFS_OPT'"
4298 #  parameters:
4299 #  - "parent"
4300 #  - "name"
4301 #  - "conf-history"
4302 #
4303 ## Test configuration - VPP Performance Test Configs 2n-skx
4304 #- type: "table"
4305 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4306 #  algorithm: "table_merged_details"
4307 #  output-file-ext: ".csv"
4308 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4309 #  columns:
4310 #  - title: "Name"
4311 #    data: "data name"
4312 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4313 #    data: "data conf-history"
4314 #  rows: "generated"
4315 #  data: "vpp-perf-results-2n-skx"
4316 #  filter: "not 'CFS_OPT'"
4317 #  parameters:
4318 #  - "parent"
4319 #  - "name"
4320 #  - "conf-history"
4321
4322 ## Test configuration - VPP Performance Test Configs 2n-clx
4323 #- type: "table"
4324 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4325 #  algorithm: "table_merged_details"
4326 #  output-file-ext: ".csv"
4327 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4328 #  columns:
4329 #  - title: "Name"
4330 #    data: "data name"
4331 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4332 #    data: "data conf-history"
4333 #  rows: "generated"
4334 #  data: "vpp-perf-results-2n-clx"
4335 #  filter: "not 'CFS_OPT'"
4336 #  parameters:
4337 #  - "parent"
4338 #  - "name"
4339 #  - "conf-history"
4340
4341 # Test configuration - VPP Performance Test Configs 3n-tsh
4342 - type: "table"
4343   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4344   algorithm: "table_merged_details"
4345   output-file-ext: ".csv"
4346   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4347   columns:
4348   - title: "Name"
4349     data: "data name"
4350   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4351     data: "data conf-history"
4352   rows: "generated"
4353   data: "vpp-perf-results-3n-tsh"
4354   filter: "not 'CFS_OPT'"
4355   parameters:
4356   - "parent"
4357   - "name"
4358   - "conf-history"
4359
4360 # Test configuration - VPP Performance Test Configs 3n-dnv
4361 - type: "table"
4362   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4363   algorithm: "table_merged_details"
4364   output-file-ext: ".csv"
4365   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4366   columns:
4367   - title: "Name"
4368     data: "data name"
4369   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4370     data: "data conf-history"
4371   rows: "generated"
4372   data: "vpp-perf-results-3n-dnv"
4373   filter: "'NDRPDR'"
4374   parameters:
4375   - "parent"
4376   - "name"
4377   - "conf-history"
4378
4379 # Test configuration - VPP Performance Test Configs 2n-dnv
4380 - type: "table"
4381   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4382   algorithm: "table_merged_details"
4383   output-file-ext: ".csv"
4384   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4385   columns:
4386   - title: "Name"
4387     data: "data name"
4388   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4389     data: "data conf-history"
4390   rows: "generated"
4391   data: "vpp-perf-results-2n-dnv"
4392   filter: "'NDRPDR'"
4393   parameters:
4394   - "parent"
4395   - "name"
4396   - "conf-history"
4397
4398 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4399 - type: "table"
4400   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4401   algorithm: "table_oper_data_html"
4402   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4403   data: "vpp-perf-results-3n-hsw"
4404   filter: "'NDRPDR'"
4405
4406 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4407 #- type: "table"
4408 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4409 #  algorithm: "table_oper_data_html"
4410 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4411 #  data: "vpp-perf-results-3n-skx"
4412 #  filter: "not 'CFS_OPT'"
4413 #
4414 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4415 #- type: "table"
4416 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4417 #  algorithm: "table_oper_data_html"
4418 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4419 #  data: "vpp-perf-results-2n-skx"
4420 #  filter: "not 'CFS_OPT'"
4421
4422 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4423 #- type: "table"
4424 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4425 #  algorithm: "table_oper_data_html"
4426 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4427 #  data: "vpp-perf-results-2n-clx"
4428 #  filter: "not 'CFS_OPT'"
4429
4430 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4431 - type: "table"
4432   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4433   algorithm: "table_oper_data_html"
4434   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4435   data: "vpp-perf-results-3n-tsh"
4436   filter: "not 'CFS_OPT'"
4437
4438 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4439 - type: "table"
4440   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4441   algorithm: "table_oper_data_html"
4442   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4443   data: "vpp-perf-results-3n-dnv"
4444   filter: "'NDRPDR'"
4445
4446 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4447 - type: "table"
4448   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4449   algorithm: "table_oper_data_html"
4450   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4451   data: "vpp-perf-results-2n-dnv"
4452   filter: "'NDRPDR'"
4453
4454 # Detailed Test Results - VPP MRR Results 3n-hsw
4455 - type: "table"
4456   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4457   algorithm: "table_details"
4458   output-file-ext: ".csv"
4459   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4460   columns:
4461   - title: " |prein| Test Name |preout| "
4462     data: "data name"
4463   - title: "Status"
4464     data: "data msg"
4465   rows: "generated"
4466   data: "vpp-mrr-results-3n-hsw"
4467   filter: "'MRR'"
4468   parameters:
4469   - "name"
4470   - "parent"
4471   - "msg"
4472
4473 ## Detailed Test Results - VPP MRR Results 3n-skx
4474 #- type: "table"
4475 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4476 #  algorithm: "table_details"
4477 #  output-file-ext: ".csv"
4478 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4479 #  columns:
4480 #  - title: " |prein| Test Name |preout| "
4481 #    data: "data name"
4482 #  - title: "Status"
4483 #    data: "data msg"
4484 #  rows: "generated"
4485 #  data: "vpp-mrr-results-3n-skx"
4486 #  filter: "'MRR'"
4487 #  parameters:
4488 #  - "name"
4489 #  - "parent"
4490 #  - "msg"
4491 #
4492 ## Detailed Test Results - VPP MRR Results 2n-skx
4493 #- type: "table"
4494 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4495 #  algorithm: "table_details"
4496 #  output-file-ext: ".csv"
4497 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4498 #  columns:
4499 #  - title: " |prein| Test Name |preout| "
4500 #    data: "data name"
4501 #  - title: "Status"
4502 #    data: "data msg"
4503 #  rows: "generated"
4504 #  data: "vpp-mrr-results-2n-skx"
4505 #  filter: "'MRR'"
4506 #  parameters:
4507 #  - "name"
4508 #  - "parent"
4509 #  - "msg"
4510
4511 ## Detailed Test Results - VPP MRR Results 2n-clx
4512 #- type: "table"
4513 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4514 #  algorithm: "table_details"
4515 #  output-file-ext: ".csv"
4516 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4517 #  columns:
4518 #  - title: " |prein| Test Name |preout| "
4519 #    data: "data name"
4520 #  - title: "Status"
4521 #    data: "data msg"
4522 #  rows: "generated"
4523 #  data: "vpp-mrr-results-2n-clx"
4524 #  filter: "'MRR'"
4525 #  parameters:
4526 #  - "name"
4527 #  - "parent"
4528 #  - "msg"
4529
4530 ## Detailed Test Results - VPP MRR Results 3n-tsh
4531 #- type: "table"
4532 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4533 #  algorithm: "table_details"
4534 #  output-file-ext: ".csv"
4535 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4536 #  columns:
4537 #  - title: " |prein| Test Name |preout| "
4538 #    data: "data name"
4539 #  - title: "Status"
4540 #    data: "data msg"
4541 #  rows: "generated"
4542 #  data: "vpp-mrr-results-3n-tsh"
4543 #  filter: "'MRR'"
4544 #  parameters:
4545 #  - "name"
4546 #  - "parent"
4547 #  - "msg"
4548
4549 # Detailed Test Results - VPP MRR Results 3n-dnv
4550 - type: "table"
4551   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4552   algorithm: "table_details"
4553   output-file-ext: ".csv"
4554   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4555   columns:
4556   - title: " |prein| Test Name |preout| "
4557     data: "data name"
4558   - title: "Status"
4559     data: "data msg"
4560   rows: "generated"
4561   data: "vpp-mrr-results-3n-dnv"
4562   filter: "'MRR'"
4563   parameters:
4564   - "name"
4565   - "parent"
4566   - "msg"
4567
4568 # Detailed Test Results - VPP MRR Results 2n-dnv
4569 - type: "table"
4570   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4571   algorithm: "table_details"
4572   output-file-ext: ".csv"
4573   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4574   columns:
4575   - title: " |prein| Test Name |preout| "
4576     data: "data name"
4577   - title: "Status"
4578     data: "data msg"
4579   rows: "generated"
4580   data: "vpp-mrr-results-2n-dnv"
4581   filter: "'MRR'"
4582   parameters:
4583   - "name"
4584   - "parent"
4585   - "msg"
4586
4587 # Test configuration - VPP MRR Test Configs 3n-hsw
4588 - type: "table"
4589   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4590   algorithm: "table_details"
4591   output-file-ext: ".csv"
4592   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4593   columns:
4594   - title: "Name"
4595     data: "data name"
4596   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4597     data: "data conf-history"
4598   rows: "generated"
4599   data: "vpp-mrr-results-3n-hsw"
4600   filter: "'MRR'"
4601   parameters:
4602   - "parent"
4603   - "name"
4604   - "conf-history"
4605
4606 ## Test configuration - VPP MRR Test Configs 3n-skx
4607 #- type: "table"
4608 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4609 #  algorithm: "table_details"
4610 #  output-file-ext: ".csv"
4611 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4612 #  columns:
4613 #  - title: "Name"
4614 #    data: "data name"
4615 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4616 #    data: "data conf-history"
4617 #  rows: "generated"
4618 #  data: "vpp-mrr-results-3n-skx"
4619 #  filter: "'MRR'"
4620 #  parameters:
4621 #  - "parent"
4622 #  - "name"
4623 #  - "conf-history"
4624 #
4625 ## Test configuration - VPP MRR Test Configs 2n-skx
4626 #- type: "table"
4627 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4628 #  algorithm: "table_details"
4629 #  output-file-ext: ".csv"
4630 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4631 #  columns:
4632 #  - title: "Name"
4633 #    data: "data name"
4634 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4635 #    data: "data conf-history"
4636 #  rows: "generated"
4637 #  data: "vpp-mrr-results-2n-skx"
4638 #  filter: "'MRR'"
4639 #  parameters:
4640 #  - "parent"
4641 #  - "name"
4642 #  - "conf-history"
4643
4644 ## Test configuration - VPP MRR Test Configs 2n-clx
4645 #- type: "table"
4646 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4647 #  algorithm: "table_details"
4648 #  output-file-ext: ".csv"
4649 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4650 #  columns:
4651 #  - title: "Name"
4652 #    data: "data name"
4653 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4654 #    data: "data conf-history"
4655 #  rows: "generated"
4656 #  data: "vpp-mrr-results-2n-clx"
4657 #  filter: "'MRR'"
4658 #  parameters:
4659 #  - "parent"
4660 #  - "name"
4661 #  - "conf-history"
4662
4663 ## Test configuration - VPP MRR Test Configs 3n-tsh
4664 #- type: "table"
4665 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4666 #  algorithm: "table_details"
4667 #  output-file-ext: ".csv"
4668 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4669 #  columns:
4670 #  - title: "Name"
4671 #    data: "data name"
4672 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4673 #    data: "data conf-history"
4674 #  rows: "generated"
4675 #  data: "vpp-mrr-results-3n-tsh"
4676 #  filter: "'MRR'"
4677 #  parameters:
4678 #  - "parent"
4679 #  - "name"
4680 #  - "conf-history"
4681
4682 # Test configuration - VPP MRR Test Configs 3n-dnv
4683 - type: "table"
4684   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4685   algorithm: "table_details"
4686   output-file-ext: ".csv"
4687   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4688   columns:
4689   - title: "Name"
4690     data: "data name"
4691   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4692     data: "data conf-history"
4693   rows: "generated"
4694   data: "vpp-mrr-results-3n-dnv"
4695   filter: "'MRR'"
4696   parameters:
4697   - "parent"
4698   - "name"
4699   - "conf-history"
4700
4701 # Test configuration - VPP MRR Test Configs 2n-dnv
4702 - type: "table"
4703   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4704   algorithm: "table_details"
4705   output-file-ext: ".csv"
4706   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4707   columns:
4708   - title: "Name"
4709     data: "data name"
4710   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4711     data: "data conf-history"
4712   rows: "generated"
4713   data: "vpp-mrr-results-2n-dnv"
4714   filter: "'MRR'"
4715   parameters:
4716   - "parent"
4717   - "name"
4718   - "conf-history"
4719
4720 # Detailed Test Results - VPP Device Results - Ubuntu
4721 - type: "table"
4722   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4723   algorithm: "table_details"
4724   output-file-ext: ".csv"
4725   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4726   columns:
4727   - title: " |prein| Test Name |preout| "
4728     data: "data name"
4729   - title: "Status"
4730     data: "data status"
4731   rows: "generated"
4732   data: "vpp-device-results-ubuntu"
4733   filter: "all"
4734   parameters:
4735   - "name"
4736   - "parent"
4737   - "doc"
4738   - "status"
4739
4740 # Test configuration - VPP Device Test Configs - Ubuntu
4741 - type: "table"
4742   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4743   algorithm: "table_details"
4744   output-file-ext: ".csv"
4745   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4746   columns:
4747   - title: "Name"
4748     data: "data name"
4749   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4750     data: "data conf-history"
4751   rows: "generated"
4752   data: "vpp-device-results-ubuntu"
4753   filter: "all"
4754   parameters:
4755   - "parent"
4756   - "name"
4757   - "conf-history"
4758
4759 ################################################################################
4760
4761 # DPDK Performance Changes 3n-hsw 1t1c pdr
4762 - type: "table"
4763   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4764   algorithm: "table_perf_comparison"
4765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4766   history:
4767     - title: "rls1904"
4768       data: "dpdk-performance-changes-3n-hsw-h1"
4769   reference:
4770     title: "rls1908"
4771     data: "dpdk-performance-changes-3n-hsw-ref"
4772   compare:
4773     title: "rls2001"
4774     data: "dpdk-performance-changes-3n-hsw-cmp"
4775   data: "dpdk-performance-changes-3n-hsw"
4776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4777   filter: "'1T1C'"
4778   parameters:
4779   - "name"
4780   - "parent"
4781   - "throughput"
4782
4783 # DPDK Performance Changes 3n-hsw 2t2c pdr
4784 - type: "table"
4785   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4786   algorithm: "table_perf_comparison"
4787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4788   history:
4789     - title: "rls1904"
4790       data: "dpdk-performance-changes-3n-hsw-h1"
4791   reference:
4792     title: "rls1908"
4793     data: "dpdk-performance-changes-3n-hsw-ref"
4794   compare:
4795     title: "rls2001"
4796     data: "dpdk-performance-changes-3n-hsw-cmp"
4797   data: "dpdk-performance-changes-3n-hsw"
4798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4799   filter: "'2T2C'"
4800   parameters:
4801   - "name"
4802   - "parent"
4803   - "throughput"
4804
4805 # DPDK Performance Changes 3n-hsw 1t1c ndr
4806 - type: "table"
4807   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4808   algorithm: "table_perf_comparison"
4809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4810   history:
4811     - title: "rls1904"
4812       data: "dpdk-performance-changes-3n-hsw-h1"
4813   reference:
4814     title: "rls1908"
4815     data: "dpdk-performance-changes-3n-hsw-ref"
4816   compare:
4817     title: "rls2001"
4818     data: "dpdk-performance-changes-3n-hsw-cmp"
4819   data: "dpdk-performance-changes-3n-hsw"
4820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4821   filter: "'1T1C'"
4822   parameters:
4823   - "name"
4824   - "parent"
4825   - "throughput"
4826
4827 # DPDK Performance Changes 3n-hsw 2t2c ndr
4828 - type: "table"
4829   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4830   algorithm: "table_perf_comparison"
4831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4832   history:
4833     - title: "rls1904"
4834       data: "dpdk-performance-changes-3n-hsw-h1"
4835   reference:
4836     title: "rls1908"
4837     data: "dpdk-performance-changes-3n-hsw-ref"
4838   compare:
4839     title: "rls2001"
4840     data: "dpdk-performance-changes-3n-hsw-cmp"
4841   data: "dpdk-performance-changes-3n-hsw"
4842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4843   filter: "'2T2C'"
4844   parameters:
4845   - "name"
4846   - "parent"
4847   - "throughput"
4848
4849 ## DPDK Performance Changes 3n-skx 2t1c pdr
4850 #- type: "table"
4851 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4852 #  algorithm: "table_perf_comparison"
4853 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4854 #  history:
4855 #    - title: "rls1904"
4856 #      data: "dpdk-performance-changes-3n-skx-h1"
4857 #  reference:
4858 #    title: "rls1908"
4859 #    data: "dpdk-performance-changes-3n-skx-ref"
4860 #  compare:
4861 #    title: "rls2001"
4862 #    data: "dpdk-performance-changes-3n-skx-cmp"
4863 #  data: "dpdk-performance-changes-3n-skx"
4864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4865 #  filter: "'2T1C'"
4866 #  parameters:
4867 #  - "name"
4868 #  - "parent"
4869 #  - "throughput"
4870 #
4871 ## DPDK Performance Changes 3n-skx 4t2c pdr
4872 #- type: "table"
4873 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4874 #  algorithm: "table_perf_comparison"
4875 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4876 #  history:
4877 #    - title: "rls1904"
4878 #      data: "dpdk-performance-changes-3n-skx-h1"
4879 #  reference:
4880 #    title: "rls1908"
4881 #    data: "dpdk-performance-changes-3n-skx-ref"
4882 #  compare:
4883 #    title: "rls2001"
4884 #    data: "dpdk-performance-changes-3n-skx-cmp"
4885 #  data: "dpdk-performance-changes-3n-skx"
4886 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4887 #  filter: "'4T2C'"
4888 #  parameters:
4889 #  - "name"
4890 #  - "parent"
4891 #  - "throughput"
4892 #
4893 ## DPDK Performance Changes 3n-skx 2t1c ndr
4894 #- type: "table"
4895 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4896 #  algorithm: "table_perf_comparison"
4897 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4898 #  history:
4899 #    - title: "rls1904"
4900 #      data: "dpdk-performance-changes-3n-skx-h1"
4901 #  reference:
4902 #    title: "rls1908"
4903 #    data: "dpdk-performance-changes-3n-skx-ref"
4904 #  compare:
4905 #    title: "rls2001"
4906 #    data: "dpdk-performance-changes-3n-skx-cmp"
4907 #  data: "dpdk-performance-changes-3n-skx"
4908 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4909 #  filter: "'2T1C'"
4910 #  parameters:
4911 #  - "name"
4912 #  - "parent"
4913 #  - "throughput"
4914 #
4915 ## DPDK Performance Changes 3n-skx 4t2c ndr
4916 #- type: "table"
4917 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4918 #  algorithm: "table_perf_comparison"
4919 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4920 #  history:
4921 #    - title: "rls1904"
4922 #      data: "dpdk-performance-changes-3n-skx-h1"
4923 #  reference:
4924 #    title: "rls1908"
4925 #    data: "dpdk-performance-changes-3n-skx-ref"
4926 #  compare:
4927 #    title: "rls2001"
4928 #    data: "dpdk-performance-changes-3n-skx-cmp"
4929 #  data: "dpdk-performance-changes-3n-skx"
4930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4931 #  filter: "'4T2C'"
4932 #  parameters:
4933 #  - "name"
4934 #  - "parent"
4935 #  - "throughput"
4936 #
4937 ## DPDK Performance Changes 2n-skx 2t1c pdr
4938 #- type: "table"
4939 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4940 #  algorithm: "table_perf_comparison"
4941 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4942 #  history:
4943 #    - title: "rls1904"
4944 #      data: "dpdk-performance-changes-2n-skx-h1"
4945 #  reference:
4946 #    title: "rls1908"
4947 #    data: "dpdk-performance-changes-2n-skx-ref"
4948 #  compare:
4949 #    title: "rls2001"
4950 #    data: "dpdk-performance-changes-2n-skx-cmp"
4951 #  data: "dpdk-performance-changes-2n-skx"
4952 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4953 #  filter: "'2T1C'"
4954 #  parameters:
4955 #  - "name"
4956 #  - "parent"
4957 #  - "throughput"
4958 #
4959 ## DPDK Performance Changes 2n-skx 4t2c pdr
4960 #- type: "table"
4961 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4962 #  algorithm: "table_perf_comparison"
4963 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4964 #  history:
4965 #    - title: "rls1904"
4966 #      data: "dpdk-performance-changes-2n-skx-h1"
4967 #  reference:
4968 #    title: "rls1908"
4969 #    data: "dpdk-performance-changes-2n-skx-ref"
4970 #  compare:
4971 #    title: "rls2001"
4972 #    data: "dpdk-performance-changes-2n-skx-cmp"
4973 #  data: "dpdk-performance-changes-2n-skx"
4974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4975 #  filter: "'4T2C'"
4976 #  parameters:
4977 #  - "name"
4978 #  - "parent"
4979 #  - "throughput"
4980 #
4981 ## DPDK Performance Changes 2n-skx 2t1c ndr
4982 #- type: "table"
4983 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4984 #  algorithm: "table_perf_comparison"
4985 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4986 #  history:
4987 #    - title: "rls1904"
4988 #      data: "dpdk-performance-changes-2n-skx-h1"
4989 #  reference:
4990 #    title: "rls1908"
4991 #    data: "dpdk-performance-changes-2n-skx-ref"
4992 #  compare:
4993 #    title: "rls2001"
4994 #    data: "dpdk-performance-changes-2n-skx-cmp"
4995 #  data: "dpdk-performance-changes-2n-skx"
4996 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4997 #  filter: "'2T1C'"
4998 #  parameters:
4999 #  - "name"
5000 #  - "parent"
5001 #  - "throughput"
5002 #
5003 ## DPDK Performance Changes 2n-skx 4t2c ndr
5004 #- type: "table"
5005 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5006 #  algorithm: "table_perf_comparison"
5007 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5008 #  history:
5009 #    - title: "rls1904"
5010 #      data: "dpdk-performance-changes-2n-skx-h1"
5011 #  reference:
5012 #    title: "rls1908"
5013 #    data: "dpdk-performance-changes-2n-skx-ref"
5014 #  compare:
5015 #    title: "rls2001"
5016 #    data: "dpdk-performance-changes-2n-skx-cmp"
5017 #  data: "dpdk-performance-changes-2n-skx"
5018 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5019 #  filter: "'4T2C'"
5020 #  parameters:
5021 #  - "name"
5022 #  - "parent"
5023 #  - "throughput"
5024 #
5025 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5026 #- type: "table"
5027 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5028 #  algorithm: "table_perf_comparison"
5029 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5030 #  reference:
5031 #    title: "3-Node Hsw"
5032 #    data: "dpdk-compare-testbeds-ref"
5033 #  compare:
5034 #    title: "3-Node Skx"
5035 #    data: "dpdk-compare-testbeds-cmp"
5036 #  data: "dpdk-compare-testbeds"
5037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5038 #  filter: "'NIC_Intel-X710'"
5039 #  parameters:
5040 #  - "name"
5041 #  - "parent"
5042 #  - "throughput"
5043 #
5044 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5045 #- type: "table"
5046 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5047 #  algorithm: "table_perf_comparison"
5048 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5049 #  reference:
5050 #    title: "3-Node Hsw"
5051 #    data: "dpdk-compare-testbeds-ref"
5052 #  compare:
5053 #    title: "3-Node Skx"
5054 #    data: "dpdk-compare-testbeds-cmp"
5055 #  data: "dpdk-compare-testbeds"
5056 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5057 #  filter: "'NIC_Intel-X710'"
5058 #  parameters:
5059 #  - "name"
5060 #  - "parent"
5061 #  - "throughput"
5062 #
5063 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5064 #- type: "table"
5065 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5066 #  algorithm: "table_perf_comparison"
5067 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5068 #  reference:
5069 #    title: "2-Node Skx"
5070 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5071 #  compare:
5072 #    title: "2-Node Clx"
5073 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5074 #  data: "dpdk-compare-testbeds-skx-clx"
5075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5076 #  filter: "'NDRPDR'"
5077 #  parameters:
5078 #  - "name"
5079 #  - "parent"
5080 #  - "throughput"
5081 #
5082 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5083 #- type: "table"
5084 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5085 #  algorithm: "table_perf_comparison"
5086 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5087 #  reference:
5088 #    title: "2-Node Skx"
5089 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5090 #  compare:
5091 #    title: "2-Node Clx"
5092 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5093 #  data: "dpdk-compare-testbeds-skx-clx"
5094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5095 #  filter: "'NDRPDR'"
5096 #  parameters:
5097 #  - "name"
5098 #  - "parent"
5099 #  - "throughput"
5100 #
5101 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5102 #- type: "table"
5103 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5104 #  algorithm: "table_perf_comparison"
5105 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5106 #  reference:
5107 #    title: "3-Node Skx"
5108 #    data: "dpdk-compare-topologies-ref"
5109 #  compare:
5110 #    title: "2-Node Skx"
5111 #    data: "dpdk-compare-topologies-cmp"
5112 #  data: "dpdk-compare-topologies"
5113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5114 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5115 #  parameters:
5116 #  - "name"
5117 #  - "parent"
5118 #  - "throughput"
5119 #
5120 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5121 #- type: "table"
5122 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5123 #  algorithm: "table_perf_comparison"
5124 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5125 #  reference:
5126 #    title: "3-Node Skx"
5127 #    data: "dpdk-compare-topologies-ref"
5128 #  compare:
5129 #    title: "2-Node Skx"
5130 #    data: "dpdk-compare-topologies-cmp"
5131 #  data: "dpdk-compare-topologies"
5132 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5133 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5134 #  parameters:
5135 #  - "name"
5136 #  - "parent"
5137 #  - "throughput"
5138
5139 # Detailed Test Results - DPDK Performance Results 3n-hsw
5140 - type: "table"
5141   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5142   algorithm: "table_merged_details"
5143   output-file-ext: ".csv"
5144   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5145   columns:
5146   - title: " |prein| Test Name |preout| "
5147     data: "data name"
5148   - 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| "
5149     data: "data msg"
5150   rows: "generated"
5151   data: "dpdk-perf-results-3n-hsw"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "parent"
5156   - "msg"
5157
5158 ## Detailed Test Results - DPDK Performance Results 3n-skx
5159 #- type: "table"
5160 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5161 #  algorithm: "table_details"
5162 #  output-file-ext: ".csv"
5163 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5164 #  columns:
5165 #  - title: " |prein| Test Name |preout| "
5166 #    data: "data name"
5167 #  - 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| "
5168 #    data: "data msg"
5169 #  rows: "generated"
5170 #  data: "dpdk-perf-results-3n-skx"
5171 #  filter: "all"
5172 #  parameters:
5173 #  - "name"
5174 #  - "parent"
5175 #  - "msg"
5176 #
5177 ## Detailed Test Results - DPDK Performance Results 2n-skx
5178 #- type: "table"
5179 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5180 #  algorithm: "table_details"
5181 #  output-file-ext: ".csv"
5182 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5183 #  columns:
5184 #  - title: " |prein| Test Name |preout| "
5185 #    data: "data name"
5186 #  - 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| "
5187 #    data: "data msg"
5188 #  rows: "generated"
5189 #  data: "dpdk-perf-results-2n-skx"
5190 #  filter: "all"
5191 #  parameters:
5192 #  - "name"
5193 #  - "parent"
5194 #  - "msg"
5195
5196 ## Detailed Test Results - DPDK Performance Results 2n-clx
5197 #- type: "table"
5198 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5199 #  algorithm: "table_details"
5200 #  output-file-ext: ".csv"
5201 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5202 #  columns:
5203 #  - title: " |prein| Test Name |preout| "
5204 #    data: "data name"
5205 #  - 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| "
5206 #    data: "data msg"
5207 #  rows: "generated"
5208 #  data: "dpdk-perf-results-2n-clx"
5209 #  filter: "all"
5210 #  parameters:
5211 #  - "name"
5212 #  - "parent"
5213 #  - "msg"
5214
5215 # Detailed Test Results - DPDK Performance Results 2n-dnv
5216 - type: "table"
5217   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5218   algorithm: "table_details"
5219   output-file-ext: ".csv"
5220   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5221   columns:
5222   - title: " |prein| Test Name |preout| "
5223     data: "data name"
5224   - 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| "
5225     data: "data msg"
5226   rows: "generated"
5227   data: "dpdk-perf-results-2n-dnv"
5228   filter: "all"
5229   parameters:
5230   - "name"
5231   - "parent"
5232   - "msg"
5233
5234 # Detailed Test Results - DPDK Performance Results 3n-dnv
5235 - type: "table"
5236   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5237   algorithm: "table_details"
5238   output-file-ext: ".csv"
5239   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5240   columns:
5241   - title: " |prein| Test Name |preout| "
5242     data: "data name"
5243   - 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| "
5244     data: "data msg"
5245   rows: "generated"
5246   data: "dpdk-perf-results-3n-dnv"
5247   filter: "all"
5248   parameters:
5249   - "name"
5250   - "parent"
5251   - "msg"
5252
5253 ################################################################################
5254 ###                                F I L E S                                 ###
5255 ################################################################################
5256
5257 # VPP Performance Results 3n-hsw
5258 - type: "file"
5259   title: "VPP Performance Results 3n-hsw"
5260   algorithm: "file_test_results"
5261   output-file-ext: ".rst"
5262   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5263   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"
5264   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5265   data: "vpp-perf-results-3n-hsw"
5266   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5267   parameters:
5268   - "name"
5269   - "doc"
5270   - "level"
5271   - "parent"
5272   data-start-level: 3
5273
5274 ## VPP Performance Results 3n-skx
5275 #- type: "file"
5276 #  title: "VPP Performance Results 3n-skx"
5277 #  algorithm: "file_test_results"
5278 #  output-file-ext: ".rst"
5279 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5280 #  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"
5281 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5282 #  data: "vpp-perf-results-3n-skx"
5283 #  filter: "not 'CFS_OPT'"
5284 #  parameters:
5285 #  - "name"
5286 #  - "doc"
5287 #  - "level"
5288 #  - "parent"
5289 #  data-start-level: 3
5290 #
5291 ## VPP Performance Results 2n-skx
5292 #- type: "file"
5293 #  title: "VPP Performance Results 2n-skx"
5294 #  algorithm: "file_test_results"
5295 #  output-file-ext: ".rst"
5296 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5297 #  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"
5298 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5299 #  data: "vpp-perf-results-2n-skx"
5300 #  filter: "not 'CFS_OPT'"
5301 #  parameters:
5302 #  - "name"
5303 #  - "doc"
5304 #  - "level"
5305 #  - "parent"
5306 #  data-start-level: 3
5307
5308 ## VPP Performance Results 2n-clx
5309 #- type: "file"
5310 #  title: "VPP Performance Results 2n-clx"
5311 #  algorithm: "file_test_results"
5312 #  output-file-ext: ".rst"
5313 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5314 #  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"
5315 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5316 #  data: "vpp-perf-results-2n-clx"
5317 #  filter: "not 'CFS_OPT'"
5318 #  parameters:
5319 #  - "name"
5320 #  - "doc"
5321 #  - "level"
5322 #  - "parent"
5323 #  data-start-level: 3
5324
5325 # VPP Performance Results 3n-tsh
5326 - type: "file"
5327   title: "VPP Performance Results 3n-tsh"
5328   algorithm: "file_test_results"
5329   output-file-ext: ".rst"
5330   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5331   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"
5332   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5333   data: "vpp-perf-results-3n-tsh"
5334   filter: "not 'CFS_OPT'"
5335   parameters:
5336   - "name"
5337   - "doc"
5338   - "level"
5339   - "parent"
5340   data-start-level: 3
5341
5342 # VPP Performance Results 3n-dnv
5343 - type: "file"
5344   title: "VPP Performance Results 3n-dnv"
5345   algorithm: "file_test_results"
5346   output-file-ext: ".rst"
5347   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5348   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"
5349   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5350   data: "vpp-perf-results-3n-dnv"
5351   filter: "'NDRPDR'"
5352   parameters:
5353   - "name"
5354   - "doc"
5355   - "level"
5356   - "parent"
5357   data-start-level: 3
5358
5359 # VPP Performance Results 2n-dnv
5360 - type: "file"
5361   title: "VPP Performance Results 2n-dnv"
5362   algorithm: "file_test_results"
5363   output-file-ext: ".rst"
5364   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5365   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"
5366   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5367   data: "vpp-perf-results-2n-dnv"
5368   filter: "'NDRPDR'"
5369   parameters:
5370   - "name"
5371   - "doc"
5372   - "level"
5373   - "parent"
5374   data-start-level: 3
5375
5376 # VPP Performance Configuration 3n-hsw
5377 - type: "file"
5378   title: "VPP Performance Configuration 3n-hsw"
5379   algorithm: "file_test_results"
5380   output-file-ext: ".rst"
5381   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5382   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"
5383   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5384   data: "vpp-perf-results-3n-hsw"
5385   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5386   parameters:
5387   - "name"
5388   - "doc"
5389   - "level"
5390   - "parent"
5391   data-start-level: 3
5392
5393 ## VPP Performance Configuration 3n-skx
5394 #- type: "file"
5395 #  title: "VPP Performance Configuration 3n-skx"
5396 #  algorithm: "file_test_results"
5397 #  output-file-ext: ".rst"
5398 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5399 #  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"
5400 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5401 #  data: "vpp-perf-results-3n-skx"
5402 #  filter: "not 'CFS_OPT'"
5403 #  parameters:
5404 #  - "name"
5405 #  - "doc"
5406 #  - "level"
5407 #  - "parent"
5408 #  data-start-level: 3
5409 #
5410 ## VPP Performance Configuration 2n-skx
5411 #- type: "file"
5412 #  title: "VPP Performance Configuration 2n-skx"
5413 #  algorithm: "file_test_results"
5414 #  output-file-ext: ".rst"
5415 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5416 #  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"
5417 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5418 #  data: "vpp-perf-results-2n-skx"
5419 #  filter: "not 'CFS_OPT'"
5420 #  parameters:
5421 #  - "name"
5422 #  - "doc"
5423 #  - "level"
5424 #  - "parent"
5425 #  data-start-level: 3
5426
5427 ## VPP Performance Configuration 2n-clx
5428 #- type: "file"
5429 #  title: "VPP Performance Configuration 2n-clx"
5430 #  algorithm: "file_test_results"
5431 #  output-file-ext: ".rst"
5432 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5433 #  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"
5434 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5435 #  data: "vpp-perf-results-2n-clx"
5436 #  filter: "not 'CFS_OPT'"
5437 #  parameters:
5438 #  - "name"
5439 #  - "doc"
5440 #  - "level"
5441 #  - "parent"
5442 #  data-start-level: 3
5443
5444 # VPP Performance Configuration 3n-tsh
5445 - type: "file"
5446   title: "VPP Performance Configuration 3n-tsh"
5447   algorithm: "file_test_results"
5448   output-file-ext: ".rst"
5449   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5450   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"
5451   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5452   data: "vpp-perf-results-3n-tsh"
5453   filter: "not 'CFS_OPT'"
5454   parameters:
5455   - "name"
5456   - "doc"
5457   - "level"
5458   - "parent"
5459   data-start-level: 3
5460
5461 # VPP Performance Configuration 3n-dnv
5462 - type: "file"
5463   title: "VPP Performance Configuration 3n-dnv"
5464   algorithm: "file_test_results"
5465   output-file-ext: ".rst"
5466   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5467   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"
5468   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5469   data: "vpp-perf-results-3n-dnv"
5470   filter: "'NDRPDR'"
5471   parameters:
5472   - "name"
5473   - "doc"
5474   - "level"
5475   - "parent"
5476   data-start-level: 3
5477
5478 # VPP Performance Configuration 2n-dnv
5479 - type: "file"
5480   title: "VPP Performance Configuration 2n-dnv"
5481   algorithm: "file_test_results"
5482   output-file-ext: ".rst"
5483   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5484   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"
5485   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5486   data: "vpp-perf-results-2n-dnv"
5487   filter: "'NDRPDR'"
5488   parameters:
5489   - "name"
5490   - "doc"
5491   - "level"
5492   - "parent"
5493   data-start-level: 3
5494
5495 # VPP Performance Operational Data 3n-hsw
5496 - type: "file"
5497   title: "VPP Performance Operational Data 3n-hsw"
5498   algorithm: "file_test_results_html"
5499   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5500   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"
5501   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5502   data: "vpp-perf-results-3n-hsw"
5503   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5504   data-start-level: 3
5505
5506 ## VPP Performance Operational Data 3n-skx
5507 #- type: "file"
5508 #  title: "VPP Performance Operational Data 3n-skx"
5509 #  algorithm: "file_test_results_html"
5510 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5511 #  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"
5512 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5513 #  data: "vpp-perf-results-3n-skx"
5514 #  filter: "not 'CFS_OPT'"
5515 #  data-start-level: 3
5516 #
5517 ## VPP Performance Operational Data 2n-skx
5518 #- type: "file"
5519 #  title: "VPP Performance Operational Data 2n-skx"
5520 #  algorithm: "file_test_results_html"
5521 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5522 #  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"
5523 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5524 #  data: "vpp-perf-results-2n-skx"
5525 #  filter: "not 'CFS_OPT'"
5526 #  data-start-level: 3
5527
5528 ## VPP Performance Operational Data 2n-clx
5529 #- type: "file"
5530 #  title: "VPP Performance Operational Data 2n-clx"
5531 #  algorithm: "file_test_results_html"
5532 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5533 #  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"
5534 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5535 #  data: "vpp-perf-results-2n-clx"
5536 #  filter: "not 'CFS_OPT'"
5537 #  data-start-level: 3
5538
5539 # VPP Performance Operational Data 3n-tsh
5540 - type: "file"
5541   title: "VPP Performance Operational Data 3n-tsh"
5542   algorithm: "file_test_results_html"
5543   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5544   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"
5545   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5546   data: "vpp-perf-results-3n-tsh"
5547   filter: "not 'CFS_OPT'"
5548   data-start-level: 3
5549
5550 # VPP Performance Operational Data 3n-dnv
5551 - type: "file"
5552   title: "VPP Performance Operational Data 3n-dnv"
5553   algorithm: "file_test_results_html"
5554   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5555   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"
5556   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5557   data: "vpp-perf-results-3n-dnv"
5558   filter: "'NDRPDR'"
5559   data-start-level: 3
5560
5561 # VPP Performance Operational Data 2n-dnv
5562 - type: "file"
5563   title: "VPP Performance Operational Data 2n-dnv"
5564   algorithm: "file_test_results_html"
5565   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5566   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"
5567   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5568   data: "vpp-perf-results-2n-dnv"
5569   filter: "'NDRPDR'"
5570   data-start-level: 3
5571
5572 # VPP MRR Results 3n-hsw
5573 - type: "file"
5574   title: "VPP MRR Results 3n-hsw"
5575   algorithm: "file_test_results"
5576   output-file-ext: ".rst"
5577   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5578   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"
5579   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5580   data: "vpp-mrr-results-3n-hsw"
5581   filter: "'MRR'"
5582   parameters:
5583   - "name"
5584   - "doc"
5585   - "level"
5586   - "parent"
5587   data-start-level: 3
5588
5589 ## VPP MRR Results 3n-skx
5590 #- type: "file"
5591 #  title: "VPP MRR Results 3n-skx"
5592 #  algorithm: "file_test_results"
5593 #  output-file-ext: ".rst"
5594 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5595 #  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"
5596 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5597 #  data: "vpp-mrr-results-3n-skx"
5598 #  filter: "'MRR'"
5599 #  parameters:
5600 #  - "name"
5601 #  - "doc"
5602 #  - "level"
5603 #  - "parent"
5604 #  data-start-level: 3
5605 #
5606 ## VPP MRR Results 2n-skx
5607 #- type: "file"
5608 #  title: "VPP MRR Results 2n-skx"
5609 #  algorithm: "file_test_results"
5610 #  output-file-ext: ".rst"
5611 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5612 #  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"
5613 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5614 #  data: "vpp-mrr-results-2n-skx"
5615 #  filter: "all"
5616 #  parameters:
5617 #  - "name"
5618 #  - "doc"
5619 #  - "level"
5620 #  - "parent"
5621 #  data-start-level: 3
5622
5623 ## VPP MRR Results 2n-clx
5624 #- type: "file"
5625 #  title: "VPP MRR Results 2n-clx"
5626 #  algorithm: "file_test_results"
5627 #  output-file-ext: ".rst"
5628 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5629 #  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"
5630 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5631 #  data: "vpp-mrr-results-2n-clx"
5632 #  filter: "all"
5633 #  parameters:
5634 #  - "name"
5635 #  - "doc"
5636 #  - "level"
5637 #  - "parent"
5638 #  data-start-level: 3
5639
5640 ## VPP MRR Results 3n-tsh
5641 #- type: "file"
5642 #  title: "VPP MRR Results 3n-tsh"
5643 #  algorithm: "file_test_results"
5644 #  output-file-ext: ".rst"
5645 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5646 #  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"
5647 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5648 #  data: "vpp-mrr-results-3n-tsh"
5649 #  filter: "'MRR'"
5650 #  parameters:
5651 #  - "name"
5652 #  - "doc"
5653 #  - "level"
5654 #  - "parent"
5655 #  data-start-level: 3
5656
5657 # VPP MRR Results 3n-dnv
5658 - type: "file"
5659   title: "VPP MRR Results 3n-dnv"
5660   algorithm: "file_test_results"
5661   output-file-ext: ".rst"
5662   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5663   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"
5664   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5665   data: "vpp-mrr-results-3n-dnv"
5666   filter: "'MRR'"
5667   parameters:
5668   - "name"
5669   - "doc"
5670   - "level"
5671   - "parent"
5672   data-start-level: 3
5673
5674 # VPP MRR Results 2n-dnv
5675 - type: "file"
5676   title: "VPP MRR Results 2n-dnv"
5677   algorithm: "file_test_results"
5678   output-file-ext: ".rst"
5679   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5680   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"
5681   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5682   data: "vpp-mrr-results-2n-dnv"
5683   filter: "'MRR'"
5684   parameters:
5685   - "name"
5686   - "doc"
5687   - "level"
5688   - "parent"
5689   data-start-level: 3
5690
5691 # VPP MRR Configuration 3n-hsw
5692 - type: "file"
5693   title: "VPP MRR Configuration 3n-hsw"
5694   algorithm: "file_test_results"
5695   output-file-ext: ".rst"
5696   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5697   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"
5698   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5699   data: "vpp-mrr-results-3n-hsw"
5700   filter: "'MRR'"
5701   parameters:
5702   - "name"
5703   - "doc"
5704   - "level"
5705   - "parent"
5706   data-start-level: 3
5707
5708 ## VPP MRR Configuration 3n-skx
5709 #- type: "file"
5710 #  title: "VPP MRR Configuration 3n-skx"
5711 #  algorithm: "file_test_results"
5712 #  output-file-ext: ".rst"
5713 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5714 #  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"
5715 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5716 #  data: "vpp-mrr-results-3n-skx"
5717 #  filter: "'MRR'"
5718 #  parameters:
5719 #  - "name"
5720 #  - "doc"
5721 #  - "level"
5722 #  - "parent"
5723 #  data-start-level: 3
5724 #
5725 ## VPP MRR Configuration 2n-skx
5726 #- type: "file"
5727 #  title: "VPP MRR Configuration 2n-skx"
5728 #  algorithm: "file_test_results"
5729 #  output-file-ext: ".rst"
5730 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5731 #  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"
5732 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5733 #  data: "vpp-mrr-results-2n-skx"
5734 #  filter: "'MRR'"
5735 #  parameters:
5736 #  - "name"
5737 #  - "doc"
5738 #  - "level"
5739 #  - "parent"
5740 #  data-start-level: 3
5741
5742 ## VPP MRR Configuration 2n-clx
5743 #- type: "file"
5744 #  title: "VPP MRR Configuration 2n-clx"
5745 #  algorithm: "file_test_results"
5746 #  output-file-ext: ".rst"
5747 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5748 #  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"
5749 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5750 #  data: "vpp-mrr-results-2n-clx"
5751 #  filter: "'MRR'"
5752 #  parameters:
5753 #  - "name"
5754 #  - "doc"
5755 #  - "level"
5756 #  - "parent"
5757 #  data-start-level: 3
5758
5759 ## VPP MRR Configuration 3n-tsh
5760 #- type: "file"
5761 #  title: "VPP MRR Configuration 3n-tsh"
5762 #  algorithm: "file_test_results"
5763 #  output-file-ext: ".rst"
5764 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5765 #  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"
5766 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5767 #  data: "vpp-mrr-results-3n-tsh"
5768 #  filter: "'MRR'"
5769 #  parameters:
5770 #  - "name"
5771 #  - "doc"
5772 #  - "level"
5773 #  - "parent"
5774 #  data-start-level: 3
5775
5776 # VPP MRR Configuration 3n-dnv
5777 - type: "file"
5778   title: "VPP MRR Configuration 3n-dnv"
5779   algorithm: "file_test_results"
5780   output-file-ext: ".rst"
5781   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5782   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"
5783   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5784   data: "vpp-mrr-results-3n-dnv"
5785   filter: "'MRR'"
5786   parameters:
5787   - "name"
5788   - "doc"
5789   - "level"
5790   - "parent"
5791   data-start-level: 3
5792
5793 # VPP MRR Configuration 2n-dnv
5794 - type: "file"
5795   title: "VPP MRR Configuration 2n-dnv"
5796   algorithm: "file_test_results"
5797   output-file-ext: ".rst"
5798   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5799   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"
5800   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5801   data: "vpp-mrr-results-2n-dnv"
5802   filter: "'MRR'"
5803   parameters:
5804   - "name"
5805   - "doc"
5806   - "level"
5807   - "parent"
5808   data-start-level: 3
5809
5810 # VPP Device Results - Ubuntu
5811 - type: "file"
5812   title: "VPP Device Results - Ubuntu"
5813   algorithm: "file_test_results"
5814   output-file-ext: ".rst"
5815   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5816   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"
5817   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5818   data: "vpp-device-results-ubuntu"
5819   filter: "all"
5820   parameters:
5821   - "name"
5822   - "doc"
5823   - "level"
5824   - "parent"
5825   data-start-level: 2
5826
5827 # VPP Device Configuration - Ubuntu
5828 - type: "file"
5829   title: "VPP Device Configuration - Ubuntu"
5830   algorithm: "file_test_results"
5831   output-file-ext: ".rst"
5832   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5833   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"
5834   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5835   data: "vpp-device-results-ubuntu"
5836   filter: "all"
5837   parameters:
5838   - "name"
5839   - "doc"
5840   - "level"
5841   - "parent"
5842   data-start-level: 2
5843
5844 # DPDK Performance Results 3n-hsw
5845 - type: "file"
5846   title: "DPDK Performance Results 3n-hsw"
5847   algorithm: "file_test_results"
5848   output-file-ext: ".rst"
5849   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5850   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"
5851   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5852   data: "dpdk-perf-results-3n-hsw"
5853   filter: "all"
5854   parameters:
5855   - "name"
5856   - "doc"
5857   - "level"
5858   - "parent"
5859   data-start-level: 3
5860
5861 ## DPDK Performance Results 3n-skx
5862 #- type: "file"
5863 #  title: "DPDK Performance Results 3n-skx"
5864 #  algorithm: "file_test_results"
5865 #  output-file-ext: ".rst"
5866 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5867 #  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"
5868 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5869 #  data: "dpdk-perf-results-3n-skx"
5870 #  filter: "all"
5871 #  parameters:
5872 #  - "name"
5873 #  - "doc"
5874 #  - "level"
5875 #  - "parent"
5876 #  data-start-level: 3
5877 #
5878 ## DPDK Performance Results 2n-skx
5879 #- type: "file"
5880 #  title: "DPDK Performance Results 2n-skx"
5881 #  algorithm: "file_test_results"
5882 #  output-file-ext: ".rst"
5883 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5884 #  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"
5885 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5886 #  data: "dpdk-perf-results-2n-skx"
5887 #  filter: "all"
5888 #  parameters:
5889 #  - "name"
5890 #  - "doc"
5891 #  - "level"
5892 #  - "parent"
5893 #  data-start-level: 3
5894
5895 ## DPDK Performance Results 2n-clx
5896 #- type: "file"
5897 #  title: "DPDK Performance Results 2n-clx"
5898 #  algorithm: "file_test_results"
5899 #  output-file-ext: ".rst"
5900 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5901 #  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"
5902 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5903 #  data: "dpdk-perf-results-2n-clx"
5904 #  filter: "all"
5905 #  parameters:
5906 #  - "name"
5907 #  - "doc"
5908 #  - "level"
5909 #  - "parent"
5910 #  data-start-level: 3
5911
5912 # DPDK Performance Results 2n-dnv
5913 - type: "file"
5914   title: "DPDK Performance Results 2n-dnv"
5915   algorithm: "file_test_results"
5916   output-file-ext: ".rst"
5917   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5918   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"
5919   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5920   data: "dpdk-perf-results-2n-dnv"
5921   filter: "all"
5922   parameters:
5923   - "name"
5924   - "doc"
5925   - "level"
5926   - "parent"
5927   data-start-level: 3
5928
5929 # DPDK Performance Results 3n-dnv
5930 - type: "file"
5931   title: "DPDK Performance Results 3n-dnv"
5932   algorithm: "file_test_results"
5933   output-file-ext: ".rst"
5934   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5935   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"
5936   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5937   data: "dpdk-perf-results-3n-dnv"
5938   filter: "all"
5939   parameters:
5940   - "name"
5941   - "doc"
5942   - "level"
5943   - "parent"
5944   data-start-level: 3
5945
5946 ################################################################################
5947 ###                                P L O T S                                 ###
5948 ################################################################################
5949
5950 ## Plots VPP HTTP Server Performance
5951 #- type: "plot"
5952 #  title: "VPP HTTP Server Performance"
5953 #  algorithm: "plot_http_server_perf_box"
5954 #  output-file-type: ".html"
5955 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5956 #  data:
5957 #    "plot-vpp-http-server-performance"
5958 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5959 #  # each tag is enclosed with ' (apostrophe).
5960 #  filter: "'HTTP' and 'TCP_CPS'"
5961 #  parameters:
5962 #  - "result"
5963 #  - "name"
5964 #  traces:
5965 #    hoverinfo: "y+name"
5966 #    boxpoints: "outliers"
5967 #    whiskerwidth: 0
5968 #  layout:
5969 #    title: "VPP HTTP Server Performance"
5970 #    layout:
5971 #      "plot-cps"
5972 #
5973 #- type: "plot"
5974 #  title: "VPP HTTP Server Performance"
5975 #  algorithm: "plot_http_server_perf_box"
5976 #  output-file-type: ".html"
5977 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5978 #  data:
5979 #    "plot-vpp-http-server-performance"
5980 #  filter: "'HTTP' and 'TCP_RPS'"
5981 #  parameters:
5982 #  - "result"
5983 #  - "name"
5984 #  traces:
5985 #    hoverinfo: "y+name"
5986 #    boxpoints: "outliers"
5987 #    whiskerwidth: 0
5988 #  layout:
5989 #    title: "VPP HTTP Server Performance"
5990 #    layout:
5991 #      "plot-rps"
5992
5993 ################################################################################
5994
5995 ## Soak Test (PLRsearch), boxes
5996 #- type: "plot"
5997 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5998 #  algorithm: "plot_perf_box_name"
5999 #  output-file-type: ".html"
6000 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6001 #  data: "plot-vpp-soak-2n-skx"
6002 #  include:
6003 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6004 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6005 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6006 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6007 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6008 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6009 #  layout:
6010 #    title: "30 Minutes Soak Test (PLRsearch)"
6011 #    layout: "plot-soak-throughput"
6012 #
6013 ## Soak Test (PLRsearch), boxes
6014 #- type: "plot"
6015 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6016 #  algorithm: "plot_perf_box_name"
6017 #  output-file-type: ".html"
6018 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6019 #  data: "plot-vpp-soak-2n-skx"
6020 #  include:
6021 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6022 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6023 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6024 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6025 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6026 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6027 #  layout:
6028 #    title: "30 Minutes Soak Test (PLRsearch)"
6029 #    layout: "plot-soak-throughput"
6030
6031 ###############################################################################
6032
6033 #- type: "plot"
6034 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6035 #  algorithm: "plot_nf_reconf_box_name"
6036 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6037 #  data: "plot-vpp-nfv-reconf-2n-skx"
6038 #  include:
6039 #    - "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"
6040 #    - "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"
6041 #    - "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"
6042 #    - "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"
6043 #    - "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"
6044 #    - "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"
6045 #  layout:
6046 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6047 #    layout: "plot-throughput"
6048 #
6049 #- type: "plot"
6050 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6051 #  algorithm: "plot_nf_reconf_box_name"
6052 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6053 #  data: "plot-vpp-nfv-reconf-2n-skx"
6054 #  include:
6055 #    - "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"
6056 #    - "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"
6057 #    - "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"
6058 #    - "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"
6059 #    - "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"
6060 #    - "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"
6061 #  layout:
6062 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6063 #    layout: "plot-throughput"
6064 #
6065 #- type: "plot"
6066 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6067 #  algorithm: "plot_nf_reconf_box_name"
6068 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6069 #  data: "plot-vpp-nfv-reconf-2n-skx"
6070 #  include:
6071 #    - "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"
6072 #    - "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"
6073 #    - "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"
6074 #    - "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"
6075 #    - "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"
6076 #    - "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"
6077 #  layout:
6078 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6079 #    layout: "plot-throughput"
6080 #
6081 ################################################################################
6082 ## Plots - NF Density - VSC - MRR 64b
6083 #- type: "plot"
6084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6085 #  algorithm: "plot_nf_heatmap"
6086 #  output-file-type: ".html"
6087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6088 #  data: "plot-vpp-nfv-2n-skx-mrr"
6089 #  filter: "'NIC_Intel-XXV710' and
6090 #           'NF_DENSITY' and
6091 #           'VHOST' and
6092 #           not 'VXLAN' and
6093 #           'CHAIN' and
6094 #           'NF_VPPIP4' and
6095 #           '64B' and
6096 #           '2T1C' and
6097 #           'MRR'"
6098 #  parameters:
6099 #  - "result"
6100 #  - "name"
6101 #  - "tags"
6102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6103 #  x-axis: "X = VNFs per Service Chain"
6104 #  y-axis: "Y = Number of Service Chains"
6105 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6106 #  layout:
6107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6108 #    layout: "plot-service-density"
6109 #
6110 #- type: "plot"
6111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6112 #  algorithm: "plot_nf_heatmap"
6113 #  output-file-type: ".html"
6114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6115 #  data: "plot-vpp-nfv-2n-skx-mrr"
6116 #  filter: "'NIC_Intel-XXV710' and
6117 #           'NF_DENSITY' and
6118 #           'VHOST' and
6119 #           not 'VXLAN' and
6120 #           'CHAIN' and
6121 #           'NF_VPPIP4' and
6122 #           '64B' and
6123 #           '4T2C' and
6124 #           'MRR'"
6125 #  parameters:
6126 #  - "result"
6127 #  - "name"
6128 #  - "tags"
6129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6130 #  x-axis: "X = VNFs per Service Chain"
6131 #  y-axis: "Y = Number of Service Chains"
6132 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6133 #  layout:
6134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6135 #    layout: "plot-service-density"
6136 #
6137 #- type: "plot"
6138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6139 #  algorithm: "plot_nf_heatmap"
6140 #  output-file-type: ".html"
6141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6142 #  data: "plot-vpp-nfv-2n-skx-mrr"
6143 #  filter: "'NIC_Intel-XXV710' and
6144 #           'NF_DENSITY' and
6145 #           'VHOST' and
6146 #           not 'VXLAN' and
6147 #           'CHAIN' and
6148 #           'NF_VPPIP4' and
6149 #           '64B' and
6150 #           '8T4C' and
6151 #           'MRR'"
6152 #  parameters:
6153 #  - "result"
6154 #  - "name"
6155 #  - "tags"
6156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6157 #  x-axis: "X = VNFs per Service Chain"
6158 #  y-axis: "Y = Number of Service Chains"
6159 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6160 #  layout:
6161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6162 #    layout: "plot-service-density"
6163 #
6164 ## Plots - NF Density - VSC - MRR IMIX
6165 #- type: "plot"
6166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6167 #  algorithm: "plot_nf_heatmap"
6168 #  output-file-type: ".html"
6169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6170 #  data: "plot-vpp-nfv-2n-skx-mrr"
6171 #  filter: "'NIC_Intel-XXV710' and
6172 #           'NF_DENSITY' and
6173 #           'VHOST' and
6174 #           not 'VXLAN' and
6175 #           'CHAIN' and
6176 #           'NF_VPPIP4' and
6177 #           'IMIX' and
6178 #           '2T1C' and
6179 #           'MRR'"
6180 #  parameters:
6181 #  - "result"
6182 #  - "name"
6183 #  - "tags"
6184 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6185 #  x-axis: "X = VNFs per Service Chain"
6186 #  y-axis: "Y = Number of Service Chains"
6187 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6188 #  layout:
6189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6190 #    layout: "plot-service-density"
6191 #
6192 #- type: "plot"
6193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6194 #  algorithm: "plot_nf_heatmap"
6195 #  output-file-type: ".html"
6196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6197 #  data: "plot-vpp-nfv-2n-skx-mrr"
6198 #  filter: "'NIC_Intel-XXV710' and
6199 #           'NF_DENSITY' and
6200 #           'VHOST' and
6201 #           not 'VXLAN' and
6202 #           'CHAIN' and
6203 #           'NF_VPPIP4' and
6204 #           'IMIX' and
6205 #           '4T2C' and
6206 #           'MRR'"
6207 #  parameters:
6208 #  - "result"
6209 #  - "name"
6210 #  - "tags"
6211 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6212 #  x-axis: "X = VNFs per Service Chain"
6213 #  y-axis: "Y = Number of Service Chains"
6214 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6215 #  layout:
6216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6217 #    layout: "plot-service-density"
6218 #
6219 #- type: "plot"
6220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6221 #  algorithm: "plot_nf_heatmap"
6222 #  output-file-type: ".html"
6223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6224 #  data: "plot-vpp-nfv-2n-skx-mrr"
6225 #  filter: "'NIC_Intel-XXV710' and
6226 #           'NF_DENSITY' and
6227 #           'VHOST' and
6228 #           not 'VXLAN' and
6229 #           'CHAIN' and
6230 #           'NF_VPPIP4' and
6231 #           'IMIX' and
6232 #           '8T4C' and
6233 #           'MRR'"
6234 #  parameters:
6235 #  - "result"
6236 #  - "name"
6237 #  - "tags"
6238 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6239 #  x-axis: "X = VNFs per Service Chain"
6240 #  y-axis: "Y = Number of Service Chains"
6241 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6242 #  layout:
6243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6244 #    layout: "plot-service-density"
6245 #
6246 ## Plots - NF Density - VSC - NDR 64b
6247 #- type: "plot"
6248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6249 #  algorithm: "plot_nf_heatmap"
6250 #  output-file-type: ".html"
6251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6253 #  filter: "'NIC_Intel-XXV710' and
6254 #           'NF_DENSITY' and
6255 #           'VHOST' and
6256 #           not 'VXLAN' and
6257 #           'CHAIN' and
6258 #           'NF_VPPIP4' and
6259 #           '64B' and
6260 #           '2T1C' and
6261 #           'NDRPDR'"
6262 #  parameters:
6263 #  - "throughput"
6264 #  - "name"
6265 #  - "tags"
6266 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6267 #  x-axis: "X = VNFs per Service Chain"
6268 #  y-axis: "Y = Number of Service Chains"
6269 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6270 #  layout:
6271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6272 #    layout: "plot-service-density"
6273 #
6274 #- type: "plot"
6275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6276 #  algorithm: "plot_nf_heatmap"
6277 #  output-file-type: ".html"
6278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6280 #  filter: "'NIC_Intel-XXV710' and
6281 #           'NF_DENSITY' and
6282 #           'VHOST' and
6283 #           not 'VXLAN' and
6284 #           'CHAIN' and
6285 #           'NF_VPPIP4' and
6286 #           '64B' and
6287 #           '4T2C' and
6288 #           'NDRPDR'"
6289 #  parameters:
6290 #  - "throughput"
6291 #  - "name"
6292 #  - "tags"
6293 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6294 #  x-axis: "X = VNFs per Service Chain"
6295 #  y-axis: "Y = Number of Service Chains"
6296 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6297 #  layout:
6298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6299 #    layout: "plot-service-density"
6300 #
6301 #- type: "plot"
6302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6303 #  algorithm: "plot_nf_heatmap"
6304 #  output-file-type: ".html"
6305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6306 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6307 #  filter: "'NIC_Intel-XXV710' and
6308 #           'NF_DENSITY' and
6309 #           'VHOST' and
6310 #           not 'VXLAN' and
6311 #           'CHAIN' and
6312 #           'NF_VPPIP4' and
6313 #           '64B' and
6314 #           '8T4C' and
6315 #           'NDRPDR'"
6316 #  parameters:
6317 #  - "throughput"
6318 #  - "name"
6319 #  - "tags"
6320 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6321 #  x-axis: "X = VNFs per Service Chain"
6322 #  y-axis: "Y = Number of Service Chains"
6323 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6324 #  layout:
6325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6326 #    layout: "plot-service-density"
6327 #
6328 ## Plots - NF Density - VSC - NDR IMIX
6329 #- type: "plot"
6330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6331 #  algorithm: "plot_nf_heatmap"
6332 #  output-file-type: ".html"
6333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6335 #  filter: "'NIC_Intel-XXV710' and
6336 #           'NF_DENSITY' and
6337 #           'VHOST' and
6338 #           not 'VXLAN' and
6339 #           'CHAIN' and
6340 #           'NF_VPPIP4' and
6341 #           'IMIX' and
6342 #           '2T1C' and
6343 #           'NDRPDR'"
6344 #  parameters:
6345 #  - "throughput"
6346 #  - "name"
6347 #  - "tags"
6348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6349 #  x-axis: "X = VNFs per Service Chain"
6350 #  y-axis: "Y = Number of Service Chains"
6351 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6352 #  layout:
6353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6354 #    layout: "plot-service-density"
6355 #
6356 #- type: "plot"
6357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6358 #  algorithm: "plot_nf_heatmap"
6359 #  output-file-type: ".html"
6360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6362 #  filter: "'NIC_Intel-XXV710' and
6363 #           'NF_DENSITY' and
6364 #           'VHOST' and
6365 #           not 'VXLAN' and
6366 #           'CHAIN' and
6367 #           'NF_VPPIP4' and
6368 #           'IMIX' and
6369 #           '4T2C' and
6370 #           'NDRPDR'"
6371 #  parameters:
6372 #  - "throughput"
6373 #  - "name"
6374 #  - "tags"
6375 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6376 #  x-axis: "X = VNFs per Service Chain"
6377 #  y-axis: "Y = Number of Service Chains"
6378 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6379 #  layout:
6380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6381 #    layout: "plot-service-density"
6382 #
6383 #- type: "plot"
6384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6385 #  algorithm: "plot_nf_heatmap"
6386 #  output-file-type: ".html"
6387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6388 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6389 #  filter: "'NIC_Intel-XXV710' and
6390 #           'NF_DENSITY' and
6391 #           'VHOST' and
6392 #           not 'VXLAN' and
6393 #           'CHAIN' and
6394 #           'NF_VPPIP4' and
6395 #           'IMIX' and
6396 #           '8T4C' and
6397 #           'NDRPDR'"
6398 #  parameters:
6399 #  - "throughput"
6400 #  - "name"
6401 #  - "tags"
6402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6403 #  x-axis: "X = VNFs per Service Chain"
6404 #  y-axis: "Y = Number of Service Chains"
6405 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6406 #  layout:
6407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6408 #    layout: "plot-service-density"
6409 #
6410 ## Plots - NF Density - VSC - PDR 64b
6411 #- type: "plot"
6412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6413 #  algorithm: "plot_nf_heatmap"
6414 #  output-file-type: ".html"
6415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6416 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6417 #  filter: "'NIC_Intel-XXV710' and
6418 #           'NF_DENSITY' and
6419 #           'VHOST' and
6420 #           not 'VXLAN' and
6421 #           'CHAIN' and
6422 #           'NF_VPPIP4' and
6423 #           '64B' and
6424 #           '2T1C' and
6425 #           'NDRPDR'"
6426 #  parameters:
6427 #  - "throughput"
6428 #  - "name"
6429 #  - "tags"
6430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6431 #  x-axis: "X = VNFs per Service Chain"
6432 #  y-axis: "Y = Number of Service Chains"
6433 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6434 #  layout:
6435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6436 #    layout: "plot-service-density"
6437 #
6438 #- type: "plot"
6439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6440 #  algorithm: "plot_nf_heatmap"
6441 #  output-file-type: ".html"
6442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6444 #  filter: "'NIC_Intel-XXV710' and
6445 #           'NF_DENSITY' and
6446 #           'VHOST' and
6447 #           not 'VXLAN' and
6448 #           'CHAIN' and
6449 #           'NF_VPPIP4' and
6450 #           '64B' and
6451 #           '4T2C' and
6452 #           'NDRPDR'"
6453 #  parameters:
6454 #  - "throughput"
6455 #  - "name"
6456 #  - "tags"
6457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6458 #  x-axis: "X = VNFs per Service Chain"
6459 #  y-axis: "Y = Number of Service Chains"
6460 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6461 #  layout:
6462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6463 #    layout: "plot-service-density"
6464 #
6465 #- type: "plot"
6466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6467 #  algorithm: "plot_nf_heatmap"
6468 #  output-file-type: ".html"
6469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6471 #  filter: "'NIC_Intel-XXV710' and
6472 #           'NF_DENSITY' and
6473 #           'VHOST' and
6474 #           not 'VXLAN' and
6475 #           'CHAIN' and
6476 #           'NF_VPPIP4' and
6477 #           '64B' and
6478 #           '8T4C' and
6479 #           'NDRPDR'"
6480 #  parameters:
6481 #  - "throughput"
6482 #  - "name"
6483 #  - "tags"
6484 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6485 #  x-axis: "X = VNFs per Service Chain"
6486 #  y-axis: "Y = Number of Service Chains"
6487 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6488 #  layout:
6489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6490 #    layout: "plot-service-density"
6491 #
6492 ## Plots - NF Density - VSC - PDR IMIX
6493 #- type: "plot"
6494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6495 #  algorithm: "plot_nf_heatmap"
6496 #  output-file-type: ".html"
6497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6498 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6499 #  filter: "'NIC_Intel-XXV710' and
6500 #           'NF_DENSITY' and
6501 #           'VHOST' and
6502 #           not 'VXLAN' and
6503 #           'CHAIN' and
6504 #           'NF_VPPIP4' and
6505 #           'IMIX' and
6506 #           '2T1C' and
6507 #           'NDRPDR'"
6508 #  parameters:
6509 #  - "throughput"
6510 #  - "name"
6511 #  - "tags"
6512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6513 #  x-axis: "X = VNFs per Service Chain"
6514 #  y-axis: "Y = Number of Service Chains"
6515 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6516 #  layout:
6517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6518 #    layout: "plot-service-density"
6519 #
6520 #- type: "plot"
6521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6522 #  algorithm: "plot_nf_heatmap"
6523 #  output-file-type: ".html"
6524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6525 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6526 #  filter: "'NIC_Intel-XXV710' and
6527 #           'NF_DENSITY' and
6528 #           'VHOST' and
6529 #           not 'VXLAN' and
6530 #           'CHAIN' and
6531 #           'NF_VPPIP4' and
6532 #           'IMIX' and
6533 #           '4T2C' and
6534 #           'NDRPDR'"
6535 #  parameters:
6536 #  - "throughput"
6537 #  - "name"
6538 #  - "tags"
6539 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6540 #  x-axis: "X = VNFs per Service Chain"
6541 #  y-axis: "Y = Number of Service Chains"
6542 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6543 #  layout:
6544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6545 #    layout: "plot-service-density"
6546 #
6547 #- type: "plot"
6548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6549 #  algorithm: "plot_nf_heatmap"
6550 #  output-file-type: ".html"
6551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6552 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6553 #  filter: "'NIC_Intel-XXV710' and
6554 #           'NF_DENSITY' and
6555 #           'VHOST' and
6556 #           not 'VXLAN' and
6557 #           'CHAIN' and
6558 #           'NF_VPPIP4' and
6559 #           'IMIX' and
6560 #           '8T4C' and
6561 #           'NDRPDR'"
6562 #  parameters:
6563 #  - "throughput"
6564 #  - "name"
6565 #  - "tags"
6566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6567 #  x-axis: "X = VNFs per Service Chain"
6568 #  y-axis: "Y = Number of Service Chains"
6569 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6570 #  layout:
6571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6572 #    layout: "plot-service-density"
6573 #
6574 ################################################################################
6575 ## Plots - NF Density - VSC - MRR 64b
6576 #- type: "plot"
6577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6578 #  algorithm: "plot_nf_heatmap"
6579 #  output-file-type: ".html"
6580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6581 #  data: "plot-vpp-nfv-2n-skx-mrr"
6582 #  filter: "'NIC_Intel-XXV710' and
6583 #           'NF_DENSITY' and
6584 #           'VHOST' and
6585 #           'VXLAN' and
6586 #           'CHAIN' and
6587 #           '118' and
6588 #           '2T1C' and
6589 #           'MRR'"
6590 #  parameters:
6591 #  - "result"
6592 #  - "name"
6593 #  - "tags"
6594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6595 #  x-axis: "X = VNFs per Service Chain"
6596 #  y-axis: "Y = Number of Service Chains"
6597 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6598 #  layout:
6599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6600 #    layout: "plot-service-density"
6601 #
6602 #- type: "plot"
6603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6604 #  algorithm: "plot_nf_heatmap"
6605 #  output-file-type: ".html"
6606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6607 #  data: "plot-vpp-nfv-2n-skx-mrr"
6608 #  filter: "'NIC_Intel-XXV710' and
6609 #           'NF_DENSITY' and
6610 #           'VHOST' and
6611 #           'VXLAN' and
6612 #           'CHAIN' and
6613 #           '118' and
6614 #           '4T2C' and
6615 #           'MRR'"
6616 #  parameters:
6617 #  - "result"
6618 #  - "name"
6619 #  - "tags"
6620 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6621 #  x-axis: "X = VNFs per Service Chain"
6622 #  y-axis: "Y = Number of Service Chains"
6623 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6624 #  layout:
6625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6626 #    layout: "plot-service-density"
6627 #
6628 #- type: "plot"
6629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6630 #  algorithm: "plot_nf_heatmap"
6631 #  output-file-type: ".html"
6632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6633 #  data: "plot-vpp-nfv-2n-skx-mrr"
6634 #  filter: "'NIC_Intel-XXV710' and
6635 #           'NF_DENSITY' and
6636 #           'VHOST' and
6637 #           'VXLAN' and
6638 #           'CHAIN' and
6639 #           '118' and
6640 #           '8T4C' and
6641 #           'MRR'"
6642 #  parameters:
6643 #  - "result"
6644 #  - "name"
6645 #  - "tags"
6646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6647 #  x-axis: "X = VNFs per Service Chain"
6648 #  y-axis: "Y = Number of Service Chains"
6649 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6650 #  layout:
6651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6652 #    layout: "plot-service-density"
6653 #
6654 ## Plots - NF Density - VSC - MRR IMIX
6655 #- type: "plot"
6656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6657 #  algorithm: "plot_nf_heatmap"
6658 #  output-file-type: ".html"
6659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6660 #  data: "plot-vpp-nfv-2n-skx-mrr"
6661 #  filter: "'NIC_Intel-XXV710' and
6662 #           'NF_DENSITY' and
6663 #           'VHOST' and
6664 #           'VXLAN' and
6665 #           'CHAIN' and
6666 #           'IMIX' and
6667 #           '2T1C' and
6668 #           'MRR'"
6669 #  parameters:
6670 #  - "result"
6671 #  - "name"
6672 #  - "tags"
6673 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6674 #  x-axis: "X = VNFs per Service Chain"
6675 #  y-axis: "Y = Number of Service Chains"
6676 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6677 #  layout:
6678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6679 #    layout: "plot-service-density"
6680 #
6681 #- type: "plot"
6682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6683 #  algorithm: "plot_nf_heatmap"
6684 #  output-file-type: ".html"
6685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6686 #  data: "plot-vpp-nfv-2n-skx-mrr"
6687 #  filter: "'NIC_Intel-XXV710' and
6688 #           'NF_DENSITY' and
6689 #           'VHOST' and
6690 #           'VXLAN' and
6691 #           'CHAIN' and
6692 #           'IMIX' and
6693 #           '4T2C' and
6694 #           'MRR'"
6695 #  parameters:
6696 #  - "result"
6697 #  - "name"
6698 #  - "tags"
6699 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6700 #  x-axis: "X = VNFs per Service Chain"
6701 #  y-axis: "Y = Number of Service Chains"
6702 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6703 #  layout:
6704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6705 #    layout: "plot-service-density"
6706 #
6707 #- type: "plot"
6708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6709 #  algorithm: "plot_nf_heatmap"
6710 #  output-file-type: ".html"
6711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6712 #  data: "plot-vpp-nfv-2n-skx-mrr"
6713 #  filter: "'NIC_Intel-XXV710' and
6714 #           'NF_DENSITY' and
6715 #           'VHOST' and
6716 #           'VXLAN' and
6717 #           'CHAIN' and
6718 #           'IMIX' and
6719 #           '8T4C' and
6720 #           'MRR'"
6721 #  parameters:
6722 #  - "result"
6723 #  - "name"
6724 #  - "tags"
6725 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6726 #  x-axis: "X = VNFs per Service Chain"
6727 #  y-axis: "Y = Number of Service Chains"
6728 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6729 #  layout:
6730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6731 #    layout: "plot-service-density"
6732 #
6733 ## Plots - NF Density - VSC - NDR 64b
6734 #- type: "plot"
6735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6736 #  algorithm: "plot_nf_heatmap"
6737 #  output-file-type: ".html"
6738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6739 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6740 #  filter: "'NIC_Intel-XXV710' and
6741 #           'NF_DENSITY' and
6742 #           'VHOST' and
6743 #           'VXLAN' and
6744 #           'CHAIN' and
6745 #           '118' and
6746 #           '2T1C' and
6747 #           'NDRPDR'"
6748 #  parameters:
6749 #  - "throughput"
6750 #  - "name"
6751 #  - "tags"
6752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6753 #  x-axis: "X = VNFs per Service Chain"
6754 #  y-axis: "Y = Number of Service Chains"
6755 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6756 #  layout:
6757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6758 #    layout: "plot-service-density"
6759 #
6760 #- type: "plot"
6761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6762 #  algorithm: "plot_nf_heatmap"
6763 #  output-file-type: ".html"
6764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6765 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6766 #  filter: "'NIC_Intel-XXV710' and
6767 #           'NF_DENSITY' and
6768 #           'VHOST' and
6769 #           'VXLAN' and
6770 #           'CHAIN' and
6771 #           '118' and
6772 #           '4T2C' and
6773 #           'NDRPDR'"
6774 #  parameters:
6775 #  - "throughput"
6776 #  - "name"
6777 #  - "tags"
6778 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6779 #  x-axis: "X = VNFs per Service Chain"
6780 #  y-axis: "Y = Number of Service Chains"
6781 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6782 #  layout:
6783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6784 #    layout: "plot-service-density"
6785 #
6786 #- type: "plot"
6787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6788 #  algorithm: "plot_nf_heatmap"
6789 #  output-file-type: ".html"
6790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6791 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6792 #  filter: "'NIC_Intel-XXV710' and
6793 #           'NF_DENSITY' and
6794 #           'VHOST' and
6795 #           'VXLAN' and
6796 #           'CHAIN' and
6797 #           '118' and
6798 #           '8T4C' and
6799 #           'NDRPDR'"
6800 #  parameters:
6801 #  - "throughput"
6802 #  - "name"
6803 #  - "tags"
6804 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6805 #  x-axis: "X = VNFs per Service Chain"
6806 #  y-axis: "Y = Number of Service Chains"
6807 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6808 #  layout:
6809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6810 #    layout: "plot-service-density"
6811 #
6812 ## Plots - NF Density - VSC - NDR IMIX
6813 #- type: "plot"
6814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6815 #  algorithm: "plot_nf_heatmap"
6816 #  output-file-type: ".html"
6817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6818 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6819 #  filter: "'NIC_Intel-XXV710' and
6820 #           'NF_DENSITY' and
6821 #           'VHOST' and
6822 #           'VXLAN' and
6823 #           'CHAIN' and
6824 #           'IMIX' and
6825 #           '2T1C' and
6826 #           'NDRPDR'"
6827 #  parameters:
6828 #  - "throughput"
6829 #  - "name"
6830 #  - "tags"
6831 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6832 #  x-axis: "X = VNFs per Service Chain"
6833 #  y-axis: "Y = Number of Service Chains"
6834 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6835 #  layout:
6836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6837 #    layout: "plot-service-density"
6838 #
6839 #- type: "plot"
6840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6841 #  algorithm: "plot_nf_heatmap"
6842 #  output-file-type: ".html"
6843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6844 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6845 #  filter: "'NIC_Intel-XXV710' and
6846 #           'NF_DENSITY' and
6847 #           'VHOST' and
6848 #           'VXLAN' and
6849 #           'CHAIN' and
6850 #           'IMIX' and
6851 #           '4T2C' and
6852 #           'NDRPDR'"
6853 #  parameters:
6854 #  - "throughput"
6855 #  - "name"
6856 #  - "tags"
6857 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6858 #  x-axis: "X = VNFs per Service Chain"
6859 #  y-axis: "Y = Number of Service Chains"
6860 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6861 #  layout:
6862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6863 #    layout: "plot-service-density"
6864 #
6865 #- type: "plot"
6866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6867 #  algorithm: "plot_nf_heatmap"
6868 #  output-file-type: ".html"
6869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6870 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6871 #  filter: "'NIC_Intel-XXV710' and
6872 #           'NF_DENSITY' and
6873 #           'VHOST' and
6874 #           'VXLAN' and
6875 #           'CHAIN' and
6876 #           'IMIX' and
6877 #           '8T4C' and
6878 #           'NDRPDR'"
6879 #  parameters:
6880 #  - "throughput"
6881 #  - "name"
6882 #  - "tags"
6883 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6884 #  x-axis: "X = VNFs per Service Chain"
6885 #  y-axis: "Y = Number of Service Chains"
6886 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6887 #  layout:
6888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6889 #    layout: "plot-service-density"
6890 #
6891 ## Plots - NF Density - VSC - PDR 64b
6892 #- type: "plot"
6893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6894 #  algorithm: "plot_nf_heatmap"
6895 #  output-file-type: ".html"
6896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6897 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6898 #  filter: "'NIC_Intel-XXV710' and
6899 #           'NF_DENSITY' and
6900 #           'VHOST' and
6901 #           'VXLAN' and
6902 #           'CHAIN' and
6903 #           '118' and
6904 #           '2T1C' and
6905 #           'NDRPDR'"
6906 #  parameters:
6907 #  - "throughput"
6908 #  - "name"
6909 #  - "tags"
6910 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6911 #  x-axis: "X = VNFs per Service Chain"
6912 #  y-axis: "Y = Number of Service Chains"
6913 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6914 #  layout:
6915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6916 #    layout: "plot-service-density"
6917 #
6918 #- type: "plot"
6919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6920 #  algorithm: "plot_nf_heatmap"
6921 #  output-file-type: ".html"
6922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6923 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6924 #  filter: "'NIC_Intel-XXV710' and
6925 #           'NF_DENSITY' and
6926 #           'VHOST' and
6927 #           'VXLAN' and
6928 #           'CHAIN' and
6929 #           '118' and
6930 #           '4T2C' and
6931 #           'NDRPDR'"
6932 #  parameters:
6933 #  - "throughput"
6934 #  - "name"
6935 #  - "tags"
6936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6937 #  x-axis: "X = VNFs per Service Chain"
6938 #  y-axis: "Y = Number of Service Chains"
6939 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6940 #  layout:
6941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6942 #    layout: "plot-service-density"
6943 #
6944 #- type: "plot"
6945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6946 #  algorithm: "plot_nf_heatmap"
6947 #  output-file-type: ".html"
6948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6949 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6950 #  filter: "'NIC_Intel-XXV710' and
6951 #           'NF_DENSITY' and
6952 #           'VHOST' and
6953 #           'VXLAN' and
6954 #           'CHAIN' and
6955 #           '118' and
6956 #           '8T4C' and
6957 #           'NDRPDR'"
6958 #  parameters:
6959 #  - "throughput"
6960 #  - "name"
6961 #  - "tags"
6962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6963 #  x-axis: "X = VNFs per Service Chain"
6964 #  y-axis: "Y = Number of Service Chains"
6965 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6966 #  layout:
6967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6968 #    layout: "plot-service-density"
6969 #
6970 ## Plots - NF Density - VSC - PDR IMIX
6971 #- type: "plot"
6972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6973 #  algorithm: "plot_nf_heatmap"
6974 #  output-file-type: ".html"
6975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6976 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6977 #  filter: "'NIC_Intel-XXV710' and
6978 #           'NF_DENSITY' and
6979 #           'VHOST' and
6980 #           'VXLAN' and
6981 #           'CHAIN' and
6982 #           'IMIX' and
6983 #           '2T1C' and
6984 #           'NDRPDR'"
6985 #  parameters:
6986 #  - "throughput"
6987 #  - "name"
6988 #  - "tags"
6989 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6990 #  x-axis: "X = VNFs per Service Chain"
6991 #  y-axis: "Y = Number of Service Chains"
6992 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6993 #  layout:
6994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6995 #    layout: "plot-service-density"
6996 #
6997 #- type: "plot"
6998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6999 #  algorithm: "plot_nf_heatmap"
7000 #  output-file-type: ".html"
7001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7002 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7003 #  filter: "'NIC_Intel-XXV710' and
7004 #           'NF_DENSITY' and
7005 #           'VHOST' and
7006 #           'VXLAN' and
7007 #           'CHAIN' and
7008 #           'IMIX' and
7009 #           '4T2C' and
7010 #           'NDRPDR'"
7011 #  parameters:
7012 #  - "throughput"
7013 #  - "name"
7014 #  - "tags"
7015 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7016 #  x-axis: "X = VNFs per Service Chain"
7017 #  y-axis: "Y = Number of Service Chains"
7018 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7019 #  layout:
7020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7021 #    layout: "plot-service-density"
7022 #
7023 #- type: "plot"
7024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7025 #  algorithm: "plot_nf_heatmap"
7026 #  output-file-type: ".html"
7027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7028 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7029 #  filter: "'NIC_Intel-XXV710' and
7030 #           'NF_DENSITY' and
7031 #           'VHOST' and
7032 #           'VXLAN' and
7033 #           'CHAIN' and
7034 #           'IMIX' and
7035 #           '8T4C' and
7036 #           'NDRPDR'"
7037 #  parameters:
7038 #  - "throughput"
7039 #  - "name"
7040 #  - "tags"
7041 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7042 #  x-axis: "X = VNFs per Service Chain"
7043 #  y-axis: "Y = Number of Service Chains"
7044 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7045 #  layout:
7046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7047 #    layout: "plot-service-density"
7048 #
7049 ################################################################################
7050 ## Plots - NF Density - CSC - MRR 64b
7051 #- type: "plot"
7052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7053 #  algorithm: "plot_nf_heatmap"
7054 #  output-file-type: ".html"
7055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7056 #  data: "plot-vpp-nfv-2n-skx-mrr"
7057 #  filter: "'NIC_Intel-XXV710' and
7058 #           'NF_DENSITY' and
7059 #           'DOCKER' and
7060 #           'CHAIN' and
7061 #           'NF_VPPIP4' and
7062 #           '64B' and
7063 #           '2T1C' and
7064 #           'MRR'"
7065 #  parameters:
7066 #  - "result"
7067 #  - "name"
7068 #  - "tags"
7069 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7070 #  x-axis: "X = CNFs per Service Chain"
7071 #  y-axis: "Y = Number of Service Chains"
7072 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7073 #  layout:
7074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7075 #    layout: "plot-service-density"
7076 #
7077 #- type: "plot"
7078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7079 #  algorithm: "plot_nf_heatmap"
7080 #  output-file-type: ".html"
7081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7082 #  data: "plot-vpp-nfv-2n-skx-mrr"
7083 #  filter: "'NIC_Intel-XXV710' and
7084 #           'NF_DENSITY' and
7085 #           'DOCKER' and
7086 #           'CHAIN' and
7087 #           'NF_VPPIP4' and
7088 #           '64B' and
7089 #           '4T2C' and
7090 #           'MRR'"
7091 #  parameters:
7092 #  - "result"
7093 #  - "name"
7094 #  - "tags"
7095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7096 #  x-axis: "X = CNFs per Service Chain"
7097 #  y-axis: "Y = Number of Service Chains"
7098 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7099 #  layout:
7100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7101 #    layout: "plot-service-density"
7102 #
7103 #- type: "plot"
7104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7105 #  algorithm: "plot_nf_heatmap"
7106 #  output-file-type: ".html"
7107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7108 #  data: "plot-vpp-nfv-2n-skx-mrr"
7109 #  filter: "'NIC_Intel-XXV710' and
7110 #           'NF_DENSITY' and
7111 #           'DOCKER' and
7112 #           'CHAIN' and
7113 #           'NF_VPPIP4' and
7114 #           '64B' and
7115 #           '8T4C' and
7116 #           'MRR'"
7117 #  parameters:
7118 #  - "result"
7119 #  - "name"
7120 #  - "tags"
7121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7122 #  x-axis: "X = CNFs per Service Chain"
7123 #  y-axis: "Y = Number of Service Chains"
7124 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7125 #  layout:
7126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7127 #    layout: "plot-service-density"
7128 #
7129 ## Plots - NF Density - CSC - MRR IMIX
7130 #- type: "plot"
7131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7132 #  algorithm: "plot_nf_heatmap"
7133 #  output-file-type: ".html"
7134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7135 #  data: "plot-vpp-nfv-2n-skx-mrr"
7136 #  filter: "'NIC_Intel-XXV710' and
7137 #           'NF_DENSITY' and
7138 #           'DOCKER' and
7139 #           'CHAIN' and
7140 #           'NF_VPPIP4' and
7141 #           'IMIX' and
7142 #           '2T1C' and
7143 #           'MRR'"
7144 #  parameters:
7145 #  - "result"
7146 #  - "name"
7147 #  - "tags"
7148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7149 #  x-axis: "X = CNFs per Service Chain"
7150 #  y-axis: "Y = Number of Service Chains"
7151 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7152 #  layout:
7153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7154 #    layout: "plot-service-density"
7155 #
7156 #- type: "plot"
7157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7158 #  algorithm: "plot_nf_heatmap"
7159 #  output-file-type: ".html"
7160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7161 #  data: "plot-vpp-nfv-2n-skx-mrr"
7162 #  filter: "'NIC_Intel-XXV710' and
7163 #           'NF_DENSITY' and
7164 #           'DOCKER' and
7165 #           'CHAIN' and
7166 #           'NF_VPPIP4' and
7167 #           'IMIX' and
7168 #           '4T2C' and
7169 #           'MRR'"
7170 #  parameters:
7171 #  - "result"
7172 #  - "name"
7173 #  - "tags"
7174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7175 #  x-axis: "X = CNFs per Service Chain"
7176 #  y-axis: "Y = Number of Service Chains"
7177 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7178 #  layout:
7179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7180 #    layout: "plot-service-density"
7181 #
7182 #- type: "plot"
7183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7184 #  algorithm: "plot_nf_heatmap"
7185 #  output-file-type: ".html"
7186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7187 #  data: "plot-vpp-nfv-2n-skx-mrr"
7188 #  filter: "'NIC_Intel-XXV710' and
7189 #           'NF_DENSITY' and
7190 #           'DOCKER' and
7191 #           'CHAIN' and
7192 #           'NF_VPPIP4' and
7193 #           'IMIX' and
7194 #           '8T4C' and
7195 #           'MRR'"
7196 #  parameters:
7197 #  - "result"
7198 #  - "name"
7199 #  - "tags"
7200 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7201 #  x-axis: "X = CNFs per Service Chain"
7202 #  y-axis: "Y = Number of Service Chains"
7203 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7204 #  layout:
7205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7206 #    layout: "plot-service-density"
7207 #
7208 ## Plots - NF Density - CSC - NDR 64b
7209 #- type: "plot"
7210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7211 #  algorithm: "plot_nf_heatmap"
7212 #  output-file-type: ".html"
7213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7215 #  filter: "'NIC_Intel-XXV710' and
7216 #           'NF_DENSITY' and
7217 #           'DOCKER' and
7218 #           'CHAIN' and
7219 #           'NF_VPPIP4' and
7220 #           '64B' and
7221 #           '2T1C' and
7222 #           'NDRPDR'"
7223 #  parameters:
7224 #  - "throughput"
7225 #  - "name"
7226 #  - "tags"
7227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7228 #  x-axis: "X = CNFs per Service Chain"
7229 #  y-axis: "Y = Number of Service Chains"
7230 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7231 #  layout:
7232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7233 #    layout: "plot-service-density"
7234 #
7235 #- type: "plot"
7236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7237 #  algorithm: "plot_nf_heatmap"
7238 #  output-file-type: ".html"
7239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7240 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7241 #  filter: "'NIC_Intel-XXV710' and
7242 #           'NF_DENSITY' and
7243 #           'DOCKER' and
7244 #           'CHAIN' and
7245 #           'NF_VPPIP4' and
7246 #           '64B' and
7247 #           '4T2C' and
7248 #           'NDRPDR'"
7249 #  parameters:
7250 #  - "throughput"
7251 #  - "name"
7252 #  - "tags"
7253 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7254 #  x-axis: "X = CNFs per Service Chain"
7255 #  y-axis: "Y = Number of Service Chains"
7256 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7257 #  layout:
7258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7259 #    layout: "plot-service-density"
7260 #
7261 #- type: "plot"
7262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7263 #  algorithm: "plot_nf_heatmap"
7264 #  output-file-type: ".html"
7265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7267 #  filter: "'NIC_Intel-XXV710' and
7268 #           'NF_DENSITY' and
7269 #           'DOCKER' and
7270 #           'CHAIN' and
7271 #           'NF_VPPIP4' and
7272 #           '64B' and
7273 #           '8T4C' and
7274 #           'NDRPDR'"
7275 #  parameters:
7276 #  - "throughput"
7277 #  - "name"
7278 #  - "tags"
7279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7280 #  x-axis: "X = CNFs per Service Chain"
7281 #  y-axis: "Y = Number of Service Chains"
7282 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7283 #  layout:
7284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7285 #    layout: "plot-service-density"
7286 #
7287 ## Plots - NF Density - CSC - NDR IMIX
7288 #- type: "plot"
7289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7290 #  algorithm: "plot_nf_heatmap"
7291 #  output-file-type: ".html"
7292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7293 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7294 #  filter: "'NIC_Intel-XXV710' and
7295 #           'NF_DENSITY' and
7296 #           'DOCKER' and
7297 #           'CHAIN' and
7298 #           'NF_VPPIP4' and
7299 #           'IMIX' and
7300 #           '2T1C' and
7301 #           'NDRPDR'"
7302 #  parameters:
7303 #  - "throughput"
7304 #  - "name"
7305 #  - "tags"
7306 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7307 #  x-axis: "X = CNFs per Service Chain"
7308 #  y-axis: "Y = Number of Service Chains"
7309 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7310 #  layout:
7311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7312 #    layout: "plot-service-density"
7313 #
7314 #- type: "plot"
7315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7316 #  algorithm: "plot_nf_heatmap"
7317 #  output-file-type: ".html"
7318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7319 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7320 #  filter: "'NIC_Intel-XXV710' and
7321 #           'NF_DENSITY' and
7322 #           'DOCKER' and
7323 #           'CHAIN' and
7324 #           'NF_VPPIP4' and
7325 #           'IMIX' and
7326 #           '4T2C' and
7327 #           'NDRPDR'"
7328 #  parameters:
7329 #  - "throughput"
7330 #  - "name"
7331 #  - "tags"
7332 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7333 #  x-axis: "X = CNFs per Service Chain"
7334 #  y-axis: "Y = Number of Service Chains"
7335 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7336 #  layout:
7337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7338 #    layout: "plot-service-density"
7339 #
7340 #- type: "plot"
7341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7342 #  algorithm: "plot_nf_heatmap"
7343 #  output-file-type: ".html"
7344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7345 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7346 #  filter: "'NIC_Intel-XXV710' and
7347 #           'NF_DENSITY' and
7348 #           'DOCKER' and
7349 #           'CHAIN' and
7350 #           'NF_VPPIP4' and
7351 #           'IMIX' and
7352 #           '8T4C' and
7353 #           'NDRPDR'"
7354 #  parameters:
7355 #  - "throughput"
7356 #  - "name"
7357 #  - "tags"
7358 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7359 #  x-axis: "X = CNFs per Service Chain"
7360 #  y-axis: "Y = Number of Service Chains"
7361 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7362 #  layout:
7363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7364 #    layout: "plot-service-density"
7365 #
7366 ## Plots - NF Density - CSC - PDR 64b
7367 #- type: "plot"
7368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7369 #  algorithm: "plot_nf_heatmap"
7370 #  output-file-type: ".html"
7371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7372 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7373 #  filter: "'NIC_Intel-XXV710' and
7374 #           'NF_DENSITY' and
7375 #           'DOCKER' and
7376 #           'CHAIN' and
7377 #           'NF_VPPIP4' and
7378 #           '64B' and
7379 #           '2T1C' and
7380 #           'NDRPDR'"
7381 #  parameters:
7382 #  - "throughput"
7383 #  - "name"
7384 #  - "tags"
7385 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7386 #  x-axis: "X = CNFs per Service Chain"
7387 #  y-axis: "Y = Number of Service Chains"
7388 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7389 #  layout:
7390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7391 #    layout: "plot-service-density"
7392 #
7393 #- type: "plot"
7394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7395 #  algorithm: "plot_nf_heatmap"
7396 #  output-file-type: ".html"
7397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7398 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7399 #  filter: "'NIC_Intel-XXV710' and
7400 #           'NF_DENSITY' and
7401 #           'DOCKER' and
7402 #           'CHAIN' and
7403 #           'NF_VPPIP4' and
7404 #           '64B' and
7405 #           '4T2C' and
7406 #           'NDRPDR'"
7407 #  parameters:
7408 #  - "throughput"
7409 #  - "name"
7410 #  - "tags"
7411 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7412 #  x-axis: "X = CNFs per Service Chain"
7413 #  y-axis: "Y = Number of Service Chains"
7414 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7415 #  layout:
7416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7417 #    layout: "plot-service-density"
7418 #
7419 #- type: "plot"
7420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7421 #  algorithm: "plot_nf_heatmap"
7422 #  output-file-type: ".html"
7423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7424 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7425 #  filter: "'NIC_Intel-XXV710' and
7426 #           'NF_DENSITY' and
7427 #           'DOCKER' and
7428 #           'CHAIN' and
7429 #           'NF_VPPIP4' and
7430 #           '64B' and
7431 #           '8T4C' and
7432 #           'NDRPDR'"
7433 #  parameters:
7434 #  - "throughput"
7435 #  - "name"
7436 #  - "tags"
7437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7438 #  x-axis: "X = CNFs per Service Chain"
7439 #  y-axis: "Y = Number of Service Chains"
7440 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7441 #  layout:
7442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7443 #    layout: "plot-service-density"
7444 #
7445 ## Plots - NF Density - CSC - PDR IMIX
7446 #- type: "plot"
7447 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7448 #  algorithm: "plot_nf_heatmap"
7449 #  output-file-type: ".html"
7450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7451 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7452 #  filter: "'NIC_Intel-XXV710' and
7453 #           'NF_DENSITY' and
7454 #           'DOCKER' and
7455 #           'CHAIN' and
7456 #           'NF_VPPIP4' and
7457 #           'IMIX' and
7458 #           '2T1C' and
7459 #           'NDRPDR'"
7460 #  parameters:
7461 #  - "throughput"
7462 #  - "name"
7463 #  - "tags"
7464 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7465 #  x-axis: "X = CNFs per Service Chain"
7466 #  y-axis: "Y = Number of Service Chains"
7467 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7468 #  layout:
7469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7470 #    layout: "plot-service-density"
7471 #
7472 #- type: "plot"
7473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7474 #  algorithm: "plot_nf_heatmap"
7475 #  output-file-type: ".html"
7476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7478 #  filter: "'NIC_Intel-XXV710' and
7479 #           'NF_DENSITY' and
7480 #           'DOCKER' and
7481 #           'CHAIN' and
7482 #           'NF_VPPIP4' and
7483 #           'IMIX' and
7484 #           '4T2C' and
7485 #           'NDRPDR'"
7486 #  parameters:
7487 #  - "throughput"
7488 #  - "name"
7489 #  - "tags"
7490 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7491 #  x-axis: "X = CNFs per Service Chain"
7492 #  y-axis: "Y = Number of Service Chains"
7493 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7494 #  layout:
7495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7496 #    layout: "plot-service-density"
7497 #
7498 #- type: "plot"
7499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7500 #  algorithm: "plot_nf_heatmap"
7501 #  output-file-type: ".html"
7502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7504 #  filter: "'NIC_Intel-XXV710' and
7505 #           'NF_DENSITY' and
7506 #           'DOCKER' and
7507 #           'CHAIN' and
7508 #           'NF_VPPIP4' and
7509 #           'IMIX' and
7510 #           '8T4C' and
7511 #           'NDRPDR'"
7512 #  parameters:
7513 #  - "throughput"
7514 #  - "name"
7515 #  - "tags"
7516 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7517 #  x-axis: "X = CNFs per Service Chain"
7518 #  y-axis: "Y = Number of Service Chains"
7519 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7520 #  layout:
7521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7522 #    layout: "plot-service-density"
7523 #
7524 ################################################################################
7525 #
7526 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7527 #- type: "plot"
7528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7529 #  algorithm: "plot_nf_heatmap"
7530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7531 #  data: "plot-vpp-nfv-3n-skx-mrr"
7532 #  filter: "'NIC_Intel-XXV710' and
7533 #           'NF_DENSITY' and
7534 #           'DOCKER' and
7535 #           'CHAIN' and
7536 #           'NF_VPPIP4' and
7537 #           'IPSEC' and
7538 #           'TNL_4' and
7539 #           'IMIX' and
7540 #           '2T1C' and
7541 #           'MRR'"
7542 #  parameters:
7543 #  - "result"
7544 #  - "name"
7545 #  - "tags"
7546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7547 #  x-axis: "X = CNFs per Service Chain"
7548 #  y-axis: "Y = Number of Service Chains"
7549 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7550 #  layout:
7551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7552 #    layout: "plot-service-density"
7553 #
7554 #- type: "plot"
7555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7556 #  algorithm: "plot_nf_heatmap"
7557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7558 #  data: "plot-vpp-nfv-3n-skx-mrr"
7559 #  filter: "'NIC_Intel-XXV710' and
7560 #           'NF_DENSITY' and
7561 #           'DOCKER' and
7562 #           'CHAIN' and
7563 #           'NF_VPPIP4' and
7564 #           'IPSEC' and
7565 #           'TNL_4' and
7566 #           'IMIX' and
7567 #           '4T2C' and
7568 #           'MRR'"
7569 #  parameters:
7570 #  - "result"
7571 #  - "name"
7572 #  - "tags"
7573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7574 #  x-axis: "X = CNFs per Service Chain"
7575 #  y-axis: "Y = Number of Service Chains"
7576 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7577 #  layout:
7578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7579 #    layout: "plot-service-density"
7580 #
7581 #- type: "plot"
7582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7583 #  algorithm: "plot_nf_heatmap"
7584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7585 #  data: "plot-vpp-nfv-3n-skx-mrr"
7586 #  filter: "'NIC_Intel-XXV710' and
7587 #           'NF_DENSITY' and
7588 #           'DOCKER' and
7589 #           'CHAIN' and
7590 #           'NF_VPPIP4' and
7591 #           'IPSEC' and
7592 #           'TNL_4' and
7593 #           'IMIX' and
7594 #           '8T4C' and
7595 #           'MRR'"
7596 #  parameters:
7597 #  - "result"
7598 #  - "name"
7599 #  - "tags"
7600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7601 #  x-axis: "X = CNFs per Service Chain"
7602 #  y-axis: "Y = Number of Service Chains"
7603 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7604 #  layout:
7605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7606 #    layout: "plot-service-density"
7607 #
7608 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7609 #- type: "plot"
7610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7611 #  algorithm: "plot_nf_heatmap"
7612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7613 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7614 #  filter: "'NIC_Intel-XXV710' and
7615 #           'NF_DENSITY' and
7616 #           'DOCKER' and
7617 #           'CHAIN' and
7618 #           'NF_VPPIP4' and
7619 #           'IPSEC' and
7620 #           'TNL_4' and
7621 #           'IMIX' and
7622 #           '2T1C' and
7623 #           'NDRPDR'"
7624 #  parameters:
7625 #  - "throughput"
7626 #  - "name"
7627 #  - "tags"
7628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7629 #  x-axis: "X = CNFs per Service Chain"
7630 #  y-axis: "Y = Number of Service Chains"
7631 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7632 #  layout:
7633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7634 #    layout: "plot-service-density"
7635 #
7636 #- type: "plot"
7637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7638 #  algorithm: "plot_nf_heatmap"
7639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7640 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7641 #  filter: "'NIC_Intel-XXV710' and
7642 #           'NF_DENSITY' and
7643 #           'DOCKER' and
7644 #           'CHAIN' and
7645 #           'NF_VPPIP4' and
7646 #           'IPSEC' and
7647 #           'TNL_4' and
7648 #           'IMIX' and
7649 #           '4T2C' and
7650 #           'NDRPDR'"
7651 #  parameters:
7652 #  - "throughput"
7653 #  - "name"
7654 #  - "tags"
7655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7656 #  x-axis: "X = CNFs per Service Chain"
7657 #  y-axis: "Y = Number of Service Chains"
7658 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7659 #  layout:
7660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7661 #    layout: "plot-service-density"
7662 #
7663 #- type: "plot"
7664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7665 #  algorithm: "plot_nf_heatmap"
7666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7667 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7668 #  filter: "'NIC_Intel-XXV710' and
7669 #           'NF_DENSITY' and
7670 #           'DOCKER' and
7671 #           'CHAIN' and
7672 #           'NF_VPPIP4' and
7673 #           'IPSEC' and
7674 #           'TNL_4' and
7675 #           'IMIX' and
7676 #           '8T4C' and
7677 #           'NDRPDR'"
7678 #  parameters:
7679 #  - "throughput"
7680 #  - "name"
7681 #  - "tags"
7682 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7683 #  x-axis: "X = CNFs per Service Chain"
7684 #  y-axis: "Y = Number of Service Chains"
7685 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7686 #  layout:
7687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7688 #    layout: "plot-service-density"
7689 #
7690 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7691 #- type: "plot"
7692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7693 #  algorithm: "plot_nf_heatmap"
7694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7695 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7696 #  filter: "'NIC_Intel-XXV710' and
7697 #           'NF_DENSITY' and
7698 #           'DOCKER' and
7699 #           'CHAIN' and
7700 #           'NF_VPPIP4' and
7701 #           'IPSEC' and
7702 #           'TNL_4' and
7703 #           'IMIX' and
7704 #           '2T1C' and
7705 #           'NDRPDR'"
7706 #  parameters:
7707 #  - "throughput"
7708 #  - "name"
7709 #  - "tags"
7710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7711 #  x-axis: "X = CNFs per Service Chain"
7712 #  y-axis: "Y = Number of Service Chains"
7713 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7714 #  layout:
7715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7716 #    layout: "plot-service-density"
7717 #
7718 #- type: "plot"
7719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7720 #  algorithm: "plot_nf_heatmap"
7721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7722 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7723 #  filter: "'NIC_Intel-XXV710' and
7724 #           'NF_DENSITY' and
7725 #           'DOCKER' and
7726 #           'CHAIN' and
7727 #           'NF_VPPIP4' and
7728 #           'IPSEC' and
7729 #           'TNL_4' and
7730 #           'IMIX' and
7731 #           '4T2C' and
7732 #           'NDRPDR'"
7733 #  parameters:
7734 #  - "throughput"
7735 #  - "name"
7736 #  - "tags"
7737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7738 #  x-axis: "X = CNFs per Service Chain"
7739 #  y-axis: "Y = Number of Service Chains"
7740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7741 #  layout:
7742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7743 #    layout: "plot-service-density"
7744 #
7745 #- type: "plot"
7746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7747 #  algorithm: "plot_nf_heatmap"
7748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7749 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7750 #  filter: "'NIC_Intel-XXV710' and
7751 #           'NF_DENSITY' and
7752 #           'DOCKER' and
7753 #           'CHAIN' and
7754 #           'NF_VPPIP4' and
7755 #           'IPSEC' and
7756 #           'TNL_4' and
7757 #           'IMIX' and
7758 #           '8T4C' and
7759 #           'NDRPDR'"
7760 #  parameters:
7761 #  - "throughput"
7762 #  - "name"
7763 #  - "tags"
7764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765 #  x-axis: "X = CNFs per Service Chain"
7766 #  y-axis: "Y = Number of Service Chains"
7767 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7768 #  layout:
7769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7770 #    layout: "plot-service-density"
7771
7772 ###############################################################################
7773
7774 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7775 - type: "plot"
7776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7777   algorithm: "plot_nf_heatmap"
7778   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7779   data: "plot-vpp-nfv-3n-hsw-mrr"
7780   filter: "'NIC_Intel-XL710' and
7781            'NF_DENSITY' and
7782            'DOCKER' and
7783            'CHAIN' and
7784            'NF_VPPIP4' and
7785            'IMIX' and
7786            'TNL_4' and
7787            '1T1C' and
7788            'MRR'"
7789   parameters:
7790   - "result"
7791   - "name"
7792   - "tags"
7793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7794   x-axis: "X = CNFs per Service Chain"
7795   y-axis: "Y = Number of Service Chains"
7796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7797   layout:
7798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7799     layout: "plot-service-density"
7800
7801 - type: "plot"
7802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7803   algorithm: "plot_nf_heatmap"
7804   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7805   data: "plot-vpp-nfv-3n-hsw-mrr"
7806   filter: "'NIC_Intel-XL710' and
7807            'NF_DENSITY' and
7808            'DOCKER' and
7809            'CHAIN' and
7810            'NF_VPPIP4' and
7811            'IPSEC' and
7812            'TNL_4' and
7813            'IMIX' and
7814            '2T2C' and
7815            'MRR'"
7816   parameters:
7817   - "result"
7818   - "name"
7819   - "tags"
7820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7821   x-axis: "X = CNFs per Service Chain"
7822   y-axis: "Y = Number of Service Chains"
7823   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7824   layout:
7825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7826     layout: "plot-service-density"
7827
7828 - type: "plot"
7829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7830   algorithm: "plot_nf_heatmap"
7831   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7832   data: "plot-vpp-nfv-3n-hsw-mrr"
7833   filter: "'NIC_Intel-XL710' and
7834            'NF_DENSITY' and
7835            'DOCKER' and
7836            'CHAIN' and
7837            'NF_VPPIP4' and
7838            'IPSEC' and
7839            'TNL_4' and
7840            'IMIX' and
7841            '4T4C' and
7842            'MRR'"
7843   parameters:
7844   - "result"
7845   - "name"
7846   - "tags"
7847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7848   x-axis: "X = CNFs per Service Chain"
7849   y-axis: "Y = Number of Service Chains"
7850   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7851   layout:
7852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7853     layout: "plot-service-density"
7854
7855 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7856 - type: "plot"
7857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7858   algorithm: "plot_nf_heatmap"
7859   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7860   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7861   filter: "'NIC_Intel-XL710' and
7862            'NF_DENSITY' and
7863            'DOCKER' and
7864            'CHAIN' and
7865            'NF_VPPIP4' and
7866            'IPSEC' and
7867            'TNL_4' and
7868            'IMIX' and
7869            '1T1C' and
7870            'NDRPDR'"
7871   parameters:
7872   - "throughput"
7873   - "name"
7874   - "tags"
7875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7876   x-axis: "X = CNFs per Service Chain"
7877   y-axis: "Y = Number of Service Chains"
7878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7879   layout:
7880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7881     layout: "plot-service-density"
7882
7883 - type: "plot"
7884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7885   algorithm: "plot_nf_heatmap"
7886   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7887   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7888   filter: "'NIC_Intel-XL710' and
7889            'NF_DENSITY' and
7890            'DOCKER' and
7891            'CHAIN' and
7892            'NF_VPPIP4' and
7893            'IPSEC' and
7894            'TNL_4' and
7895            'IMIX' and
7896            '2T2C' and
7897            'NDRPDR'"
7898   parameters:
7899   - "throughput"
7900   - "name"
7901   - "tags"
7902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7903   x-axis: "X = CNFs per Service Chain"
7904   y-axis: "Y = Number of Service Chains"
7905   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7906   layout:
7907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7908     layout: "plot-service-density"
7909
7910 - type: "plot"
7911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7912   algorithm: "plot_nf_heatmap"
7913   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7914   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7915   filter: "'NIC_Intel-XL710' and
7916            'NF_DENSITY' and
7917            'DOCKER' and
7918            'CHAIN' and
7919            'NF_VPPIP4' and
7920            'IPSEC' and
7921            'TNL_4' and
7922            'IMIX' and
7923            '4T4C' and
7924            'NDRPDR'"
7925   parameters:
7926   - "throughput"
7927   - "name"
7928   - "tags"
7929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7930   x-axis: "X = CNFs per Service Chain"
7931   y-axis: "Y = Number of Service Chains"
7932   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7933   layout:
7934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7935     layout: "plot-service-density"
7936
7937 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7938 - type: "plot"
7939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7940   algorithm: "plot_nf_heatmap"
7941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7942   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7943   filter: "'NIC_Intel-XL710' and
7944            'NF_DENSITY' and
7945            'DOCKER' and
7946            'CHAIN' and
7947            'NF_VPPIP4' and
7948            'IPSEC' and
7949            'TNL_4' and
7950            'IMIX' and
7951            '1T1C' and
7952            'NDRPDR'"
7953   parameters:
7954   - "throughput"
7955   - "name"
7956   - "tags"
7957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = CNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7963     layout: "plot-service-density"
7964
7965 - type: "plot"
7966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7967   algorithm: "plot_nf_heatmap"
7968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7969   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7970   filter: "'NIC_Intel-XL710' and
7971            'NF_DENSITY' and
7972            'DOCKER' and
7973            'CHAIN' and
7974            'NF_VPPIP4' and
7975            'IPSEC' and
7976            'TNL_4' and
7977            'IMIX' and
7978            '2T2C' and
7979            'NDRPDR'"
7980   parameters:
7981   - "throughput"
7982   - "name"
7983   - "tags"
7984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = CNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7990     layout: "plot-service-density"
7991
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7996   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7997   filter: "'NIC_Intel-XL710' and
7998            'NF_DENSITY' and
7999            'DOCKER' and
8000            'CHAIN' and
8001            'NF_VPPIP4' and
8002            'IPSEC' and
8003            'TNL_4' and
8004            'IMIX' and
8005            '4T4C' and
8006            'NDRPDR'"
8007   parameters:
8008   - "throughput"
8009   - "name"
8010   - "tags"
8011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8012   x-axis: "X = CNFs per Service Chain"
8013   y-axis: "Y = Number of Service Chains"
8014   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8015   layout:
8016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8017     layout: "plot-service-density"
8018
8019 ###############################################################################
8020
8021 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8022 #- type: "plot"
8023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8024 #  algorithm: "plot_nf_heatmap"
8025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8026 #  data: "plot-vpp-nfv-3n-skx-mrr"
8027 #  filter: "'NIC_Intel-XXV710' and
8028 #           'NF_DENSITY' and
8029 #           'DOCKER' and
8030 #           'CHAIN' and
8031 #           'NF_VPPIP4' and
8032 #           'IPSEC' and
8033 #           'TNL_1000' and
8034 #           'IMIX' and
8035 #           '2T1C' and
8036 #           'MRR'"
8037 #  parameters:
8038 #  - "result"
8039 #  - "name"
8040 #  - "tags"
8041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8042 #  x-axis: "X = CNFs per Service Chain"
8043 #  y-axis: "Y = Number of Service Chains"
8044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8045 #  layout:
8046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8047 #    layout: "plot-service-density"
8048 #
8049 #- type: "plot"
8050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8051 #  algorithm: "plot_nf_heatmap"
8052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8053 #  data: "plot-vpp-nfv-3n-skx-mrr"
8054 #  filter: "'NIC_Intel-XXV710' and
8055 #           'NF_DENSITY' and
8056 #           'DOCKER' and
8057 #           'CHAIN' and
8058 #           'NF_VPPIP4' and
8059 #           'IPSEC' and
8060 #           'TNL_1000' and
8061 #           'IMIX' and
8062 #           '4T2C' and
8063 #           'MRR'"
8064 #  parameters:
8065 #  - "result"
8066 #  - "name"
8067 #  - "tags"
8068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8069 #  x-axis: "X = CNFs per Service Chain"
8070 #  y-axis: "Y = Number of Service Chains"
8071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8072 #  layout:
8073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8074 #    layout: "plot-service-density"
8075 #
8076 #- type: "plot"
8077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8078 #  algorithm: "plot_nf_heatmap"
8079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8080 #  data: "plot-vpp-nfv-3n-skx-mrr"
8081 #  filter: "'NIC_Intel-XXV710' and
8082 #           'NF_DENSITY' and
8083 #           'DOCKER' and
8084 #           'CHAIN' and
8085 #           'NF_VPPIP4' and
8086 #           'IPSEC' and
8087 #           'TNL_1000' and
8088 #           'IMIX' and
8089 #           '8T4C' and
8090 #           'MRR'"
8091 #  parameters:
8092 #  - "result"
8093 #  - "name"
8094 #  - "tags"
8095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8096 #  x-axis: "X = CNFs per Service Chain"
8097 #  y-axis: "Y = Number of Service Chains"
8098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8099 #  layout:
8100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8101 #    layout: "plot-service-density"
8102 #
8103 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8104 #- type: "plot"
8105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8106 #  algorithm: "plot_nf_heatmap"
8107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8108 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8109 #  filter: "'NIC_Intel-XXV710' and
8110 #           'NF_DENSITY' and
8111 #           'DOCKER' and
8112 #           'CHAIN' and
8113 #           'NF_VPPIP4' and
8114 #           'IPSEC' and
8115 #           'TNL_1000' and
8116 #           'IMIX' and
8117 #           '2T1C' and
8118 #           'NDRPDR'"
8119 #  parameters:
8120 #  - "throughput"
8121 #  - "name"
8122 #  - "tags"
8123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8124 #  x-axis: "X = CNFs per Service Chain"
8125 #  y-axis: "Y = Number of Service Chains"
8126 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8127 #  layout:
8128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8129 #    layout: "plot-service-density"
8130 #
8131 #- type: "plot"
8132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8133 #  algorithm: "plot_nf_heatmap"
8134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8135 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8136 #  filter: "'NIC_Intel-XXV710' and
8137 #           'NF_DENSITY' and
8138 #           'DOCKER' and
8139 #           'CHAIN' and
8140 #           'NF_VPPIP4' and
8141 #           'IPSEC' and
8142 #           'TNL_1000' and
8143 #           'IMIX' and
8144 #           '4T2C' and
8145 #           'NDRPDR'"
8146 #  parameters:
8147 #  - "throughput"
8148 #  - "name"
8149 #  - "tags"
8150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8151 #  x-axis: "X = CNFs per Service Chain"
8152 #  y-axis: "Y = Number of Service Chains"
8153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8154 #  layout:
8155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8156 #    layout: "plot-service-density"
8157 #
8158 #- type: "plot"
8159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8160 #  algorithm: "plot_nf_heatmap"
8161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8162 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8163 #  filter: "'NIC_Intel-XXV710' and
8164 #           'NF_DENSITY' and
8165 #           'DOCKER' and
8166 #           'CHAIN' and
8167 #           'NF_VPPIP4' and
8168 #           'IPSEC' and
8169 #           'TNL_1000' and
8170 #           'IMIX' and
8171 #           '8T4C' and
8172 #           'NDRPDR'"
8173 #  parameters:
8174 #  - "throughput"
8175 #  - "name"
8176 #  - "tags"
8177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8178 #  x-axis: "X = CNFs per Service Chain"
8179 #  y-axis: "Y = Number of Service Chains"
8180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8181 #  layout:
8182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8183 #    layout: "plot-service-density"
8184 #
8185 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8186 #- type: "plot"
8187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8188 #  algorithm: "plot_nf_heatmap"
8189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8190 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8191 #  filter: "'NIC_Intel-XXV710' and
8192 #           'NF_DENSITY' and
8193 #           'DOCKER' and
8194 #           'CHAIN' and
8195 #           'NF_VPPIP4' and
8196 #           'IPSEC' and
8197 #           'TNL_1000' and
8198 #           'IMIX' and
8199 #           '2T1C' and
8200 #           'NDRPDR'"
8201 #  parameters:
8202 #  - "throughput"
8203 #  - "name"
8204 #  - "tags"
8205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8206 #  x-axis: "X = CNFs per Service Chain"
8207 #  y-axis: "Y = Number of Service Chains"
8208 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8209 #  layout:
8210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8211 #    layout: "plot-service-density"
8212 #
8213 #- type: "plot"
8214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8215 #  algorithm: "plot_nf_heatmap"
8216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8217 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8218 #  filter: "'NIC_Intel-XXV710' and
8219 #           'NF_DENSITY' and
8220 #           'DOCKER' and
8221 #           'CHAIN' and
8222 #           'NF_VPPIP4' and
8223 #           'IPSEC' and
8224 #           'TNL_1000' and
8225 #           'IMIX' and
8226 #           '4T2C' and
8227 #           'NDRPDR'"
8228 #  parameters:
8229 #  - "throughput"
8230 #  - "name"
8231 #  - "tags"
8232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8233 #  x-axis: "X = CNFs per Service Chain"
8234 #  y-axis: "Y = Number of Service Chains"
8235 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8236 #  layout:
8237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8238 #    layout: "plot-service-density"
8239 #
8240 #- type: "plot"
8241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8242 #  algorithm: "plot_nf_heatmap"
8243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8244 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8245 #  filter: "'NIC_Intel-XXV710' and
8246 #           'NF_DENSITY' and
8247 #           'DOCKER' and
8248 #           'CHAIN' and
8249 #           'NF_VPPIP4' and
8250 #           'IPSEC' and
8251 #           'TNL_1000' and
8252 #           'IMIX' and
8253 #           '8T4C' and
8254 #           'NDRPDR'"
8255 #  parameters:
8256 #  - "throughput"
8257 #  - "name"
8258 #  - "tags"
8259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8260 #  x-axis: "X = CNFs per Service Chain"
8261 #  y-axis: "Y = Number of Service Chains"
8262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8263 #  layout:
8264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8265 #    layout: "plot-service-density"
8266
8267 ###############################################################################
8268
8269 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8270 - type: "plot"
8271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8272   algorithm: "plot_nf_heatmap"
8273   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8274   data: "plot-vpp-nfv-3n-hsw-mrr"
8275   filter: "'NIC_Intel-XL710' and
8276            'NF_DENSITY' and
8277            'DOCKER' and
8278            'CHAIN' and
8279            'NF_VPPIP4' and
8280            'IMIX' and
8281            'TNL_1000' and
8282            '1T1C' and
8283            'MRR'"
8284   parameters:
8285   - "result"
8286   - "name"
8287   - "tags"
8288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8289   x-axis: "X = CNFs per Service Chain"
8290   y-axis: "Y = Number of Service Chains"
8291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8292   layout:
8293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8294     layout: "plot-service-density"
8295
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8300   data: "plot-vpp-nfv-3n-hsw-mrr"
8301   filter: "'NIC_Intel-XL710' and
8302            'NF_DENSITY' and
8303            'DOCKER' and
8304            'CHAIN' and
8305            'NF_VPPIP4' and
8306            'IPSEC' and
8307            'TNL_1000' and
8308            'IMIX' and
8309            '2T2C' and
8310            'MRR'"
8311   parameters:
8312   - "result"
8313   - "name"
8314   - "tags"
8315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = CNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8327   data: "plot-vpp-nfv-3n-hsw-mrr"
8328   filter: "'NIC_Intel-XL710' and
8329            'NF_DENSITY' and
8330            'DOCKER' and
8331            'CHAIN' and
8332            'NF_VPPIP4' and
8333            'IPSEC' and
8334            'TNL_1000' and
8335            'IMIX' and
8336            '4T4C' and
8337            'MRR'"
8338   parameters:
8339   - "result"
8340   - "name"
8341   - "tags"
8342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = CNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8348     layout: "plot-service-density"
8349
8350 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8351 - type: "plot"
8352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8353   algorithm: "plot_nf_heatmap"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8355   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8356   filter: "'NIC_Intel-XL710' and
8357            'NF_DENSITY' and
8358            'DOCKER' and
8359            'CHAIN' and
8360            'NF_VPPIP4' and
8361            'IPSEC' and
8362            'TNL_1000' and
8363            'IMIX' and
8364            '1T1C' and
8365            'NDRPDR'"
8366   parameters:
8367   - "throughput"
8368   - "name"
8369   - "tags"
8370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8371   x-axis: "X = CNFs per Service Chain"
8372   y-axis: "Y = Number of Service Chains"
8373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8374   layout:
8375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8376     layout: "plot-service-density"
8377
8378 - type: "plot"
8379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8380   algorithm: "plot_nf_heatmap"
8381   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8382   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8383   filter: "'NIC_Intel-XL710' and
8384            'NF_DENSITY' and
8385            'DOCKER' and
8386            'CHAIN' and
8387            'NF_VPPIP4' and
8388            'IPSEC' and
8389            'TNL_1000' and
8390            'IMIX' and
8391            '2T2C' and
8392            'NDRPDR'"
8393   parameters:
8394   - "throughput"
8395   - "name"
8396   - "tags"
8397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8398   x-axis: "X = CNFs per Service Chain"
8399   y-axis: "Y = Number of Service Chains"
8400   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8401   layout:
8402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8403     layout: "plot-service-density"
8404
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8409   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8410   filter: "'NIC_Intel-XL710' and
8411            'NF_DENSITY' and
8412            'DOCKER' and
8413            'CHAIN' and
8414            'NF_VPPIP4' and
8415            'IPSEC' and
8416            'TNL_1000' and
8417            'IMIX' and
8418            '4T4C' and
8419            'NDRPDR'"
8420   parameters:
8421   - "throughput"
8422   - "name"
8423   - "tags"
8424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8425   x-axis: "X = CNFs per Service Chain"
8426   y-axis: "Y = Number of Service Chains"
8427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8428   layout:
8429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8430     layout: "plot-service-density"
8431
8432 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8433 - type: "plot"
8434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8435   algorithm: "plot_nf_heatmap"
8436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8437   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8438   filter: "'NIC_Intel-XL710' and
8439            'NF_DENSITY' and
8440            'DOCKER' and
8441            'CHAIN' and
8442            'NF_VPPIP4' and
8443            'IPSEC' and
8444            'TNL_1000' and
8445            'IMIX' and
8446            '1T1C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = CNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8458     layout: "plot-service-density"
8459
8460 - type: "plot"
8461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8462   algorithm: "plot_nf_heatmap"
8463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8464   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8465   filter: "'NIC_Intel-XL710' and
8466            'NF_DENSITY' and
8467            'DOCKER' and
8468            'CHAIN' and
8469            'NF_VPPIP4' and
8470            'IPSEC' and
8471            'TNL_1000' and
8472            'IMIX' and
8473            '2T2C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = CNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8491   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8492   filter: "'NIC_Intel-XL710' and
8493            'NF_DENSITY' and
8494            'DOCKER' and
8495            'CHAIN' and
8496            'NF_VPPIP4' and
8497            'IPSEC' and
8498            'TNL_1000' and
8499            'IMIX' and
8500            '4T4C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = CNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8512     layout: "plot-service-density"
8513
8514 ###############################################################################
8515
8516 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8517 #- type: "plot"
8518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8519 #  algorithm: "plot_nf_heatmap"
8520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8521 #  data: "plot-vpp-nfv-3n-skx-mrr"
8522 #  filter: "'NIC_Intel-XXV710' and
8523 #           'NF_DENSITY' and
8524 #           'DOCKER' and
8525 #           'CHAIN' and
8526 #           'NF_VPPIP4' and
8527 #           'IPSEC' and
8528 #           'TNL_10000' and
8529 #           'IMIX' and
8530 #           '2T1C' and
8531 #           'MRR'"
8532 #  parameters:
8533 #  - "result"
8534 #  - "name"
8535 #  - "tags"
8536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8537 #  x-axis: "X = CNFs per Service Chain"
8538 #  y-axis: "Y = Number of Service Chains"
8539 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8540 #  layout:
8541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8542 #    layout: "plot-service-density"
8543 #
8544 #- type: "plot"
8545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8546 #  algorithm: "plot_nf_heatmap"
8547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8548 #  data: "plot-vpp-nfv-3n-skx-mrr"
8549 #  filter: "'NIC_Intel-XXV710' and
8550 #           'NF_DENSITY' and
8551 #           'DOCKER' and
8552 #           'CHAIN' and
8553 #           'NF_VPPIP4' and
8554 #           'IPSEC' and
8555 #           'TNL_10000' and
8556 #           'IMIX' and
8557 #           '4T2C' and
8558 #           'MRR'"
8559 #  parameters:
8560 #  - "result"
8561 #  - "name"
8562 #  - "tags"
8563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8564 #  x-axis: "X = CNFs per Service Chain"
8565 #  y-axis: "Y = Number of Service Chains"
8566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8567 #  layout:
8568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8569 #    layout: "plot-service-density"
8570 #
8571 #- type: "plot"
8572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8573 #  algorithm: "plot_nf_heatmap"
8574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8575 #  data: "plot-vpp-nfv-3n-skx-mrr"
8576 #  filter: "'NIC_Intel-XXV710' and
8577 #           'NF_DENSITY' and
8578 #           'DOCKER' and
8579 #           'CHAIN' and
8580 #           'NF_VPPIP4' and
8581 #           'IPSEC' and
8582 #           'TNL_10000' and
8583 #           'IMIX' and
8584 #           '8T4C' and
8585 #           'MRR'"
8586 #  parameters:
8587 #  - "result"
8588 #  - "name"
8589 #  - "tags"
8590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8591 #  x-axis: "X = CNFs per Service Chain"
8592 #  y-axis: "Y = Number of Service Chains"
8593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8594 #  layout:
8595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8596 #    layout: "plot-service-density"
8597 #
8598 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8599 #- type: "plot"
8600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8601 #  algorithm: "plot_nf_heatmap"
8602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8603 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8604 #  filter: "'NIC_Intel-XXV710' and
8605 #           'NF_DENSITY' and
8606 #           'DOCKER' and
8607 #           'CHAIN' and
8608 #           'NF_VPPIP4' and
8609 #           'IPSEC' and
8610 #           'TNL_10000' and
8611 #           'IMIX' and
8612 #           '2T1C' and
8613 #           'NDRPDR'"
8614 #  parameters:
8615 #  - "throughput"
8616 #  - "name"
8617 #  - "tags"
8618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8619 #  x-axis: "X = CNFs per Service Chain"
8620 #  y-axis: "Y = Number of Service Chains"
8621 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8622 #  layout:
8623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8624 #    layout: "plot-service-density"
8625 #
8626 #- type: "plot"
8627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8628 #  algorithm: "plot_nf_heatmap"
8629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8630 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8631 #  filter: "'NIC_Intel-XXV710' and
8632 #           'NF_DENSITY' and
8633 #           'DOCKER' and
8634 #           'CHAIN' and
8635 #           'NF_VPPIP4' and
8636 #           'IPSEC' and
8637 #           'TNL_10000' and
8638 #           'IMIX' and
8639 #           '4T2C' and
8640 #           'NDRPDR'"
8641 #  parameters:
8642 #  - "throughput"
8643 #  - "name"
8644 #  - "tags"
8645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8646 #  x-axis: "X = CNFs per Service Chain"
8647 #  y-axis: "Y = Number of Service Chains"
8648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8649 #  layout:
8650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8651 #    layout: "plot-service-density"
8652 #
8653 #- type: "plot"
8654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8655 #  algorithm: "plot_nf_heatmap"
8656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8657 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8658 #  filter: "'NIC_Intel-XXV710' and
8659 #           'NF_DENSITY' and
8660 #           'DOCKER' and
8661 #           'CHAIN' and
8662 #           'NF_VPPIP4' and
8663 #           'IPSEC' and
8664 #           'TNL_10000' and
8665 #           'IMIX' and
8666 #           '8T4C' and
8667 #           'NDRPDR'"
8668 #  parameters:
8669 #  - "throughput"
8670 #  - "name"
8671 #  - "tags"
8672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8673 #  x-axis: "X = CNFs per Service Chain"
8674 #  y-axis: "Y = Number of Service Chains"
8675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8676 #  layout:
8677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8678 #    layout: "plot-service-density"
8679 #
8680 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8681 #- type: "plot"
8682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8683 #  algorithm: "plot_nf_heatmap"
8684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8685 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8686 #  filter: "'NIC_Intel-XXV710' and
8687 #           'NF_DENSITY' and
8688 #           'DOCKER' and
8689 #           'CHAIN' and
8690 #           'NF_VPPIP4' and
8691 #           'IPSEC' and
8692 #           'TNL_10000' and
8693 #           'IMIX' and
8694 #           '2T1C' and
8695 #           'NDRPDR'"
8696 #  parameters:
8697 #  - "throughput"
8698 #  - "name"
8699 #  - "tags"
8700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8701 #  x-axis: "X = CNFs per Service Chain"
8702 #  y-axis: "Y = Number of Service Chains"
8703 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8704 #  layout:
8705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8706 #    layout: "plot-service-density"
8707 #
8708 #- type: "plot"
8709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8710 #  algorithm: "plot_nf_heatmap"
8711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8712 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8713 #  filter: "'NIC_Intel-XXV710' and
8714 #           'NF_DENSITY' and
8715 #           'DOCKER' and
8716 #           'CHAIN' and
8717 #           'NF_VPPIP4' and
8718 #           'IPSEC' and
8719 #           'TNL_10000' and
8720 #           'IMIX' and
8721 #           '4T2C' and
8722 #           'NDRPDR'"
8723 #  parameters:
8724 #  - "throughput"
8725 #  - "name"
8726 #  - "tags"
8727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8728 #  x-axis: "X = CNFs per Service Chain"
8729 #  y-axis: "Y = Number of Service Chains"
8730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8731 #  layout:
8732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8733 #    layout: "plot-service-density"
8734 #
8735 #- type: "plot"
8736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8737 #  algorithm: "plot_nf_heatmap"
8738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8739 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8740 #  filter: "'NIC_Intel-XXV710' and
8741 #           'NF_DENSITY' and
8742 #           'DOCKER' and
8743 #           'CHAIN' and
8744 #           'NF_VPPIP4' and
8745 #           'IPSEC' and
8746 #           'TNL_10000' and
8747 #           'IMIX' and
8748 #           '8T4C' and
8749 #           'NDRPDR'"
8750 #  parameters:
8751 #  - "throughput"
8752 #  - "name"
8753 #  - "tags"
8754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8755 #  x-axis: "X = CNFs per Service Chain"
8756 #  y-axis: "Y = Number of Service Chains"
8757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8758 #  layout:
8759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8760 #    layout: "plot-service-density"
8761
8762 ###############################################################################
8763
8764 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8765 - type: "plot"
8766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8767   algorithm: "plot_nf_heatmap"
8768   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8769   data: "plot-vpp-nfv-3n-hsw-mrr"
8770   filter: "'NIC_Intel-XL710' and
8771            'NF_DENSITY' and
8772            'DOCKER' and
8773            'CHAIN' and
8774            'NF_VPPIP4' and
8775            'IMIX' and
8776            'TNL_10000' and
8777            '1T1C' and
8778            'MRR'"
8779   parameters:
8780   - "result"
8781   - "name"
8782   - "tags"
8783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8784   x-axis: "X = CNFs per Service Chain"
8785   y-axis: "Y = Number of Service Chains"
8786   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8787   layout:
8788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8789     layout: "plot-service-density"
8790
8791 - type: "plot"
8792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8793   algorithm: "plot_nf_heatmap"
8794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8795   data: "plot-vpp-nfv-3n-hsw-mrr"
8796   filter: "'NIC_Intel-XL710' and
8797            'NF_DENSITY' and
8798            'DOCKER' and
8799            'CHAIN' and
8800            'NF_VPPIP4' and
8801            'IPSEC' and
8802            'TNL_10000' and
8803            'IMIX' and
8804            '2T2C' and
8805            'MRR'"
8806   parameters:
8807   - "result"
8808   - "name"
8809   - "tags"
8810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8811   x-axis: "X = CNFs per Service Chain"
8812   y-axis: "Y = Number of Service Chains"
8813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8814   layout:
8815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8816     layout: "plot-service-density"
8817
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8822   data: "plot-vpp-nfv-3n-hsw-mrr"
8823   filter: "'NIC_Intel-XL710' and
8824            'NF_DENSITY' and
8825            'DOCKER' and
8826            'CHAIN' and
8827            'NF_VPPIP4' and
8828            'IPSEC' and
8829            'TNL_10000' and
8830            'IMIX' and
8831            '4T4C' and
8832            'MRR'"
8833   parameters:
8834   - "result"
8835   - "name"
8836   - "tags"
8837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8838   x-axis: "X = CNFs per Service Chain"
8839   y-axis: "Y = Number of Service Chains"
8840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8841   layout:
8842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8843     layout: "plot-service-density"
8844
8845 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8846 - type: "plot"
8847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8848   algorithm: "plot_nf_heatmap"
8849   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8850   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8851   filter: "'NIC_Intel-XL710' and
8852            'NF_DENSITY' and
8853            'DOCKER' and
8854            'CHAIN' and
8855            'NF_VPPIP4' and
8856            'IPSEC' and
8857            'TNL_10000' and
8858            'IMIX' and
8859            '1T1C' and
8860            'NDRPDR'"
8861   parameters:
8862   - "throughput"
8863   - "name"
8864   - "tags"
8865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8866   x-axis: "X = CNFs per Service Chain"
8867   y-axis: "Y = Number of Service Chains"
8868   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8869   layout:
8870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8871     layout: "plot-service-density"
8872
8873 - type: "plot"
8874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8875   algorithm: "plot_nf_heatmap"
8876   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8877   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8878   filter: "'NIC_Intel-XL710' and
8879            'NF_DENSITY' and
8880            'DOCKER' and
8881            'CHAIN' and
8882            'NF_VPPIP4' and
8883            'IPSEC' and
8884            'TNL_10000' and
8885            'IMIX' and
8886            '2T2C' and
8887            'NDRPDR'"
8888   parameters:
8889   - "throughput"
8890   - "name"
8891   - "tags"
8892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8893   x-axis: "X = CNFs per Service Chain"
8894   y-axis: "Y = Number of Service Chains"
8895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8896   layout:
8897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8898     layout: "plot-service-density"
8899
8900 - type: "plot"
8901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8902   algorithm: "plot_nf_heatmap"
8903   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8904   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8905   filter: "'NIC_Intel-XL710' and
8906            'NF_DENSITY' and
8907            'DOCKER' and
8908            'CHAIN' and
8909            'NF_VPPIP4' and
8910            'IPSEC' and
8911            'TNL_10000' and
8912            'IMIX' and
8913            '4T4C' and
8914            'NDRPDR'"
8915   parameters:
8916   - "throughput"
8917   - "name"
8918   - "tags"
8919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8920   x-axis: "X = CNFs per Service Chain"
8921   y-axis: "Y = Number of Service Chains"
8922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8923   layout:
8924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8925     layout: "plot-service-density"
8926
8927 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8932   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8933   filter: "'NIC_Intel-XL710' and
8934            'NF_DENSITY' and
8935            'DOCKER' and
8936            'CHAIN' and
8937            'NF_VPPIP4' and
8938            'IPSEC' and
8939            'TNL_10000' and
8940            'IMIX' and
8941            '1T1C' and
8942            'NDRPDR'"
8943   parameters:
8944   - "throughput"
8945   - "name"
8946   - "tags"
8947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8948   x-axis: "X = CNFs per Service Chain"
8949   y-axis: "Y = Number of Service Chains"
8950   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8951   layout:
8952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8953     layout: "plot-service-density"
8954
8955 - type: "plot"
8956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8957   algorithm: "plot_nf_heatmap"
8958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8959   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8960   filter: "'NIC_Intel-XL710' and
8961            'NF_DENSITY' and
8962            'DOCKER' and
8963            'CHAIN' and
8964            'NF_VPPIP4' and
8965            'IPSEC' and
8966            'TNL_10000' and
8967            'IMIX' and
8968            '2T2C' and
8969            'NDRPDR'"
8970   parameters:
8971   - "throughput"
8972   - "name"
8973   - "tags"
8974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8975   x-axis: "X = CNFs per Service Chain"
8976   y-axis: "Y = Number of Service Chains"
8977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8978   layout:
8979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8980     layout: "plot-service-density"
8981
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8986   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8987   filter: "'NIC_Intel-XL710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IPSEC' and
8993            'TNL_10000' and
8994            'IMIX' and
8995            '4T4C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Chain"
9003   y-axis: "Y = Number of Service Chains"
9004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9007     layout: "plot-service-density"
9008
9009 ###############################################################################
9010
9011 # Plots - NF Density - CSP - MRR 64b
9012
9013 #- type: "plot"
9014 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9015 #  algorithm: "plot_nf_heatmap"
9016 #  output-file-type: ".html"
9017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9018 #  data: "plot-vpp-nfv-2n-skx-mrr"
9019 #  filter: "'NIC_Intel-XXV710' and
9020 #           'NF_DENSITY' and
9021 #           'DOCKER' and
9022 #           'PIPELINE' and
9023 #           'NF_VPPIP4' and
9024 #           '64B' and
9025 #           '2T1C' and
9026 #           'MRR'"
9027 #  parameters:
9028 #  - "result"
9029 #  - "name"
9030 #  - "tags"
9031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9032 #  x-axis: "X = CNFs per Service Pipeline"
9033 #  y-axis: "Y = Number of Service Pipelines"
9034 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9035 #  layout:
9036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9037 #    layout: "plot-service-density"
9038 #
9039 #- type: "plot"
9040 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9041 #  algorithm: "plot_nf_heatmap"
9042 #  output-file-type: ".html"
9043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9044 #  data: "plot-vpp-nfv-2n-skx-mrr"
9045 #  filter: "'NIC_Intel-XXV710' and
9046 #           'NF_DENSITY' and
9047 #           'DOCKER' and
9048 #           'PIPELINE' and
9049 #           'NF_VPPIP4' and
9050 #           '64B' and
9051 #           '4T2C' and
9052 #           'MRR'"
9053 #  parameters:
9054 #  - "result"
9055 #  - "name"
9056 #  - "tags"
9057 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9058 #  x-axis: "X = CNFs per Service Pipeline"
9059 #  y-axis: "Y = Number of Service Pipelines"
9060 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9061 #  layout:
9062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9063 #    layout: "plot-service-density"
9064 #
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file-type: ".html"
9069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9070 #  data: "plot-vpp-nfv-2n-skx-mrr"
9071 #  filter: "'NIC_Intel-XXV710' and
9072 #           'NF_DENSITY' and
9073 #           'DOCKER' and
9074 #           'PIPELINE' and
9075 #           'NF_VPPIP4' and
9076 #           '64B' and
9077 #           '8T4C' and
9078 #           'MRR'"
9079 #  parameters:
9080 #  - "result"
9081 #  - "name"
9082 #  - "tags"
9083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9084 #  x-axis: "X = CNFs per Service Pipeline"
9085 #  y-axis: "Y = Number of Service Pipelines"
9086 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9087 #  layout:
9088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9089 #    layout: "plot-service-density"
9090 #
9091 ## Plots - NF Density - CSP - MRR IMIX
9092 #- type: "plot"
9093 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9094 #  algorithm: "plot_nf_heatmap"
9095 #  output-file-type: ".html"
9096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9097 #  data: "plot-vpp-nfv-2n-skx-mrr"
9098 #  filter: "'NIC_Intel-XXV710' and
9099 #           'NF_DENSITY' and
9100 #           'DOCKER' and
9101 #           'PIPELINE' and
9102 #           'NF_VPPIP4' and
9103 #           'IMIX' and
9104 #           '2T1C' and
9105 #           'MRR'"
9106 #  parameters:
9107 #  - "result"
9108 #  - "name"
9109 #  - "tags"
9110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9111 #  x-axis: "X = CNFs per Service Pipeline"
9112 #  y-axis: "Y = Number of Service Pipelines"
9113 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9114 #  layout:
9115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9116 #    layout: "plot-service-density"
9117 #
9118 #- type: "plot"
9119 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9120 #  algorithm: "plot_nf_heatmap"
9121 #  output-file-type: ".html"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9123 #  data: "plot-vpp-nfv-2n-skx-mrr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'PIPELINE' and
9128 #           'NF_VPPIP4' and
9129 #           'IMIX' and
9130 #           '4T2C' and
9131 #           'MRR'"
9132 #  parameters:
9133 #  - "result"
9134 #  - "name"
9135 #  - "tags"
9136 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9137 #  x-axis: "X = CNFs per Service Pipeline"
9138 #  y-axis: "Y = Number of Service Pipelines"
9139 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9140 #  layout:
9141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9142 #    layout: "plot-service-density"
9143 #
9144 #- type: "plot"
9145 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9146 #  algorithm: "plot_nf_heatmap"
9147 #  output-file-type: ".html"
9148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9149 #  data: "plot-vpp-nfv-2n-skx-mrr"
9150 #  filter: "'NIC_Intel-XXV710' and
9151 #           'NF_DENSITY' and
9152 #           'DOCKER' and
9153 #           'PIPELINE' and
9154 #           'NF_VPPIP4' and
9155 #           'IMIX' and
9156 #           '8T4C' and
9157 #           'MRR'"
9158 #  parameters:
9159 #  - "result"
9160 #  - "name"
9161 #  - "tags"
9162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9163 #  x-axis: "X = CNFs per Service Pipeline"
9164 #  y-axis: "Y = Number of Service Pipelines"
9165 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9166 #  layout:
9167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9168 #    layout: "plot-service-density"
9169 #
9170 ## Plots - NF Density - CSP - NDR 64b
9171 #- type: "plot"
9172 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9173 #  algorithm: "plot_nf_heatmap"
9174 #  output-file-type: ".html"
9175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9176 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9177 #  filter: "'NIC_Intel-XXV710' and
9178 #           'NF_DENSITY' and
9179 #           'DOCKER' and
9180 #           'PIPELINE' and
9181 #           'NF_VPPIP4' and
9182 #           '64B' and
9183 #           '2T1C' and
9184 #           'NDRPDR'"
9185 #  parameters:
9186 #  - "throughput"
9187 #  - "name"
9188 #  - "tags"
9189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9190 #  x-axis: "X = CNFs per Service Pipeline"
9191 #  y-axis: "Y = Number of Service Pipelines"
9192 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9193 #  layout:
9194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9195 #    layout: "plot-service-density"
9196 #
9197 #- type: "plot"
9198 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9199 #  algorithm: "plot_nf_heatmap"
9200 #  output-file-type: ".html"
9201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9202 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9203 #  filter: "'NIC_Intel-XXV710' and
9204 #           'NF_DENSITY' and
9205 #           'DOCKER' and
9206 #           'PIPELINE' and
9207 #           'NF_VPPIP4' and
9208 #           '64B' and
9209 #           '4T2C' and
9210 #           'NDRPDR'"
9211 #  parameters:
9212 #  - "throughput"
9213 #  - "name"
9214 #  - "tags"
9215 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9216 #  x-axis: "X = CNFs per Service Pipeline"
9217 #  y-axis: "Y = Number of Service Pipelines"
9218 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9219 #  layout:
9220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9221 #    layout: "plot-service-density"
9222 #
9223 #- type: "plot"
9224 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9225 #  algorithm: "plot_nf_heatmap"
9226 #  output-file-type: ".html"
9227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           'NF_DENSITY' and
9231 #           'DOCKER' and
9232 #           'PIPELINE' and
9233 #           'NF_VPPIP4' and
9234 #           '64B' and
9235 #           '8T4C' and
9236 #           'NDRPDR'"
9237 #  parameters:
9238 #  - "throughput"
9239 #  - "name"
9240 #  - "tags"
9241 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9242 #  x-axis: "X = CNFs per Service Pipeline"
9243 #  y-axis: "Y = Number of Service Pipelines"
9244 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9245 #  layout:
9246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9247 #    layout: "plot-service-density"
9248 #
9249 ## Plots - NF Density - CSP - NDR IMIX
9250 #- type: "plot"
9251 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9252 #  algorithm: "plot_nf_heatmap"
9253 #  output-file-type: ".html"
9254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9256 #  filter: "'NIC_Intel-XXV710' and
9257 #           'NF_DENSITY' and
9258 #           'DOCKER' and
9259 #           'PIPELINE' and
9260 #           'NF_VPPIP4' and
9261 #           'IMIX' and
9262 #           '2T1C' and
9263 #           'NDRPDR'"
9264 #  parameters:
9265 #  - "throughput"
9266 #  - "name"
9267 #  - "tags"
9268 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9269 #  x-axis: "X = CNFs per Service Pipeline"
9270 #  y-axis: "Y = Number of Service Pipelines"
9271 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9272 #  layout:
9273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9274 #    layout: "plot-service-density"
9275 #
9276 #- type: "plot"
9277 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9278 #  algorithm: "plot_nf_heatmap"
9279 #  output-file-type: ".html"
9280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9282 #  filter: "'NIC_Intel-XXV710' and
9283 #           'NF_DENSITY' and
9284 #           'DOCKER' and
9285 #           'PIPELINE' and
9286 #           'NF_VPPIP4' and
9287 #           'IMIX' and
9288 #           '4T2C' and
9289 #           'NDRPDR'"
9290 #  parameters:
9291 #  - "throughput"
9292 #  - "name"
9293 #  - "tags"
9294 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9295 #  x-axis: "X = CNFs per Service Pipeline"
9296 #  y-axis: "Y = Number of Service Pipelines"
9297 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9298 #  layout:
9299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9300 #    layout: "plot-service-density"
9301 #
9302 #- type: "plot"
9303 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9304 #  algorithm: "plot_nf_heatmap"
9305 #  output-file-type: ".html"
9306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9308 #  filter: "'NIC_Intel-XXV710' and
9309 #           'NF_DENSITY' and
9310 #           'DOCKER' and
9311 #           'PIPELINE' and
9312 #           'NF_VPPIP4' and
9313 #           'IMIX' and
9314 #           '8T4C' and
9315 #           'NDRPDR'"
9316 #  parameters:
9317 #  - "throughput"
9318 #  - "name"
9319 #  - "tags"
9320 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9321 #  x-axis: "X = CNFs per Service Pipeline"
9322 #  y-axis: "Y = Number of Service Pipelines"
9323 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9324 #  layout:
9325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9326 #    layout: "plot-service-density"
9327 #
9328 ## Plots - NF Density - CSP - PDR 64b
9329 #- type: "plot"
9330 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9331 #  algorithm: "plot_nf_heatmap"
9332 #  output-file-type: ".html"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9335 #  filter: "'NIC_Intel-XXV710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'PIPELINE' and
9339 #           'NF_VPPIP4' and
9340 #           '64B' and
9341 #           '2T1C' and
9342 #           'NDRPDR'"
9343 #  parameters:
9344 #  - "throughput"
9345 #  - "name"
9346 #  - "tags"
9347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9348 #  x-axis: "X = CNFs per Service Pipeline"
9349 #  y-axis: "Y = Number of Service Pipelines"
9350 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9351 #  layout:
9352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9353 #    layout: "plot-service-density"
9354 #
9355 #- type: "plot"
9356 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9357 #  algorithm: "plot_nf_heatmap"
9358 #  output-file-type: ".html"
9359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9360 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9361 #  filter: "'NIC_Intel-XXV710' and
9362 #           'NF_DENSITY' and
9363 #           'DOCKER' and
9364 #           'PIPELINE' and
9365 #           'NF_VPPIP4' and
9366 #           '64B' and
9367 #           '4T2C' and
9368 #           'NDRPDR'"
9369 #  parameters:
9370 #  - "throughput"
9371 #  - "name"
9372 #  - "tags"
9373 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9374 #  x-axis: "X = CNFs per Service Pipeline"
9375 #  y-axis: "Y = Number of Service Pipelines"
9376 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9377 #  layout:
9378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9379 #    layout: "plot-service-density"
9380 #
9381 #- type: "plot"
9382 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9383 #  algorithm: "plot_nf_heatmap"
9384 #  output-file-type: ".html"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9387 #  filter: "'NIC_Intel-XXV710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'PIPELINE' and
9391 #           'NF_VPPIP4' and
9392 #           '64B' and
9393 #           '8T4C' and
9394 #           'NDRPDR'"
9395 #  parameters:
9396 #  - "throughput"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = CNFs per Service Pipeline"
9401 #  y-axis: "Y = Number of Service Pipelines"
9402 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9405 #    layout: "plot-service-density"
9406 #
9407 ## Plots - NF Density - CSP - PDR IMIX
9408 #- type: "plot"
9409 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9410 #  algorithm: "plot_nf_heatmap"
9411 #  output-file-type: ".html"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9413 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9414 #  filter: "'NIC_Intel-XXV710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'PIPELINE' and
9418 #           'NF_VPPIP4' and
9419 #           'IMIX' and
9420 #           '2T1C' and
9421 #           'NDRPDR'"
9422 #  parameters:
9423 #  - "throughput"
9424 #  - "name"
9425 #  - "tags"
9426 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9427 #  x-axis: "X = CNFs per Service Pipeline"
9428 #  y-axis: "Y = Number of Service Pipelines"
9429 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9430 #  layout:
9431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9432 #    layout: "plot-service-density"
9433 #
9434 #- type: "plot"
9435 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9436 #  algorithm: "plot_nf_heatmap"
9437 #  output-file-type: ".html"
9438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9439 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9440 #  filter: "'NIC_Intel-XXV710' and
9441 #           'NF_DENSITY' and
9442 #           'DOCKER' and
9443 #           'PIPELINE' and
9444 #           'NF_VPPIP4' and
9445 #           'IMIX' and
9446 #           '4T2C' and
9447 #           'NDRPDR'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = CNFs per Service Pipeline"
9454 #  y-axis: "Y = Number of Service Pipelines"
9455 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9458 #    layout: "plot-service-density"
9459 #
9460 #- type: "plot"
9461 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9462 #  algorithm: "plot_nf_heatmap"
9463 #  output-file-type: ".html"
9464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9465 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9466 #  filter: "'NIC_Intel-XXV710' and
9467 #           'NF_DENSITY' and
9468 #           'DOCKER' and
9469 #           'PIPELINE' and
9470 #           'NF_VPPIP4' and
9471 #           'IMIX' and
9472 #           '8T4C' and
9473 #           'NDRPDR'"
9474 #  parameters:
9475 #  - "throughput"
9476 #  - "name"
9477 #  - "tags"
9478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9479 #  x-axis: "X = CNFs per Service Pipeline"
9480 #  y-axis: "Y = Number of Service Pipelines"
9481 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9482 #  layout:
9483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9484 #    layout: "plot-service-density"
9485
9486 ###############################################################################
9487 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9488
9489 #- type: "plot"
9490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9491 #  algorithm: "plot_nf_heatmap"
9492 #  output-file-type: ".html"
9493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9494 #  data: "plot-vpp-nfv-2n-clx-mrr"
9495 #  filter: "'NIC_Intel-XXV710' and
9496 #           'NF_DENSITY' and
9497 #           'VHOST' and
9498 #           not 'VXLAN' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IMIX' and
9502 #           '2T1C' and
9503 #           'MRR'"
9504 #  parameters:
9505 #  - "result"
9506 #  - "name"
9507 #  - "tags"
9508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9509 #  x-axis: "X = VNFs per Service Chain"
9510 #  y-axis: "Y = Number of Service Chains"
9511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9512 #  layout:
9513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9514 #    layout: "plot-service-density"
9515 #
9516 #- type: "plot"
9517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9518 #  algorithm: "plot_nf_heatmap"
9519 #  output-file-type: ".html"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9521 #  data: "plot-vpp-nfv-2n-clx-mrr"
9522 #  filter: "'NIC_Intel-XXV710' and
9523 #           'NF_DENSITY' and
9524 #           'VHOST' and
9525 #           not 'VXLAN' and
9526 #           'CHAIN' and
9527 #           'NF_VPPIP4' and
9528 #           'IMIX' and
9529 #           '4T2C' and
9530 #           'MRR'"
9531 #  parameters:
9532 #  - "result"
9533 #  - "name"
9534 #  - "tags"
9535 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9536 #  x-axis: "X = VNFs per Service Chain"
9537 #  y-axis: "Y = Number of Service Chains"
9538 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9539 #  layout:
9540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9541 #    layout: "plot-service-density"
9542 #
9543 #- type: "plot"
9544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9545 #  algorithm: "plot_nf_heatmap"
9546 #  output-file-type: ".html"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9548 #  data: "plot-vpp-nfv-2n-clx-mrr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'VHOST' and
9552 #           not 'VXLAN' and
9553 #           'CHAIN' and
9554 #           'NF_VPPIP4' and
9555 #           'IMIX' and
9556 #           '8T4C' and
9557 #           'MRR'"
9558 #  parameters:
9559 #  - "result"
9560 #  - "name"
9561 #  - "tags"
9562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9563 #  x-axis: "X = VNFs per Service Chain"
9564 #  y-axis: "Y = Number of Service Chains"
9565 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9566 #  layout:
9567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9568 #    layout: "plot-service-density"
9569 #
9570 ## Plots - NF Density - VSC - NDR IMIX
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file-type: ".html"
9575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9576 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9577 #  filter: "'NIC_Intel-XXV710' and
9578 #           'NF_DENSITY' and
9579 #           'VHOST' and
9580 #           not 'VXLAN' and
9581 #           'CHAIN' and
9582 #           'NF_VPPIP4' and
9583 #           'IMIX' and
9584 #           '2T1C' and
9585 #           'NDRPDR'"
9586 #  parameters:
9587 #  - "throughput"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = VNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9596 #    layout: "plot-service-density"
9597 #
9598 #- type: "plot"
9599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9600 #  algorithm: "plot_nf_heatmap"
9601 #  output-file-type: ".html"
9602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9603 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9604 #  filter: "'NIC_Intel-XXV710' and
9605 #           'NF_DENSITY' and
9606 #           'VHOST' and
9607 #           not 'VXLAN' and
9608 #           'CHAIN' and
9609 #           'NF_VPPIP4' and
9610 #           'IMIX' and
9611 #           '4T2C' and
9612 #           'NDRPDR'"
9613 #  parameters:
9614 #  - "throughput"
9615 #  - "name"
9616 #  - "tags"
9617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9618 #  x-axis: "X = VNFs per Service Chain"
9619 #  y-axis: "Y = Number of Service Chains"
9620 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9621 #  layout:
9622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9623 #    layout: "plot-service-density"
9624 #
9625 #- type: "plot"
9626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9627 #  algorithm: "plot_nf_heatmap"
9628 #  output-file-type: ".html"
9629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9630 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9631 #  filter: "'NIC_Intel-XXV710' and
9632 #           'NF_DENSITY' and
9633 #           'VHOST' and
9634 #           not 'VXLAN' and
9635 #           'CHAIN' and
9636 #           'NF_VPPIP4' and
9637 #           'IMIX' and
9638 #           '8T4C' and
9639 #           'NDRPDR'"
9640 #  parameters:
9641 #  - "throughput"
9642 #  - "name"
9643 #  - "tags"
9644 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9645 #  x-axis: "X = VNFs per Service Chain"
9646 #  y-axis: "Y = Number of Service Chains"
9647 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9648 #  layout:
9649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9650 #    layout: "plot-service-density"
9651 #
9652 ## Plots - NF Density - VSC - PDR IMIX
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file-type: ".html"
9657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9658 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9659 #  filter: "'NIC_Intel-XXV710' and
9660 #           'NF_DENSITY' and
9661 #           'VHOST' and
9662 #           not 'VXLAN' and
9663 #           'CHAIN' and
9664 #           'NF_VPPIP4' and
9665 #           'IMIX' and
9666 #           '2T1C' and
9667 #           'NDRPDR'"
9668 #  parameters:
9669 #  - "throughput"
9670 #  - "name"
9671 #  - "tags"
9672 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9673 #  x-axis: "X = VNFs per Service Chain"
9674 #  y-axis: "Y = Number of Service Chains"
9675 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9676 #  layout:
9677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9678 #    layout: "plot-service-density"
9679 #
9680 #- type: "plot"
9681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9682 #  algorithm: "plot_nf_heatmap"
9683 #  output-file-type: ".html"
9684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9685 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9686 #  filter: "'NIC_Intel-XXV710' and
9687 #           'NF_DENSITY' and
9688 #           'VHOST' and
9689 #           not 'VXLAN' and
9690 #           'CHAIN' and
9691 #           'NF_VPPIP4' and
9692 #           'IMIX' and
9693 #           '4T2C' and
9694 #           'NDRPDR'"
9695 #  parameters:
9696 #  - "throughput"
9697 #  - "name"
9698 #  - "tags"
9699 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9700 #  x-axis: "X = VNFs per Service Chain"
9701 #  y-axis: "Y = Number of Service Chains"
9702 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9703 #  layout:
9704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9705 #    layout: "plot-service-density"
9706 #
9707 #- type: "plot"
9708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9709 #  algorithm: "plot_nf_heatmap"
9710 #  output-file-type: ".html"
9711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9712 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9713 #  filter: "'NIC_Intel-XXV710' and
9714 #           'NF_DENSITY' and
9715 #           'VHOST' and
9716 #           not 'VXLAN' and
9717 #           'CHAIN' and
9718 #           'NF_VPPIP4' and
9719 #           'IMIX' and
9720 #           '8T4C' and
9721 #           'NDRPDR'"
9722 #  parameters:
9723 #  - "throughput"
9724 #  - "name"
9725 #  - "tags"
9726 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9727 #  x-axis: "X = VNFs per Service Chain"
9728 #  y-axis: "Y = Number of Service Chains"
9729 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9730 #  layout:
9731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9732 #    layout: "plot-service-density"
9733 #
9734 ## Plots - NF Density - VSC - MRR IMIX
9735 #- type: "plot"
9736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9737 #  algorithm: "plot_nf_heatmap"
9738 #  output-file-type: ".html"
9739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9740 #  data: "plot-vpp-nfv-2n-clx-mrr"
9741 #  filter: "'NIC_Intel-XXV710' and
9742 #           'NF_DENSITY' and
9743 #           'VHOST' and
9744 #           'VXLAN' and
9745 #           'CHAIN' and
9746 #           'IMIX' and
9747 #           '2T1C' and
9748 #           'MRR'"
9749 #  parameters:
9750 #  - "result"
9751 #  - "name"
9752 #  - "tags"
9753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9754 #  x-axis: "X = VNFs per Service Chain"
9755 #  y-axis: "Y = Number of Service Chains"
9756 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9757 #  layout:
9758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9759 #    layout: "plot-service-density"
9760 #
9761 #- type: "plot"
9762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9763 #  algorithm: "plot_nf_heatmap"
9764 #  output-file-type: ".html"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9766 #  data: "plot-vpp-nfv-2n-clx-mrr"
9767 #  filter: "'NIC_Intel-XXV710' and
9768 #           'NF_DENSITY' and
9769 #           'VHOST' and
9770 #           'VXLAN' and
9771 #           'CHAIN' and
9772 #           'IMIX' and
9773 #           '4T2C' and
9774 #           'MRR'"
9775 #  parameters:
9776 #  - "result"
9777 #  - "name"
9778 #  - "tags"
9779 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9780 #  x-axis: "X = VNFs per Service Chain"
9781 #  y-axis: "Y = Number of Service Chains"
9782 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9783 #  layout:
9784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9785 #    layout: "plot-service-density"
9786 #
9787 #- type: "plot"
9788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9789 #  algorithm: "plot_nf_heatmap"
9790 #  output-file-type: ".html"
9791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9792 #  data: "plot-vpp-nfv-2n-clx-mrr"
9793 #  filter: "'NIC_Intel-XXV710' and
9794 #           'NF_DENSITY' and
9795 #           'VHOST' and
9796 #           'VXLAN' and
9797 #           'CHAIN' and
9798 #           'IMIX' and
9799 #           '8T4C' and
9800 #           'MRR'"
9801 #  parameters:
9802 #  - "result"
9803 #  - "name"
9804 #  - "tags"
9805 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9806 #  x-axis: "X = VNFs per Service Chain"
9807 #  y-axis: "Y = Number of Service Chains"
9808 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9809 #  layout:
9810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9811 #    layout: "plot-service-density"
9812 #
9813 ## Plots - NF Density - VSC - NDR IMIX
9814 #- type: "plot"
9815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9816 #  algorithm: "plot_nf_heatmap"
9817 #  output-file-type: ".html"
9818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9819 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9820 #  filter: "'NIC_Intel-XXV710' and
9821 #           'NF_DENSITY' and
9822 #           'VHOST' and
9823 #           'VXLAN' and
9824 #           'CHAIN' a
9825 #           'IMIX' and
9826 #           '2T1C' and
9827 #           'NDRPDR'"
9828 #  parameters:
9829 #  - "throughput"
9830 #  - "name"
9831 #  - "tags"
9832 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9833 #  x-axis: "X = VNFs per Service Chain"
9834 #  y-axis: "Y = Number of Service Chains"
9835 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9836 #  layout:
9837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9838 #    layout: "plot-service-density"
9839 #
9840 #- type: "plot"
9841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9842 #  algorithm: "plot_nf_heatmap"
9843 #  output-file-type: ".html"
9844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9845 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9846 #  filter: "'NIC_Intel-XXV710' and
9847 #           'NF_DENSITY' and
9848 #           'VHOST' and
9849 #           'VXLAN' and
9850 #           'CHAIN' and
9851 #           'IMIX' and
9852 #           '4T2C' and
9853 #           'NDRPDR'"
9854 #  parameters:
9855 #  - "throughput"
9856 #  - "name"
9857 #  - "tags"
9858 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9859 #  x-axis: "X = VNFs per Service Chain"
9860 #  y-axis: "Y = Number of Service Chains"
9861 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9862 #  layout:
9863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9864 #    layout: "plot-service-density"
9865 #
9866 #- type: "plot"
9867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9868 #  algorithm: "plot_nf_heatmap"
9869 #  output-file-type: ".html"
9870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9871 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9872 #  filter: "'NIC_Intel-XXV710' and
9873 #           'NF_DENSITY' and
9874 #           'VHOST' and
9875 #           'VXLAN' and
9876 #           'CHAIN' and
9877 #           'IMIX' and
9878 #           '8T4C' and
9879 #           'NDRPDR'"
9880 #  parameters:
9881 #  - "throughput"
9882 #  - "name"
9883 #  - "tags"
9884 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9885 #  x-axis: "X = VNFs per Service Chain"
9886 #  y-axis: "Y = Number of Service Chains"
9887 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9888 #  layout:
9889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9890 #    layout: "plot-service-density"
9891 #
9892 ## Plots - NF Density - VSC - PDR IMIX
9893 #- type: "plot"
9894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9895 #  algorithm: "plot_nf_heatmap"
9896 #  output-file-type: ".html"
9897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9898 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9899 #  filter: "'NIC_Intel-XXV710' and
9900 #           'NF_DENSITY' and
9901 #           'VHOST' and
9902 #           'VXLAN' and
9903 #           'CHAIN' and
9904 #           'IMIX' and
9905 #           '2T1C' and
9906 #           'NDRPDR'"
9907 #  parameters:
9908 #  - "throughput"
9909 #  - "name"
9910 #  - "tags"
9911 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9912 #  x-axis: "X = VNFs per Service Chain"
9913 #  y-axis: "Y = Number of Service Chains"
9914 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9915 #  layout:
9916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9917 #    layout: "plot-service-density"
9918 #
9919 #- type: "plot"
9920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9921 #  algorithm: "plot_nf_heatmap"
9922 #  output-file-type: ".html"
9923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9924 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9925 #  filter: "'NIC_Intel-XXV710' and
9926 #           'NF_DENSITY' and
9927 #           'VHOST' and
9928 #           'VXLAN' and
9929 #           'CHAIN' and
9930 #           'IMIX' and
9931 #           '4T2C' and
9932 #           'NDRPDR'"
9933 #  parameters:
9934 #  - "throughput"
9935 #  - "name"
9936 #  - "tags"
9937 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9938 #  x-axis: "X = VNFs per Service Chain"
9939 #  y-axis: "Y = Number of Service Chains"
9940 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9941 #  layout:
9942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9943 #    layout: "plot-service-density"
9944 #
9945 #- type: "plot"
9946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9947 #  algorithm: "plot_nf_heatmap"
9948 #  output-file-type: ".html"
9949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9950 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9951 #  filter: "'NIC_Intel-XXV710' and
9952 #           'NF_DENSITY' and
9953 #           'VHOST' and
9954 #           'VXLAN' and
9955 #           'CHAIN' and
9956 #           'IMIX' and
9957 #           '8T4C' and
9958 #           'NDRPDR'"
9959 #  parameters:
9960 #  - "throughput"
9961 #  - "name"
9962 #  - "tags"
9963 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9964 #  x-axis: "X = VNFs per Service Chain"
9965 #  y-axis: "Y = Number of Service Chains"
9966 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9967 #  layout:
9968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9969 #    layout: "plot-service-density"
9970 #
9971 ## Plots - NF Density - CSC - MRR IMIX
9972 #- type: "plot"
9973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9974 #  algorithm: "plot_nf_heatmap"
9975 #  output-file-type: ".html"
9976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9977 #  data: "plot-vpp-nfv-2n-clx-mrr"
9978 #  filter: "'NIC_Intel-XXV710' and
9979 #           'NF_DENSITY' and
9980 #           'DOCKER' and
9981 #           'CHAIN' and
9982 #           'NF_VPPIP4' and
9983 #           'IMIX' and
9984 #           '2T1C' and
9985 #           'MRR'"
9986 #  parameters:
9987 #  - "result"
9988 #  - "name"
9989 #  - "tags"
9990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9991 #  x-axis: "X = CNFs per Service Chain"
9992 #  y-axis: "Y = Number of Service Chains"
9993 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9994 #  layout:
9995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9996 #    layout: "plot-service-density"
9997 #
9998 #- type: "plot"
9999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10000 #  algorithm: "plot_nf_heatmap"
10001 #  output-file-type: ".html"
10002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10003 #  data: "plot-vpp-nfv-2n-clx-mrr"
10004 #  filter: "'NIC_Intel-XXV710' and
10005 #           'NF_DENSITY' and
10006 #           'DOCKER' and
10007 #           'CHAIN' and
10008 #           'NF_VPPIP4' and
10009 #           'IMIX' and
10010 #           '4T2C' and
10011 #           'MRR'"
10012 #  parameters:
10013 #  - "result"
10014 #  - "name"
10015 #  - "tags"
10016 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10017 #  x-axis: "X = CNFs per Service Chain"
10018 #  y-axis: "Y = Number of Service Chains"
10019 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10020 #  layout:
10021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10022 #    layout: "plot-service-density"
10023 #
10024 #- type: "plot"
10025 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10026 #  algorithm: "plot_nf_heatmap"
10027 #  output-file-type: ".html"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10029 #  data: "plot-vpp-nfv-2n-clx-mrr"
10030 #  filter: "'NIC_Intel-XXV710' and
10031 #           'NF_DENSITY' and
10032 #           'DOCKER' and
10033 #           'CHAIN' and
10034 #           'NF_VPPIP4' and
10035 #           'IMIX' and
10036 #           '8T4C' and
10037 #           'MRR'"
10038 #  parameters:
10039 #  - "result"
10040 #  - "name"
10041 #  - "tags"
10042 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10043 #  x-axis: "X = CNFs per Service Chain"
10044 #  y-axis: "Y = Number of Service Chains"
10045 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10046 #  layout:
10047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10048 #    layout: "plot-service-density"
10049 #
10050 ## Plots - NF Density - CSC - NDR IMIX
10051 #- type: "plot"
10052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10053 #  algorithm: "plot_nf_heatmap"
10054 #  output-file-type: ".html"
10055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10056 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057 #  filter: "'NIC_Intel-XXV710' and
10058 #           'NF_DENSITY' and
10059 #           'DOCKER' and
10060 #           'CHAIN' and
10061 #           'NF_VPPIP4' and
10062 #           'IMIX' and
10063 #           '2T1C' and
10064 #           'NDRPDR'"
10065 #  parameters:
10066 #  - "throughput"
10067 #  - "name"
10068 #  - "tags"
10069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10070 #  x-axis: "X = CNFs per Service Chain"
10071 #  y-axis: "Y = Number of Service Chains"
10072 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10073 #  layout:
10074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10075 #    layout: "plot-service-density"
10076 #
10077 #- type: "plot"
10078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10079 #  algorithm: "plot_nf_heatmap"
10080 #  output-file-type: ".html"
10081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10082 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10083 #  filter: "'NIC_Intel-XXV710' and
10084 #           'NF_DENSITY' and
10085 #           'DOCKER' and
10086 #           'CHAIN' and
10087 #           'NF_VPPIP4' and
10088 #           'IMIX' and
10089 #           '4T2C' and
10090 #           'NDRPDR'"
10091 #  parameters:
10092 #  - "throughput"
10093 #  - "name"
10094 #  - "tags"
10095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10096 #  x-axis: "X = CNFs per Service Chain"
10097 #  y-axis: "Y = Number of Service Chains"
10098 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10099 #  layout:
10100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10101 #    layout: "plot-service-density"
10102 #
10103 #- type: "plot"
10104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10105 #  algorithm: "plot_nf_heatmap"
10106 #  output-file-type: ".html"
10107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10108 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10109 #  filter: "'NIC_Intel-XXV710' and
10110 #           'NF_DENSITY' and
10111 #           'DOCKER' and
10112 #           'CHAIN' and
10113 #           'NF_VPPIP4' and
10114 #           'IMIX' and
10115 #           '8T4C' and
10116 #           'NDRPDR'"
10117 #  parameters:
10118 #  - "throughput"
10119 #  - "name"
10120 #  - "tags"
10121 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10122 #  x-axis: "X = CNFs per Service Chain"
10123 #  y-axis: "Y = Number of Service Chains"
10124 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10125 #  layout:
10126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10127 #    layout: "plot-service-density"
10128 #
10129 ## Plots - NF Density - CSC - PDR IMIX
10130 #- type: "plot"
10131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10132 #  algorithm: "plot_nf_heatmap"
10133 #  output-file-type: ".html"
10134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10135 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10136 #  filter: "'NIC_Intel-XXV710' and
10137 #           'NF_DENSITY' and
10138 #           'DOCKER' and
10139 #           'CHAIN' and
10140 #           'NF_VPPIP4' and
10141 #           'IMIX' and
10142 #           '2T1C' and
10143 #           'NDRPDR'"
10144 #  parameters:
10145 #  - "throughput"
10146 #  - "name"
10147 #  - "tags"
10148 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10149 #  x-axis: "X = CNFs per Service Chain"
10150 #  y-axis: "Y = Number of Service Chains"
10151 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10152 #  layout:
10153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10154 #    layout: "plot-service-density"
10155 #
10156 #- type: "plot"
10157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10158 #  algorithm: "plot_nf_heatmap"
10159 #  output-file-type: ".html"
10160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10161 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10162 #  filter: "'NIC_Intel-XXV710' and
10163 #           'NF_DENSITY' and
10164 #           'DOCKER' and
10165 #           'CHAIN' and
10166 #           'NF_VPPIP4' and
10167 #           'IMIX' and
10168 #           '4T2C' and
10169 #           'NDRPDR'"
10170 #  parameters:
10171 #  - "throughput"
10172 #  - "name"
10173 #  - "tags"
10174 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10175 #  x-axis: "X = CNFs per Service Chain"
10176 #  y-axis: "Y = Number of Service Chains"
10177 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10178 #  layout:
10179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10180 #    layout: "plot-service-density"
10181 #
10182 #- type: "plot"
10183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10184 #  algorithm: "plot_nf_heatmap"
10185 #  output-file-type: ".html"
10186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10187 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10188 #  filter: "'NIC_Intel-XXV710' and
10189 #           'NF_DENSITY' and
10190 #           'DOCKER' and
10191 #           'CHAIN' and
10192 #           'NF_VPPIP4' and
10193 #           'IMIX' and
10194 #           '8T4C' and
10195 #           'NDRPDR'"
10196 #  parameters:
10197 #  - "throughput"
10198 #  - "name"
10199 #  - "tags"
10200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10201 #  x-axis: "X = CNFs per Service Chain"
10202 #  y-axis: "Y = Number of Service Chains"
10203 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10204 #  layout:
10205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10206 #    layout: "plot-service-density"
10207 #
10208 ## Plots - NF Density - CSP - MRR IMIX
10209 #- type: "plot"
10210 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10211 #  algorithm: "plot_nf_heatmap"
10212 #  output-file-type: ".html"
10213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10214 #  data: "plot-vpp-nfv-2n-clx-mrr"
10215 #  filter: "'NIC_Intel-XXV710' and
10216 #           'NF_DENSITY' and
10217 #           'DOCKER' and
10218 #           'PIPELINE' and
10219 #           'NF_VPPIP4' and
10220 #           'IMIX' and
10221 #           '2T1C' and
10222 #           'MRR'"
10223 #  parameters:
10224 #  - "result"
10225 #  - "name"
10226 #  - "tags"
10227 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10228 #  x-axis: "X = CNFs per Service Pipeline"
10229 #  y-axis: "Y = Number of Service Pipelines"
10230 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10231 #  layout:
10232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10233 #    layout: "plot-service-density"
10234 #
10235 #- type: "plot"
10236 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10237 #  algorithm: "plot_nf_heatmap"
10238 #  output-file-type: ".html"
10239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10240 #  data: "plot-vpp-nfv-2n-clx-mrr"
10241 #  filter: "'NIC_Intel-XXV710' and
10242 #           'NF_DENSITY' and
10243 #           'DOCKER' and
10244 #           'PIPELINE' and
10245 #           'NF_VPPIP4' and
10246 #           'IMIX' and
10247 #           '4T2C' and
10248 #           'MRR'"
10249 #  parameters:
10250 #  - "result"
10251 #  - "name"
10252 #  - "tags"
10253 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10254 #  x-axis: "X = CNFs per Service Pipeline"
10255 #  y-axis: "Y = Number of Service Pipelines"
10256 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10257 #  layout:
10258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10259 #    layout: "plot-service-density"
10260 #
10261 #- type: "plot"
10262 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10263 #  algorithm: "plot_nf_heatmap"
10264 #  output-file-type: ".html"
10265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10266 #  data: "plot-vpp-nfv-2n-clx-mrr"
10267 #  filter: "'NIC_Intel-XXV710' and
10268 #           'NF_DENSITY' and
10269 #           'DOCKER' and
10270 #           'PIPELINE' and
10271 #           'NF_VPPIP4' and
10272 #           'IMIX' and
10273 #           '8T4C' and
10274 #           'MRR'"
10275 #  parameters:
10276 #  - "result"
10277 #  - "name"
10278 #  - "tags"
10279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10280 #  x-axis: "X = CNFs per Service Pipeline"
10281 #  y-axis: "Y = Number of Service Pipelines"
10282 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10283 #  layout:
10284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10285 #    layout: "plot-service-density"
10286 #
10287 ## Plots - NF Density - CSP - NDR IMIX
10288 #- type: "plot"
10289 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10290 #  algorithm: "plot_nf_heatmap"
10291 #  output-file-type: ".html"
10292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10293 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10294 #  filter: "'NIC_Intel-XXV710' and
10295 #           'NF_DENSITY' and
10296 #           'DOCKER' and
10297 #           'PIPELINE' and
10298 #           'NF_VPPIP4' and
10299 #           'IMIX' and
10300 #           '2T1C' and
10301 #           'NDRPDR'"
10302 #  parameters:
10303 #  - "throughput"
10304 #  - "name"
10305 #  - "tags"
10306 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10307 #  x-axis: "X = CNFs per Service Pipeline"
10308 #  y-axis: "Y = Number of Service Pipelines"
10309 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10310 #  layout:
10311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10312 #    layout: "plot-service-density"
10313 #
10314 #- type: "plot"
10315 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10316 #  algorithm: "plot_nf_heatmap"
10317 #  output-file-type: ".html"
10318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10319 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10320 #  filter: "'NIC_Intel-XXV710' and
10321 #           'NF_DENSITY' and
10322 #           'DOCKER' and
10323 #           'PIPELINE' and
10324 #           'NF_VPPIP4' and
10325 #           'IMIX' and
10326 #           '4T2C' and
10327 #           'NDRPDR'"
10328 #  parameters:
10329 #  - "throughput"
10330 #  - "name"
10331 #  - "tags"
10332 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10333 #  x-axis: "X = CNFs per Service Pipeline"
10334 #  y-axis: "Y = Number of Service Pipelines"
10335 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10336 #  layout:
10337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10338 #    layout: "plot-service-density"
10339 #
10340 #- type: "plot"
10341 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10342 #  algorithm: "plot_nf_heatmap"
10343 #  output-file-type: ".html"
10344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10345 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10346 #  filter: "'NIC_Intel-XXV710' and
10347 #           'NF_DENSITY' and
10348 #           'DOCKER' and
10349 #           'PIPELINE' and
10350 #           'NF_VPPIP4' and
10351 #           'IMIX' and
10352 #           '8T4C' and
10353 #           'NDRPDR'"
10354 #  parameters:
10355 #  - "throughput"
10356 #  - "name"
10357 #  - "tags"
10358 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10359 #  x-axis: "X = CNFs per Service Pipeline"
10360 #  y-axis: "Y = Number of Service Pipelines"
10361 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10362 #  layout:
10363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10364 #    layout: "plot-service-density"
10365 #
10366 ## Plots - NF Density - CSP - PDR IMIX
10367 #- type: "plot"
10368 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10369 #  algorithm: "plot_nf_heatmap"
10370 #  output-file-type: ".html"
10371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10372 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10373 #  filter: "'NIC_Intel-XXV710' and
10374 #           'NF_DENSITY' and
10375 #           'DOCKER' and
10376 #           'PIPELINE' and
10377 #           'NF_VPPIP4' and
10378 #           'IMIX' and
10379 #           '2T1C' and
10380 #           'NDRPDR'"
10381 #  parameters:
10382 #  - "throughput"
10383 #  - "name"
10384 #  - "tags"
10385 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10386 #  x-axis: "X = CNFs per Service Pipeline"
10387 #  y-axis: "Y = Number of Service Pipelines"
10388 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10389 #  layout:
10390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10391 #    layout: "plot-service-density"
10392 #
10393 #- type: "plot"
10394 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10395 #  algorithm: "plot_nf_heatmap"
10396 #  output-file-type: ".html"
10397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10398 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10399 #  filter: "'NIC_Intel-XXV710' and
10400 #           'NF_DENSITY' and
10401 #           'DOCKER' and
10402 #           'PIPELINE' and
10403 #           'NF_VPPIP4' and
10404 #           'IMIX' and
10405 #           '4T2C' and
10406 #           'NDRPDR'"
10407 #  parameters:
10408 #  - "throughput"
10409 #  - "name"
10410 #  - "tags"
10411 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10412 #  x-axis: "X = CNFs per Service Pipeline"
10413 #  y-axis: "Y = Number of Service Pipelines"
10414 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10415 #  layout:
10416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10417 #    layout: "plot-service-density"
10418 #
10419 #- type: "plot"
10420 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10421 #  algorithm: "plot_nf_heatmap"
10422 #  output-file-type: ".html"
10423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10424 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10425 #  filter: "'NIC_Intel-XXV710' and
10426 #           'NF_DENSITY' and
10427 #           'DOCKER' and
10428 #           'PIPELINE' and
10429 #           'NF_VPPIP4' and
10430 #           'IMIX' and
10431 #           '8T4C' and
10432 #           'NDRPDR'"
10433 #  parameters:
10434 #  - "throughput"
10435 #  - "name"
10436 #  - "tags"
10437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10438 #  x-axis: "X = CNFs per Service Pipeline"
10439 #  y-axis: "Y = Number of Service Pipelines"
10440 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10441 #  layout:
10442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10443 #    layout: "plot-service-density"
10444
10445 ################################################################################
10446
10447 # Packet Throughput
10448
10449 #- type: "plot"
10450 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10451 #  algorithm: "plot_perf_box_name"
10452 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10454 #  include:
10455 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10456 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10457 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10458 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10459 #  layout:
10460 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10461 #    layout: "plot-throughput"
10462 #
10463 #- type: "plot"
10464 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10465 #  algorithm: "plot_perf_box_name"
10466 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10467 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10468 #  include:
10469 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10470 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10471 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10472 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10473 #  layout:
10474 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10475 #    layout: "plot-throughput"
10476 #
10477 #- type: "plot"
10478 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10479 #  algorithm: "plot_perf_box_name"
10480 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10481 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10482 #  include:
10483 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10484 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10485 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10486 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10487 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10488 #  layout:
10489 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10490 #    layout: "plot-throughput"
10491 #
10492 #- type: "plot"
10493 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10494 #  algorithm: "plot_perf_box_name"
10495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10497 #  include:
10498 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10502 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10503 #  layout:
10504 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10505 #    layout: "plot-throughput"
10506
10507 - type: "plot"
10508   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10509   algorithm: "plot_perf_box_name"
10510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10512   include:
10513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10518   layout:
10519     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10520     layout: "plot-throughput"
10521
10522 - type: "plot"
10523   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10524   algorithm: "plot_perf_box_name"
10525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10527   include:
10528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10531     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10532     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10533   layout:
10534     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10535     layout: "plot-throughput"
10536
10537 #- type: "plot"
10538 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10539 #  algorithm: "plot_perf_box_name"
10540 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10542 #  include:
10543 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10545 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10546 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10548 #  layout:
10549 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10550 #    layout: "plot-throughput"
10551 #
10552 #- type: "plot"
10553 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10554 #  algorithm: "plot_perf_box_name"
10555 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10556 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10557 #  include:
10558 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10561 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10562 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10563 #  layout:
10564 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10565 #    layout: "plot-throughput"
10566 #
10567 #- type: "plot"
10568 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10569 #  algorithm: "plot_perf_box_name"
10570 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10571 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10572 #  include:
10573 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10574 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10575 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10576 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10577 #  layout:
10578 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10579 #    layout: "plot-throughput"
10580 #
10581 #- type: "plot"
10582 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10583 #  algorithm: "plot_perf_box_name"
10584 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10585 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10586 #  include:
10587 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10591 #  layout:
10592 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10593 #    layout: "plot-throughput"
10594 #
10595 #- type: "plot"
10596 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10597 #  algorithm: "plot_perf_box_name"
10598 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10599 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10600 #  include:
10601 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10602 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10606 #  layout:
10607 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10608 #    layout: "plot-throughput"
10609 #
10610 #- type: "plot"
10611 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10612 #  algorithm: "plot_perf_box_name"
10613 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10614 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10615 #  include:
10616 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10617 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10618 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10621 #  layout:
10622 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10623 #    layout: "plot-throughput"
10624 #
10625 #- type: "plot"
10626 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10627 #  algorithm: "plot_perf_box_name"
10628 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10629 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10630 #  include:
10631 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10637 #  layout:
10638 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10639 #    layout: "plot-throughput"
10640 #
10641 #- type: "plot"
10642 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10643 #  algorithm: "plot_perf_box_name"
10644 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10645 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10646 #  include:
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10653 #  layout:
10654 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10655 #    layout: "plot-throughput"
10656
10657 - type: "plot"
10658   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10659   algorithm: "plot_perf_box_name"
10660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10662   include:
10663     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10666   layout:
10667     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10668     layout: "plot-throughput"
10669
10670 - type: "plot"
10671   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10672   algorithm: "plot_perf_box_name"
10673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10675   include:
10676     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10679   layout:
10680     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10681     layout: "plot-throughput"
10682
10683 #- type: "plot"
10684 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10685 #  algorithm: "plot_perf_box_name"
10686 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10687 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10688 #  include:
10689 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10690 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10691 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10692 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10694 #  layout:
10695 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10696 #    layout: "plot-throughput"
10697 #
10698 #- type: "plot"
10699 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10700 #  algorithm: "plot_perf_box_name"
10701 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10702 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10703 #  include:
10704 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10705 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10707 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10708 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10709 #  layout:
10710 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10711 #    layout: "plot-throughput"
10712 #
10713 #- type: "plot"
10714 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10715 #  algorithm: "plot_perf_box_name"
10716 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10717 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10718 #  include:
10719 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10720 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10721 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10722 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10723 #  layout:
10724 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10725 #    layout: "plot-throughput"
10726 #
10727 #- type: "plot"
10728 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10729 #  algorithm: "plot_perf_box_name"
10730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10732 #  include:
10733 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10734 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10735 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10737 #  layout:
10738 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10739 #    layout: "plot-throughput"
10740 #
10741 #- type: "plot"
10742 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10743 #  algorithm: "plot_perf_box_name"
10744 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10745 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10746 #  include:
10747 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10748 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10749 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10752 #  layout:
10753 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10754 #    layout: "plot-throughput"
10755 #
10756 #- type: "plot"
10757 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10758 #  algorithm: "plot_perf_box_name"
10759 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10760 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10761 #  include:
10762 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10763 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10764 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10767 #  layout:
10768 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10769 #    layout: "plot-throughput"
10770 #
10771 #- type: "plot"
10772 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10773 #  algorithm: "plot_perf_box_name"
10774 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10775 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10776 #  include:
10777 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10783 #  layout:
10784 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10785 #    layout: "plot-throughput"
10786 #
10787 #- type: "plot"
10788 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10789 #  algorithm: "plot_perf_box_name"
10790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10792 #  include:
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10799 #  layout:
10800 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10801 #    layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10808   include:
10809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10814   layout:
10815     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10816     layout: "plot-throughput"
10817
10818 - type: "plot"
10819   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10820   algorithm: "plot_perf_box_name"
10821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10823   include:
10824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10829   layout:
10830     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10831     layout: "plot-throughput"
10832
10833 - type: "plot"
10834   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10835   algorithm: "plot_perf_box_name"
10836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10838   include:
10839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10845   layout:
10846     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10847     layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10854   include:
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10861   layout:
10862     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10863     layout: "plot-throughput"
10864
10865 - type: "plot"
10866   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10867   algorithm: "plot_perf_box_name"
10868   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10869   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10870   include:
10871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10876   layout:
10877     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10878     layout: "plot-throughput"
10879
10880 - type: "plot"
10881   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10882   algorithm: "plot_perf_box_name"
10883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10885   include:
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10891   layout:
10892     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10897   algorithm: "plot_perf_box_name"
10898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10900   include:
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10907   layout:
10908     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10913   algorithm: "plot_perf_box_name"
10914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10916   include:
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10923   layout:
10924     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10925     layout: "plot-throughput"
10926
10927 - type: "plot"
10928   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10929   algorithm: "plot_perf_box_name"
10930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10932   include:
10933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10938   layout:
10939     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10940     layout: "plot-throughput"
10941
10942 - type: "plot"
10943   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10944   algorithm: "plot_perf_box_name"
10945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10947   include:
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10953   layout:
10954     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10962   include:
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10969   layout:
10970     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10975   algorithm: "plot_perf_box_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10978   include:
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10985   layout:
10986     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10987     layout: "plot-throughput"
10988
10989 - type: "plot"
10990   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10991   algorithm: "plot_perf_box_name"
10992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10994   include:
10995     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10997   layout:
10998     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11006   include:
11007     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11009   layout:
11010     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11011     layout: "plot-throughput"
11012
11013 #- type: "plot"
11014 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11015 #  algorithm: "plot_perf_box_name"
11016 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11017 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11018 #  include:
11019 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11020 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11022 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11023 #  layout:
11024 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11025 #    layout: "plot-throughput"
11026 #
11027 #- type: "plot"
11028 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11029 #  algorithm: "plot_perf_box_name"
11030 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11031 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032 #  include:
11033 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11037 #  layout:
11038 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11039 #    layout: "plot-throughput"
11040
11041 - type: "plot"
11042   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11043   algorithm: "plot_perf_box_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11046   include:
11047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11051   layout:
11052     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11053     layout: "plot-throughput"
11054
11055 - type: "plot"
11056   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11057   algorithm: "plot_perf_box_name"
11058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11060   include:
11061     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11065   layout:
11066     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11073   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11074   include:
11075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11079   layout:
11080     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11093   layout:
11094     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11095     layout: "plot-throughput"
11096
11097 #- type: "plot"
11098 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11099 #  algorithm: "plot_perf_box_name"
11100 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11101 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11102 #  include:
11103 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11104 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11105 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11106 #  layout:
11107 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11108 #    layout: "plot-throughput"
11109 #
11110 #- type: "plot"
11111 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11112 #  algorithm: "plot_perf_box_name"
11113 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11114 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11115 #  include:
11116 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11117 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11118 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11119 #  layout:
11120 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11121 #    layout: "plot-throughput"
11122 #
11123 #- type: "plot"
11124 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11125 #  algorithm: "plot_perf_box_name"
11126 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11127 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11128 #  include:
11129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11130 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11131 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11132 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11133 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11134 #  layout:
11135 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11136 #    layout: "plot-throughput"
11137 #
11138 #- type: "plot"
11139 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11140 #  algorithm: "plot_perf_box_name"
11141 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11142 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143 #  include:
11144 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11145 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11146 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11147 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11148 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11149 #  layout:
11150 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11151 #    layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11158   include:
11159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11162   layout:
11163     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11171   include:
11172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11175   layout:
11176     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11177     layout: "plot-throughput"
11178
11179 #- type: "plot"
11180 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11181 #  algorithm: "plot_perf_box_name"
11182 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11183 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11184 #  include:
11185 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11186 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11187 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11188 #  layout:
11189 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11190 #    layout: "plot-throughput"
11191 #
11192 #- type: "plot"
11193 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11194 #  algorithm: "plot_perf_box_name"
11195 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11196 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11197 #  include:
11198 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11199 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11200 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11201 #  layout:
11202 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11203 #    layout: "plot-throughput"
11204 #
11205 #- type: "plot"
11206 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11207 #  algorithm: "plot_perf_box_name"
11208 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11209 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11210 #  include:
11211 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11212 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11213 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11214 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11215 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11216 #  layout:
11217 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11218 #    layout: "plot-throughput"
11219 #
11220 #- type: "plot"
11221 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11222 #  algorithm: "plot_perf_box_name"
11223 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11224 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11225 #  include:
11226 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11227 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11228 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11229 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11230 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11231 #  layout:
11232 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11233 #    layout: "plot-throughput"
11234
11235 - type: "plot"
11236   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11237   algorithm: "plot_perf_box_name"
11238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11240   include:
11241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11246   layout:
11247     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11248     layout: "plot-throughput"
11249
11250 - type: "plot"
11251   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11252   algorithm: "plot_perf_box_name"
11253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11255   include:
11256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11261   layout:
11262     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11263     layout: "plot-throughput"
11264
11265 - type: "plot"
11266   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11267   algorithm: "plot_perf_box_name"
11268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11270   include:
11271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11276   layout:
11277     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11284   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11285   include:
11286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11291   layout:
11292     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11293     layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11299   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11300   include:
11301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11306   layout:
11307     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11315   include:
11316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11321   layout:
11322     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11330   include:
11331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11337   layout:
11338     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11346   include:
11347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11353   layout:
11354     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11355     layout: "plot-throughput"
11356
11357 - type: "plot"
11358   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11359   algorithm: "plot_perf_box_name"
11360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11362   include:
11363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11367   layout:
11368     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11376   include:
11377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11381   layout:
11382     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11383     layout: "plot-throughput"
11384
11385 #- type: "plot"
11386 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11387 #  algorithm: "plot_perf_box_name"
11388 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11389 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390 #  include:
11391 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11392 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11393 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11394 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11395 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11396 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11397 #  layout:
11398 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11399 #    layout: "plot-throughput"
11400 #
11401 #- type: "plot"
11402 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11403 #  algorithm: "plot_perf_box_name"
11404 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11405 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406 #  include:
11407 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11410 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11411 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11412 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11413 #  layout:
11414 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11415 #    layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11422   include:
11423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11426 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11428 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11429   layout:
11430     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11438   include:
11439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11442 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11444 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11445   layout:
11446     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11454   include:
11455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11461   layout:
11462     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11470   include:
11471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11477   layout:
11478     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11479     layout: "plot-throughput"
11480
11481 #- type: "plot"
11482 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11483 #  algorithm: "plot_perf_box_name"
11484 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11485 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11486 #  include:
11487 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11488 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11489 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11490 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11491 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11492 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11493 #  layout:
11494 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11495 #    layout: "plot-throughput"
11496 #
11497 #- type: "plot"
11498 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11499 #  algorithm: "plot_perf_box_name"
11500 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11501 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11502 #  include:
11503 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11505 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11507 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11509 #  layout:
11510 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11511 #    layout: "plot-throughput"
11512 #
11513 #- type: "plot"
11514 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11515 #  algorithm: "plot_perf_box_name"
11516 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11517 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11518 #  include:
11519 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11520 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11521 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11522 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11523 #  layout:
11524 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11525 #    layout: "plot-throughput"
11526 #
11527 #- type: "plot"
11528 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11529 #  algorithm: "plot_perf_box_name"
11530 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11532 #  include:
11533 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11536 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11537 #  layout:
11538 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11539 #    layout: "plot-throughput"
11540 #
11541 #- type: "plot"
11542 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11543 #  algorithm: "plot_perf_box_name"
11544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546 #  include:
11547 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11552 #  layout:
11553 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11554 #    layout: "plot-throughput"
11555 #
11556 #- type: "plot"
11557 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11558 #  algorithm: "plot_perf_box_name"
11559 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11560 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11561 #  include:
11562 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11567 #  layout:
11568 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11569 #    layout: "plot-throughput"
11570 #
11571 #- type: "plot"
11572 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11573 #  algorithm: "plot_perf_box_name"
11574 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11575 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11576 #  include:
11577 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11578 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11581 #  layout:
11582 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11583 #    layout: "plot-throughput"
11584 #
11585 #- type: "plot"
11586 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11587 #  algorithm: "plot_perf_box_name"
11588 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11589 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590 #  include:
11591 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11592 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11595 #  layout:
11596 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11597 #    layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11604   include:
11605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11611   layout:
11612     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11620   include:
11621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11627   layout:
11628     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11629     layout: "plot-throughput"
11630
11631 #- type: "plot"
11632 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11635 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11642 #  layout:
11643 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11644 #    layout: "plot-throughput"
11645 #
11646 #- type: "plot"
11647 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11648 #  algorithm: "plot_perf_box_name"
11649 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11650 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11651 #  include:
11652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11657 #  layout:
11658 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11659 #    layout: "plot-throughput"
11660 #
11661 #- type: "plot"
11662 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11663 #  algorithm: "plot_perf_box_name"
11664 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11665 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11666 #  include:
11667 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11668 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11669 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11670 #  layout:
11671 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11672 #    layout: "plot-throughput"
11673 #
11674 #- type: "plot"
11675 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11676 #  algorithm: "plot_perf_box_name"
11677 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11678 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11679 #  include:
11680 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11681 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11682 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11683 #  layout:
11684 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11685 #    layout: "plot-throughput"
11686 #
11687 #- type: "plot"
11688 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11689 #  algorithm: "plot_perf_box_name"
11690 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11691 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11692 #  include:
11693 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11694 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11695 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11696 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11697 #  layout:
11698 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11699 #    layout: "plot-throughput"
11700 #
11701 #- type: "plot"
11702 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11703 #  algorithm: "plot_perf_box_name"
11704 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11705 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11706 #  include:
11707 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11708 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11709 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11710 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11711 #  layout:
11712 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11713 #    layout: "plot-throughput"
11714 #
11715 #- type: "plot"
11716 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11717 #  algorithm: "plot_perf_box_name"
11718 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11719 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11720 #  include:
11721 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11722 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11723 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11724 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11725 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11726 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11727 #  layout:
11728 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11729 #    layout: "plot-throughput"
11730 #
11731 #- type: "plot"
11732 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11733 #  algorithm: "plot_perf_box_name"
11734 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11735 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11736 #  include:
11737 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11738 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11743 #  layout:
11744 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11745 #    layout: "plot-throughput"
11746 #
11747 #- type: "plot"
11748 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11749 #  algorithm: "plot_perf_box_name"
11750 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11751 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752 #  include:
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11758 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11759 #  layout:
11760 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11761 #    layout: "plot-throughput"
11762 #
11763 #- type: "plot"
11764 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11765 #  algorithm: "plot_perf_box_name"
11766 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11767 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768 #  include:
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11775 #  layout:
11776 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11777 #    layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11784   include:
11785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11789   layout:
11790     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11798   include:
11799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11803   layout:
11804     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11812   include:
11813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11819   layout:
11820     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11828   include:
11829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11835   layout:
11836     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11851   layout:
11852     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11860   include:
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11867   layout:
11868     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11876   include:
11877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11881   layout:
11882     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11890   include:
11891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11895   layout:
11896     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11903   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11904   include:
11905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11911   layout:
11912     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11920   include:
11921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11927   layout:
11928     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11941   layout:
11942     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11950   include:
11951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11955   layout:
11956     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11964   include:
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11971   layout:
11972     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11980   include:
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11987   layout:
11988     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11996   include:
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12003   layout:
12004     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12005     layout: "plot-throughput"
12006
12007 - type: "plot"
12008   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12009   algorithm: "plot_perf_box_name"
12010   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12011   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12012   include:
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12019   layout:
12020     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12028   include:
12029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12033     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12034     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12035   layout:
12036     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12044   include:
12045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12047     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12049     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12050     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12051   layout:
12052     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12053     layout: "plot-throughput"
12054
12055 #- type: "plot"
12056 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12057 #  algorithm: "plot_perf_box_name"
12058 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12059 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12060 #  include:
12061 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12062 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12063 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12064 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12065 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12066 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12067 #  layout:
12068 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12069 #    layout: "plot-throughput"
12070 #
12071 #- type: "plot"
12072 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12073 #  algorithm: "plot_perf_box_name"
12074 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12075 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076 #  include:
12077 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12078 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12079 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12080 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12081 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12083 #  layout:
12084 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12085 #    layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12092   include:
12093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12099   layout:
12100     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12108   include:
12109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12115   layout:
12116     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12117     layout: "plot-throughput"
12118
12119 #- type: "plot"
12120 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12121 #  algorithm: "plot_perf_box_name"
12122 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12123 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12124 #  include:
12125 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12128 #  layout:
12129 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12130 #    layout: "plot-throughput"
12131 #
12132 #- type: "plot"
12133 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12134 #  algorithm: "plot_perf_box_name"
12135 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12136 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12137 #  include:
12138 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12141 #  layout:
12142 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12143 #    layout: "plot-throughput"
12144
12145 #- type: "plot"
12146 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12147 #  algorithm: "plot_perf_box_name"
12148 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12149 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12150 #  include:
12151 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12152 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12153 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12154 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12155 #  layout:
12156 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12157 #    layout: "plot-throughput"
12158 #
12159 #- type: "plot"
12160 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12161 #  algorithm: "plot_perf_box_name"
12162 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12163 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12164 #  include:
12165 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12169 #  layout:
12170 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12171 #    layout: "plot-throughput"
12172 #
12173 #- type: "plot"
12174 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12175 #  algorithm: "plot_perf_box_name"
12176 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12177 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12178 #  include:
12179 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12183 #  layout:
12184 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12185 #    layout: "plot-throughput"
12186 #
12187 #- type: "plot"
12188 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12189 #  algorithm: "plot_perf_box_name"
12190 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12191 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192 #  include:
12193 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12197 #  layout:
12198 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12199 #    layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12206   include:
12207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12211   layout:
12212     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12220   include:
12221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12225   layout:
12226     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12234   include:
12235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12239   layout:
12240     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12248   include:
12249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12253   layout:
12254     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12255     layout: "plot-throughput"
12256
12257 #- type: "plot"
12258 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12259 #  algorithm: "plot_perf_box_name"
12260 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12261 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12262 #  include:
12263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12267 #  layout:
12268 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12269 #    layout: "plot-throughput"
12270 #
12271 #- type: "plot"
12272 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12273 #  algorithm: "plot_perf_box_name"
12274 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12275 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12276 #  include:
12277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12281 #  layout:
12282 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12283 #    layout: "plot-throughput"
12284 #
12285 #- type: "plot"
12286 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12287 #  algorithm: "plot_perf_box_name"
12288 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12289 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12290 #  include:
12291 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12292 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12293 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12295 #  layout:
12296 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12297 #    layout: "plot-throughput"
12298 #
12299 #- type: "plot"
12300 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12301 #  algorithm: "plot_perf_box_name"
12302 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12303 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304 #  include:
12305 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12306 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12307 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12308 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12309 #  layout:
12310 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12311 #    layout: "plot-throughput"
12312 #
12313 #- type: "plot"
12314 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12315 #  algorithm: "plot_perf_box_name"
12316 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12317 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12318 #  include:
12319 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12320 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12321 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12322 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12323 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12324 #  layout:
12325 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12326 #    layout: "plot-throughput"
12327 #
12328 #- type: "plot"
12329 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12330 #  algorithm: "plot_perf_box_name"
12331 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12332 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12333 #  include:
12334 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12335 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12336 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12337 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12339 #  layout:
12340 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12341 #    layout: "plot-throughput"
12342 #
12343 #- type: "plot"
12344 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12345 #  algorithm: "plot_perf_box_name"
12346 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12347 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12348 #  include:
12349 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12350 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12351 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12354 #  layout:
12355 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12356 #    layout: "plot-throughput"
12357 #
12358 #- type: "plot"
12359 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12360 #  algorithm: "plot_perf_box_name"
12361 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12362 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363 #  include:
12364 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12365 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12369 #  layout:
12370 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12371 #    layout: "plot-throughput"
12372 #
12373 #- type: "plot"
12374 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12375 #  algorithm: "plot_perf_box_name"
12376 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12377 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378 #  include:
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12385 #  layout:
12386 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12387 #    layout: "plot-throughput"
12388 #
12389 #- type: "plot"
12390 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12391 #  algorithm: "plot_perf_box_name"
12392 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12393 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12394 #  include:
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12401 #  layout:
12402 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12403 #    layout: "plot-throughput"
12404 #
12405 #- type: "plot"
12406 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12407 #  algorithm: "plot_perf_box_name"
12408 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12409 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12410 #  include:
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12415 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12417 #  layout:
12418 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12419 #    layout: "plot-throughput"
12420 #
12421 #- type: "plot"
12422 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12423 #  algorithm: "plot_perf_box_name"
12424 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12425 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12426 #  include:
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12433 #  layout:
12434 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12435 #    layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12442   include:
12443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12448   layout:
12449     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12457   include:
12458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12463   layout:
12464     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12465     layout: "plot-throughput"
12466
12467 #- type: "plot"
12468 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12469 #  algorithm: "plot_perf_box_name"
12470 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12471 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12472 #  include:
12473 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12478 #  layout:
12479 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12480 #    layout: "plot-throughput"
12481 #
12482 #- type: "plot"
12483 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12484 #  algorithm: "plot_perf_box_name"
12485 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12486 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12487 #  include:
12488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12493 #  layout:
12494 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12495 #    layout: "plot-throughput"
12496
12497 #- type: "plot"
12498 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12499 #  algorithm: "plot_perf_box_name"
12500 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12501 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12502 #  include:
12503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12509 #  layout:
12510 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12511 #    layout: "plot-throughput"
12512 #
12513 #- type: "plot"
12514 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12515 #  algorithm: "plot_perf_box_name"
12516 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12517 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12518 #  include:
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12525 #  layout:
12526 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12527 #    layout: "plot-throughput"
12528
12529 #- type: "plot"
12530 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12531 #  algorithm: "plot_perf_box_name"
12532 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12533 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12534 #  include:
12535 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12538 #  layout:
12539 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12540 #    layout: "plot-throughput"
12541 #
12542 #- type: "plot"
12543 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12544 #  algorithm: "plot_perf_box_name"
12545 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12546 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547 #  include:
12548 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12551 #  layout:
12552 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12553 #    layout: "plot-throughput"
12554
12555 ################################################################################
12556
12557 # Packet Speedup
12558
12559 #- type: "plot"
12560 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12561 #  algorithm: "plot_tsa_name"
12562 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12563 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12564 #  include:
12565 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12569 #  layout:
12570 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12571 #    layout: "plot-throughput-speedup-analysis"
12572 #
12573 #- type: "plot"
12574 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12575 #  algorithm: "plot_tsa_name"
12576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12578 #  include:
12579 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12583 #  layout:
12584 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12585 #    layout: "plot-throughput-speedup-analysis"
12586 #
12587 #- type: "plot"
12588 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12589 #  algorithm: "plot_tsa_name"
12590 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12591 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12592 #  include:
12593 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12598 #  layout:
12599 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12600 #    layout: "plot-throughput-speedup-analysis"
12601 #
12602 #- type: "plot"
12603 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12604 #  algorithm: "plot_tsa_name"
12605 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12606 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12607 #  include:
12608 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12613 #  layout:
12614 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12615 #    layout: "plot-throughput-speedup-analysis"
12616 #
12617 #- type: "plot"
12618 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12619 #  algorithm: "plot_tsa_name"
12620 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12621 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12622 #  include:
12623 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12625 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12628 #  layout:
12629 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12630 #    layout: "plot-throughput-speedup-analysis"
12631 #
12632 #- type: "plot"
12633 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12634 #  algorithm: "plot_tsa_name"
12635 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12636 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12637 #  include:
12638 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12643 #  layout:
12644 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12645 #    layout: "plot-throughput-speedup-analysis"
12646 #
12647 #- type: "plot"
12648 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12649 #  algorithm: "plot_tsa_name"
12650 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12651 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12652 #  include:
12653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12657 #  layout:
12658 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12659 #    layout: "plot-throughput-speedup-analysis"
12660 #
12661 #- type: "plot"
12662 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12663 #  algorithm: "plot_tsa_name"
12664 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12665 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12666 #  include:
12667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12671 #  layout:
12672 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12673 #    layout: "plot-throughput-speedup-analysis"
12674 #
12675 #- type: "plot"
12676 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12677 #  algorithm: "plot_tsa_name"
12678 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12679 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12680 #  include:
12681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12682 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12686 #  layout:
12687 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12688 #    layout: "plot-throughput-speedup-analysis"
12689 #
12690 #- type: "plot"
12691 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12692 #  algorithm: "plot_tsa_name"
12693 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12694 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12695 #  include:
12696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12697 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12698 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12701 #  layout:
12702 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12703 #    layout: "plot-throughput-speedup-analysis"
12704 #
12705 #- type: "plot"
12706 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12707 #  algorithm: "plot_tsa_name"
12708 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12709 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12710 #  include:
12711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12717 #  layout:
12718 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12719 #    layout: "plot-throughput-speedup-analysis"
12720 #
12721 #- type: "plot"
12722 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12723 #  algorithm: "plot_tsa_name"
12724 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12725 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12726 #  include:
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12733 #  layout:
12734 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12735 #    layout: "plot-throughput-speedup-analysis"
12736
12737 - type: "plot"
12738   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12739   algorithm: "plot_tsa_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12742   include:
12743     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12746   layout:
12747     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12748     layout: "plot-throughput-speedup-analysis"
12749
12750 - type: "plot"
12751   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12752   algorithm: "plot_tsa_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12755   include:
12756     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12759   layout:
12760     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12761     layout: "plot-throughput-speedup-analysis"
12762
12763 #- type: "plot"
12764 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12765 #  algorithm: "plot_tsa_name"
12766 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12767 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12768 #  include:
12769 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12770 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12771 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12772 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12774 #  layout:
12775 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12776 #    layout: "plot-throughput-speedup-analysis"
12777 #
12778 #- type: "plot"
12779 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12780 #  algorithm: "plot_tsa_name"
12781 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12782 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12783 #  include:
12784 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12785 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12786 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12788 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12789 #  layout:
12790 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12791 #    layout: "plot-throughput-speedup-analysis"
12792 #
12793 #- type: "plot"
12794 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12795 #  algorithm: "plot_tsa_name"
12796 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12797 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12798 #  include:
12799 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12800 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12801 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12803 #  layout:
12804 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12805 #    layout: "plot-throughput-speedup-analysis"
12806 #
12807 #- type: "plot"
12808 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12809 #  algorithm: "plot_tsa_name"
12810 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12811 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812 #  include:
12813 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12817 #  layout:
12818 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12819 #    layout: "plot-throughput-speedup-analysis"
12820 #
12821 #- type: "plot"
12822 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12823 #  algorithm: "plot_tsa_name"
12824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826 #  include:
12827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12832 #  layout:
12833 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12834 #    layout: "plot-throughput-speedup-analysis"
12835 #
12836 #- type: "plot"
12837 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12838 #  algorithm: "plot_tsa_name"
12839 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12840 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841 #  include:
12842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12847 #  layout:
12848 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12849 #    layout: "plot-throughput-speedup-analysis"
12850 #
12851 #- type: "plot"
12852 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12853 #  algorithm: "plot_tsa_name"
12854 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12855 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856 #  include:
12857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12863 #  layout:
12864 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12865 #    layout: "plot-throughput-speedup-analysis"
12866 #
12867 #- type: "plot"
12868 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12869 #  algorithm: "plot_tsa_name"
12870 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12871 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872 #  include:
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12879 #  layout:
12880 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12881 #    layout: "plot-throughput-speedup-analysis"
12882
12883 - type: "plot"
12884   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12885   algorithm: "plot_tsa_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12888   include:
12889     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12891   layout:
12892     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12893     layout: "plot-throughput-speedup-analysis"
12894
12895 - type: "plot"
12896   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12897   algorithm: "plot_tsa_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12900   include:
12901     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12905     layout: "plot-throughput-speedup-analysis"
12906
12907 #- type: "plot"
12908 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12909 #  algorithm: "plot_tsa_name"
12910 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12911 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912 #  include:
12913 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12914 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12915 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12916 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12917 #  layout:
12918 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12919 #    layout: "plot-throughput-speedup-analysis"
12920 #
12921 #- type: "plot"
12922 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12923 #  algorithm: "plot_tsa_name"
12924 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12925 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926 #  include:
12927 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12928 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12929 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12930 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12931 #  layout:
12932 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12933 #    layout: "plot-throughput-speedup-analysis"
12934 #
12935 #- type: "plot"
12936 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12937 #  algorithm: "plot_tsa_name"
12938 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12939 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12940 #  include:
12941 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12942 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12943 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12944 #  layout:
12945 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12946 #    layout: "plot-throughput-speedup-analysis"
12947 #
12948 #- type: "plot"
12949 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12950 #  algorithm: "plot_tsa_name"
12951 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12952 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12953 #  include:
12954 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12955 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12956 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12957 #  layout:
12958 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12959 #    layout: "plot-throughput-speedup-analysis"
12960 #
12961 #- type: "plot"
12962 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12963 #  algorithm: "plot_tsa_name"
12964 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12965 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12966 #  include:
12967 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12968 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12969 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12970 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12971 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12972 #  layout:
12973 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12974 #    layout: "plot-throughput-speedup-analysis"
12975 #
12976 #- type: "plot"
12977 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12978 #  algorithm: "plot_tsa_name"
12979 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12980 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12981 #  include:
12982 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12983 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12984 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12985 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12986 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12987 #  layout:
12988 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12989 #    layout: "plot-throughput-speedup-analysis"
12990
12991 - type: "plot"
12992   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12993   algorithm: "plot_tsa_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12996   include:
12997     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12998     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12999     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13000   layout:
13001     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13002     layout: "plot-throughput-speedup-analysis"
13003
13004 - type: "plot"
13005   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13006   algorithm: "plot_tsa_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13009   include:
13010     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13012     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13013   layout:
13014     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13015     layout: "plot-throughput-speedup-analysis"
13016
13017 #- type: "plot"
13018 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13019 #  algorithm: "plot_tsa_name"
13020 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13021 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13022 #  include:
13023 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13024 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13025 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13026 #  layout:
13027 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13028 #    layout: "plot-throughput-speedup-analysis"
13029 #
13030 #- type: "plot"
13031 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13032 #  algorithm: "plot_tsa_name"
13033 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13034 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13035 #  include:
13036 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13037 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13038 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13039 #  layout:
13040 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13041 #    layout: "plot-throughput-speedup-analysis"
13042 #
13043 #- type: "plot"
13044 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13045 #  algorithm: "plot_tsa_name"
13046 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13047 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13048 #  include:
13049 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13050 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13051 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13052 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13053 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13054 #  layout:
13055 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13056 #    layout: "plot-throughput-speedup-analysis"
13057 #
13058 #- type: "plot"
13059 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13060 #  algorithm: "plot_tsa_name"
13061 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13062 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063 #  include:
13064 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13065 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13066 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13067 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13068 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13069 #  layout:
13070 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13071 #    layout: "plot-throughput-speedup-analysis"
13072
13073 - type: "plot"
13074   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13075   algorithm: "plot_tsa_name"
13076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13078   include:
13079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13085   layout:
13086     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13087     layout: "plot-throughput-speedup-analysis"
13088
13089 - type: "plot"
13090   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13091   algorithm: "plot_tsa_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13094   include:
13095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13101   layout:
13102     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13103     layout: "plot-throughput-speedup-analysis"
13104
13105 - type: "plot"
13106   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13107   algorithm: "plot_tsa_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13110   include:
13111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115   layout:
13116     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13117     layout: "plot-throughput-speedup-analysis"
13118
13119 - type: "plot"
13120   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13121   algorithm: "plot_tsa_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13124   include:
13125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129   layout:
13130     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13131     layout: "plot-throughput-speedup-analysis"
13132
13133 #- type: "plot"
13134 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13135 #  algorithm: "plot_tsa_name"
13136 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13137 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13138 #  include:
13139 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13140 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13145 #  layout:
13146 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13147 #    layout: "plot-throughput-speedup-analysis"
13148 #
13149 #- type: "plot"
13150 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13151 #  algorithm: "plot_tsa_name"
13152 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13153 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154 #  include:
13155 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13157 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13161 #  layout:
13162 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13163 #    layout: "plot-throughput-speedup-analysis"
13164 #
13165 #- type: "plot"
13166 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13167 #  algorithm: "plot_tsa_name"
13168 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13169 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170 #  include:
13171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13173 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13174 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13175 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13176 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13177 #  layout:
13178 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13179 #    layout: "plot-throughput-speedup-analysis"
13180 #
13181 #- type: "plot"
13182 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13183 #  algorithm: "plot_tsa_name"
13184 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13185 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13186 #  include:
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13193 #  layout:
13194 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13195 #    layout: "plot-throughput-speedup-analysis"
13196 #
13197 #- type: "plot"
13198 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13199 #  algorithm: "plot_tsa_name"
13200 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13201 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13202 #  include:
13203 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207 #  layout:
13208 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13209 #    layout: "plot-throughput-speedup-analysis"
13210 #
13211 #- type: "plot"
13212 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13213 #  algorithm: "plot_tsa_name"
13214 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13215 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13216 #  include:
13217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13221 #  layout:
13222 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13223 #    layout: "plot-throughput-speedup-analysis"
13224 #
13225 #- type: "plot"
13226 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13227 #  algorithm: "plot_tsa_name"
13228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13230 #  include:
13231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13236 #  layout:
13237 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13238 #    layout: "plot-throughput-speedup-analysis"
13239 #
13240 #- type: "plot"
13241 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13242 #  algorithm: "plot_tsa_name"
13243 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13244 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245 #  include:
13246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13251 #  layout:
13252 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13253 #    layout: "plot-throughput-speedup-analysis"
13254 #
13255 #- type: "plot"
13256 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13257 #  algorithm: "plot_tsa_name"
13258 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13259 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13260 #  include:
13261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13265 #  layout:
13266 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13267 #    layout: "plot-throughput-speedup-analysis"
13268 #
13269 #- type: "plot"
13270 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13271 #  algorithm: "plot_tsa_name"
13272 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13273 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274 #  include:
13275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13279 #  layout:
13280 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13281 #    layout: "plot-throughput-speedup-analysis"
13282
13283 - type: "plot"
13284   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13285   algorithm: "plot_tsa_name"
13286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13288   include:
13289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13295   layout:
13296     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13297     layout: "plot-throughput-speedup-analysis"
13298
13299 - type: "plot"
13300   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13301   algorithm: "plot_tsa_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13304   include:
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13311   layout:
13312     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13313     layout: "plot-throughput-speedup-analysis"
13314
13315 #- type: "plot"
13316 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13317 #  algorithm: "plot_tsa_name"
13318 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13319 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320 #  include:
13321 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13326 #  layout:
13327 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13328 #    layout: "plot-throughput-speedup-analysis"
13329 #
13330 #- type: "plot"
13331 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13332 #  algorithm: "plot_tsa_name"
13333 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13334 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335 #  include:
13336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13340 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13341 #  layout:
13342 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13343 #    layout: "plot-throughput-speedup-analysis"
13344 #
13345 #- type: "plot"
13346 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13347 #  algorithm: "plot_tsa_name"
13348 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13349 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350 #  include:
13351 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13352 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13353 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13354 #  layout:
13355 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13356 #    layout: "plot-throughput-speedup-analysis"
13357 #
13358 #- type: "plot"
13359 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13360 #  algorithm: "plot_tsa_name"
13361 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13362 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13363 #  include:
13364 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13365 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13366 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13367 #  layout:
13368 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13369 #    layout: "plot-throughput-speedup-analysis"
13370 #
13371 #- type: "plot"
13372 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13373 #  algorithm: "plot_tsa_name"
13374 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13375 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13376 #  include:
13377 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13378 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13379 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13380 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13381 #  layout:
13382 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13383 #    layout: "plot-throughput-speedup-analysis"
13384 #
13385 #- type: "plot"
13386 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13387 #  algorithm: "plot_tsa_name"
13388 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13389 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13390 #  include:
13391 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13392 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13393 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13394 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13395 #  layout:
13396 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13397 #    layout: "plot-throughput-speedup-analysis"
13398 #
13399 #- type: "plot"
13400 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13401 #  algorithm: "plot_tsa_name"
13402 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13403 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13404 #  include:
13405 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13406 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13407 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13408 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13409 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13410 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13411 #  layout:
13412 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13413 #    layout: "plot-throughput-speedup-analysis"
13414 #
13415 #- type: "plot"
13416 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13417 #  algorithm: "plot_tsa_name"
13418 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13419 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420 #  include:
13421 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13422 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13427 #  layout:
13428 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13429 #    layout: "plot-throughput-speedup-analysis"
13430 #
13431 #- type: "plot"
13432 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13433 #  algorithm: "plot_tsa_name"
13434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436 #  include:
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13443 #  layout:
13444 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13445 #    layout: "plot-throughput-speedup-analysis"
13446 #
13447 #- type: "plot"
13448 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13449 #  algorithm: "plot_tsa_name"
13450 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13451 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452 #  include:
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13459 #  layout:
13460 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13461 #    layout: "plot-throughput-speedup-analysis"
13462
13463 - type: "plot"
13464   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13465   algorithm: "plot_tsa_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13468   include:
13469     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13470     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13471     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13472     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13473     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13474     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13475   layout:
13476     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13477     layout: "plot-throughput-speedup-analysis"
13478
13479 - type: "plot"
13480   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13481   algorithm: "plot_tsa_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13484   include:
13485     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13486     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13487     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13488     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13489     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13491   layout:
13492     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13493     layout: "plot-throughput-speedup-analysis"
13494
13495 #- type: "plot"
13496 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13497 #  algorithm: "plot_tsa_name"
13498 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13499 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13500 #  include:
13501 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13503 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13504 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13505 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13506 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13507 #  layout:
13508 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13509 #    layout: "plot-throughput-speedup-analysis"
13510 #
13511 #- type: "plot"
13512 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13513 #  algorithm: "plot_tsa_name"
13514 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13515 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13516 #  include:
13517 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13519 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13520 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13521 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13522 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13523 #  layout:
13524 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13525 #    layout: "plot-throughput-speedup-analysis"
13526 #
13527 #- type: "plot"
13528 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13529 #  algorithm: "plot_tsa_name"
13530 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13532 #  include:
13533 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13534 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13535 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13536 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13537 #  layout:
13538 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13539 #    layout: "plot-throughput-speedup-analysis"
13540 #
13541 #- type: "plot"
13542 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13543 #  algorithm: "plot_tsa_name"
13544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13546 #  include:
13547 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13551 #  layout:
13552 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13553 #    layout: "plot-throughput-speedup-analysis"
13554 #
13555 #- type: "plot"
13556 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13557 #  algorithm: "plot_tsa_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13565 #  layout:
13566 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13567 #    layout: "plot-throughput-speedup-analysis"
13568 #
13569 #- type: "plot"
13570 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13571 #  algorithm: "plot_tsa_name"
13572 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13574 #  include:
13575 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13579 #  layout:
13580 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13581 #    layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13588   include:
13589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13593   layout:
13594     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13595     layout: "plot-throughput-speedup-analysis"
13596
13597 - type: "plot"
13598   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13599   algorithm: "plot_tsa_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13607   layout:
13608     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13609     layout: "plot-throughput-speedup-analysis"
13610
13611 - type: "plot"
13612   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13613   algorithm: "plot_tsa_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13621   layout:
13622     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13623     layout: "plot-throughput-speedup-analysis"
13624
13625 - type: "plot"
13626   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13627   algorithm: "plot_tsa_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13630   include:
13631     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13635   layout:
13636     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 #- type: "plot"
13640 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13641 #  algorithm: "plot_tsa_name"
13642 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13643 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13644 #  include:
13645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13649 #  layout:
13650 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13651 #    layout: "plot-throughput-speedup-analysis"
13652 #
13653 #- type: "plot"
13654 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13655 #  algorithm: "plot_tsa_name"
13656 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13657 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658 #  include:
13659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663 #  layout:
13664 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13665 #    layout: "plot-throughput-speedup-analysis"
13666 #
13667 #- type: "plot"
13668 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13669 #  algorithm: "plot_tsa_name"
13670 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13671 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13672 #  include:
13673 #    - "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"
13674 #    - "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"
13675 #    - "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"
13676 #    - "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"
13677 #  layout:
13678 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13679 #    layout: "plot-throughput-speedup-analysis"
13680 #
13681 #- type: "plot"
13682 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13683 #  algorithm: "plot_tsa_name"
13684 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13685 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686 #  include:
13687 #    - "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"
13688 #    - "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"
13689 #    - "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"
13690 #    - "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"
13691 #  layout:
13692 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13693 #    layout: "plot-throughput-speedup-analysis"
13694 #
13695 #- type: "plot"
13696 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13697 #  algorithm: "plot_tsa_name"
13698 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13699 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700 #  include:
13701 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13702 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13703 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13704 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13705 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13706 #  layout:
13707 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13708 #    layout: "plot-throughput-speedup-analysis"
13709 #
13710 #- type: "plot"
13711 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13712 #  algorithm: "plot_tsa_name"
13713 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13714 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715 #  include:
13716 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13717 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13718 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13719 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13720 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13721 #  layout:
13722 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13723 #    layout: "plot-throughput-speedup-analysis"
13724 #
13725 #- type: "plot"
13726 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13727 #  algorithm: "plot_tsa_name"
13728 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13729 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730 #  include:
13731 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13732 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13736 #  layout:
13737 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13738 #    layout: "plot-throughput-speedup-analysis"
13739 #
13740 #- type: "plot"
13741 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13742 #  algorithm: "plot_tsa_name"
13743 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13744 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13745 #  include:
13746 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13751 #  layout:
13752 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13753 #    layout: "plot-throughput-speedup-analysis"
13754 #
13755 #- type: "plot"
13756 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13757 #  algorithm: "plot_tsa_name"
13758 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13759 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760 #  include:
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13767 #  layout:
13768 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13769 #    layout: "plot-throughput-speedup-analysis"
13770 #
13771 #- type: "plot"
13772 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13773 #  algorithm: "plot_tsa_name"
13774 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13775 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13776 #  include:
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783 #  layout:
13784 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13785 #    layout: "plot-throughput-speedup-analysis"
13786 #
13787 #- type: "plot"
13788 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13789 #  algorithm: "plot_tsa_name"
13790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792 #  include:
13793 #    - "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"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796 #    - "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"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13799 #  layout:
13800 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13801 #    layout: "plot-throughput-speedup-analysis"
13802 #
13803 #- type: "plot"
13804 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13805 #  algorithm: "plot_tsa_name"
13806 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13807 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13808 #  include:
13809 #    - "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"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812 #    - "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"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815 #  layout:
13816 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13817 #    layout: "plot-throughput-speedup-analysis"
13818 #
13819 #- type: "plot"
13820 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13821 #  algorithm: "plot_tsa_name"
13822 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13823 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13824 #  include:
13825 #    - "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"
13826 #    - "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"
13827 #    - "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"
13828 #  layout:
13829 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13830 #    layout: "plot-throughput-speedup-analysis"
13831 #
13832 #- type: "plot"
13833 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13834 #  algorithm: "plot_tsa_name"
13835 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13836 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837 #  include:
13838 #    - "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"
13839 #    - "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"
13840 #    - "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"
13841 #  layout:
13842 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13843 #    layout: "plot-throughput-speedup-analysis"
13844
13845 - type: "plot"
13846   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13847   algorithm: "plot_tsa_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13850   include:
13851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13856   layout:
13857     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13858     layout: "plot-throughput-speedup-analysis"
13859
13860 - type: "plot"
13861   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13862   algorithm: "plot_tsa_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13865   include:
13866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13871   layout:
13872     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13873     layout: "plot-throughput-speedup-analysis"
13874
13875 - type: "plot"
13876   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13877   algorithm: "plot_tsa_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13880   include:
13881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13886   layout:
13887     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13888     layout: "plot-throughput-speedup-analysis"
13889
13890 - type: "plot"
13891   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13892   algorithm: "plot_tsa_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13895   include:
13896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13901   layout:
13902     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13903     layout: "plot-throughput-speedup-analysis"
13904
13905 - type: "plot"
13906   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13907   algorithm: "plot_tsa_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910   include:
13911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13917   layout:
13918     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13926   include:
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13933   layout:
13934     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13935     layout: "plot-throughput-speedup-analysis"
13936
13937 - type: "plot"
13938   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13939   algorithm: "plot_tsa_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13942   include:
13943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13949     layout: "plot-throughput-speedup-analysis"
13950
13951 - type: "plot"
13952   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13953   algorithm: "plot_tsa_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956   include:
13957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13961   layout:
13962     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 - type: "plot"
13966   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13967   algorithm: "plot_tsa_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970   include:
13971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13976   layout:
13977     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13985   include:
13986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13991   layout:
13992     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13993     layout: "plot-throughput-speedup-analysis"
13994
13995 - type: "plot"
13996   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13997   algorithm: "plot_tsa_name"
13998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14000   include:
14001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14007   layout:
14008     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14016   include:
14017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14023   layout:
14024     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14032   include:
14033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14037   layout:
14038     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14046   include:
14047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14051   layout:
14052     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14060   include:
14061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14067   layout:
14068     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14076   include:
14077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14083   layout:
14084     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14092   include:
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14099   layout:
14100     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14101     layout: "plot-throughput-speedup-analysis"
14102
14103 - type: "plot"
14104   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14105   algorithm: "plot_tsa_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14108   include:
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14115   layout:
14116     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14124   include:
14125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14131   layout:
14132     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14140   include:
14141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14147   layout:
14148     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14156   include:
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162   layout:
14163     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14171   include:
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177   layout:
14178     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 #- type: "plot"
14182 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14183 #  algorithm: "plot_tsa_name"
14184 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14185 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14186 #  include:
14187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14192 #  layout:
14193 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14194 #    layout: "plot-throughput-speedup-analysis"
14195 #
14196 #- type: "plot"
14197 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14198 #  algorithm: "plot_tsa_name"
14199 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14200 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14201 #  include:
14202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14207 #  layout:
14208 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14209 #    layout: "plot-throughput-speedup-analysis"
14210
14211 #- type: "plot"
14212 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14213 #  algorithm: "plot_tsa_name"
14214 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14215 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14216 #  include:
14217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14223 #  layout:
14224 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14225 #    layout: "plot-throughput-speedup-analysis"
14226 #
14227 #- type: "plot"
14228 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14229 #  algorithm: "plot_tsa_name"
14230 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14231 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14232 #  include:
14233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14239 #  layout:
14240 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14241 #    layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14248   include:
14249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14254   layout:
14255     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14263   include:
14264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14269   layout:
14270     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14271     layout: "plot-throughput-speedup-analysis"
14272
14273 - type: "plot"
14274   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14275   algorithm: "plot_tsa_name"
14276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14278   include:
14279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14285   layout:
14286     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14294   include:
14295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14301   layout:
14302     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14316   layout:
14317     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14325   include:
14326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14331   layout:
14332     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14340   include:
14341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14345   layout:
14346     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14354   include:
14355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14359   layout:
14360     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14368   include:
14369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14375   layout:
14376     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14384   include:
14385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14391   layout:
14392     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14400   include:
14401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14406   layout:
14407     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14415   include:
14416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14421   layout:
14422     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14430   include:
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14437   layout:
14438     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14453   layout:
14454     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14462   include:
14463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14467   layout:
14468     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14481   layout:
14482     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14490   include:
14491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14496   layout:
14497     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14505   include:
14506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14511   layout:
14512     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14520   include:
14521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14527   layout:
14528     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14536   include:
14537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14543   layout:
14544     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14552   include:
14553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14557   layout:
14558     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14566   include:
14567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14571   layout:
14572     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14580   include:
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14587   layout:
14588     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14596   include:
14597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14603   layout:
14604     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14612   include:
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14619   layout:
14620     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 - type: "plot"
14624   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14625   algorithm: "plot_tsa_name"
14626   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14627   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14628   include:
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14635   layout:
14636     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 #- type: "plot"
14640 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14641 #  algorithm: "plot_tsa_name"
14642 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14643 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14644 #  include:
14645 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14646 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14647 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14648 #  layout:
14649 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14650 #    layout: "plot-throughput-speedup-analysis"
14651 #
14652 #- type: "plot"
14653 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14654 #  algorithm: "plot_tsa_name"
14655 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14656 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14657 #  include:
14658 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14659 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14660 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14661 #  layout:
14662 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14663 #    layout: "plot-throughput-speedup-analysis"
14664
14665 ################################################################################
14666
14667 # Packet Throughput - DPDK
14668
14669 # 2n-skx-xxv710
14670
14671 #- type: "plot"
14672 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14673 #  algorithm: "plot_perf_box_name"
14674 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14675 #  data: "plot-dpdk-throughput-latency-2n-skx"
14676 #  include:
14677 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14678 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14679 #  layout:
14680 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14681 #    layout: "plot-throughput"
14682 #
14683 #- type: "plot"
14684 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14685 #  algorithm: "plot_perf_box_name"
14686 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14687 #  data: "plot-dpdk-throughput-latency-2n-skx"
14688 #  include:
14689 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14690 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14691 #  layout:
14692 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14693 #    layout: "plot-throughput"
14694 #
14695 #- type: "plot"
14696 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14697 #  algorithm: "plot_perf_box_name"
14698 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14699 #  data: "plot-dpdk-throughput-latency-2n-skx"
14700 #  include:
14701 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14702 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14703 #  layout:
14704 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14705 #    layout: "plot-throughput"
14706 #
14707 #- type: "plot"
14708 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14709 #  algorithm: "plot_perf_box_name"
14710 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14711 #  data: "plot-dpdk-throughput-latency-2n-skx"
14712 #  include:
14713 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14714 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14715 #  layout:
14716 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14717 #    layout: "plot-throughput"
14718 #
14719 ## 2n-skx-x710
14720 #
14721 #- type: "plot"
14722 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14723 #  algorithm: "plot_perf_box_name"
14724 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14725 #  data: "plot-dpdk-throughput-latency-2n-skx"
14726 #  include:
14727 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14728 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14729 #  layout:
14730 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14731 #    layout: "plot-throughput"
14732 #
14733 #- type: "plot"
14734 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14735 #  algorithm: "plot_perf_box_name"
14736 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14737 #  data: "plot-dpdk-throughput-latency-2n-skx"
14738 #  include:
14739 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14740 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14741 #  layout:
14742 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14743 #    layout: "plot-throughput"
14744 #
14745 #- type: "plot"
14746 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14747 #  algorithm: "plot_perf_box_name"
14748 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14749 #  data: "plot-dpdk-throughput-latency-2n-skx"
14750 #  include:
14751 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14752 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14753 #  layout:
14754 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14755 #    layout: "plot-throughput"
14756 #
14757 #- type: "plot"
14758 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14759 #  algorithm: "plot_perf_box_name"
14760 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14761 #  data: "plot-dpdk-throughput-latency-2n-skx"
14762 #  include:
14763 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14764 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14765 #  layout:
14766 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14767 #    layout: "plot-throughput"
14768 #
14769 ## 3n-skx-xxv710
14770 #
14771 #- type: "plot"
14772 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14773 #  algorithm: "plot_perf_box_name"
14774 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14775 #  data: "plot-dpdk-throughput-latency-3n-skx"
14776 #  include:
14777 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14778 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14779 #  layout:
14780 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14781 #    layout: "plot-throughput"
14782 #
14783 #- type: "plot"
14784 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14785 #  algorithm: "plot_perf_box_name"
14786 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14787 #  data: "plot-dpdk-throughput-latency-3n-skx"
14788 #  include:
14789 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14790 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14791 #  layout:
14792 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14793 #    layout: "plot-throughput"
14794 #
14795 #- type: "plot"
14796 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14797 #  algorithm: "plot_perf_box_name"
14798 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14799 #  data: "plot-dpdk-throughput-latency-3n-skx"
14800 #  include:
14801 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14802 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14803 #  layout:
14804 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14805 #    layout: "plot-throughput"
14806 #
14807 #- type: "plot"
14808 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14809 #  algorithm: "plot_perf_box_name"
14810 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14811 #  data: "plot-dpdk-throughput-latency-3n-skx"
14812 #  include:
14813 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14814 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14815 #  layout:
14816 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14817 #    layout: "plot-throughput"
14818 #
14819 ## 3n-skx-x710
14820 #
14821 #- type: "plot"
14822 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14823 #  algorithm: "plot_perf_box_name"
14824 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14825 #  data: "plot-dpdk-throughput-latency-3n-skx"
14826 #  include:
14827 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14828 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14829 #  layout:
14830 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14831 #    layout: "plot-throughput"
14832 #
14833 #- type: "plot"
14834 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14835 #  algorithm: "plot_perf_box_name"
14836 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14837 #  data: "plot-dpdk-throughput-latency-3n-skx"
14838 #  include:
14839 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14840 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14841 #  layout:
14842 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14843 #    layout: "plot-throughput"
14844 #
14845 #- type: "plot"
14846 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14847 #  algorithm: "plot_perf_box_name"
14848 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14849 #  data: "plot-dpdk-throughput-latency-3n-skx"
14850 #  include:
14851 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14852 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14853 #  layout:
14854 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14855 #    layout: "plot-throughput"
14856 #
14857 #- type: "plot"
14858 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14859 #  algorithm: "plot_perf_box_name"
14860 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14861 #  data: "plot-dpdk-throughput-latency-3n-skx"
14862 #  include:
14863 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14864 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14865 #  layout:
14866 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14867 #    layout: "plot-throughput"
14868
14869 # 3n-hsw-xl710
14870
14871 - type: "plot"
14872   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14873   algorithm: "plot_perf_box_name"
14874   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14875   data: "plot-dpdk-throughput-latency-3n-hsw"
14876   include:
14877     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14878     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14879   layout:
14880     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14881     layout: "plot-throughput"
14882
14883 - type: "plot"
14884   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14885   algorithm: "plot_perf_box_name"
14886   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14887   data: "plot-dpdk-throughput-latency-3n-hsw"
14888   include:
14889     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14890     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14891   layout:
14892     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14893     layout: "plot-throughput"
14894
14895 - type: "plot"
14896   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14897   algorithm: "plot_perf_box_name"
14898   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14899   data: "plot-dpdk-throughput-latency-3n-hsw"
14900   include:
14901     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14902     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14903   layout:
14904     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14905     layout: "plot-throughput"
14906
14907 - type: "plot"
14908   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14909   algorithm: "plot_perf_box_name"
14910   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14911   data: "plot-dpdk-throughput-latency-3n-hsw"
14912   include:
14913     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14914     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14915   layout:
14916     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14917     layout: "plot-throughput"
14918
14919 # 3n-hsw-x710
14920
14921 - type: "plot"
14922   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14923   algorithm: "plot_perf_box_name"
14924   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14925   data: "plot-dpdk-throughput-latency-3n-hsw"
14926   include:
14927     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14928     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14929   layout:
14930     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14931     layout: "plot-throughput"
14932
14933 - type: "plot"
14934   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14935   algorithm: "plot_perf_box_name"
14936   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14937   data: "plot-dpdk-throughput-latency-3n-hsw"
14938   include:
14939     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14940     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14941   layout:
14942     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14943     layout: "plot-throughput"
14944
14945 - type: "plot"
14946   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14947   algorithm: "plot_perf_box_name"
14948   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14949   data: "plot-dpdk-throughput-latency-3n-hsw"
14950   include:
14951     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14952     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14953   layout:
14954     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14955     layout: "plot-throughput"
14956
14957 - type: "plot"
14958   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14959   algorithm: "plot_perf_box_name"
14960   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14961   data: "plot-dpdk-throughput-latency-3n-hsw"
14962   include:
14963     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14964     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14965   layout:
14966     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14967     layout: "plot-throughput"
14968
14969 # 2n-dnv-x553
14970
14971 - type: "plot"
14972   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14973   algorithm: "plot_perf_box_name"
14974   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14975   data: "plot-dpdk-throughput-latency-2n-dnv"
14976   include:
14977     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14978     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14979   layout:
14980     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14981     layout: "plot-throughput"
14982
14983 - type: "plot"
14984   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14985   algorithm: "plot_perf_box_name"
14986   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14987   data: "plot-dpdk-throughput-latency-2n-dnv"
14988   include:
14989     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14990     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14991   layout:
14992     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14993     layout: "plot-throughput"
14994
14995 - type: "plot"
14996   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14997   algorithm: "plot_perf_box_name"
14998   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14999   data: "plot-dpdk-throughput-latency-2n-dnv"
15000   include:
15001     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15002     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15003   layout:
15004     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15005     layout: "plot-throughput"
15006
15007 - type: "plot"
15008   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15009   algorithm: "plot_perf_box_name"
15010   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15011   data: "plot-dpdk-throughput-latency-2n-dnv"
15012   include:
15013     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15014     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15015   layout:
15016     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15017     layout: "plot-throughput"
15018
15019 # 3n-dnv-x553
15020
15021 - type: "plot"
15022   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15023   algorithm: "plot_perf_box_name"
15024   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15025   data: "plot-dpdk-throughput-latency-3n-dnv"
15026   include:
15027     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15028     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15029   layout:
15030     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15031     layout: "plot-throughput"
15032
15033 - type: "plot"
15034   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15035   algorithm: "plot_perf_box_name"
15036   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15037   data: "plot-dpdk-throughput-latency-3n-dnv"
15038   include:
15039     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15040     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15041   layout:
15042     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15043     layout: "plot-throughput"
15044
15045 - type: "plot"
15046   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15047   algorithm: "plot_perf_box_name"
15048   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15049   data: "plot-dpdk-throughput-latency-3n-dnv"
15050   include:
15051     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15052     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15053   layout:
15054     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15055     layout: "plot-throughput"
15056
15057 - type: "plot"
15058   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15059   algorithm: "plot_perf_box_name"
15060   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15061   data: "plot-dpdk-throughput-latency-3n-dnv"
15062   include:
15063     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15064     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15065   layout:
15066     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15067     layout: "plot-throughput"
15068
15069 # 3n-tsh-x520
15070
15071 - type: "plot"
15072   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15073   algorithm: "plot_perf_box_name"
15074   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15075   data: "plot-dpdk-throughput-latency-3n-tsh"
15076   include:
15077     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15078     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15079   layout:
15080     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15081     layout: "plot-throughput"
15082
15083 - type: "plot"
15084   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15085   algorithm: "plot_perf_box_name"
15086   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15087   data: "plot-dpdk-throughput-latency-3n-tsh"
15088   include:
15089     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15090     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15091   layout:
15092     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15093     layout: "plot-throughput"
15094
15095 - type: "plot"
15096   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15097   algorithm: "plot_perf_box_name"
15098   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15099   data: "plot-dpdk-throughput-latency-3n-tsh"
15100   include:
15101     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15102     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15103   layout:
15104     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15105     layout: "plot-throughput"
15106
15107 - type: "plot"
15108   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15109   algorithm: "plot_perf_box_name"
15110   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15111   data: "plot-dpdk-throughput-latency-3n-tsh"
15112   include:
15113     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15114     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15115   layout:
15116     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15117     layout: "plot-throughput"
15118
15119 ################################################################################
15120 ###   2n-clx                                                                 ###
15121 ################################################################################
15122
15123 # Packet Throughput
15124
15125 #- type: "plot"
15126 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15127 #  algorithm: "plot_perf_box_name"
15128 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15129 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15130 #  include:
15131 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15132 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15133 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15134 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15135 #  layout:
15136 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15137 #    layout: "plot-throughput"
15138 #
15139 #- type: "plot"
15140 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15141 #  algorithm: "plot_perf_box_name"
15142 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15143 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15144 #  include:
15145 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15146 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15147 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15148 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15149 #  layout:
15150 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15151 #    layout: "plot-throughput"
15152 #
15153 #- type: "plot"
15154 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15155 #  algorithm: "plot_perf_box_name"
15156 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15157 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15158 #  include:
15159 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15160 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15161 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15162 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15163 #  layout:
15164 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15165 #    layout: "plot-throughput"
15166 #
15167 #- type: "plot"
15168 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15169 #  algorithm: "plot_perf_box_name"
15170 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15171 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15172 #  include:
15173 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15174 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15175 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15176 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15177 #  layout:
15178 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15179 #    layout: "plot-throughput"
15180 #
15181 #- type: "plot"
15182 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15183 #  algorithm: "plot_perf_box_name"
15184 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15185 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15186 #  include:
15187 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15188 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15189 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15190 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15191 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15192 #  layout:
15193 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15194 #    layout: "plot-throughput"
15195 #
15196 #- type: "plot"
15197 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15198 #  algorithm: "plot_perf_box_name"
15199 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15200 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15201 #  include:
15202 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15203 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15204 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15205 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15207 #  layout:
15208 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15209 #    layout: "plot-throughput"
15210 #
15211 #- type: "plot"
15212 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15213 #  algorithm: "plot_perf_box_name"
15214 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15215 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15216 #  include:
15217 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15218 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15219 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15220 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15221 #  layout:
15222 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15223 #    layout: "plot-throughput"
15224 #
15225 #- type: "plot"
15226 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15227 #  algorithm: "plot_perf_box_name"
15228 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15229 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15230 #  include:
15231 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15232 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15233 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15234 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15235 #  layout:
15236 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15237 #    layout: "plot-throughput"
15238 #
15239 #- type: "plot"
15240 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15241 #  algorithm: "plot_perf_box_name"
15242 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15243 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15244 #  include:
15245 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15246 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15247 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15248 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15249 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15250 #  layout:
15251 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15252 #    layout: "plot-throughput"
15253 #
15254 #- type: "plot"
15255 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15256 #  algorithm: "plot_perf_box_name"
15257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15259 #  include:
15260 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15261 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15262 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15263 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15264 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15265 #  layout:
15266 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15267 #    layout: "plot-throughput"
15268 #
15269 #- type: "plot"
15270 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15271 #  algorithm: "plot_perf_box_name"
15272 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15273 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15274 #  include:
15275 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15276 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15277 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15278 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15279 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15280 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15281 #  layout:
15282 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15283 #    layout: "plot-throughput"
15284 #
15285 #- type: "plot"
15286 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15287 #  algorithm: "plot_perf_box_name"
15288 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15289 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15290 #  include:
15291 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15293 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15294 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15295 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15296 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15297 #  layout:
15298 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15299 #    layout: "plot-throughput"
15300 #
15301 #- type: "plot"
15302 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15303 #  algorithm: "plot_perf_box_name"
15304 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15305 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15306 #  include:
15307 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15308 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15309 #  layout:
15310 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15311 #    layout: "plot-throughput"
15312 #
15313 #- type: "plot"
15314 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15315 #  algorithm: "plot_perf_box_name"
15316 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15317 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15318 #  include:
15319 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15320 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15321 #  layout:
15322 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15323 #    layout: "plot-throughput"
15324 #
15325 #- type: "plot"
15326 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15327 #  algorithm: "plot_perf_box_name"
15328 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15329 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15330 #  include:
15331 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15332 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15333 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15334 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15335 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15336 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15337 #  layout:
15338 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15339 #    layout: "plot-throughput"
15340 #
15341 #- type: "plot"
15342 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15343 #  algorithm: "plot_perf_box_name"
15344 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15345 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15346 #  include:
15347 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15348 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15349 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15350 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15351 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15352 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15353 #  layout:
15354 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15355 #    layout: "plot-throughput"
15356 #
15357 #- type: "plot"
15358 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15359 #  algorithm: "plot_perf_box_name"
15360 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15361 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15362 #  include:
15363 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15364 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15365 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15366 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15367 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15368 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15369 #  layout:
15370 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15371 #    layout: "plot-throughput"
15372 #
15373 #- type: "plot"
15374 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15375 #  algorithm: "plot_perf_box_name"
15376 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15377 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15378 #  include:
15379 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15382 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15383 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15384 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15385 #  layout:
15386 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15387 #    layout: "plot-throughput"
15388 #
15389 #- type: "plot"
15390 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15391 #  algorithm: "plot_perf_box_name"
15392 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15393 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15394 #  include:
15395 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15398 #  layout:
15399 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15400 #    layout: "plot-throughput"
15401 #
15402 #- type: "plot"
15403 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15404 #  algorithm: "plot_perf_box_name"
15405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15407 #  include:
15408 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15411 #  layout:
15412 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15413 #    layout: "plot-throughput"
15414 #
15415 #- type: "plot"
15416 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15417 #  algorithm: "plot_perf_box_name"
15418 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15419 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15420 #  include:
15421 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15422 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15423 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15424 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15425 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15426 #  layout:
15427 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15428 #    layout: "plot-throughput"
15429 #
15430 #- type: "plot"
15431 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15432 #  algorithm: "plot_perf_box_name"
15433 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15434 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15435 #  include:
15436 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15437 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15438 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15439 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15440 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15441 #  layout:
15442 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15443 #    layout: "plot-throughput"
15444 #
15445 #- type: "plot"
15446 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15447 #  algorithm: "plot_perf_box_name"
15448 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15449 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15450 #  include:
15451 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15452 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15453 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15454 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15455 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15456 #  layout:
15457 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15458 #    layout: "plot-throughput"
15459 #
15460 #- type: "plot"
15461 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15462 #  algorithm: "plot_perf_box_name"
15463 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15464 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15465 #  include:
15466 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15467 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15468 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15469 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15470 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15471 #  layout:
15472 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15473 #    layout: "plot-throughput"
15474 #
15475 #- type: "plot"
15476 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15477 #  algorithm: "plot_perf_box_name"
15478 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15479 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15480 #  include:
15481 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15482 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15483 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15484 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15485 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15486 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15487 #  layout:
15488 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15489 #    layout: "plot-throughput"
15490 #
15491 #- type: "plot"
15492 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15493 #  algorithm: "plot_perf_box_name"
15494 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15495 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15496 #  include:
15497 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15498 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15499 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15500 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15501 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15502 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15503 #  layout:
15504 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15505 #    layout: "plot-throughput"
15506 #
15507 #- type: "plot"
15508 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15509 #  algorithm: "plot_perf_box_name"
15510 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15511 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15512 #  include:
15513 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15514 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15515 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15516 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15517 #  layout:
15518 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15519 #    layout: "plot-throughput"
15520 #
15521 #- type: "plot"
15522 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15523 #  algorithm: "plot_perf_box_name"
15524 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15525 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15526 #  include:
15527 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15528 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15529 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15530 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15531 #  layout:
15532 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15533 #    layout: "plot-throughput"
15534 #
15535 #- type: "plot"
15536 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15537 #  algorithm: "plot_perf_box_name"
15538 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15539 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15540 #  include:
15541 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15542 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15543 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15544 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15545 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15546 #  layout:
15547 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15548 #    layout: "plot-throughput"
15549 #
15550 #- type: "plot"
15551 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15552 #  algorithm: "plot_perf_box_name"
15553 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15554 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15555 #  include:
15556 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15557 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15558 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15559 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15560 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15561 #  layout:
15562 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15563 #    layout: "plot-throughput"
15564 #
15565 #- type: "plot"
15566 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15567 #  algorithm: "plot_perf_box_name"
15568 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15569 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15570 #  include:
15571 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15572 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15574 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15575 #  layout:
15576 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15577 #    layout: "plot-throughput"
15578 #
15579 #- type: "plot"
15580 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15581 #  algorithm: "plot_perf_box_name"
15582 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15583 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15584 #  include:
15585 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15586 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15588 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15589 #  layout:
15590 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15591 #    layout: "plot-throughput"
15592 #
15593 #- type: "plot"
15594 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15595 #  algorithm: "plot_perf_box_name"
15596 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15597 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15598 #  include:
15599 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15600 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15601 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15602 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15603 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15604 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15605 #  layout:
15606 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15607 #    layout: "plot-throughput"
15608 #
15609 #- type: "plot"
15610 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15611 #  algorithm: "plot_perf_box_name"
15612 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15613 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15614 #  include:
15615 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15616 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15617 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15618 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15619 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15620 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15621 #  layout:
15622 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15623 #    layout: "plot-throughput"
15624 #
15625 #- type: "plot"
15626 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15627 #  algorithm: "plot_perf_box_name"
15628 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15629 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630 #  include:
15631 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15632 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15633 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15634 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15635 #  layout:
15636 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15637 #    layout: "plot-throughput"
15638 #
15639 #- type: "plot"
15640 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15641 #  algorithm: "plot_perf_box_name"
15642 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15643 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644 #  include:
15645 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15646 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15647 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15648 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15649 #  layout:
15650 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15651 #    layout: "plot-throughput"
15652 #
15653 #- type: "plot"
15654 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15655 #  algorithm: "plot_perf_box_name"
15656 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15657 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15658 #  include:
15659 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15660 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15661 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15663 #  layout:
15664 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15665 #    layout: "plot-throughput"
15666 #
15667 #- type: "plot"
15668 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15669 #  algorithm: "plot_perf_box_name"
15670 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15671 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15672 #  include:
15673 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15674 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15675 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15677 #  layout:
15678 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15679 #    layout: "plot-throughput"
15680 #
15681 #- type: "plot"
15682 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15683 #  algorithm: "plot_perf_box_name"
15684 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15685 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15686 #  include:
15687 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15688 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15689 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15690 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15691 #  layout:
15692 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15693 #    layout: "plot-throughput"
15694 #
15695 #- type: "plot"
15696 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15697 #  algorithm: "plot_perf_box_name"
15698 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15699 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15700 #  include:
15701 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15705 #  layout:
15706 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15707 #    layout: "plot-throughput"
15708 #
15709 #- type: "plot"
15710 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15711 #  algorithm: "plot_perf_box_name"
15712 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15713 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15714 #  include:
15715 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15716 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15717 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15718 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15719 #  layout:
15720 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15721 #    layout: "plot-throughput"
15722 #
15723 #- type: "plot"
15724 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15725 #  algorithm: "plot_perf_box_name"
15726 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15727 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15728 #  include:
15729 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15732 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15733 #  layout:
15734 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15735 #    layout: "plot-throughput"
15736 #
15737 #- type: "plot"
15738 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15739 #  algorithm: "plot_perf_box_name"
15740 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15741 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15742 #  include:
15743 #    - "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"
15744 #    - "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"
15745 #    - "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"
15746 #    - "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"
15747 #  layout:
15748 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15749 #    layout: "plot-throughput"
15750 #
15751 #- type: "plot"
15752 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15753 #  algorithm: "plot_perf_box_name"
15754 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15755 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15756 #  include:
15757 #    - "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"
15758 #    - "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"
15759 #    - "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"
15760 #    - "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"
15761 #  layout:
15762 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15763 #    layout: "plot-throughput"
15764 #
15765 #################################################################################
15766 #
15767 ## Packet Speedup
15768 #
15769 #- type: "plot"
15770 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15771 #  algorithm: "plot_tsa_name"
15772 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15773 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15774 #  include:
15775 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15778 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15779 #  layout:
15780 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15781 #    layout: "plot-throughput-speedup-analysis"
15782 #
15783 #- type: "plot"
15784 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15785 #  algorithm: "plot_tsa_name"
15786 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15787 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15788 #  include:
15789 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15790 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15791 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15792 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15793 #  layout:
15794 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15795 #    layout: "plot-throughput-speedup-analysis"
15796 #
15797 #- type: "plot"
15798 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15799 #  algorithm: "plot_tsa_name"
15800 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15801 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15802 #  include:
15803 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15804 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15807 #  layout:
15808 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15809 #    layout: "plot-throughput"
15810 #
15811 #- type: "plot"
15812 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15813 #  algorithm: "plot_tsa_name"
15814 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15815 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15816 #  include:
15817 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15818 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15819 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15821 #  layout:
15822 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15823 #    layout: "plot-throughput"
15824 #
15825 #- type: "plot"
15826 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15827 #  algorithm: "plot_tsa_name"
15828 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15829 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15830 #  include:
15831 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15832 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15833 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15834 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15836 #  layout:
15837 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15838 #    layout: "plot-throughput-speedup-analysis"
15839 #
15840 #- type: "plot"
15841 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15842 #  algorithm: "plot_tsa_name"
15843 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15844 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15845 #  include:
15846 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15847 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15848 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15851 #  layout:
15852 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15853 #    layout: "plot-throughput-speedup-analysis"
15854 #
15855 #- type: "plot"
15856 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15857 #  algorithm: "plot_tsa_name"
15858 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15859 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15860 #  include:
15861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15862 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15863 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15865 #  layout:
15866 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15867 #    layout: "plot-throughput-speedup-analysis"
15868 #
15869 #- type: "plot"
15870 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15871 #  algorithm: "plot_tsa_name"
15872 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15873 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15874 #  include:
15875 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15876 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15877 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15879 #  layout:
15880 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15881 #    layout: "plot-throughput-speedup-analysis"
15882 #
15883 #- type: "plot"
15884 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15885 #  algorithm: "plot_tsa_name"
15886 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15887 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15888 #  include:
15889 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15890 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15891 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15892 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15894 #  layout:
15895 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15896 #    layout: "plot-throughput-speedup-analysis"
15897 #
15898 #- type: "plot"
15899 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15900 #  algorithm: "plot_tsa_name"
15901 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15902 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15903 #  include:
15904 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15905 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15906 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15909 #  layout:
15910 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15911 #    layout: "plot-throughput-speedup-analysis"
15912 #
15913 #- type: "plot"
15914 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15915 #  algorithm: "plot_tsa_name"
15916 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15917 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15918 #  include:
15919 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15920 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15925 #  layout:
15926 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15927 #    layout: "plot-throughput-speedup-analysis"
15928 #
15929 #- type: "plot"
15930 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15931 #  algorithm: "plot_tsa_name"
15932 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15933 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15934 #  include:
15935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15940 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15941 #  layout:
15942 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15943 #    layout: "plot-throughput-speedup-analysis"
15944 #
15945 #- type: "plot"
15946 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15947 #  algorithm: "plot_tsa_name"
15948 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15949 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15950 #  include:
15951 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15953 #  layout:
15954 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15955 #    layout: "plot-throughput"
15956 #
15957 #- type: "plot"
15958 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15959 #  algorithm: "plot_tsa_name"
15960 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15961 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15962 #  include:
15963 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15965 #  layout:
15966 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15967 #    layout: "plot-throughput"
15968 #
15969 #- type: "plot"
15970 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15971 #  algorithm: "plot_tsa_name"
15972 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15973 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15974 #  include:
15975 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15976 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15977 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15978 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15979 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15980 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15981 #  layout:
15982 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15983 #    layout: "plot-throughput"
15984 #
15985 #- type: "plot"
15986 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15987 #  algorithm: "plot_tsa_name"
15988 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15989 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15990 #  include:
15991 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15992 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15993 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15994 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15995 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15996 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15997 #  layout:
15998 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15999 #    layout: "plot-throughput"
16000 #
16001 #- type: "plot"
16002 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16003 #  algorithm: "plot_tsa_name"
16004 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
16005 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16006 #  include:
16007 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16008 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16009 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16010 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16011 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16012 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16013 #  layout:
16014 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16015 #    layout: "plot-throughput"
16016 #
16017 #- type: "plot"
16018 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16019 #  algorithm: "plot_tsa_name"
16020 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
16021 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16022 #  include:
16023 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16024 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16025 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16026 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16027 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16028 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16029 #  layout:
16030 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16031 #    layout: "plot-throughput"
16032 #
16033 #- type: "plot"
16034 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16035 #  algorithm: "plot_tsa_name"
16036 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16037 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16038 #  include:
16039 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16041 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16042 #  layout:
16043 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16044 #    layout: "plot-throughput-speedup-analysis"
16045 #
16046 #- type: "plot"
16047 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16048 #  algorithm: "plot_tsa_name"
16049 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16050 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16051 #  include:
16052 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16053 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16055 #  layout:
16056 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16057 #    layout: "plot-throughput-speedup-analysis"
16058 #
16059 #- type: "plot"
16060 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16061 #  algorithm: "plot_tsa_name"
16062 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16063 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16064 #  include:
16065 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16066 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16067 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16068 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16069 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16070 #  layout:
16071 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16072 #    layout: "plot-throughput-speedup-analysis"
16073 #
16074 #- type: "plot"
16075 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16076 #  algorithm: "plot_tsa_name"
16077 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16078 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16079 #  include:
16080 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16081 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16082 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16083 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16084 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16085 #  layout:
16086 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16087 #    layout: "plot-throughput-speedup-analysis"
16088 #
16089 #- type: "plot"
16090 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16091 #  algorithm: "plot_tsa_name"
16092 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16093 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16094 #  include:
16095 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16096 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16097 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16098 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16099 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16100 #  layout:
16101 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16102 #    layout: "plot-throughput"
16103 #
16104 #- type: "plot"
16105 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16106 #  algorithm: "plot_tsa_name"
16107 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16108 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16109 #  include:
16110 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16111 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16112 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16113 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16114 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16115 #  layout:
16116 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16117 #    layout: "plot-throughput"
16118 #
16119 #- type: "plot"
16120 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16121 #  algorithm: "plot_tsa_name"
16122 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16123 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16124 #  include:
16125 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16127 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16128 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16130 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16131 #  layout:
16132 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16133 #    layout: "plot-throughput-speedup-analysis"
16134 #
16135 #- type: "plot"
16136 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16137 #  algorithm: "plot_tsa_name"
16138 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16139 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16140 #  include:
16141 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16144 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16145 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16146 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16147 #  layout:
16148 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16149 #    layout: "plot-throughput-speedup-analysis"
16150 #
16151 #- type: "plot"
16152 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16153 #  algorithm: "plot_tsa_name"
16154 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16155 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16156 #  include:
16157 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16158 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16159 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16160 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16161 #  layout:
16162 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16163 #    layout: "plot-throughput-speedup-analysis"
16164 #
16165 #- type: "plot"
16166 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16167 #  algorithm: "plot_tsa_name"
16168 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16169 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16170 #  include:
16171 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16172 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16174 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16175 #  layout:
16176 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16177 #    layout: "plot-throughput-speedup-analysis"
16178 #
16179 #- type: "plot"
16180 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16181 #  algorithm: "plot_tsa_name"
16182 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16183 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16184 #  include:
16185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16186 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16190 #  layout:
16191 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16192 #    layout: "plot-throughput-speedup-analysis"
16193 #
16194 #- type: "plot"
16195 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16196 #  algorithm: "plot_tsa_name"
16197 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16198 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16199 #  include:
16200 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16201 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16202 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16203 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16205 #  layout:
16206 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16207 #    layout: "plot-throughput-speedup-analysis"
16208 #
16209 #- type: "plot"
16210 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16211 #  algorithm: "plot_tsa_name"
16212 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16213 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16214 #  include:
16215 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16216 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16219 #  layout:
16220 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16221 #    layout: "plot-throughput-speedup-analysis"
16222 #
16223 #- type: "plot"
16224 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16225 #  algorithm: "plot_tsa_name"
16226 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16227 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16228 #  include:
16229 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16230 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16233 #  layout:
16234 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16235 #    layout: "plot-throughput-speedup-analysis"
16236 #
16237 #- type: "plot"
16238 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16239 #  algorithm: "plot_tsa_name"
16240 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16241 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16242 #  include:
16243 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16244 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16245 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16246 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16249 #  layout:
16250 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16251 #    layout: "plot-throughput"
16252 #
16253 #- type: "plot"
16254 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16255 #  algorithm: "plot_tsa_name"
16256 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16257 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16258 #  include:
16259 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16260 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16265 #  layout:
16266 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16267 #    layout: "plot-throughput"
16268 #
16269 #- type: "plot"
16270 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16271 #  algorithm: "plot_tsa_name"
16272 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16273 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16274 #  include:
16275 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16278 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16279 #  layout:
16280 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16281 #    layout: "plot-throughput"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288 #  include:
16289 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16290 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16291 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16292 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16293 #  layout:
16294 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16295 #    layout: "plot-throughput"
16296 #
16297 #- type: "plot"
16298 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16299 #  algorithm: "plot_tsa_name"
16300 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16301 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16302 #  include:
16303 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16304 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16305 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16306 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16307 #  layout:
16308 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16309 #    layout: "plot-throughput-speedup-analysis"
16310 #
16311 #- type: "plot"
16312 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16313 #  algorithm: "plot_tsa_name"
16314 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16315 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16316 #  include:
16317 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16318 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16320 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16321 #  layout:
16322 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16323 #    layout: "plot-throughput-speedup-analysis"
16324 #
16325 #- type: "plot"
16326 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16327 #  algorithm: "plot_tsa_name"
16328 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16329 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16330 #  include:
16331 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16332 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16333 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16334 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16335 #  layout:
16336 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16337 #    layout: "plot-throughput-speedup-analysis"
16338 #
16339 #- type: "plot"
16340 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16341 #  algorithm: "plot_tsa_name"
16342 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16343 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16344 #  include:
16345 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16346 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16347 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16348 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16349 #  layout:
16350 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16351 #    layout: "plot-throughput-speedup-analysis"
16352 #
16353 #- type: "plot"
16354 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16355 #  algorithm: "plot_tsa_name"
16356 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16357 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16358 #  include:
16359 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16360 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16361 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16362 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16363 #  layout:
16364 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16365 #    layout: "plot-throughput"
16366 #
16367 #- type: "plot"
16368 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16369 #  algorithm: "plot_tsa_name"
16370 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16371 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16372 #  include:
16373 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16374 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16375 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16376 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16377 #  layout:
16378 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16379 #    layout: "plot-throughput"
16380 #
16381 #- type: "plot"
16382 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16383 #  algorithm: "plot_tsa_name"
16384 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16385 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16386 #  include:
16387 #    - "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"
16388 #    - "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"
16389 #    - "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"
16390 #    - "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"
16391 #  layout:
16392 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16393 #    layout: "plot-throughput"
16394 #
16395 #- type: "plot"
16396 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16397 #  algorithm: "plot_tsa_name"
16398 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16399 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16400 #  include:
16401 #    - "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"
16402 #    - "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"
16403 #    - "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"
16404 #    - "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"
16405 #  layout:
16406 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16407 #    layout: "plot-throughput"
16408
16409 ################################################################################
16410
16411 # Packet Throughput - DPDK
16412
16413 # 2n-clx-xxv710
16414
16415 #- type: "plot"
16416 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16417 #  algorithm: "plot_perf_box_name"
16418 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16419 #  data: "plot-dpdk-throughput-latency-2n-clx"
16420 #  include:
16421 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16422 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16423 #  layout:
16424 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16425 #    layout: "plot-throughput"
16426 #
16427 #- type: "plot"
16428 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16429 #  algorithm: "plot_perf_box_name"
16430 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16431 #  data: "plot-dpdk-throughput-latency-2n-clx"
16432 #  include:
16433 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16434 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16435 #  layout:
16436 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16437 #    layout: "plot-throughput"
16438 #
16439 #- type: "plot"
16440 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16441 #  algorithm: "plot_perf_box_name"
16442 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16443 #  data: "plot-dpdk-throughput-latency-2n-clx"
16444 #  include:
16445 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16446 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16447 #  layout:
16448 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16449 #    layout: "plot-throughput"
16450 #
16451 #- type: "plot"
16452 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16453 #  algorithm: "plot_perf_box_name"
16454 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16455 #  data: "plot-dpdk-throughput-latency-2n-clx"
16456 #  include:
16457 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16458 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16459 #  layout:
16460 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16461 #    layout: "plot-throughput"
16462 #
16463 ## 2n-clx-x710
16464 #
16465 #- type: "plot"
16466 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16467 #  algorithm: "plot_perf_box_name"
16468 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16469 #  data: "plot-dpdk-throughput-latency-2n-clx"
16470 #  include:
16471 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16472 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16473 #  layout:
16474 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16475 #    layout: "plot-throughput"
16476 #
16477 #- type: "plot"
16478 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16479 #  algorithm: "plot_perf_box_name"
16480 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16481 #  data: "plot-dpdk-throughput-latency-2n-clx"
16482 #  include:
16483 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16484 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16485 #  layout:
16486 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16487 #    layout: "plot-throughput"
16488 #
16489 #- type: "plot"
16490 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16491 #  algorithm: "plot_perf_box_name"
16492 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16493 #  data: "plot-dpdk-throughput-latency-2n-clx"
16494 #  include:
16495 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16496 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16497 #  layout:
16498 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16499 #    layout: "plot-throughput"
16500 #
16501 #- type: "plot"
16502 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16503 #  algorithm: "plot_perf_box_name"
16504 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16505 #  data: "plot-dpdk-throughput-latency-2n-clx"
16506 #  include:
16507 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16508 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16509 #  layout:
16510 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16511 #    layout: "plot-throughput"
16512
16513 ################################################################################
16514
16515 #- type: "plot"
16516 #  title: "Latency by percentile: 2n-skx"
16517 #  algorithm: "plot_hdrh_lat_by_percentile"
16518 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16519 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16520 #  target-links: "../../_static/vpp"
16521 #  data: "plot-vpp-hdrh-lat-2n-skx"
16522 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16523 #  layout:
16524 #    layout: "plot-hdrh-latency-by-percentile"
16525
16526 #- type: "plot"
16527 #  title: "Latency by percentile: 3n-skx"
16528 #  algorithm: "plot_hdrh_lat_by_percentile"
16529 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16530 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16531 #  target-links: "../../_static/vpp"
16532 #  data: "plot-vpp-hdrh-lat-3n-skx"
16533 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16534 #  layout:
16535 #    layout: "plot-hdrh-latency-by-percentile"
16536
16537 #- type: "plot"
16538 #  title: "Latency by percentile: 2n-clx"
16539 #  algorithm: "plot_hdrh_lat_by_percentile"
16540 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16541 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16542 #  target-links: "../../_static/vpp"
16543 #  data: "plot-vpp-hdrh-lat-2n-clx"
16544 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16545 #  layout:
16546 #    layout: "plot-hdrh-latency-by-percentile"
16547
16548 - type: "plot"
16549   title: "Latency by percentile: 3n-hsw"
16550   algorithm: "plot_hdrh_lat_by_percentile"
16551   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16552   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16553   target-links: "../../_static/vpp"
16554   data: "plot-vpp-hdrh-lat-3n-hsw"
16555   filter: "'1T1C' and 'NIC_Intel-XL710'"
16556   layout:
16557     layout: "plot-hdrh-latency-by-percentile"
16558
16559 - type: "plot"
16560   title: "Latency by percentile: 3n-tsh"
16561   algorithm: "plot_hdrh_lat_by_percentile"
16562   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16563   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16564   target-links: "../../_static/vpp"
16565   data: "plot-vpp-hdrh-lat-3n-tsh"
16566   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16567   layout:
16568     layout: "plot-hdrh-latency-by-percentile"
16569
16570 - type: "plot"
16571   title: "Latency by percentile: DPDK 3n-hsw"
16572   algorithm: "plot_hdrh_lat_by_percentile"
16573   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16574   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16575   target-links: "../../_static/dpdk"
16576   data: "plot-dpdk-hdrh-lat-3n-hsw"
16577   filter: "'1T1C' and 'NIC_Intel-XL710'"
16578   layout:
16579     layout: "plot-hdrh-latency-by-percentile"
16580
16581 - type: "plot"
16582   title: "Latency by percentile: DPDK 3n-tsh"
16583   algorithm: "plot_hdrh_lat_by_percentile"
16584   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16585   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16586   target-links: "../../_static/dpdk"
16587   data: "plot-dpdk-hdrh-lat-3n-tsh"
16588   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16589   layout:
16590     layout: "plot-hdrh-latency-by-percentile"