Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,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     # 3n-dnv
431
432     plot-vpp-throughput-lat-tsa-3n-dnv:
433       csit-vpp-perf-verify-2001-3n-dnv:
434         - 5   # NDRPDR sel
435         - 6   # NDRPDR sel
436         - 7   # NDRPDR sel
437         - 8   # NDRPDR sel
438         - 9   # NDRPDR sel
439         - 10  # NDRPDR sel
440         - 12  # NDRPDR sel
441         - 16  # NDRPDR sel
442         - 17  # NDRPDR sel
443         - 18  # NDRPDR sel
444
445     plot-dpdk-throughput-latency-3n-dnv:
446       csit-dpdk-perf-verify-2001-3n-dnv:
447         - 12  # NDRPDR sel
448         - 13  # NDRPDR sel
449         - 14  # NDRPDR sel
450         - 15  # NDRPDR sel
451         - 16  # NDRPDR sel
452         - 17  # NDRPDR sel
453         - 18  # NDRPDR sel
454         - 19  # NDRPDR sel
455         - 20  # NDRPDR sel
456         - 22  # NDRPDR sel
457
458     # 2n-dnv
459
460     plot-vpp-throughput-lat-tsa-2n-dnv:
461       csit-vpp-perf-verify-2001-2n-dnv:
462         - 4   # NDRPDR sel
463         - 5   # NDRPDR sel
464         - 6   # NDRPDR sel
465         - 7   # NDRPDR sel
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 13  # NDRPDR sel
471         - 16  # NDRPDR sel
472
473     plot-dpdk-throughput-latency-2n-dnv:
474       csit-dpdk-perf-verify-2001-2n-dnv:
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479         - 13  # NDRPDR sel
480         - 14  # NDRPDR sel
481         - 15  # NDRPDR sel
482         - 16  # NDRPDR sel
483         - 17  # NDRPDR sel
484         - 18  # NDRPDR sel
485
486     ###########################################################################
487     # Simple tables (only one data set):
488
489     # NIC Comparisons
490
491     vpp-nic-comparison-3n-skx:
492       # TODO: Add the data
493       csit-vpp-perf-verify-2001-3n-skx:
494         - 14  # NDRPDR sel
495         - 15  # NDRPDR sel
496         - 16  # NDRPDR sel
497
498     vpp-nic-comparison-2n-skx:
499       # TODO: Add the data
500       csit-vpp-perf-verify-2001-2n-skx:
501         - 21  # NDRPDR sel
502         - 22  # NDRPDR sel
503         - 23  # NDRPDR sel
504         - 26  # NDRPDR sel
505
506     vpp-nic-comparison-3n-skx-mrr:
507       # TODO: Replace
508       # csit-vpp-perf-verify-2001-3n-skx:
509       csit-vpp-perf-verify-1908-3n-skx:
510         - 36  # MRR sel
511
512     vpp-nic-comparison-2n-skx-mrr:
513       # TODO: Replace
514       # csit-vpp-perf-verify-2001-2n-skx:
515       csit-vpp-perf-verify-1908-2n-skx:
516         - 69  # MRR sel
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-verify-2001-3n-hsw:
522         - 18  # NDRPDR full
523         - 20  # NDRPDR full
524         - 28  # NDRPDR full
525
526     vpp-perf-results-3n-skx:
527       # TODO: Replace
528       csit-vpp-perf-verify-2001-3n-skx:
529         - 14  # NDRPDR sel
530
531     vpp-perf-results-2n-skx:
532       csit-vpp-perf-verify-2001-2n-skx:
533         - 32  # NDRPDR full
534         - 33  # NDRPDR full
535
536     vpp-perf-results-2n-clx:
537       # TODO: Replace
538       csit-vpp-perf-verify-2001-2n-clx:
539         - 22  # NDRPDR sel
540
541     vpp-perf-results-3n-tsh:
542       # TODO: Replace
543       csit-vpp-perf-verify-2001-3n-tsh:
544         - 3   # NDRPDR sel
545
546     vpp-perf-results-3n-dnv:
547       csit-vpp-perf-verify-2001-3n-dnv:
548         - 13  # NDRPDR full
549         - 15  # NDRPDR full
550         - 19  # NDRPDR full
551         - 20  # NDRPDR full
552         - 21  # NDRPDR full
553         - 22  # NDRPDR full
554         - 23  # NDRPDR full
555         - 24  # NDRPDR full
556         - 25  # NDRPDR full
557
558     vpp-perf-results-2n-dnv:
559       csit-vpp-perf-verify-2001-2n-dnv:
560         - 21  # NDRPDR full
561         - 22  # NDRPDR full
562         - 25  # NDRPDR full
563         - 26  # NDRPDR full
564         - 27  # NDRPDR full
565         - 28  # NDRPDR full
566
567     vpp-mrr-results-3n-hsw:
568       csit-vpp-perf-verify-2001-3n-hsw:
569         - 17  # MRR sel
570
571     vpp-mrr-results-3n-skx:
572       # TODO: Replace
573       # csit-vpp-perf-verify-2001-3n-skx:
574       csit-vpp-perf-verify-1908-3n-skx:
575         - 36  # MRR sel
576
577     vpp-mrr-results-2n-skx:
578       # TODO: Replace
579       # csit-vpp-perf-verify-2001-2n-skx:
580       csit-vpp-perf-verify-1908-2n-skx:
581         - 69  # MRR sel
582
583     vpp-mrr-results-2n-clx:
584       # TODO: Replace
585       # csit-vpp-perf-verify-2001-2n-clx:
586       csit-vpp-perf-verify-1908-2n-skx:
587         - 69  # MRR sel
588
589     vpp-mrr-results-3n-tsh:
590       # TODO: Replace
591       # csit-vpp-perf-verify-2001-3n-tsh:
592       csit-vpp-perf-verify-1908-3n-tsh:
593         - 17  # MRR sel
594
595     vpp-mrr-results-3n-dnv:
596       csit-vpp-perf-verify-2001-3n-dnv:
597         - 11  # MRR sel
598
599     vpp-mrr-results-2n-dnv:
600       csit-vpp-perf-verify-2001-2n-dnv:
601         - 12  # MRR sel
602
603     vpp-device-results-ubuntu:
604       csit-vpp-device-2001-ubuntu1804-1n-skx:
605         - 57
606
607     dpdk-perf-results-3n-hsw:
608       csit-dpdk-perf-verify-2001-3n-hsw:
609         - 13  # NDRPDR sel
610         - 24  # NDRPDR sel
611
612     dpdk-perf-results-3n-skx:
613       csit-dpdk-perf-verify-2001-3n-skx:
614         - 1   # NDRPDR sel
615
616     dpdk-perf-results-2n-skx:
617       csit-dpdk-perf-verify-2001-2n-skx:
618         - 1   # NDRPDR sel
619
620     dpdk-perf-results-2n-clx:
621       csit-dpdk-perf-verify-2001-2n-clx:
622         - 1   # NDRPDR sel
623
624     dpdk-perf-results-2n-dnv:
625       csit-dpdk-perf-verify-2001-2n-dnv:
626         - 16  # NDRPDR sel
627
628     dpdk-perf-results-3n-dnv:
629       csit-dpdk-perf-verify-2001-3n-dnv:
630         - 12  # NDRPDR sel
631
632 ###########################################################################
633     # Tables (more than one data set)
634
635     # Performance changes
636
637     vpp-performance-changes-3n-hsw-h1:
638       csit-vpp-perf-verify-1904-3n-hsw:
639         - 11  # NDRPDR sel
640         - 12  # NDRPDR sel
641         - 20  # NDRPDR sel
642         - 21  # NDRPDR sel
643         - 23  # NDRPDR sel
644         - 24  # NDRPDR sel
645         - 25  # NDRPDR sel
646         - 26  # NDRPDR sel
647         - 29  # NDRPDR sel
648         - 30  # NDRPDR sel
649     vpp-performance-changes-3n-hsw-ref:
650       csit-vpp-perf-verify-1908-3n-hsw:
651         - 12  # NDRPDR sel
652         - 13  # NDRPDR sel
653         - 14  # NDRPDR sel
654         - 15  # NDRPDR sel
655         - 16  # NDRPDR sel
656         - 17  # NDRPDR sel
657         - 18  # NDRPDR sel
658         - 19  # NDRPDR sel
659         - 20  # NDRPDR sel
660         - 21  # NDRPDR sel
661     vpp-performance-changes-3n-hsw-cmp:
662       csit-vpp-perf-verify-2001-3n-hsw:
663         - 21  # NDRPDR sel
664         - 22  # NDRPDR sel
665         - 23  # NDRPDR sel
666         - 24  # NDRPDR sel
667         - 25  # NDRPDR sel
668         - 29  # NDRPDR sel
669         - 30  # NDRPDR sel
670         - 31  # NDRPDR sel
671         - 32  # NDRPDR sel
672         - 34  # NDRPDR sel
673     vpp-performance-changes-3n-hsw:
674       - "vpp-performance-changes-3n-hsw-h1"
675       - "vpp-performance-changes-3n-hsw-ref"
676       - "vpp-performance-changes-3n-hsw-cmp"
677
678     vpp-performance-changes-3n-skx-h1:
679       csit-vpp-perf-verify-1904-3n-skx:
680         - 8   # NDRPDR sel
681         - 9   # NDRPDR sel
682         - 10  # NDRPDR sel
683         - 11  # NDRPDR sel
684         - 12  # NDRPDR sel
685         - 14  # NDRPDR sel
686         - 16  # NDRPDR sel
687         - 21  # NDRPDR sel
688         - 23  # NDRPDR sel
689         - 25  # NDRPDR sel
690     vpp-performance-changes-3n-skx-ref:
691       csit-vpp-perf-verify-1908-3n-skx:
692         - 14  # NDRPDR sel
693         - 16  # NDRPDR sel
694         - 19  # NDRPDR sel
695         - 20  # NDRPDR sel
696         - 22  # NDRPDR sel
697         - 23  # NDRPDR sel
698         - 24  # NDRPDR sel
699         - 25  # NDRPDR sel
700         - 26  # NDRPDR sel
701         - 29  # NDRPDR sel
702     vpp-performance-changes-3n-skx-cmp:
703       # TODO: Add the data
704       csit-vpp-perf-verify-2001-3n-skx:
705         - 14  # NDRPDR sel
706         - 15  # NDRPDR sel
707         - 16  # NDRPDR sel
708     vpp-performance-changes-3n-skx:
709       - "vpp-performance-changes-3n-skx-h1"
710       - "vpp-performance-changes-3n-skx-ref"
711       - "vpp-performance-changes-3n-skx-cmp"
712
713     vpp-performance-changes-2n-skx-h1:
714       csit-vpp-perf-verify-1904-2n-skx:
715         - 12  # NDRPDR sel
716         - 14  # NDRPDR sel
717         - 16  # NDRPDR sel
718         - 17  # NDRPDR sel
719         - 18  # NDRPDR sel
720         - 21  # NDRPDR sel
721         - 27  # NDRPDR sel
722         - 30  # NDRPDR sel
723         - 31  # NDRPDR sel
724         - 32  # NDRPDR sel
725     vpp-performance-changes-2n-skx-ref:
726       csit-vpp-perf-verify-1908-2n-skx:
727         - 26  # NDRPDR sel
728         - 27  # NDRPDR sel
729         - 34  # NDRPDR sel
730         - 35  # NDRPDR sel
731         - 36  # NDRPDR sel
732         - 42  # NDRPDR sel
733         - 43  # NDRPDR sel
734         - 44  # NDRPDR sel
735         - 45  # NDRPDR sel
736         - 46  # NDRPDR sel
737     vpp-performance-changes-2n-skx-cmp:
738       # TODO: Add the data
739       csit-vpp-perf-verify-2001-2n-skx:
740         - 21  # NDRPDR sel
741         - 22  # NDRPDR sel
742         - 23  # NDRPDR sel
743         - 26  # NDRPDR sel
744         - 27  # NDRPDR sel
745         - 29  # NDRPDR sel
746     vpp-performance-changes-2n-skx:
747       - "vpp-performance-changes-2n-skx-h1"
748       - "vpp-performance-changes-2n-skx-ref"
749       - "vpp-performance-changes-2n-skx-cmp"
750
751     vpp-performance-changes-nfv-2n-skx-ref:
752       csit-vpp-perf-verify-1908-2n-skx:
753         - 22  # NFV
754         - 31  # NFV
755         - 32  # NFV
756     vpp-performance-changes-nfv-2n-skx-cmp:
757       # TODO: Add the data
758       csit-vpp-perf-verify-2001-2n-skx:
759         - 30  # NFV
760         - 31  # NFV
761     vpp-performance-changes-nfv-2n-skx:
762       - "vpp-performance-changes-nfv-2n-skx-ref"
763       - "vpp-performance-changes-nfv-2n-skx-cmp"
764
765     vpp-performance-changes-2n-dnv-ref:
766       csit-vpp-perf-verify-1908-2n-dnv:
767         - 1   # NDRPDR sel
768         - 2   # NDRPDR sel
769         - 3   # NDRPDR sel
770         - 4   # NDRPDR sel
771         - 5   # NDRPDR sel
772         - 6   # NDRPDR sel
773         - 7   # NDRPDR sel
774         - 8   # NDRPDR sel
775         - 9   # NDRPDR sel
776         - 10  # NDRPDR sel
777     vpp-performance-changes-2n-dnv-cmp:
778       csit-vpp-perf-verify-2001-2n-dnv:
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 6   # NDRPDR sel
782         - 7   # NDRPDR sel
783         - 8   # NDRPDR sel
784         - 9   # NDRPDR sel
785         - 10  # NDRPDR sel
786         - 11  # NDRPDR sel
787         - 13  # NDRPDR sel
788         - 16  # NDRPDR sel
789     vpp-performance-changes-2n-dnv:
790       - "vpp-performance-changes-2n-dnv-ref"
791       - "vpp-performance-changes-2n-dnv-cmp"
792
793     vpp-performance-changes-3n-dnv-ref:
794       csit-vpp-perf-verify-1908-3n-dnv:
795         - 6   # NDRPDR sel
796         - 7   # NDRPDR sel
797         - 8   # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 10  # NDRPDR sel
800         - 12  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 14  # NDRPDR sel
803         - 15  # NDRPDR sel
804         - 16  # NDRPDR sel
805     vpp-performance-changes-3n-dnv-cmp:
806       csit-vpp-perf-verify-2001-3n-dnv:
807         - 5   # NDRPDR sel
808         - 6   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813         - 12  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 17  # NDRPDR sel
816         - 18  # NDRPDR sel
817     vpp-performance-changes-3n-dnv:
818       - "vpp-performance-changes-3n-dnv-ref"
819       - "vpp-performance-changes-3n-dnv-cmp"
820
821     vpp-performance-changes-3n-tsh-ref:
822       csit-vpp-perf-verify-1908-3n-tsh:
823         - 7   # NDRPDR sel
824         - 8   # NDRPDR sel
825         - 9   # NDRPDR sel
826         - 10  # NDRPDR sel
827         - 11  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 13  # NDRPDR sel
830         - 14  # NDRPDR sel
831         - 15  # NDRPDR sel
832         - 16  # NDRPDR sel
833     vpp-performance-changes-3n-tsh-cmp:
834       # TODO: Add the data
835       csit-vpp-perf-verify-2001-3n-tsh:
836         - 3   # NDRPDR sel
837         - 4   # NDRPDR sel
838         - 7   # NDRPDR sel
839         - 8   # NDRPDR sel
840     vpp-performance-changes-3n-tsh:
841       - "vpp-performance-changes-3n-tsh-ref"
842       - "vpp-performance-changes-3n-tsh-cmp"
843
844     vpp-soak-vs-ndr-2n-skx-ref:
845       # TODO: Replace
846       # csit-vpp-perf-verify-2001-2n-skx:
847       csit-vpp-perf-verify-1908-2n-skx:
848         - 26  # NDRPDR sel
849         - 27  # NDRPDR sel
850         - 34  # NDRPDR sel
851     vpp-soak-vs-ndr-2n-skx-cmp:
852       # TODO: Replace
853       # csit-vpp-perf-verify-2001-2n-skx:
854       csit-vpp-perf-verify-1908-2n-skx:
855         - 83  # SOAK
856         - 86  # SOAK
857     vpp-soak-vs-ndr-2n-skx:
858       # TODO: Replace
859       # csit-vpp-perf-verify-2001-2n-skx:
860       csit-vpp-perf-verify-1908-2n-skx:
861         - 26  # NDRPDR sel
862         - 27  # NDRPDR sel
863         - 34  # NDRPDR sel
864         - 83  # SOAK
865         - 86  # SOAK
866
867     vpp-performance-changes-3n-hsw-mrr-h1:
868       csit-vpp-perf-verify-1904-3n-hsw:
869         - 9   # MRR sel
870     vpp-performance-changes-3n-hsw-mrr-ref:
871       csit-vpp-perf-verify-1908-3n-hsw:
872         - 39  # MRR sel
873     vpp-performance-changes-3n-hsw-mrr-cmp:
874       csit-vpp-perf-verify-2001-3n-hsw:
875         - 17  # MRR sel
876     vpp-performance-changes-3n-hsw-mrr:
877       - "vpp-performance-changes-3n-hsw-mrr-h1"
878       - "vpp-performance-changes-3n-hsw-mrr-ref"
879       - "vpp-performance-changes-3n-hsw-mrr-cmp"
880
881     vpp-performance-changes-3n-skx-mrr-h1:
882       csit-vpp-perf-verify-1904-3n-skx:
883         - 7   # MRR sel
884     vpp-performance-changes-3n-skx-mrr-ref:
885       csit-vpp-perf-verify-1908-3n-skx:
886         - 36  # MRR sel
887     vpp-performance-changes-3n-skx-mrr-cmp:
888       # TODO: Replace
889       # csit-vpp-perf-verify-2001-3n-skx:
890       csit-vpp-perf-verify-1908-3n-skx:
891         - 36  # MRR sel
892     vpp-performance-changes-3n-skx-mrr:
893       - "vpp-performance-changes-3n-skx-mrr-h1"
894       - "vpp-performance-changes-3n-skx-mrr-ref"
895       - "vpp-performance-changes-3n-skx-mrr-cmp"
896
897     vpp-performance-changes-2n-skx-mrr-h1:
898       csit-vpp-perf-verify-1904-2n-skx:
899         - 11  # MRR sel
900     vpp-performance-changes-2n-skx-mrr-ref:
901       csit-vpp-perf-verify-1908-2n-skx:
902         - 69  # MRR sel
903     vpp-performance-changes-2n-skx-mrr-cmp:
904       # TODO: Replace
905       # csit-vpp-perf-verify-2001-2n-skx:
906       csit-vpp-perf-verify-1908-2n-skx:
907         - 69  # MRR sel
908     vpp-performance-changes-2n-skx-mrr:
909       - "vpp-performance-changes-2n-skx-mrr-h1"
910       - "vpp-performance-changes-2n-skx-mrr-ref"
911       - "vpp-performance-changes-2n-skx-mrr-cmp"
912
913     vpp-performance-changes-nfv-2n-skx-mrr-ref:
914       csit-vpp-perf-verify-1908-2n-skx:
915         - 71  # NFV MRR
916     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
917       # TODO: Replace
918       # csit-vpp-perf-verify-2001-2n-skx:
919       csit-vpp-perf-verify-1908-2n-skx:
920         - 71  # NFV MRR
921     vpp-performance-changes-nfv-2n-skx-mrr:
922       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
923       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
924
925     vpp-performance-changes-2n-dnv-mrr-ref:
926       csit-vpp-perf-verify-1908-2n-dnv:
927         - 11  # MRR sel
928     vpp-performance-changes-2n-dnv-mrr-cmp:
929       csit-vpp-perf-verify-2001-2n-dnv:
930         - 12  # MRR sel
931     vpp-performance-changes-2n-dnv-mrr:
932       - "vpp-performance-changes-2n-dnv-mrr-ref"
933       - "vpp-performance-changes-2n-dnv-mrr-cmp"
934
935     vpp-performance-changes-3n-dnv-mrr-ref:
936       csit-vpp-perf-verify-1908-3n-dnv:
937         - 17  # MRR sel
938     vpp-performance-changes-3n-dnv-mrr-cmp:
939       csit-vpp-perf-verify-2001-3n-dnv:
940         - 11  # MRR sel
941     vpp-performance-changes-3n-dnv-mrr:
942       - "vpp-performance-changes-3n-dnv-mrr-ref"
943       - "vpp-performance-changes-3n-dnv-mrr-cmp"
944
945     vpp-performance-changes-3n-tsh-mrr-ref:
946       csit-vpp-perf-verify-1908-3n-tsh:
947         - 17  # MRR sel
948     vpp-performance-changes-3n-tsh-mrr-cmp:
949       # TODO: Replace
950       # csit-vpp-perf-verify-2001-3n-tsh:
951       csit-vpp-perf-verify-1908-3n-tsh:
952         - 17  # MRR sel
953     vpp-performance-changes-3n-tsh-mrr:
954       - "vpp-performance-changes-3n-tsh-mrr-ref"
955       - "vpp-performance-changes-3n-tsh-mrr-cmp"
956
957     dpdk-performance-changes-3n-hsw-h1:
958       csit-dpdk-perf-verify-1904-3n-hsw:
959         - 2   # NDRPDR sel
960         - 3   # NDRPDR sel
961         - 5   # NDRPDR sel
962         - 6   # NDRPDR sel
963         - 13  # NDRPDR sel
964         - 14  # NDRPDR sel
965         - 15  # NDRPDR sel
966         - 18  # NDRPDR sel
967         - 19  # NDRPDR sel
968         - 20  # NDRPDR sel
969     dpdk-performance-changes-3n-hsw-ref:
970       csit-dpdk-perf-verify-1908-3n-hsw:
971         - 2   # NDRPDR sel
972         - 3   # NDRPDR sel
973         - 4   # NDRPDR sel
974         - 5   # NDRPDR sel
975         - 6   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 8   # NDRPDR sel
978         - 9   # NDRPDR sel
979         - 10  # NDRPDR sel
980         - 11  # NDRPDR sel
981     dpdk-performance-changes-3n-hsw-cmp:
982       csit-dpdk-perf-verify-2001-3n-hsw:
983         - 4   # NDRPDR sel
984         - 5   # NDRPDR sel
985         - 6   # NDRPDR sel
986         - 7   # NDRPDR sel
987         - 8   # NDRPDR sel
988         - 9   # NDRPDR sel
989         - 10  # NDRPDR sel
990         - 11  # NDRPDR sel
991         - 12  # NDRPDR sel
992         - 13  # NDRPDR sel
993         - 15  # NDRPDR sel
994         - 16  # NDRPDR sel
995         - 17  # NDRPDR sel
996         - 18  # NDRPDR sel
997         - 19  # NDRPDR sel
998         - 20  # NDRPDR sel
999         - 21  # NDRPDR sel
1000         - 22  # NDRPDR sel
1001         - 23  # NDRPDR sel
1002         - 24  # NDRPDR sel
1003     dpdk-performance-changes-3n-hsw:
1004       - "dpdk-performance-changes-3n-hsw-h1"
1005       - "dpdk-performance-changes-3n-hsw-ref"
1006       - "dpdk-performance-changes-3n-hsw-cmp"
1007
1008     dpdk-performance-changes-3n-skx-h1:
1009       csit-dpdk-perf-verify-1904-3n-skx:
1010         - 2   # NDRPDR sel
1011         - 3   # NDRPDR sel
1012         - 4   # NDRPDR sel
1013         - 5   # NDRPDR sel
1014         - 6   # NDRPDR sel
1015         - 7   # NDRPDR sel
1016         - 11  # NDRPDR sel
1017         - 12  # NDRPDR sel
1018         - 13  # NDRPDR sel
1019         - 14  # NDRPDR sel
1020     dpdk-performance-changes-3n-skx-ref:
1021       csit-dpdk-perf-verify-1908-3n-skx:
1022         - 3   # NDRPDR sel
1023         - 4   # NDRPDR sel
1024         - 5   # NDRPDR sel
1025         - 6   # NDRPDR sel
1026         - 7   # NDRPDR sel
1027         - 8   # NDRPDR sel
1028         - 9   # NDRPDR sel
1029         - 10  # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032     dpdk-performance-changes-3n-skx-cmp:
1033       csit-dpdk-perf-verify-2001-3n-skx:
1034         - 1   # NDRPDR sel
1035         - 2   # NDRPDR sel
1036         - 3   # NDRPDR sel
1037         - 4   # NDRPDR sel
1038         - 5   # NDRPDR sel
1039         - 6   # NDRPDR sel
1040         - 7   # NDRPDR sel
1041         - 8   # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 10  # NDRPDR sel
1044     dpdk-performance-changes-3n-skx:
1045       - "dpdk-performance-changes-3n-skx-h1"
1046       - "dpdk-performance-changes-3n-skx-ref"
1047       - "dpdk-performance-changes-3n-skx-cmp"
1048
1049     dpdk-performance-changes-2n-skx-h1:
1050       csit-dpdk-perf-verify-1904-2n-skx:
1051         - 2   # NDRPDR sel
1052         - 3   # NDRPDR sel
1053         - 4   # NDRPDR sel
1054         - 5   # NDRPDR sel
1055         - 7   # NDRPDR sel
1056         - 8   # NDRPDR sel
1057         - 9   # NDRPDR sel
1058         - 10  # NDRPDR sel
1059         - 11  # NDRPDR sel
1060         - 12  # NDRPDR sel
1061     dpdk-performance-changes-2n-skx-ref:
1062       csit-dpdk-perf-verify-1908-2n-skx:
1063         - 2   # NDRPDR sel
1064         - 3   # NDRPDR sel
1065         - 4   # NDRPDR sel
1066         - 5   # NDRPDR sel
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 11  # NDRPDR sel
1072         - 12  # NDRPDR sel
1073     dpdk-performance-changes-2n-skx-cmp:
1074       csit-dpdk-perf-verify-2001-2n-skx:
1075         - 1   # NDRPDR sel
1076         - 2   # NDRPDR sel
1077         - 3   # NDRPDR sel
1078         - 4   # NDRPDR sel
1079         - 5   # NDRPDR sel
1080         - 6   # NDRPDR sel
1081         - 7   # NDRPDR sel
1082         - 8   # NDRPDR sel
1083         - 9   # NDRPDR sel
1084         - 10  # NDRPDR sel
1085         - 11  # NDRPDR sel
1086         - 13  # NDRPDR sel
1087         - 26  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089         - 17  # NDRPDR sel
1090         - 18  # NDRPDR sel
1091         - 19  # NDRPDR sel
1092         - 27  # NDRPDR sel
1093         - 21  # NDRPDR sel
1094         - 25  # NDRPDR sel
1095     dpdk-performance-changes-2n-skx:
1096       - "dpdk-performance-changes-2n-skx-h1"
1097       - "dpdk-performance-changes-2n-skx-ref"
1098       - "dpdk-performance-changes-2n-skx-cmp"
1099
1100     # Compare testbeds
1101
1102     vpp-compare-testbeds-ref:
1103       csit-vpp-perf-verify-2001-3n-hsw:
1104         - 21  # NDRPDR sel
1105         - 22  # NDRPDR sel
1106         - 23  # NDRPDR sel
1107         - 24  # NDRPDR sel
1108         - 25  # NDRPDR sel
1109         - 29  # NDRPDR sel
1110         - 30  # NDRPDR sel
1111         - 31  # NDRPDR sel
1112         - 32  # NDRPDR sel
1113         - 34  # NDRPDR sel
1114     vpp-compare-testbeds-cmp:
1115       # TODO: Add the data
1116       csit-vpp-perf-verify-2001-3n-skx:
1117         - 14  # NDRPDR sel
1118         - 15  # NDRPDR sel
1119         - 16  # NDRPDR sel
1120     vpp-compare-testbeds:
1121       - "vpp-compare-testbeds-ref"
1122       - "vpp-compare-testbeds-cmp"
1123
1124     vpp-compare-testbeds-skx-clx-ref:
1125       # TODO: Add the data
1126       csit-vpp-perf-verify-2001-2n-skx:
1127         - 21  # NDRPDR sel
1128         - 22  # NDRPDR sel
1129         - 23  # NDRPDR sel
1130         - 26  # NDRPDR sel
1131         - 27  # NDRPDR sel
1132         - 29  # NDRPDR sel
1133     vpp-compare-testbeds-skx-clx-cmp:
1134       # TODO: Add the data
1135       csit-vpp-perf-verify-2001-2n-clx:
1136         - 22  # NDRPDR sel
1137         - 23  # NDRPDR sel
1138         - 24  # NDRPDR sel
1139         - 25  # NDRPDR sel
1140     vpp-compare-testbeds-skx-clx:
1141       - "vpp-compare-testbeds-skx-clx-ref"
1142       - "vpp-compare-testbeds-skx-clx-cmp"
1143
1144     vpp-compare-testbeds-mrr-ref:
1145       csit-vpp-perf-verify-2001-3n-hsw:
1146         - 17  # MRR sel
1147     vpp-compare-testbeds-mrr-cmp:
1148       # TODO: Replace
1149       # csit-vpp-perf-verify-2001-3n-skx:
1150       csit-vpp-perf-verify-1908-3n-skx:
1151         - 36  # MRR sel
1152     vpp-compare-testbeds-mrr:
1153       - "vpp-compare-testbeds-mrr-ref"
1154       - "vpp-compare-testbeds-mrr-cmp"
1155
1156     vpp-compare-testbeds-mrr-skx-clx-ref:
1157       # TODO: Replace
1158       # csit-vpp-perf-verify-2001-2n-skx:
1159       csit-vpp-perf-verify-1908-2n-skx:
1160         - 69  # MRR sel
1161     vpp-compare-testbeds-mrr-skx-clx-cmp:
1162       # TODO: Replace
1163       # csit-vpp-perf-verify-2001-2n-clx:
1164       csit-vpp-perf-verify-1908-2n-skx:
1165         - 69  # MRR sel
1166     vpp-compare-testbeds-mrr-skx-clx:
1167       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1168       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1169
1170     dpdk-compare-testbeds-ref:
1171       csit-dpdk-perf-verify-2001-3n-hsw:
1172         - 4   # NDRPDR sel
1173         - 5   # NDRPDR sel
1174         - 6   # NDRPDR sel
1175         - 7   # NDRPDR sel
1176         - 8   # NDRPDR sel
1177         - 9   # NDRPDR sel
1178         - 10  # NDRPDR sel
1179         - 11  # NDRPDR sel
1180         - 12  # NDRPDR sel
1181         - 13  # NDRPDR sel
1182         - 15  # NDRPDR sel
1183         - 16  # NDRPDR sel
1184         - 17  # NDRPDR sel
1185         - 18  # NDRPDR sel
1186         - 19  # NDRPDR sel
1187         - 20  # NDRPDR sel
1188         - 21  # NDRPDR sel
1189         - 22  # NDRPDR sel
1190         - 23  # NDRPDR sel
1191         - 24  # NDRPDR sel
1192     dpdk-compare-testbeds-cmp:
1193       csit-dpdk-perf-verify-2001-3n-skx:
1194         - 1   # NDRPDR sel
1195         - 2   # NDRPDR sel
1196         - 3   # NDRPDR sel
1197         - 4   # NDRPDR sel
1198         - 5   # NDRPDR sel
1199         - 6   # NDRPDR sel
1200         - 7   # NDRPDR sel
1201         - 8   # NDRPDR sel
1202         - 9   # NDRPDR sel
1203         - 10  # NDRPDR sel
1204     dpdk-compare-testbeds:
1205       - "dpdk-compare-testbeds-ref"
1206       - "dpdk-compare-testbeds-cmp"
1207
1208     dpdk-compare-testbeds-skx-clx-ref:
1209       csit-dpdk-perf-verify-2001-2n-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         - 11  # NDRPDR sel
1221         - 13  # NDRPDR sel
1222         - 26  # NDRPDR sel
1223         - 16  # NDRPDR sel
1224         - 17  # NDRPDR sel
1225         - 18  # NDRPDR sel
1226         - 19  # NDRPDR sel
1227         - 27  # NDRPDR sel
1228         - 21  # NDRPDR sel
1229         - 25  # NDRPDR sel
1230     dpdk-compare-testbeds-skx-clx-cmp:
1231       csit-dpdk-perf-verify-2001-2n-clx:
1232         - 1   # NDRPDR sel
1233         - 2   # NDRPDR sel
1234         - 3   # NDRPDR sel
1235         - 4   # NDRPDR sel
1236         - 5   # NDRPDR sel
1237         - 6   # NDRPDR sel
1238         - 7   # NDRPDR sel
1239         - 8   # NDRPDR sel
1240         - 9   # NDRPDR sel
1241         - 10  # NDRPDR sel
1242     dpdk-compare-testbeds-skx-clx:
1243       - "dpdk-compare-testbeds-skx-clx-ref"
1244       - "dpdk-compare-testbeds-skx-clx-cmp"
1245
1246     # Compare topologies
1247
1248     vpp-compare-topologies-ref:
1249       # TODO: Add the data
1250       csit-vpp-perf-verify-2001-3n-skx:
1251         - 14  # NDRPDR sel
1252         - 15  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254     vpp-compare-topologies-cmp:
1255       # TODO: Add the data
1256       csit-vpp-perf-verify-2001-2n-skx:
1257         - 21  # NDRPDR sel
1258         - 22  # NDRPDR sel
1259         - 23  # NDRPDR sel
1260         - 26  # NDRPDR sel
1261         - 27  # NDRPDR sel
1262         - 29  # NDRPDR sel
1263     vpp-compare-topologies:
1264       - "vpp-compare-topologies-ref"
1265       - "vpp-compare-topologies-cmp"
1266
1267     vpp-compare-topologies-mrr-ref:
1268       # TODO: Replace
1269       # csit-vpp-perf-verify-2001-3n-skx:
1270       csit-vpp-perf-verify-1908-3n-skx:
1271         - 36  # MRR sel
1272     vpp-compare-topologies-mrr-cmp:
1273       # TODO: Replace
1274       # csit-vpp-perf-verify-2001-2n-skx:
1275       csit-vpp-perf-verify-1908-2n-skx:
1276         - 69  # MRR sel
1277     vpp-compare-topologies-mrr:
1278       - "vpp-compare-topologies-mrr-ref"
1279       - "vpp-compare-topologies-mrr-cmp"
1280
1281     dpdk-compare-topologies-ref:
1282       csit-dpdk-perf-verify-2001-3n-skx:
1283         - 1   # NDRPDR sel
1284         - 2   # NDRPDR sel
1285         - 3   # NDRPDR sel
1286         - 4   # NDRPDR sel
1287         - 5   # NDRPDR sel
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293     dpdk-compare-topologies-cmp:
1294       csit-dpdk-perf-verify-2001-2n-skx:
1295         - 1   # NDRPDR sel
1296         - 2   # NDRPDR sel
1297         - 3   # NDRPDR sel
1298         - 4   # NDRPDR sel
1299         - 5   # NDRPDR sel
1300         - 6   # NDRPDR sel
1301         - 7   # NDRPDR sel
1302         - 8   # NDRPDR sel
1303         - 9   # NDRPDR sel
1304         - 10  # NDRPDR sel
1305         - 11  # NDRPDR sel
1306         - 13  # NDRPDR sel
1307         - 26  # NDRPDR sel
1308         - 16  # NDRPDR sel
1309         - 17  # NDRPDR sel
1310         - 18  # NDRPDR sel
1311         - 19  # NDRPDR sel
1312         - 27  # NDRPDR sel
1313         - 21  # NDRPDR sel
1314         - 25  # NDRPDR sel
1315     dpdk-compare-topologies:
1316       - "dpdk-compare-topologies-ref"
1317       - "dpdk-compare-topologies-cmp"
1318
1319   plot-layouts:
1320
1321     plot-soak-throughput:
1322       titlefont:
1323         size: 18
1324       xaxis:
1325         title: "<b>Test Cases [Index]</b>"
1326         titlefont:
1327           size: 16
1328         autorange: True
1329         fixedrange: False
1330         gridcolor: "rgb(230, 230, 230)"
1331         linecolor: "rgb(220, 220, 220)"
1332         linewidth: 1
1333         showgrid: True
1334         showline: True
1335         showticklabels: True
1336         tickcolor: "rgb(220, 220, 220)"
1337         tickmode: "linear"
1338         tickfont:
1339           size: 16
1340         zeroline: False
1341       yaxis:
1342         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1343         titlefont:
1344           size: 16
1345         gridcolor: "rgb(230, 230, 230)"
1346         hoverformat: ".4r"
1347         tickformat: ".3r"
1348         linecolor: "rgb(220, 220, 220)"
1349         linewidth: 1
1350         showgrid: True
1351         showline: True
1352         showticklabels: True
1353         tickcolor: "rgb(220, 220, 220)"
1354         tickfont:
1355           size: 16
1356         zeroline: False
1357         range: [0,50]
1358       autosize: False
1359       margin:
1360         t: 50
1361         b: 0
1362         l: 80
1363         r: 20
1364       showlegend: True
1365       legend:
1366         orientation: "h"
1367         font:
1368           size: 16
1369       width: 700
1370       height: 900
1371       paper_bgcolor: "#fff"
1372       plot_bgcolor: "#fff"
1373       hoverlabel:
1374         namelength: -1
1375
1376     plot-service-density:
1377       titlefont:
1378         size: 18
1379       xaxis:
1380         side: "top"
1381         autorange: True
1382         fixedrange: False
1383         showgrid: False
1384         showline: False
1385         showticklabels: False
1386         ticks: ""
1387         ticklen: 0
1388         tickwidth: 0
1389         zeroline: False
1390       yaxis:
1391         autorange: "reversed"
1392         showgrid: False
1393         showline: False
1394         showticklabels: False
1395         ticks: ""
1396         ticklen: 0
1397         tickwidth: 0
1398         zeroline: False
1399       showlegend: False
1400       paper_bgcolor: "#fff"
1401       plot_bgcolor: "#fff"
1402       width: 700
1403       height: 700
1404       hoverlabel:
1405         namelength: -1
1406
1407     plot-cps:
1408       titlefont:
1409         size: 18
1410       xaxis:
1411         title: "<b>Test Cases [Index]</b>"
1412         titlefont:
1413           size: 16
1414         autorange: True
1415         fixedrange: False
1416         gridcolor: "rgb(230, 230, 230)"
1417         linecolor: "rgb(220, 220, 220)"
1418         linewidth: 1
1419         showgrid: True
1420         showline: True
1421         showticklabels: True
1422         tickcolor: "rgb(220, 220, 220)"
1423         tickmode: "linear"
1424         tickfont:
1425           size: 16
1426         zeroline: False
1427       yaxis:
1428         title: "<b>Connections Per Second [cps]</b>"
1429         titlefont:
1430           size: 16
1431         gridcolor: "rgb(230, 230, 230)"
1432         hoverformat: ".4s"
1433         linecolor: "rgb(220, 220, 220)"
1434         linewidth: 1
1435         rangemode: "tozero"
1436         showgrid: True
1437         showline: True
1438         showticklabels: True
1439         tickcolor: "rgb(220, 220, 220)"
1440         tickformat: ".3s"
1441         tickfont:
1442           size: 16
1443         zeroline: False
1444       boxmode: "group"
1445       boxgroupgap: 0.5
1446       autosize: False
1447       margin:
1448         t: 50
1449         b: 20
1450         l: 80
1451         r: 20
1452       showlegend: True
1453       legend:
1454         orientation: "h"
1455         font:
1456           size: 16
1457       width: 700
1458       height: 800
1459       paper_bgcolor: "#fff"
1460       plot_bgcolor: "#fff"
1461       hoverlabel:
1462         namelength: -1
1463
1464     plot-rps:
1465       titlefont:
1466         size: 18
1467       xaxis:
1468         title: "<b>Test Cases [Index]</b>"
1469         titlefont:
1470           size: 16
1471         autorange: True
1472         fixedrange: False
1473         gridcolor: "rgb(230, 230, 230)"
1474         linecolor: "rgb(220, 220, 220)"
1475         linewidth: 1
1476         showgrid: True
1477         showline: True
1478         showticklabels: True
1479         tickcolor: "rgb(220, 220, 220)"
1480         tickmode: "linear"
1481         tickfont:
1482           size: 16
1483         zeroline: False
1484       yaxis:
1485         title: "<b>Requests Per Second [rps]</b>"
1486         titlefont:
1487           size: 16
1488         gridcolor: "rgb(230, 230, 230)"
1489         hoverformat: ".4s"
1490         linecolor: "rgb(220, 220, 220)"
1491         linewidth: 1
1492         rangemode: "tozero"
1493         showgrid: True
1494         showline: True
1495         showticklabels: True
1496         tickcolor: "rgb(230, 230, 230)"
1497         tickformat: ".3s"
1498         tickfont:
1499           size: 16
1500         zeroline: False
1501       boxmode: "group"
1502       boxgroupgap: 0.5
1503       autosize: False
1504       margin:
1505         t: 50
1506         b: 20
1507         l: 80
1508         r: 20
1509       showlegend: True
1510       legend:
1511         orientation: "h"
1512         font:
1513           size: 16
1514       width: 700
1515       height: 800
1516       paper_bgcolor: "#fff"
1517       plot_bgcolor: "#fff"
1518       hoverlabel:
1519         namelength: -1
1520
1521     plot-throughput:
1522       titlefont:
1523         size: 18
1524       xaxis:
1525         title: "<b>Test Cases [Index]</b>"
1526         titlefont:
1527           size: 16
1528         autorange: True
1529         fixedrange: False
1530         gridcolor: "rgb(230, 230, 230)"
1531         linecolor: "rgb(220, 220, 220)"
1532         linewidth: 1
1533         showgrid: True
1534         showline: True
1535         showticklabels: True
1536         tickcolor: "rgb(220, 220, 220)"
1537         tickmode: "linear"
1538         tickfont:
1539           size: 16
1540         zeroline: False
1541       yaxis:
1542         title: "<b>Packet Throughput [Mpps]</b>"
1543         titlefont:
1544           size: 16
1545         gridcolor: "rgb(230, 230, 230)"
1546         hoverformat: ".4r"
1547         tickformat: ".3r"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickfont:
1555           size: 16
1556         zeroline: False
1557         range: [0,50]
1558       autosize: False
1559       margin:
1560         t: 50
1561         b: 0
1562         l: 80
1563         r: 20
1564       showlegend: True
1565       legend:
1566         orientation: "h"
1567         font:
1568           size: 16
1569       width: 700
1570       height: 900
1571       paper_bgcolor: "#fff"
1572       plot_bgcolor: "#fff"
1573       hoverlabel:
1574         namelength: -1
1575
1576     plot-throughput-speedup-analysis:
1577       titlefont:
1578         size: 18
1579       xaxis:
1580         title: "<b>Number of Cores [Qty]</b>"
1581         titlefont:
1582           size: 16
1583         autorange: True
1584         fixedrange: False
1585         gridcolor: "rgb(230, 230, 230)"
1586         linecolor: "rgb(220, 220, 220)"
1587         linewidth: 1
1588         showgrid: True
1589         showline: True
1590         showticklabels: True
1591         tickcolor: "rgb(238, 238, 238)"
1592         tickmode: "linear"
1593         tickfont:
1594           size: 16
1595         zeroline: False
1596       yaxis:
1597         title: "<b>Packet Throughput [Mpps]</b>"
1598         titlefont:
1599           size: 16
1600         type: "linear"
1601         gridcolor: "rgb(230, 230, 230)"
1602         hoverformat: ".4s"
1603         linecolor: "rgb(220, 220, 220)"
1604         linewidth: 1
1605         showgrid: True
1606         showline: True
1607         showticklabels: True
1608         tickcolor: "rgb(220, 220, 220)"
1609         tickformat: ".4s"
1610         tickfont:
1611           size: 16
1612         zeroline: True
1613         rangemode: "tozero"
1614         range: [0,100]
1615       legend:
1616         orientation: "h"
1617         font:
1618           size: 16
1619         xanchor: "left"
1620         yanchor: "top"
1621         x: 0
1622         y: -0.2
1623         bgcolor: "rgba(255, 255, 255, 0)"
1624         bordercolor: "rgba(255, 255, 255, 0)"
1625         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1626       autosize: False
1627       margin:
1628           't': 50
1629           'b': 150
1630           'l': 85
1631           'r': 10
1632       showlegend: True
1633       width: 700
1634       height: 700
1635       paper_bgcolor: "#fff"
1636       plot_bgcolor: "#fff"
1637       hoverlabel:
1638         namelength: -1
1639       annotations: [
1640         {
1641           text: "_ _          __          ...",
1642           align: "left",
1643           showarrow: False,
1644           xref: "paper",
1645           yref: "paper",
1646           xanchor: "left",
1647           yanchor: "top",
1648           x: 0,
1649           y: -0.13,
1650           font: {
1651             family: "Consolas, Courier New",
1652             size: 15
1653           },
1654         },
1655         {
1656           text: "    Perfect     Measured     Limit",
1657           align: "left",
1658           showarrow: False,
1659           xref: "paper",
1660           yref: "paper",
1661           xanchor: "left",
1662           yanchor: "top",
1663           x: 0,
1664           y: -0.15,
1665           font: {
1666             family: "Consolas, Courier New",
1667             size: 15
1668           },
1669         },
1670       ]
1671
1672     plot-latency:
1673       titlefont:
1674         size: 18
1675       xaxis:
1676         title: "<b>Direction</b>"
1677         titlefont:
1678           size: 16
1679         autorange: True
1680         fixedrange: False
1681         gridcolor: "rgb(230, 230, 230)"
1682         linecolor: "rgb(220, 220, 220)"
1683         linewidth: 1
1684         showgrid: True
1685         showline: True
1686         showticklabels: False
1687         tickcolor: "rgb(220, 220, 220)"
1688         tickmode: "linear"
1689         tickfont:
1690           size: 16
1691         zeroline: False
1692       yaxis:
1693         title: "<b>Packet Latency [uSec]</b>"
1694         titlefont:
1695           size: 16
1696         type: "linear"
1697         gridcolor: "rgb(230, 230, 230)"
1698         hoverformat: ".4s"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickformat: ".4s"
1706         tickfont:
1707           size: 16
1708         zeroline: True
1709         rangemode: "tozero"
1710       legend:
1711         orientation: "h"
1712         font:
1713           size: 16
1714         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1715       autosize: False
1716       margin:
1717           't': 50
1718           'b': 150
1719           'l': 80
1720           'r': 10
1721       showlegend: True
1722       width: 700
1723       height: 700
1724       paper_bgcolor: "#fff"
1725       plot_bgcolor: "#fff"
1726       hoverlabel:
1727         namelength: -1
1728
1729     plot-hdrh-latency:
1730       title:
1731         text: ""
1732         xanchor: "center"
1733         x: 0.5
1734         font:
1735           size: 16
1736       width: 700
1737       plot_bgcolor: "white"
1738       annotations:
1739         - font:
1740             size: 14
1741           showarrow: False
1742           text: "<b>Packet Latency [uSec]</b>"
1743           x: 1
1744           xanchor: "right"
1745           xref: "paper"
1746           y: -0.045
1747           yanchor: "top"
1748           yref: "paper"
1749         - font:
1750             size: 14
1751           showarrow: False
1752           text: "<b>Probability [%]</b>"
1753           textangle: 270
1754           x: -0.06
1755           xanchor: "center"
1756           xref: "paper"
1757           y: 0.5
1758           yanchor: "middle"
1759           yref: "paper"
1760         - font:
1761             size: 14
1762           showarrow: False
1763           text: "<b>Direction: E-W</b>"
1764           x: 0.24
1765           xanchor: "center"
1766           xref: "paper"
1767           y: 1.05
1768           yanchor: "bottom"
1769           yref: "paper"
1770         - font:
1771             size: 14
1772           showarrow: False
1773           text: "<b>Direction: W-E</b>"
1774           x: 0.74
1775           xanchor: "center"
1776           xref: "paper"
1777           y: 1.05
1778           yanchor: "bottom"
1779           yref: "paper"
1780
1781     plot-hdrh-latency-percentile:
1782       title:
1783         text: ""
1784         xanchor: "center"
1785         x: 0.5
1786         font:
1787           size: 18
1788       xaxis:
1789         type: "log"
1790         title: "<b>Percentile [%]</b>"
1791         titlefont:
1792           size: 16
1793         autorange: True
1794         fixedrange: False
1795         gridcolor: "rgb(230, 230, 230)"
1796         linecolor: "rgb(220, 220, 220)"
1797         linewidth: 1
1798         showgrid: True
1799         showline: True
1800         showticklabels: True
1801         tickcolor: "rgb(220, 220, 220)"
1802         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1803         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1804         tickfont:
1805           size: 16
1806       yaxis:
1807         title: "<b>Packet Latency [uSec]</b>"
1808         titlefont:
1809           size: 16
1810         gridcolor: "rgb(230, 230, 230)"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(220, 220, 220)"
1817         tickfont:
1818           size: 16
1819       autosize: False
1820       showlegend: True
1821       legend:
1822         traceorder: "normal"
1823         orientation: "h"
1824         font:
1825           size: 16
1826         xanchor: "left"
1827         yanchor: "top"
1828         x: 0
1829         y: -0.15
1830         bgcolor: "rgba(255, 255, 255, 0)"
1831         bordercolor: "rgba(255, 255, 255, 0)"
1832       width: 700
1833       height: 700
1834       paper_bgcolor: "white"
1835       plot_bgcolor: "white"
1836
1837     plot-hdrh-latency-by-percentile:
1838       title:
1839         text: "<b>Latency by Percentile Distribution</b>"
1840         xanchor: "center"
1841         x: 0.5
1842         font:
1843           size: 18
1844       showlegend: True
1845       legend:
1846         traceorder: "normal"
1847         orientation: "h"
1848         font:
1849           size: 16
1850         xanchor: "left"
1851         yanchor: "top"
1852         x: 0
1853         y: -0.2
1854         bgcolor: "rgba(255, 255, 255, 0)"
1855         bordercolor: "rgba(255, 255, 255, 0)"
1856       xaxis:
1857         type: "linear"
1858         title: "<b>Percentile [%]</b>"
1859         titlefont:
1860           size: 14
1861         autorange: False
1862         fixedrange: False
1863         range: [0, 100]
1864         gridcolor: "rgb(230, 230, 230)"
1865         linecolor: "rgb(220, 220, 220)"
1866         linewidth: 1
1867         showgrid: True
1868         showline: True
1869         showticklabels: True
1870         tickcolor: "rgb(220, 220, 220)"
1871         tickvals: [0, 25, 50, 75, 100]
1872         ticktext: [0, 25, 50, 75, 100]
1873         tickfont:
1874           size: 14
1875       yaxis:
1876         title: "<b>One-Way Latency per Direction [uSec]</b>"
1877         titlefont:
1878           size: 14
1879         gridcolor: "rgb(230, 230, 230)"
1880         linecolor: "rgb(220, 220, 220)"
1881         linewidth: 1
1882         showgrid: True
1883         showline: True
1884         showticklabels: True
1885         tickcolor: "rgb(220, 220, 220)"
1886         tickfont:
1887           size: 14
1888       width: 700
1889       height: 700
1890       paper_bgcolor: "white"
1891       plot_bgcolor: "white"
1892
1893 - type: "static"
1894   src-path: "{DIR[RST]}"
1895   dst-path: "{DIR[WORKING,SRC]}"
1896
1897 - type: "input"
1898   general:
1899     file-name: "output_info.xml.gz"
1900     file-format: ".gz"
1901     arch-file-format:
1902       - ".gz"
1903       - ".zip"
1904     download-path: "{job}/{build}/archives/{filename}"
1905     extract: "output.xml"
1906
1907     zip-file-name: "robot-plugin.zip"
1908     zip-file-format: ".zip"
1909     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1910     zip-extract: "robot-plugin/output.xml"
1911
1912   builds:
1913
1914     csit-vpp-perf-verify-1904-3n-hsw:
1915       - 9   # MRR sel
1916       - 11  # NDRPDR sel
1917       - 12  # NDRPDR sel
1918       - 20  # NDRPDR sel
1919       - 21  # NDRPDR sel
1920       - 23  # NDRPDR sel
1921       - 24  # NDRPDR sel
1922       - 25  # NDRPDR sel
1923       - 26  # NDRPDR sel
1924       - 29  # NDRPDR sel
1925       - 30  # NDRPDR sel
1926     csit-vpp-perf-verify-1908-3n-hsw:
1927       - 12  # NDRPDR sel
1928       - 13  # NDRPDR sel
1929       - 14  # NDRPDR sel
1930       - 15  # NDRPDR sel
1931       - 16  # NDRPDR sel
1932       - 17  # NDRPDR sel
1933       - 18  # NDRPDR sel
1934       - 19  # NDRPDR sel
1935       - 20  # NDRPDR sel
1936       - 21  # NDRPDR sel
1937       - 48  # NDRPDR sel vhost
1938       - 49  # NDRPDR sel vhost
1939       - 52  # NDRPDR sel vhost
1940       - 53  # NDRPDR sel vhost
1941       - 54  # NDRPDR sel vhost
1942       - 55  # NDRPDR sel vhost
1943       - 56  # NDRPDR sel vhost
1944       - 57  # NDRPDR sel vhost
1945       - 58  # NDRPDR sel vhost
1946       - 59  # NDRPDR sel vhost
1947       - 39  # MRR sel
1948     csit-vpp-perf-verify-2001-3n-hsw:
1949       - 21  # NDRPDR sel
1950       - 22  # NDRPDR sel
1951       - 23  # NDRPDR sel
1952       - 24  # NDRPDR sel
1953       - 25  # NDRPDR sel
1954       - 29  # NDRPDR sel
1955       - 30  # NDRPDR sel
1956       - 31  # NDRPDR sel
1957       - 32  # NDRPDR sel
1958       - 34  # NDRPDR sel
1959       - 17  # MRR sel
1960       - 18  # NDRPDR full
1961       - 20  # NDRPDR full
1962       - 28  # NDRPDR full
1963
1964 #    csit-vpp-perf-verify-1904-3n-skx:
1965 #      - 7   # MRR sel
1966 #      - 8   # NDRPDR sel
1967 #      - 9   # NDRPDR sel
1968 #      - 10  # NDRPDR sel
1969 #      - 11  # NDRPDR sel
1970 #      - 12  # NDRPDR sel
1971 #      - 14  # NDRPDR sel
1972 #      - 16  # NDRPDR sel
1973 #      - 21  # NDRPDR sel
1974 #      - 23  # NDRPDR sel
1975 #      - 25  # NDRPDR sel
1976 #    csit-vpp-perf-verify-1908-3n-skx:
1977 #      - 14  # NDRPDR sel
1978 #      - 16  # NDRPDR sel
1979 #      - 19  # NDRPDR sel
1980 #      - 20  # NDRPDR sel
1981 #      - 22  # NDRPDR sel
1982 #      - 23  # NDRPDR sel
1983 #      - 24  # NDRPDR sel
1984 #      - 25  # NDRPDR sel
1985 #      - 26  # NDRPDR sel
1986 #      - 29  # NDRPDR sel
1987 #      - 52  # NDRPDR sel vhost
1988 #      - 53  # NDRPDR sel vhost
1989 #      - 55  # NDRPDR sel vhost
1990 #      - 61  # NDRPDR sel vhost
1991 #      - 62  # NDRPDR sel vhost
1992 #      - 63  # NDRPDR sel vhost
1993 #      - 64  # NDRPDR sel vhost
1994 #      - 65  # NDRPDR sel vhost
1995 #      - 66  # NDRPDR sel vhost
1996 #      - 67  # NDRPDR sel vhost
1997 #      - 36  # MRR sel
1998 #    csit-vpp-perf-verify-2001-3n-skx:
1999 #      - 14  # NDRPDR sel
2000 #      - 15  # NDRPDR sel
2001 #      - 16  # NDRPDR sel
2002
2003 #    csit-vpp-perf-verify-1904-2n-skx:
2004 #      - 11  # MRR sel
2005 #      - 12  # NDRPDR sel
2006 #      - 14  # NDRPDR sel
2007 #      - 16  # NDRPDR sel
2008 #      - 17  # NDRPDR sel
2009 #      - 18  # NDRPDR sel
2010 #      - 21  # NDRPDR sel
2011 #      - 27  # NDRPDR sel
2012 #      - 30  # NDRPDR sel
2013 #      - 31  # NDRPDR sel
2014 #      - 32  # NDRPDR sel
2015 #    csit-vpp-perf-verify-1908-2n-skx:
2016 #      - 26  # NDRPDR sel
2017 #      - 27  # NDRPDR sel
2018 #      - 34  # NDRPDR sel
2019 #      - 35  # NDRPDR sel
2020 #      - 36  # NDRPDR sel
2021 #      - 42  # NDRPDR sel
2022 #      - 43  # NDRPDR sel
2023 #      - 44  # NDRPDR sel
2024 #      - 45  # NDRPDR sel
2025 #      - 46  # NDRPDR sel
2026 #      - 88  # NDRPDR sel vhost
2027 #      - 89  # NDRPDR sel vhost
2028 #      - 91  # NDRPDR sel vhost
2029 #      - 92  # NDRPDR sel vhost
2030 #      - 93  # NDRPDR sel vhost
2031 #      - 94  # NDRPDR sel vhost
2032 #      - 95  # NDRPDR sel vhost
2033 #      - 96  # NDRPDR sel vhost
2034 #      - 97  # NDRPDR sel vhost
2035 #      - 98  # NDRPDR sel vhost
2036 #      - 69  # MRR sel
2037 #      - 29  # TCP
2038 #      - 30  # TCP
2039 #      - 58  # TCP
2040 #      - 22  # NFV
2041 #      - 31  # NFV
2042 #      - 32  # NFV
2043 #      - 71  # NFV MRR
2044 #      - 113 # NFV reconf sel
2045 #      - 114 # NFV reconf sel
2046 #      - 115 # NFV reconf sel
2047 #      - 83  # SOAK
2048 #      - 86  # SOAK
2049 #    csit-vpp-perf-verify-2001-2n-skx:
2050 #      - 21  # NDRPDR sel
2051 #      - 22  # NDRPDR sel
2052 #      - 23  # NDRPDR sel
2053 #      - 26  # NDRPDR sel
2054 #      - 27  # NDRPDR sel
2055 #      - 29  # NDRPDR sel
2056 #      - 32  # NDRPDR full
2057 #      - 33  # NDRPDR full
2058 #      - 30  # NFV
2059 #      - 31  # NFV
2060
2061 #    csit-vpp-perf-verify-2001-2n-clx:
2062 #      - 22  # NDRPDR sel
2063 #      - 23  # NDRPDR sel
2064 #      - 24  # NDRPDR sel
2065 #      - 25  # NDRPDR sel
2066
2067     csit-vpp-perf-verify-1908-3n-tsh:
2068       - 7   # NDRPDR sel
2069       - 8   # NDRPDR sel
2070       - 9   # NDRPDR sel
2071       - 10  # NDRPDR sel
2072       - 11  # NDRPDR sel
2073       - 12  # NDRPDR sel
2074       - 13  # NDRPDR sel
2075       - 14  # NDRPDR sel
2076       - 15  # NDRPDR sel
2077       - 16  # NDRPDR sel
2078       - 17  # MRR sel
2079     csit-vpp-perf-verify-2001-3n-tsh:
2080       - 3   # NDRPDR sel
2081       - 4   # NDRPDR sel
2082       - 7   # NDRPDR sel
2083       - 8   # NDRPDR sel
2084
2085     csit-vpp-perf-verify-1908-3n-dnv:
2086       - 6   # NDRPDR sel
2087       - 7   # NDRPDR sel
2088       - 8   # NDRPDR sel
2089       - 9   # NDRPDR sel
2090       - 10  # NDRPDR sel
2091       - 12  # NDRPDR sel
2092       - 13  # NDRPDR sel
2093       - 14  # NDRPDR sel
2094       - 15  # NDRPDR sel
2095       - 16  # NDRPDR sel
2096       - 17  # MRR sel
2097     csit-vpp-perf-verify-2001-3n-dnv:
2098       - 5   # NDRPDR sel
2099       - 6   # NDRPDR sel
2100       - 7   # NDRPDR sel
2101       - 8   # NDRPDR sel
2102       - 9   # NDRPDR sel
2103       - 10  # NDRPDR sel
2104       - 12  # NDRPDR sel
2105       - 16  # NDRPDR sel
2106       - 17  # NDRPDR sel
2107       - 18  # NDRPDR sel
2108       - 11  # MRR sel
2109       - 13  # NDRPDR full
2110       - 15  # NDRPDR full
2111       - 19  # NDRPDR full
2112       - 20  # NDRPDR full
2113       - 21  # NDRPDR full
2114       - 22  # NDRPDR full
2115       - 23  # NDRPDR full
2116       - 24  # NDRPDR full
2117       - 25  # NDRPDR full
2118
2119     csit-vpp-perf-verify-1908-2n-dnv:
2120       - 1   # NDRPDR sel
2121       - 2   # NDRPDR sel
2122       - 3   # NDRPDR sel
2123       - 4   # NDRPDR sel
2124       - 5   # NDRPDR sel
2125       - 6   # NDRPDR sel
2126       - 7   # NDRPDR sel
2127       - 8   # NDRPDR sel
2128       - 9   # NDRPDR sel
2129       - 10  # NDRPDR sel
2130       - 11  # MRR sel
2131     csit-vpp-perf-verify-2001-2n-dnv:
2132       - 4   # NDRPDR sel
2133       - 5   # NDRPDR sel
2134       - 6   # NDRPDR sel
2135       - 7   # NDRPDR sel
2136       - 8   # NDRPDR sel
2137       - 9   # NDRPDR sel
2138       - 10  # NDRPDR sel
2139       - 11  # NDRPDR sel
2140       - 13  # NDRPDR sel
2141       - 16  # NDRPDR sel
2142       - 12  # MRR sel
2143       - 21  # NDRPDR full
2144       - 22  # NDRPDR full
2145       - 25  # NDRPDR full
2146       - 26  # NDRPDR full
2147       - 27  # NDRPDR full
2148       - 28  # NDRPDR full
2149
2150     csit-dpdk-perf-verify-1904-3n-hsw:
2151       - 2   # NDRPDR sel
2152       - 3   # NDRPDR sel
2153       - 5   # NDRPDR sel
2154       - 6   # NDRPDR sel
2155       - 13  # NDRPDR sel
2156       - 14  # NDRPDR sel
2157       - 15  # NDRPDR sel
2158       - 18  # NDRPDR sel
2159       - 19  # NDRPDR sel
2160       - 20  # NDRPDR sel
2161     csit-dpdk-perf-verify-1908-3n-hsw:
2162       - 2   # NDRPDR sel
2163       - 3   # NDRPDR sel
2164       - 4   # NDRPDR sel
2165       - 5   # NDRPDR sel
2166       - 6   # NDRPDR sel
2167       - 7   # NDRPDR sel
2168       - 8   # NDRPDR sel
2169       - 9   # NDRPDR sel
2170       - 10  # NDRPDR sel
2171       - 11  # NDRPDR sel
2172     csit-dpdk-perf-verify-2001-3n-hsw:
2173       - 4   # NDRPDR sel
2174       - 5   # NDRPDR sel
2175       - 6   # NDRPDR sel
2176       - 7   # NDRPDR sel
2177       - 8   # NDRPDR sel
2178       - 9   # NDRPDR sel
2179       - 10  # NDRPDR sel
2180       - 11  # NDRPDR sel
2181       - 12  # NDRPDR sel
2182       - 13  # NDRPDR sel
2183       - 15  # NDRPDR sel
2184       - 16  # NDRPDR sel
2185       - 17  # NDRPDR sel
2186       - 18  # NDRPDR sel
2187       - 19  # NDRPDR sel
2188       - 20  # NDRPDR sel
2189       - 21  # NDRPDR sel
2190       - 22  # NDRPDR sel
2191       - 23  # NDRPDR sel
2192       - 24  # NDRPDR sel
2193
2194 #    csit-dpdk-perf-verify-1904-3n-skx:
2195 #      - 2   # NDRPDR sel
2196 #      - 3   # NDRPDR sel
2197 #      - 4   # NDRPDR sel
2198 #      - 5   # NDRPDR sel
2199 #      - 6   # NDRPDR sel
2200 #      - 7   # NDRPDR sel
2201 #      - 11  # NDRPDR sel
2202 #      - 12  # NDRPDR sel
2203 #      - 13  # NDRPDR sel
2204 #      - 14  # NDRPDR sel
2205 #    csit-dpdk-perf-verify-1908-3n-skx:
2206 #      - 3   # NDRPDR sel
2207 #      - 4   # NDRPDR sel
2208 #      - 5   # NDRPDR sel
2209 #      - 6   # NDRPDR sel
2210 #      - 7   # NDRPDR sel
2211 #      - 8   # NDRPDR sel
2212 #      - 9   # NDRPDR sel
2213 #      - 10  # NDRPDR sel
2214 #      - 11  # NDRPDR sel
2215 #      - 12  # NDRPDR sel
2216 #    csit-dpdk-perf-verify-2001-3n-skx:
2217 #      - 1   # NDRPDR sel
2218 #      - 2   # NDRPDR sel
2219 #      - 3   # NDRPDR sel
2220 #      - 4   # NDRPDR sel
2221 #      - 5   # NDRPDR sel
2222 #      - 6   # NDRPDR sel
2223 #      - 7   # NDRPDR sel
2224 #      - 8   # NDRPDR sel
2225 #      - 9   # NDRPDR sel
2226 #      - 10  # NDRPDR sel
2227
2228 #    csit-dpdk-perf-verify-1904-2n-skx:
2229 #      - 2   # NDRPDR sel
2230 #      - 3   # NDRPDR sel
2231 #      - 4   # NDRPDR sel
2232 #      - 5   # NDRPDR sel
2233 #      - 7   # NDRPDR sel
2234 #      - 8   # NDRPDR sel
2235 #      - 9   # NDRPDR sel
2236 #      - 10  # NDRPDR sel
2237 #      - 11  # NDRPDR sel
2238 #      - 12  # NDRPDR sel
2239 #    csit-dpdk-perf-verify-1908-2n-skx:
2240 #      - 2   # NDRPDR sel
2241 #      - 3   # NDRPDR sel
2242 #      - 4   # NDRPDR sel
2243 #      - 5   # NDRPDR sel
2244 #      - 7   # NDRPDR sel
2245 #      - 8   # NDRPDR sel
2246 #      - 9   # NDRPDR sel
2247 #      - 10  # NDRPDR sel
2248 #      - 11  # NDRPDR sel
2249 #      - 12  # NDRPDR sel
2250 #    csit-dpdk-perf-verify-2001-2n-skx:
2251 #      - 1   # NDRPDR sel
2252 #      - 2   # NDRPDR sel
2253 #      - 3   # NDRPDR sel
2254 #      - 4   # NDRPDR sel
2255 #      - 5   # NDRPDR sel
2256 #      - 6   # NDRPDR sel
2257 #      - 7   # NDRPDR sel
2258 #      - 8   # NDRPDR sel
2259 #      - 9   # NDRPDR sel
2260 #      - 10  # NDRPDR sel
2261 #      - 11  # NDRPDR sel
2262 #      - 13  # NDRPDR sel
2263 #      - 26  # NDRPDR sel
2264 #      - 16  # NDRPDR sel
2265 #      - 17  # NDRPDR sel
2266 #      - 18  # NDRPDR sel
2267 #      - 19  # NDRPDR sel
2268 #      - 27  # NDRPDR sel
2269 #      - 21  # NDRPDR sel
2270 #      - 25  # NDRPDR sel
2271
2272 #    csit-dpdk-perf-verify-2001-2n-clx:
2273 #      - 1   # NDRPDR sel
2274 #      - 2   # NDRPDR sel
2275 #      - 3   # NDRPDR sel
2276 #      - 4   # NDRPDR sel
2277 #      - 5   # NDRPDR sel
2278 #      - 6   # NDRPDR sel
2279 #      - 7   # NDRPDR sel
2280 #      - 8   # NDRPDR sel
2281 #      - 9   # NDRPDR sel
2282 #      - 10  # NDRPDR sel
2283
2284     csit-dpdk-perf-verify-2001-2n-dnv:
2285       - 9   # NDRPDR sel
2286       - 10  # NDRPDR sel
2287       - 11  # NDRPDR sel
2288       - 12  # NDRPDR sel
2289       - 13  # NDRPDR sel
2290       - 14  # NDRPDR sel
2291       - 15  # NDRPDR sel
2292       - 16  # NDRPDR sel
2293       - 17  # NDRPDR sel
2294       - 18  # NDRPDR sel
2295
2296     csit-dpdk-perf-verify-2001-3n-dnv:
2297       - 12  # NDRPDR sel
2298       - 13  # NDRPDR sel
2299       - 14  # NDRPDR sel
2300       - 15  # NDRPDR sel
2301       - 16  # NDRPDR sel
2302       - 17  # NDRPDR sel
2303       - 18  # NDRPDR sel
2304       - 19  # NDRPDR sel
2305       - 20  # NDRPDR sel
2306       - 22  # NDRPDR sel
2307
2308     csit-vpp-device-2001-ubuntu1804-1n-skx:
2309       - 57
2310
2311 - type: "output"
2312   output: "report"
2313   format:
2314     html:
2315     - full
2316 # TODO: Enable for release runs:
2317 #    pdf:
2318 #    - minimal
2319
2320 ################################################################################
2321 ###                               T A B L E S                                ###
2322 ################################################################################
2323
2324 ## VPP Soak vs NDR
2325 #- type: "table"
2326 #  title: "VPP Soak vs NDR 2n-skx"
2327 #  algorithm: "table_soak_vs_ndr"
2328 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2329 #  reference:
2330 #    title: "NDR"
2331 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2332 #  compare:
2333 #    title: "Soak"
2334 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2335 #  data: "vpp-soak-vs-ndr-2n-skx"
2336 #  include-tests: "NDR"
2337 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2338 #  parameters:
2339 #    - "throughput"
2340 #    - "name"
2341 #    - "parent"
2342
2343 ################################################################################
2344
2345 ## VPP Compare NICs 3n-skx 2t1c ndr
2346 #- type: "table"
2347 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2348 #  algorithm: "table_nics_comparison"
2349 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2350 #  reference:
2351 #    title: "x710"
2352 #    nic: "NIC_Intel-X710"
2353 #  compare:
2354 #    title: "xxv710"
2355 #    nic: "NIC_Intel-XXV710"
2356 #  data: "vpp-nic-comparison-3n-skx"
2357 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2358 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2359 #  parameters:
2360 #  - "name"
2361 #  - "parent"
2362 #  - "throughput"
2363 #  - "tags"
2364 #
2365 ## VPP Compare NICs 3n-skx 4t2c ndr
2366 #- type: "table"
2367 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2368 #  algorithm: "table_nics_comparison"
2369 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2370 #  reference:
2371 #    title: "x710"
2372 #    nic: "NIC_Intel-X710"
2373 #  compare:
2374 #    title: "xxv710"
2375 #    nic: "NIC_Intel-XXV710"
2376 #  data: "vpp-nic-comparison-3n-skx"
2377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2378 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2379 #  parameters:
2380 #  - "name"
2381 #  - "parent"
2382 #  - "throughput"
2383 #  - "tags"
2384 #
2385 ## VPP Compare NICs 3n-skx 2t1c pdr
2386 #- type: "table"
2387 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2388 #  algorithm: "table_nics_comparison"
2389 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2390 #  reference:
2391 #    title: "x710"
2392 #    nic: "NIC_Intel-X710"
2393 #  compare:
2394 #    title: "xxv710"
2395 #    nic: "NIC_Intel-XXV710"
2396 #  data: "vpp-nic-comparison-3n-skx"
2397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2398 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2399 #  parameters:
2400 #  - "name"
2401 #  - "parent"
2402 #  - "throughput"
2403 #  - "tags"
2404 #
2405 # # VPP Compare NICs 3n-skx 4t2c pdr
2406 #- type: "table"
2407 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2408 #  algorithm: "table_nics_comparison"
2409 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2410 #  reference:
2411 #    title: "x710"
2412 #    nic: "NIC_Intel-X710"
2413 #  compare:
2414 #    title: "xxv710"
2415 #    nic: "NIC_Intel-XXV710"
2416 #  data: "vpp-nic-comparison-3n-skx"
2417 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2418 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2419 #  parameters:
2420 #  - "name"
2421 #  - "parent"
2422 #  - "throughput"
2423 #  - "tags"
2424 #
2425 ## VPP Compare NICs 3n-skx 2t1c mrr
2426 #- type: "table"
2427 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2428 #  algorithm: "table_nics_comparison"
2429 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2430 #  reference:
2431 #    title: "x710"
2432 #    nic: "NIC_Intel-X710"
2433 #  compare:
2434 #    title: "xxv710"
2435 #    nic: "NIC_Intel-XXV710"
2436 #  data: "vpp-nic-comparison-3n-skx-mrr"
2437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2438 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2439 #  parameters:
2440 #  - "name"
2441 #  - "parent"
2442 #  - "result"
2443 #  - "tags"
2444 #
2445 ## VPP Compare NICs 3n-skx 4t2c mrr
2446 #- type: "table"
2447 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2448 #  algorithm: "table_nics_comparison"
2449 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2450 #  reference:
2451 #    title: "x710"
2452 #    nic: "NIC_Intel-X710"
2453 #  compare:
2454 #    title: "xxv710"
2455 #    nic: "NIC_Intel-XXV710"
2456 #  data: "vpp-nic-comparison-3n-skx-mrr"
2457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2458 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2459 #  parameters:
2460 #  - "name"
2461 #  - "parent"
2462 #  - "result"
2463 #  - "tags"
2464 #
2465 # # VPP Compare NICs 3n-skx 8t4c mrr
2466 #- type: "table"
2467 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2468 #  algorithm: "table_nics_comparison"
2469 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2470 #  reference:
2471 #    title: "x710"
2472 #    nic: "NIC_Intel-X710"
2473 #  compare:
2474 #    title: "xxv710"
2475 #    nic: "NIC_Intel-XXV710"
2476 #  data: "vpp-nic-comparison-3n-skx-mrr"
2477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2478 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2479 #  parameters:
2480 #  - "name"
2481 #  - "parent"
2482 #  - "result"
2483 #  - "tags"
2484 #
2485 ## VPP Compare NICs 2n-skx 2t1c ndr
2486 #- type: "table"
2487 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2488 #  algorithm: "table_nics_comparison"
2489 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2490 #  reference:
2491 #    title: "x710"
2492 #    nic: "NIC_Intel-X710"
2493 #  compare:
2494 #    title: "xxv710"
2495 #    nic: "NIC_Intel-XXV710"
2496 #  data: "vpp-nic-comparison-2n-skx"
2497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2498 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2499 #  parameters:
2500 #  - "name"
2501 #  - "parent"
2502 #  - "throughput"
2503 #  - "tags"
2504 #
2505 ## VPP Compare NICs 2n-skx 4t2c ndr
2506 #- type: "table"
2507 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2508 #  algorithm: "table_nics_comparison"
2509 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2510 #  reference:
2511 #    title: "x710"
2512 #    nic: "NIC_Intel-X710"
2513 #  compare:
2514 #    title: "xxv710"
2515 #    nic: "NIC_Intel-XXV710"
2516 #  data: "vpp-nic-comparison-2n-skx"
2517 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2518 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2519 #  parameters:
2520 #  - "name"
2521 #  - "parent"
2522 #  - "throughput"
2523 #  - "tags"
2524 #
2525 # # VPP Compare NICs 2n-skx 2t1c pdr
2526 #- type: "table"
2527 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2528 #  algorithm: "table_nics_comparison"
2529 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2530 #  reference:
2531 #    title: "x710"
2532 #    nic: "NIC_Intel-X710"
2533 #  compare:
2534 #    title: "xxv710"
2535 #    nic: "NIC_Intel-XXV710"
2536 #  data: "vpp-nic-comparison-2n-skx"
2537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2538 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2539 #  parameters:
2540 #  - "name"
2541 #  - "parent"
2542 #  - "throughput"
2543 #  - "tags"
2544 #
2545 ## VPP Compare NICs 2n-skx 4t2c pdr
2546 #- type: "table"
2547 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2548 #  algorithm: "table_nics_comparison"
2549 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2550 #  reference:
2551 #    title: "x710"
2552 #    nic: "NIC_Intel-X710"
2553 #  compare:
2554 #    title: "xxv710"
2555 #    nic: "NIC_Intel-XXV710"
2556 #  data: "vpp-nic-comparison-2n-skx"
2557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2558 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2559 #  parameters:
2560 #  - "name"
2561 #  - "parent"
2562 #  - "throughput"
2563 #  - "tags"
2564 #
2565 ## VPP Compare NICs 2n-skx 2t1c mrr
2566 #- type: "table"
2567 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2568 #  algorithm: "table_nics_comparison"
2569 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2570 #  reference:
2571 #    title: "x710"
2572 #    nic: "NIC_Intel-X710"
2573 #  compare:
2574 #    title: "xxv710"
2575 #    nic: "NIC_Intel-XXV710"
2576 #  data: "vpp-nic-comparison-2n-skx-mrr"
2577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2578 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2579 #  parameters:
2580 #  - "name"
2581 #  - "parent"
2582 #  - "result"
2583 #  - "tags"
2584 #
2585 ## VPP Compare NICs 2n-skx 4t2c mrr
2586 #- type: "table"
2587 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2588 #  algorithm: "table_nics_comparison"
2589 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2590 #  reference:
2591 #    title: "x710"
2592 #    nic: "NIC_Intel-X710"
2593 #  compare:
2594 #    title: "xxv710"
2595 #    nic: "NIC_Intel-XXV710"
2596 #  data: "vpp-nic-comparison-2n-skx-mrr"
2597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2598 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2599 #  parameters:
2600 #  - "name"
2601 #  - "parent"
2602 #  - "result"
2603 #  - "tags"
2604 #
2605 ## VPP Compare NICs 2n-skx 8t4c mrr
2606 #- type: "table"
2607 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2608 #  algorithm: "table_nics_comparison"
2609 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2610 #  reference:
2611 #    title: "x710"
2612 #    nic: "NIC_Intel-X710"
2613 #  compare:
2614 #    title: "xxv710"
2615 #    nic: "NIC_Intel-XXV710"
2616 #  data: "vpp-nic-comparison-2n-skx-mrr"
2617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2618 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2619 #  parameters:
2620 #  - "name"
2621 #  - "parent"
2622 #  - "result"
2623 #  - "tags"
2624
2625 ################################################################################
2626 # VPP
2627
2628 # VPP Performance Changes 3n-hsw 1t1c pdr
2629 - type: "table"
2630   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2631   algorithm: "table_perf_comparison"
2632   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2633   history:
2634     - title: "rls1904"
2635       data: "vpp-performance-changes-3n-hsw-h1"
2636   reference:
2637     title: "rls1908"
2638     data: "vpp-performance-changes-3n-hsw-ref"
2639     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2640   compare:
2641     title: "rls2001"
2642     data: "vpp-performance-changes-3n-hsw-cmp"
2643   data: "vpp-performance-changes-3n-hsw"
2644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2645   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2646   parameters:
2647   - "name"
2648   - "parent"
2649   - "throughput"
2650
2651 # VPP Performance Changes 3n-hsw 2t2c pdr
2652 - type: "table"
2653   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2654   algorithm: "table_perf_comparison"
2655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-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: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 1t1c ndr
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2677   algorithm: "table_perf_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
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: "NDR" # "PDR" | "NDR" | "MRR"
2691   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2692   parameters:
2693   - "name"
2694   - "parent"
2695   - "throughput"
2696
2697 # VPP Performance Changes 3n-hsw 2t2c ndr
2698 - type: "table"
2699   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2700   algorithm: "table_perf_comparison"
2701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-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: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2715   parameters:
2716   - "name"
2717   - "parent"
2718   - "throughput"
2719
2720 ## VPP Performance Changes 3n-skx 2t1c pdr
2721 #- type: "table"
2722 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2723 #  algorithm: "table_perf_comparison_nic"
2724 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2725 #  history:
2726 #    - title: "rls1904 x710"
2727 #      data: "vpp-performance-changes-3n-skx-h1"
2728 #      nic: "NIC_Intel-X710"
2729 #  reference:
2730 #    title: "rls1908 xxv710"
2731 #    data: "vpp-performance-changes-3n-skx-ref"
2732 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2733 #    nic: "NIC_Intel-XXV710"
2734 #  compare:
2735 #    title: "rls2001 xxv710"
2736 #    data: "vpp-performance-changes-3n-skx-cmp"
2737 #    nic: "NIC_Intel-XXV710"
2738 #  data: "vpp-performance-changes-3n-skx"
2739 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2740 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2741 #  parameters:
2742 #  - "name"
2743 #  - "parent"
2744 #  - "throughput"
2745 #  - "tags"
2746 #
2747 ## VPP Performance Changes 3n-skx 4t2c pdr
2748 #- type: "table"
2749 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2750 #  algorithm: "table_perf_comparison_nic"
2751 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2752 #  history:
2753 #    - title: "rls1904 x710"
2754 #      data: "vpp-performance-changes-3n-skx-h1"
2755 #      nic: "NIC_Intel-X710"
2756 #  reference:
2757 #    title: "rls1908 x710"
2758 #    data: "vpp-performance-changes-3n-skx-ref"
2759 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2760 #    nic: "NIC_Intel-X710"
2761 #  compare:
2762 #    title: "rls2001 xxv710"
2763 #    data: "vpp-performance-changes-3n-skx-cmp"
2764 #    nic: "NIC_Intel-XXV710"
2765 #  data: "vpp-performance-changes-3n-skx"
2766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2767 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2768 #  parameters:
2769 #  - "name"
2770 #  - "parent"
2771 #  - "throughput"
2772 #  - "tags"
2773 #
2774 ## VPP Performance Changes 3n-skx 2t1c ndr
2775 #- type: "table"
2776 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2777 #  algorithm: "table_perf_comparison_nic"
2778 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2779 #  history:
2780 #    - title: "rls1904 x710"
2781 #      data: "vpp-performance-changes-3n-skx-h1"
2782 #      nic: "NIC_Intel-X710"
2783 #  reference:
2784 #    title: "rls1908 x710"
2785 #    data: "vpp-performance-changes-3n-skx-ref"
2786 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2787 #    nic: "NIC_Intel-X710"
2788 #  compare:
2789 #    title: "rls2001 xxv710"
2790 #    data: "vpp-performance-changes-3n-skx-cmp"
2791 #    nic: "NIC_Intel-XXV710"
2792 #  data: "vpp-performance-changes-3n-skx"
2793 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2794 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2795 #  parameters:
2796 #  - "name"
2797 #  - "parent"
2798 #  - "throughput"
2799 #  - "tags"
2800 #
2801 ## VPP Performance Changes 3n-skx 4t2c ndr
2802 #- type: "table"
2803 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2804 #  algorithm: "table_perf_comparison_nic"
2805 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2806 #  history:
2807 #    - title: "rls1904 x710"
2808 #      data: "vpp-performance-changes-3n-skx-h1"
2809 #      nic: "NIC_Intel-X710"
2810 #  reference:
2811 #    title: "rls1908 x710"
2812 #    data: "vpp-performance-changes-3n-skx-ref"
2813 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2814 #    nic: "NIC_Intel-X710"
2815 #  compare:
2816 #    title: "rls2001 xxv710"
2817 #    data: "vpp-performance-changes-3n-skx-cmp"
2818 #    nic: "NIC_Intel-XXV710"
2819 #  data: "vpp-performance-changes-3n-skx"
2820 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2821 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2822 #  parameters:
2823 #  - "name"
2824 #  - "parent"
2825 #  - "throughput"
2826 #  - "tags"
2827 #
2828 ## VPP Performance Changes 2n-skx 2t1c pdr
2829 #- type: "table"
2830 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2831 #  algorithm: "table_perf_comparison_nic"
2832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2833 #  history:
2834 #    - title: "rls1904 x710"
2835 #      data: "vpp-performance-changes-2n-skx-h1"
2836 #      nic: "NIC_Intel-X710"
2837 #  reference:
2838 #    title: "rls1908 xxv710"
2839 #    data: "vpp-performance-changes-2n-skx-ref"
2840 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2841 #    nic: "NIC_Intel-XXV710"
2842 #  compare:
2843 #    title: "rls2001 xxv710"
2844 #    data: "vpp-performance-changes-2n-skx-cmp"
2845 #    nic: "NIC_Intel-XXV710"
2846 #  data: "vpp-performance-changes-2n-skx"
2847 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2848 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2849 #  parameters:
2850 #  - "name"
2851 #  - "parent"
2852 #  - "throughput"
2853 #  - "tags"
2854 #
2855 ## VPP Performance Changes 2n-skx 4t2c pdr
2856 #- type: "table"
2857 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2858 #  algorithm: "table_perf_comparison_nic"
2859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2860 #  history:
2861 #    - title: "rls1904 x710"
2862 #      data: "vpp-performance-changes-2n-skx-h1"
2863 #      nic: "NIC_Intel-X710"
2864 #  reference:
2865 #    title: "rls1908 xxv710"
2866 #    data: "vpp-performance-changes-2n-skx-ref"
2867 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2868 #    nic: "NIC_Intel-XXV710"
2869 #  compare:
2870 #    title: "rls2001 xxv710"
2871 #    data: "vpp-performance-changes-2n-skx-cmp"
2872 #    nic: "NIC_Intel-XXV710"
2873 #  data: "vpp-performance-changes-2n-skx"
2874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2875 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2876 #  parameters:
2877 #  - "name"
2878 #  - "parent"
2879 #  - "throughput"
2880 #  - "tags"
2881 #
2882 ## VPP Performance Changes 2n-skx 2t1c ndr
2883 #- type: "table"
2884 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2885 #  algorithm: "table_perf_comparison_nic"
2886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2887 #  history:
2888 #    - title: "rls1904 x710"
2889 #      data: "vpp-performance-changes-2n-skx-h1"
2890 #      nic: "NIC_Intel-X710"
2891 #  reference:
2892 #    title: "rls1908 xxv710"
2893 #    data: "vpp-performance-changes-2n-skx-ref"
2894 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2895 #    nic: "NIC_Intel-XXV710"
2896 #  compare:
2897 #    title: "rls2001 xxv710"
2898 #    data: "vpp-performance-changes-2n-skx-cmp"
2899 #    nic: "NIC_Intel-XXV710"
2900 #  data: "vpp-performance-changes-2n-skx"
2901 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2902 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2903 #  parameters:
2904 #  - "name"
2905 #  - "parent"
2906 #  - "throughput"
2907 #  - "tags"
2908 #
2909 ## VPP Performance Changes 2n-skx 4t2c ndr
2910 #- type: "table"
2911 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2912 #  algorithm: "table_perf_comparison_nic"
2913 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2914 #  history:
2915 #    - title: "rls1904 x710"
2916 #      data: "vpp-performance-changes-2n-skx-h1"
2917 #      nic: "NIC_Intel-X710"
2918 #  reference:
2919 #    title: "rls1908 xxv710"
2920 #    data: "vpp-performance-changes-2n-skx-ref"
2921 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2922 #    nic: "NIC_Intel-XXV710"
2923 #  compare:
2924 #    title: "rls2001 xxv710"
2925 #    data: "vpp-performance-changes-2n-skx-cmp"
2926 #    nic: "NIC_Intel-XXV710"
2927 #  data: "vpp-performance-changes-2n-skx"
2928 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2929 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2930 #  parameters:
2931 #  - "name"
2932 #  - "parent"
2933 #  - "throughput"
2934 #  - "tags"
2935 #
2936 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2937 #- type: "table"
2938 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2939 #  algorithm: "table_perf_comparison"
2940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2941 #  reference:
2942 #    title: "rls1908"
2943 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2944 #  compare:
2945 #    title: "rls2001"
2946 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2947 #  data: "vpp-performance-changes-nfv-2n-skx"
2948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2949 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2950 #  parameters:
2951 #  - "name"
2952 #  - "parent"
2953 #  - "throughput"
2954 #  - "tags"
2955 #
2956 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2957 #- type: "table"
2958 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2959 #  algorithm: "table_perf_comparison"
2960 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2961 #  reference:
2962 #    title: "rls1908"
2963 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2964 #  compare:
2965 #    title: "rls2001"
2966 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2967 #  data: "vpp-performance-changes-nfv-2n-skx"
2968 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2969 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2970 #  parameters:
2971 #  - "name"
2972 #  - "parent"
2973 #  - "throughput"
2974 #  - "tags"
2975 #
2976 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2977 #- type: "table"
2978 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2979 #  algorithm: "table_perf_comparison"
2980 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2981 #  reference:
2982 #    title: "rls1908"
2983 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2984 #  compare:
2985 #    title: "rls2001"
2986 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2987 #  data: "vpp-performance-changes-nfv-2n-skx"
2988 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2989 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2990 #  parameters:
2991 #  - "name"
2992 #  - "parent"
2993 #  - "throughput"
2994 #  - "tags"
2995 #
2996 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2997 #- type: "table"
2998 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2999 #  algorithm: "table_perf_comparison"
3000 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3001 #  reference:
3002 #    title: "rls1908"
3003 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3004 #  compare:
3005 #    title: "rls2001"
3006 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3007 #  data: "vpp-performance-changes-nfv-2n-skx"
3008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3009 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3010 #  parameters:
3011 #  - "name"
3012 #  - "parent"
3013 #  - "throughput"
3014 #  - "tags"
3015
3016 # VPP Performance Changes 2n-dnv 1t1c pdr
3017 - type: "table"
3018   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3019   algorithm: "table_perf_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3021   reference:
3022     title: "rls1908"
3023     data: "vpp-performance-changes-2n-dnv-ref"
3024   compare:
3025     title: "rls2001"
3026     data: "vpp-performance-changes-2n-dnv-cmp"
3027   data: "vpp-performance-changes-2n-dnv"
3028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'1T1C'"
3030   parameters:
3031   - "name"
3032   - "parent"
3033   - "throughput"
3034   - "tags"
3035
3036 # VPP Performance Changes 2n-dnv 2t2c pdr
3037 - type: "table"
3038   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3039   algorithm: "table_perf_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3041   reference:
3042     title: "rls1908"
3043     data: "vpp-performance-changes-2n-dnv-ref"
3044   compare:
3045     title: "rls2001"
3046     data: "vpp-performance-changes-2n-dnv-cmp"
3047   data: "vpp-performance-changes-2n-dnv"
3048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3049   filter: "'2T2C'"
3050   parameters:
3051   - "name"
3052   - "parent"
3053   - "throughput"
3054   - "tags"
3055
3056 # VPP Performance Changes 2n-dnv 1t1c ndr
3057 - type: "table"
3058   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3059   algorithm: "table_perf_comparison"
3060   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3061   reference:
3062     title: "rls1908"
3063     data: "vpp-performance-changes-2n-dnv-ref"
3064   compare:
3065     title: "rls2001"
3066     data: "vpp-performance-changes-2n-dnv-cmp"
3067   data: "vpp-performance-changes-2n-dnv"
3068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3069   filter: "'1T1C'"
3070   parameters:
3071   - "name"
3072   - "parent"
3073   - "throughput"
3074   - "tags"
3075
3076 # VPP Performance Changes 2n-dnv 2t2c ndr
3077 - type: "table"
3078   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3079   algorithm: "table_perf_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3081   reference:
3082     title: "rls1908 "
3083     data: "vpp-performance-changes-2n-dnv-ref"
3084   compare:
3085     title: "rls2001"
3086     data: "vpp-performance-changes-2n-dnv-cmp"
3087   data: "vpp-performance-changes-2n-dnv"
3088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3089   filter: "'2T2C'"
3090   parameters:
3091   - "name"
3092   - "parent"
3093   - "throughput"
3094   - "tags"
3095
3096 # VPP Performance Changes 3n-dnv 1t1c pdr
3097 - type: "table"
3098   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3099   algorithm: "table_perf_comparison"
3100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3101   reference:
3102     title: "rls1908"
3103     data: "vpp-performance-changes-3n-dnv-ref"
3104   compare:
3105     title: "rls2001"
3106     data: "vpp-performance-changes-3n-dnv-cmp"
3107   data: "vpp-performance-changes-3n-dnv"
3108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3109   filter: "'1T1C'"
3110   parameters:
3111   - "name"
3112   - "parent"
3113   - "throughput"
3114   - "tags"
3115
3116 # VPP Performance Changes 3n-dnv 2t2c pdr
3117 - type: "table"
3118   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3119   algorithm: "table_perf_comparison"
3120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3121   reference:
3122     title: "rls1908"
3123     data: "vpp-performance-changes-3n-dnv-ref"
3124   compare:
3125     title: "rls2001"
3126     data: "vpp-performance-changes-3n-dnv-cmp"
3127   data: "vpp-performance-changes-3n-dnv"
3128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3129   filter: "'2T2C'"
3130   parameters:
3131   - "name"
3132   - "parent"
3133   - "throughput"
3134   - "tags"
3135
3136 # VPP Performance Changes 3n-dnv 1t1c ndr
3137 - type: "table"
3138   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3139   algorithm: "table_perf_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3141   reference:
3142     title: "rls1908"
3143     data: "vpp-performance-changes-3n-dnv-ref"
3144   compare:
3145     title: "rls2001"
3146     data: "vpp-performance-changes-3n-dnv-cmp"
3147   data: "vpp-performance-changes-3n-dnv"
3148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3149   filter: "'1T1C'"
3150   parameters:
3151   - "name"
3152   - "parent"
3153   - "throughput"
3154   - "tags"
3155
3156 # VPP Performance Changes 3n-dnv 2t2c ndr
3157 - type: "table"
3158   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3159   algorithm: "table_perf_comparison"
3160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3161   reference:
3162     title: "rls1908"
3163     data: "vpp-performance-changes-3n-dnv-ref"
3164   compare:
3165     title: "rls2001"
3166     data: "vpp-performance-changes-3n-dnv-cmp"
3167   data: "vpp-performance-changes-3n-dnv"
3168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3169   filter: "'2T2C'"
3170   parameters:
3171   - "name"
3172   - "parent"
3173   - "throughput"
3174   - "tags"
3175
3176 # VPP Performance Changes 3n-tsh 1t1c pdr
3177 - type: "table"
3178   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3179   algorithm: "table_perf_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3181   reference:
3182     title: "rls1908"
3183     data: "vpp-performance-changes-3n-tsh-ref"
3184   compare:
3185     title: "rls2001"
3186     data: "vpp-performance-changes-3n-tsh-cmp"
3187   data: "vpp-performance-changes-3n-tsh"
3188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3189   filter: "'1T1C'"
3190   parameters:
3191   - "name"
3192   - "parent"
3193   - "throughput"
3194   - "tags"
3195
3196 # VPP Performance Changes 3n-tsh 2t2c pdr
3197 - type: "table"
3198   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3199   algorithm: "table_perf_comparison"
3200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3201   reference:
3202     title: "rls1908"
3203     data: "vpp-performance-changes-3n-tsh-ref"
3204   compare:
3205     title: "rls2001"
3206     data: "vpp-performance-changes-3n-tsh-cmp"
3207   data: "vpp-performance-changes-3n-tsh"
3208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3209   filter: "'2T2C'"
3210   parameters:
3211   - "name"
3212   - "parent"
3213   - "throughput"
3214   - "tags"
3215
3216 # VPP Performance Changes 3n-tsh 1t1c ndr
3217 - type: "table"
3218   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3219   algorithm: "table_perf_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3221   reference:
3222     title: "rls1908"
3223     data: "vpp-performance-changes-3n-tsh-ref"
3224   compare:
3225     title: "rls2001"
3226     data: "vpp-performance-changes-3n-tsh-cmp"
3227   data: "vpp-performance-changes-3n-tsh"
3228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'1T1C'"
3230   parameters:
3231   - "name"
3232   - "parent"
3233   - "throughput"
3234   - "tags"
3235
3236 # VPP Performance Changes 3n-tsh 2t2c ndr
3237 - type: "table"
3238   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3239   algorithm: "table_perf_comparison"
3240   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3241   reference:
3242     title: "rls1908"
3243     data: "vpp-performance-changes-3n-tsh-ref"
3244   compare:
3245     title: "rls2001"
3246     data: "vpp-performance-changes-3n-tsh-cmp"
3247   data: "vpp-performance-changes-3n-tsh"
3248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'2T2C'"
3250   parameters:
3251   - "name"
3252   - "parent"
3253   - "throughput"
3254   - "tags"
3255
3256 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3257 #- type: "table"
3258 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3259 #  algorithm: "table_perf_comparison_nic"
3260 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3261 #  reference:
3262 #    title: "3n-hsw xl710"
3263 #    data: "vpp-compare-testbeds-ref"
3264 #    nic: "NIC_Intel-XL710"
3265 #  compare:
3266 #    title: "3n-skx xxv710"
3267 #    data: "vpp-compare-testbeds-cmp"
3268 #    nic: "NIC_Intel-XXV710"
3269 #  data: "vpp-compare-testbeds"
3270 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3271 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3272 #  parameters:
3273 #  - "name"
3274 #  - "parent"
3275 #  - "throughput"
3276 #  - "tags"
3277 #
3278 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3279 #- type: "table"
3280 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3281 #  algorithm: "table_perf_comparison_nic"
3282 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3283 #  reference:
3284 #    title: "3n-hsw xl710"
3285 #    data: "vpp-compare-testbeds-ref"
3286 #    nic: "NIC_Intel-XL710"
3287 #  compare:
3288 #    title: "3n-skx xxv710"
3289 #    data: "vpp-compare-testbeds-cmp"
3290 #    nic: "NIC_Intel-XXV710"
3291 #  data: "vpp-compare-testbeds"
3292 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3293 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3294 #  parameters:
3295 #  - "name"
3296 #  - "parent"
3297 #  - "throughput"
3298 #  - "tags"
3299 #
3300 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3301 #- type: "table"
3302 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3303 #  algorithm: "table_perf_comparison_nic"
3304 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3305 #  reference:
3306 #    title: "3n-hsw xl710"
3307 #    data: "vpp-compare-testbeds-ref"
3308 #    nic: "NIC_Intel-XL710"
3309 #  compare:
3310 #    title: "3n-skx xxv710"
3311 #    data: "vpp-compare-testbeds-cmp"
3312 #    nic: "NIC_Intel-XXV710"
3313 #  data: "vpp-compare-testbeds"
3314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3315 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3316 #  parameters:
3317 #  - "name"
3318 #  - "parent"
3319 #  - "throughput"
3320 #  - "tags"
3321 #
3322 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3323 #- type: "table"
3324 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3325 #  algorithm: "table_perf_comparison_nic"
3326 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3327 #  reference:
3328 #    title: "3n-hsw xl710"
3329 #    data: "vpp-compare-testbeds-ref"
3330 #    nic: "NIC_Intel-XL710"
3331 #  compare:
3332 #    title: "3n-skx xxv710"
3333 #    data: "vpp-compare-testbeds-cmp"
3334 #    nic: "NIC_Intel-XXV710"
3335 #  data: "vpp-compare-testbeds"
3336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3337 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3338 #  parameters:
3339 #  - "name"
3340 #  - "parent"
3341 #  - "throughput"
3342 #  - "tags"
3343 #
3344 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3345 #- type: "table"
3346 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3347 #  algorithm: "table_perf_comparison"
3348 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3349 #  reference:
3350 #    title: "2n-skx"
3351 #    data: "vpp-compare-testbeds-skx-clx-ref"
3352 #  compare:
3353 #    title: "2n-clx"
3354 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3355 #  data: "vpp-compare-testbeds-skx-clx"
3356 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3357 #  filter: "'2T1C'"
3358 #  parameters:
3359 #  - "name"
3360 #  - "parent"
3361 #  - "throughput"
3362 #  - "tags"
3363 #
3364 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3365 #- type: "table"
3366 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3367 #  algorithm: "table_perf_comparison"
3368 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3369 #  reference:
3370 #    title: "2n-skx"
3371 #    data: "vpp-compare-testbeds-skx-clx-ref"
3372 #  compare:
3373 #    title: "2n-clx"
3374 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3375 #  data: "vpp-compare-testbeds-skx-clx"
3376 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3377 #  filter: "'4T2C'"
3378 #  parameters:
3379 #  - "name"
3380 #  - "parent"
3381 #  - "throughput"
3382 #  - "tags"
3383 #
3384 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3385 #- type: "table"
3386 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3387 #  algorithm: "table_perf_comparison"
3388 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3389 #  reference:
3390 #    title: "2n-skx"
3391 #    data: "vpp-compare-testbeds-skx-clx-ref"
3392 #  compare:
3393 #    title: "2n-clx"
3394 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3395 #  data: "vpp-compare-testbeds-skx-clx"
3396 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3397 #  filter: "'2T1C'"
3398 #  parameters:
3399 #  - "name"
3400 #  - "parent"
3401 #  - "throughput"
3402 #  - "tags"
3403 #
3404 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3405 #- type: "table"
3406 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3407 #  algorithm: "table_perf_comparison"
3408 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3409 #  reference:
3410 #    title: "2n-skx"
3411 #    data: "vpp-compare-testbeds-skx-clx-ref"
3412 #  compare:
3413 #    title: "2n-clx"
3414 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3415 #  data: "vpp-compare-testbeds-skx-clx"
3416 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3417 #  filter: "'4T2C'"
3418 #  parameters:
3419 #  - "name"
3420 #  - "parent"
3421 #  - "throughput"
3422 #  - "tags"
3423 #
3424 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3425 #- type: "table"
3426 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3427 #  algorithm: "table_perf_comparison"
3428 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3429 #  reference:
3430 #    title: "3-Node Skx"
3431 #    data: "vpp-compare-topologies-ref"
3432 #  compare:
3433 #    title: "2-Node Skx"
3434 #    data: "vpp-compare-topologies-cmp"
3435 #  data: "vpp-compare-topologies"
3436 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3437 #  filter: "'NDRPDR' and '1C'"
3438 #  parameters:
3439 #  - "name"
3440 #  - "parent"
3441 #  - "throughput"
3442 #
3443 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3444 #- type: "table"
3445 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3446 #  algorithm: "table_perf_comparison"
3447 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3448 #  reference:
3449 #    title: "3-Node Skx"
3450 #    data: "vpp-compare-topologies-ref"
3451 #  compare:
3452 #    title: "2-Node Skx"
3453 #    data: "vpp-compare-topologies-cmp"
3454 #  data: "vpp-compare-topologies"
3455 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3456 #  filter: "'NDRPDR' and '2C'"
3457 #  parameters:
3458 #  - "name"
3459 #  - "parent"
3460 #  - "throughput"
3461 #
3462 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3463 #- type: "table"
3464 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3465 #  algorithm: "table_perf_comparison"
3466 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3467 #  reference:
3468 #    title: "3-Node Skx"
3469 #    data: "vpp-compare-topologies-ref"
3470 #  compare:
3471 #    title: "2-Node Skx"
3472 #    data: "vpp-compare-topologies-cmp"
3473 #  data: "vpp-compare-topologies"
3474 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3475 #  filter: "'NDRPDR' and '1C'"
3476 #  parameters:
3477 #  - "name"
3478 #  - "parent"
3479 #  - "throughput"
3480 #
3481 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3482 #- type: "table"
3483 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3484 #  algorithm: "table_perf_comparison"
3485 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3486 #  reference:
3487 #    title: "3-Node Skx"
3488 #    data: "vpp-compare-topologies-ref"
3489 #  compare:
3490 #    title: "2-Node Skx"
3491 #    data: "vpp-compare-topologies-cmp"
3492 #  data: "vpp-compare-topologies"
3493 #  include-tests: "PDR"
3494 #  filter: "'NDRPDR' and '2C'"
3495 #  parameters:
3496 #  - "name"
3497 #  - "parent"
3498 #  - "throughput"
3499
3500 # VPP Performance Changes 3n-hsw 1t1c MRR
3501 - type: "table"
3502   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3503   algorithm: "table_perf_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3505   history:
3506     - title: "rls1904"
3507       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3508   reference:
3509     title: "rls1908"
3510     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3511   compare:
3512     title: "rls2001"
3513     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3514   data: "vpp-performance-changes-3n-hsw-mrr"
3515   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3516   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3517   parameters:
3518   - "name"
3519   - "parent"
3520   - "result"
3521
3522 # VPP Performance Changes 3n-hsw 2t2c MRR
3523 - type: "table"
3524   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3525   algorithm: "table_perf_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3527   history:
3528     - title: "rls1904"
3529       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3530   reference:
3531     title: "rls1908"
3532     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3533   compare:
3534     title: "rls2001"
3535     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3536   data: "vpp-performance-changes-3n-hsw-mrr"
3537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3538   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "result"
3543
3544 # VPP Performance Changes 3n-hsw 4t4c MRR
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3547   algorithm: "table_perf_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3549   history:
3550     - title: "rls1904"
3551       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3552   reference:
3553     title: "rls1908"
3554     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3555   compare:
3556     title: "rls2001"
3557     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3558   data: "vpp-performance-changes-3n-hsw-mrr"
3559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3560   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3561   parameters:
3562   - "name"
3563   - "parent"
3564   - "result"
3565
3566 ## VPP Performance Changes 3n-skx 2t1c MRR
3567 #- type: "table"
3568 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3569 #  algorithm: "table_perf_comparison"
3570 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3571 #  history:
3572 #    - title: "rls1904"
3573 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3574 #  reference:
3575 #    title: "rls1908"
3576 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3577 #  compare:
3578 #    title: "rls2001"
3579 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3580 #  data: "vpp-performance-changes-3n-skx-mrr"
3581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3582 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3583 #  parameters:
3584 #  - "name"
3585 #  - "parent"
3586 #  - "result"
3587 #
3588 ## VPP Performance Changes 3n-skx 4t2c MRR
3589 #- type: "table"
3590 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3591 #  algorithm: "table_perf_comparison"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3593 #  history:
3594 #    - title: "rls1904"
3595 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3596 #  reference:
3597 #    title: "rls1908"
3598 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3599 #  compare:
3600 #    title: "rls2001"
3601 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3602 #  data: "vpp-performance-changes-3n-skx-mrr"
3603 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3604 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3605 #  parameters:
3606 #  - "name"
3607 #  - "parent"
3608 #  - "result"
3609 #
3610 ## VPP Performance Changes 3n-skx 8t4c MRR
3611 #- type: "table"
3612 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3613 #  algorithm: "table_perf_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3615 #  history:
3616 #    - title: "rls1904"
3617 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3618 #  reference:
3619 #    title: "rls1908"
3620 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3621 #  compare:
3622 #    title: "rls2001"
3623 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3624 #  data: "vpp-performance-changes-3n-skx-mrr"
3625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3626 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3627 #  parameters:
3628 #  - "name"
3629 #  - "parent"
3630 #  - "result"
3631 #
3632 ## VPP Performance Changes 2n-skx 2t1c MRR
3633 #- type: "table"
3634 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3635 #  algorithm: "table_perf_comparison"
3636 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3637 #  history:
3638 #    - title: "rls1904"
3639 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3640 #  reference:
3641 #    title: "rls1908"
3642 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3643 #  compare:
3644 #    title: "rls2001"
3645 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3646 #  data: "vpp-performance-changes-2n-skx-mrr"
3647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3648 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3649 #  parameters:
3650 #  - "name"
3651 #  - "parent"
3652 #  - "result"
3653 #
3654 ## VPP Performance Changes 2n-skx 4t2c MRR
3655 #- type: "table"
3656 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3657 #  algorithm: "table_perf_comparison"
3658 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3659 #  history:
3660 #    - title: "rls1904"
3661 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3662 #  reference:
3663 #    title: "rls1908"
3664 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3665 #  compare:
3666 #    title: "rls2001"
3667 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3668 #  data: "vpp-performance-changes-2n-skx-mrr"
3669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3670 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3671 #  parameters:
3672 #  - "name"
3673 #  - "parent"
3674 #  - "result"
3675 #
3676 ## VPP Performance Changes 2n-skx 8t4c MRR
3677 #- type: "table"
3678 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3679 #  algorithm: "table_perf_comparison"
3680 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3681 #  history:
3682 #    - title: "rls1904"
3683 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3684 #  reference:
3685 #    title: "rls1908"
3686 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3687 #  compare:
3688 #    title: "rls2001"
3689 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3690 #  data: "vpp-performance-changes-2n-skx-mrr"
3691 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3692 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3693 #  parameters:
3694 #  - "name"
3695 #  - "parent"
3696 #  - "result"
3697 #
3698 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3699 #- type: "table"
3700 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3701 #  algorithm: "table_perf_comparison"
3702 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3703 #  reference:
3704 #    title: "rls1908"
3705 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3706 #  compare:
3707 #    title: "rls2001"
3708 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3709 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3711 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3712 #  parameters:
3713 #  - "name"
3714 #  - "parent"
3715 #  - "result"
3716 #
3717 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3718 #- type: "table"
3719 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3720 #  algorithm: "table_perf_comparison"
3721 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3722 #  reference:
3723 #    title: "rls1908"
3724 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3725 #  compare:
3726 #    title: "rls2001"
3727 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3728 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3730 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3731 #  parameters:
3732 #  - "name"
3733 #  - "parent"
3734 #  - "result"
3735 #
3736 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3737 #- type: "table"
3738 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3739 #  algorithm: "table_perf_comparison"
3740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3741 #  reference:
3742 #    title: "rls1908"
3743 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3744 #  compare:
3745 #    title: "rls2001"
3746 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3747 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3749 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3750 #  parameters:
3751 #  - "name"
3752 #  - "parent"
3753 #  - "result"
3754
3755 # VPP Performance Changes 2n-dnv 1t1c MRR
3756 - type: "table"
3757   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3758   algorithm: "table_perf_comparison"
3759   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3760   reference:
3761     title: "rls1908"
3762     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3763   compare:
3764     title: "rls2001"
3765     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3766   data: "vpp-performance-changes-2n-dnv-mrr"
3767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3768   filter: "'1T1C' and 'MRR'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "result"
3773
3774 # VPP Performance Changes 2n-dnv 2t2c MRR
3775 - type: "table"
3776   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3777   algorithm: "table_perf_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3779   reference:
3780     title: "rls1908"
3781     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3782   compare:
3783     title: "rls2001"
3784     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3785   data: "vpp-performance-changes-2n-dnv-mrr"
3786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3787   filter: "'2T2C' and 'MRR'"
3788   parameters:
3789   - "name"
3790   - "parent"
3791   - "result"
3792
3793 # VPP Performance Changes 2n-dnv 4t4c MRR
3794 - type: "table"
3795   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3796   algorithm: "table_perf_comparison"
3797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3798   reference:
3799     title: "rls1908"
3800     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3801   compare:
3802     title: "rls2001"
3803     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3804   data: "vpp-performance-changes-2n-dnv-mrr"
3805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3806   filter: "'4T4C' and 'MRR'"
3807   parameters:
3808   - "name"
3809   - "parent"
3810   - "result"
3811
3812 # VPP Performance Changes 3n-dnv 1t1c MRR
3813 - type: "table"
3814   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3815   algorithm: "table_perf_comparison"
3816   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3817   reference:
3818     title: "rls1908"
3819     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3820   compare:
3821     title: "rls2001"
3822     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3823   data: "vpp-performance-changes-3n-dnv-mrr"
3824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3825   filter: "'1T1C' and 'MRR'"
3826   parameters:
3827   - "name"
3828   - "parent"
3829   - "result"
3830
3831 # VPP Performance Changes 3n-dnv 2t2c MRR
3832 - type: "table"
3833   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3834   algorithm: "table_perf_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3836   reference:
3837     title: "rls1908"
3838     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3839   compare:
3840     title: "rls2001"
3841     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3842   data: "vpp-performance-changes-3n-dnv-mrr"
3843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3844   filter: "'2T2C' and 'MRR'"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "result"
3849
3850 # VPP Performance Changes 3n-dnv 4t4c MRR
3851 - type: "table"
3852   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3853   algorithm: "table_perf_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3855   reference:
3856     title: "rls1908"
3857     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3858   compare:
3859     title: "rls2001"
3860     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3861   data: "vpp-performance-changes-3n-dnv-mrr"
3862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3863   filter: "'4T4C' and 'MRR'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "result"
3868
3869 # VPP Performance Changes 3n-tsh 1t1c MRR
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3872   algorithm: "table_perf_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3874   reference:
3875     title: "rls1908"
3876     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3877   compare:
3878     title: "rls2001"
3879     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3880   data: "vpp-performance-changes-3n-tsh-mrr"
3881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3882   filter: "'1T1C' and 'MRR'"
3883   parameters:
3884   - "name"
3885   - "parent"
3886   - "result"
3887
3888 # VPP Performance Changes 3n-tsh 2t2c MRR
3889 - type: "table"
3890   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3891   algorithm: "table_perf_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3893   reference:
3894     title: "rls1908"
3895     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3896   compare:
3897     title: "rls2001"
3898     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3899   data: "vpp-performance-changes-3n-tsh-mrr"
3900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3901   filter: "'2T2C' and 'MRR'"
3902   parameters:
3903   - "name"
3904   - "parent"
3905   - "result"
3906
3907 # VPP Performance Changes 3n-tsh 4t4c MRR
3908 - type: "table"
3909   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3910   algorithm: "table_perf_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3912   reference:
3913     title: "rls1908"
3914     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3915   compare:
3916     title: "rls2001"
3917     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3918   data: "vpp-performance-changes-3n-tsh-mrr"
3919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3920   filter: "'4T4C' and 'MRR'"
3921   parameters:
3922   - "name"
3923   - "parent"
3924   - "result"
3925
3926 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3927 #- type: "table"
3928 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3929 #  algorithm: "table_perf_comparison_nic"
3930 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3931 #  reference:
3932 #    title: "3n-hsw xl710"
3933 #    data: "vpp-compare-testbeds-mrr-ref"
3934 #    nic: "NIC_Intel-XL710"
3935 #  compare:
3936 #    title: "3n-skx xxv710"
3937 #    data: "vpp-compare-testbeds-mrr-cmp"
3938 #    nic: "NIC_Intel-XXV710"
3939 #  data: "vpp-compare-testbeds-mrr"
3940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3941 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3942 #  parameters:
3943 #  - "name"
3944 #  - "parent"
3945 #  - "result"
3946 #  - "tags"
3947 #
3948 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3949 #- type: "table"
3950 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3951 #  algorithm: "table_perf_comparison_nic"
3952 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3953 #  reference:
3954 #    title: "3n-hsw xl710"
3955 #    data: "vpp-compare-testbeds-mrr-ref"
3956 #    nic: "NIC_Intel-XL710"
3957 #  compare:
3958 #    title: "3n-skx xxv710"
3959 #    data: "vpp-compare-testbeds-mrr-cmp"
3960 #    nic: "NIC_Intel-XXV710"
3961 #  data: "vpp-compare-testbeds-mrr"
3962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3963 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3964 #  parameters:
3965 #  - "name"
3966 #  - "parent"
3967 #  - "result"
3968 #  - "tags"
3969 #
3970 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3971 #- type: "table"
3972 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3973 #  algorithm: "table_perf_comparison_nic"
3974 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3975 #  reference:
3976 #    title: "3n-hsw xl710"
3977 #    data: "vpp-compare-testbeds-mrr-ref"
3978 #    nic: "NIC_Intel-XL710"
3979 #  compare:
3980 #    title: "3n-skx xxv710"
3981 #    data: "vpp-compare-testbeds-mrr-cmp"
3982 #    nic: "NIC_Intel-XXV710"
3983 #  data: "vpp-compare-testbeds-mrr"
3984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3985 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3986 #  parameters:
3987 #  - "name"
3988 #  - "parent"
3989 #  - "result"
3990 #  - "tags"
3991 #
3992 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3993 #- type: "table"
3994 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3995 #  algorithm: "table_perf_comparison"
3996 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3997 #  reference:
3998 #    title: "2n-skx"
3999 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4000 #  compare:
4001 #    title: "2n-clx"
4002 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4003 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4005 #  filter: "'2T1C'"
4006 #  parameters:
4007 #  - "name"
4008 #  - "parent"
4009 #  - "result"
4010 #  - "tags"
4011 #
4012 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4013 #- type: "table"
4014 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4015 #  algorithm: "table_perf_comparison"
4016 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4017 #  reference:
4018 #    title: "2n-skx"
4019 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4020 #  compare:
4021 #    title: "2n-clx"
4022 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4023 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4025 #  filter: "'4T2C'"
4026 #  parameters:
4027 #  - "name"
4028 #  - "parent"
4029 #  - "result"
4030 #  - "tags"
4031 #
4032 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4033 #- type: "table"
4034 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4035 #  algorithm: "table_perf_comparison"
4036 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4037 #  reference:
4038 #    title: "2n-skx"
4039 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4040 #  compare:
4041 #    title: "2n-clx"
4042 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4043 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4044 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4045 #  filter: "'8T4C'"
4046 #  parameters:
4047 #  - "name"
4048 #  - "parent"
4049 #  - "result"
4050 #  - "tags"
4051 #
4052 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4053 #- type: "table"
4054 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4055 #  algorithm: "table_perf_comparison"
4056 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4057 #  reference:
4058 #    title: "3-Node Skx"
4059 #    data: "vpp-compare-topologies-mrr-ref"
4060 #  compare:
4061 #    title: "2-Node Skx"
4062 #    data: "vpp-compare-topologies-mrr-cmp"
4063 #  data: "vpp-compare-topologies-mrr"
4064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4065 #  filter: "'MRR' and '1C'"
4066 #  parameters:
4067 #  - "name"
4068 #  - "parent"
4069 #  - "result"
4070 #
4071 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4072 #- type: "table"
4073 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4074 #  algorithm: "table_perf_comparison"
4075 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4076 #  reference:
4077 #    title: "3-Node Skx"
4078 #    data: "vpp-compare-topologies-mrr-ref"
4079 #  compare:
4080 #    title: "2-Node Skx"
4081 #    data: "vpp-compare-topologies-mrr-cmp"
4082 #  data: "vpp-compare-topologies-mrr"
4083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084 #  filter: "'MRR' and '2C'"
4085 #  parameters:
4086 #  - "name"
4087 #  - "parent"
4088 #  - "result"
4089 #
4090 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4091 #- type: "table"
4092 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4093 #  algorithm: "table_perf_comparison"
4094 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4095 #  reference:
4096 #    title: "3-Node Skx"
4097 #    data: "vpp-compare-topologies-mrr-ref"
4098 #  compare:
4099 #    title: "2-Node Skx"
4100 #    data: "vpp-compare-topologies-mrr-cmp"
4101 #  data: "vpp-compare-topologies-mrr"
4102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4103 #  filter: "'MRR' and '4C'"
4104 #  parameters:
4105 #  - "name"
4106 #  - "parent"
4107 #  - "result"
4108
4109 # Detailed Test Results - VPP Performance Results 3n-hsw
4110 - type: "table"
4111   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4112   algorithm: "table_merged_details"
4113   output-file-ext: ".csv"
4114   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4115   columns:
4116   - title: "Test Name"
4117     data: "data name"
4118   - 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| "
4119     data: "data msg"
4120   rows: "generated"
4121   data: "vpp-perf-results-3n-hsw"
4122   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "msg"
4127
4128 ## Detailed Test Results - VPP Performance Results 3n-skx
4129 #- type: "table"
4130 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4131 #  algorithm: "table_merged_details"
4132 #  output-file-ext: ".csv"
4133 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4134 #  columns:
4135 #  - title: "Test Name"
4136 #    data: "data name"
4137 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4138 #    data: "data msg"
4139 #  rows: "generated"
4140 #  data: "vpp-perf-results-3n-skx"
4141 #  filter: "not 'CFS_OPT'"
4142 #  parameters:
4143 #  - "name"
4144 #  - "parent"
4145 #  - "msg"
4146 #
4147 ## Detailed Test Results - VPP Performance Results 2n-skx
4148 #- type: "table"
4149 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4150 #  algorithm: "table_merged_details"
4151 #  output-file-ext: ".csv"
4152 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4153 #  columns:
4154 #  - title: "Test Name"
4155 #    data: "data name"
4156 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4157 #    data: "data msg"
4158 #  rows: "generated"
4159 #  data: "vpp-perf-results-2n-skx"
4160 #  filter: "not 'CFS_OPT'"
4161 #  parameters:
4162 #  - "name"
4163 #  - "parent"
4164 #  - "msg"
4165
4166 ## Detailed Test Results - VPP Performance Results 2n-clx
4167 #- type: "table"
4168 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4169 #  algorithm: "table_merged_details"
4170 #  output-file-ext: ".csv"
4171 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4172 #  columns:
4173 #  - title: "Test Name"
4174 #    data: "data name"
4175 #  - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4176 #    data: "data msg"
4177 #  rows: "generated"
4178 #  data: "vpp-perf-results-2n-clx"
4179 #  filter: "not 'CFS_OPT'"
4180 #  parameters:
4181 #  - "name"
4182 #  - "parent"
4183 #  - "msg"
4184
4185 # Detailed Test Results - VPP Performance Results 3n-tsh
4186 - type: "table"
4187   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4188   algorithm: "table_merged_details"
4189   output-file-ext: ".csv"
4190   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4191   columns:
4192   - title: "Test Name"
4193     data: "data name"
4194   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4195     data: "data msg"
4196   rows: "generated"
4197   data: "vpp-perf-results-3n-tsh"
4198   filter: "not 'CFS_OPT'"
4199   parameters:
4200   - "name"
4201   - "parent"
4202   - "msg"
4203
4204 # Detailed Test Results - VPP Performance Results 3n-dnv
4205 - type: "table"
4206   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4207   algorithm: "table_merged_details"
4208   output-file-ext: ".csv"
4209   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4210   columns:
4211   - title: "Test Name"
4212     data: "data name"
4213   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4214     data: "data msg"
4215   rows: "generated"
4216   data: "vpp-perf-results-3n-dnv"
4217   filter: "'NDRPDR'"
4218   parameters:
4219   - "name"
4220   - "parent"
4221   - "msg"
4222
4223 # Detailed Test Results - VPP Performance Results 2n-dnv
4224 - type: "table"
4225   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4226   algorithm: "table_merged_details"
4227   output-file-ext: ".csv"
4228   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4229   columns:
4230   - title: "Test Name"
4231     data: "data name"
4232   - title: " |prein| 1. Mpps Gbps (NDR Throughput) |br| 2. Mpps Gbps (PDR Throughput) |br| 3. P50 P90 P99 , P50 P90 P99 (10% PDR Uni-Dir Latency in uSec) |br| 4. P50 P90 P99 , P50 P90 P99 (50% PDR Uni-Dir Latency in uSec) |br| 5. P50 P90 P99 , P50 P90 P99 (90% PDR Uni-Dir Latency in uSec) |preout| "
4233     data: "data msg"
4234   rows: "generated"
4235   data: "vpp-perf-results-2n-dnv"
4236   filter: "'NDRPDR'"
4237   parameters:
4238   - "name"
4239   - "parent"
4240   - "msg"
4241
4242 # Test configuration - VPP Performance Test Configs 3n-hsw
4243 - type: "table"
4244   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4245   algorithm: "table_merged_details"
4246   output-file-ext: ".csv"
4247   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4248   columns:
4249   - title: "Name"
4250     data: "data name"
4251   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4252     data: "data conf-history"
4253   rows: "generated"
4254   data: "vpp-perf-results-3n-hsw"
4255   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4256   parameters:
4257   - "parent"
4258   - "name"
4259   - "conf-history"
4260
4261 ## Test configuration - VPP Performance Test Configs 3n-skx
4262 #- type: "table"
4263 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4264 #  algorithm: "table_merged_details"
4265 #  output-file-ext: ".csv"
4266 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4267 #  columns:
4268 #  - title: "Name"
4269 #    data: "data name"
4270 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4271 #    data: "data conf-history"
4272 #  rows: "generated"
4273 #  data: "vpp-perf-results-3n-skx"
4274 #  filter: "not 'CFS_OPT'"
4275 #  parameters:
4276 #  - "parent"
4277 #  - "name"
4278 #  - "conf-history"
4279 #
4280 ## Test configuration - VPP Performance Test Configs 2n-skx
4281 #- type: "table"
4282 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4283 #  algorithm: "table_merged_details"
4284 #  output-file-ext: ".csv"
4285 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4286 #  columns:
4287 #  - title: "Name"
4288 #    data: "data name"
4289 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4290 #    data: "data conf-history"
4291 #  rows: "generated"
4292 #  data: "vpp-perf-results-2n-skx"
4293 #  filter: "not 'CFS_OPT'"
4294 #  parameters:
4295 #  - "parent"
4296 #  - "name"
4297 #  - "conf-history"
4298
4299 ## Test configuration - VPP Performance Test Configs 2n-clx
4300 #- type: "table"
4301 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4302 #  algorithm: "table_merged_details"
4303 #  output-file-ext: ".csv"
4304 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4305 #  columns:
4306 #  - title: "Name"
4307 #    data: "data name"
4308 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4309 #    data: "data conf-history"
4310 #  rows: "generated"
4311 #  data: "vpp-perf-results-2n-clx"
4312 #  filter: "not 'CFS_OPT'"
4313 #  parameters:
4314 #  - "parent"
4315 #  - "name"
4316 #  - "conf-history"
4317
4318 # Test configuration - VPP Performance Test Configs 3n-tsh
4319 - type: "table"
4320   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4321   algorithm: "table_merged_details"
4322   output-file-ext: ".csv"
4323   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4324   columns:
4325   - title: "Name"
4326     data: "data name"
4327   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4328     data: "data conf-history"
4329   rows: "generated"
4330   data: "vpp-perf-results-3n-tsh"
4331   filter: "not 'CFS_OPT'"
4332   parameters:
4333   - "parent"
4334   - "name"
4335   - "conf-history"
4336
4337 # Test configuration - VPP Performance Test Configs 3n-dnv
4338 - type: "table"
4339   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4340   algorithm: "table_merged_details"
4341   output-file-ext: ".csv"
4342   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4343   columns:
4344   - title: "Name"
4345     data: "data name"
4346   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4347     data: "data conf-history"
4348   rows: "generated"
4349   data: "vpp-perf-results-3n-dnv"
4350   filter: "'NDRPDR'"
4351   parameters:
4352   - "parent"
4353   - "name"
4354   - "conf-history"
4355
4356 # Test configuration - VPP Performance Test Configs 2n-dnv
4357 - type: "table"
4358   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4359   algorithm: "table_merged_details"
4360   output-file-ext: ".csv"
4361   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4362   columns:
4363   - title: "Name"
4364     data: "data name"
4365   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4366     data: "data conf-history"
4367   rows: "generated"
4368   data: "vpp-perf-results-2n-dnv"
4369   filter: "'NDRPDR'"
4370   parameters:
4371   - "parent"
4372   - "name"
4373   - "conf-history"
4374
4375 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4376 - type: "table"
4377   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4378   algorithm: "table_oper_data_html"
4379   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4380   data: "vpp-perf-results-3n-hsw"
4381   filter: "'NDRPDR'"
4382
4383 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4384 #- type: "table"
4385 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4386 #  algorithm: "table_oper_data_html"
4387 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4388 #  data: "vpp-perf-results-3n-skx"
4389 #  filter: "not 'CFS_OPT'"
4390 #
4391 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4392 #- type: "table"
4393 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4394 #  algorithm: "table_oper_data_html"
4395 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4396 #  data: "vpp-perf-results-2n-skx"
4397 #  filter: "not 'CFS_OPT'"
4398
4399 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4400 #- type: "table"
4401 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4402 #  algorithm: "table_oper_data_html"
4403 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4404 #  data: "vpp-perf-results-2n-clx"
4405 #  filter: "not 'CFS_OPT'"
4406
4407 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4408 - type: "table"
4409   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4410   algorithm: "table_oper_data_html"
4411   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4412   data: "vpp-perf-results-3n-tsh"
4413   filter: "not 'CFS_OPT'"
4414
4415 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4416 - type: "table"
4417   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4418   algorithm: "table_oper_data_html"
4419   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4420   data: "vpp-perf-results-3n-dnv"
4421   filter: "'NDRPDR'"
4422
4423 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4424 - type: "table"
4425   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4426   algorithm: "table_oper_data_html"
4427   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4428   data: "vpp-perf-results-2n-dnv"
4429   filter: "'NDRPDR'"
4430
4431 # Detailed Test Results - VPP MRR Results 3n-hsw
4432 - type: "table"
4433   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4434   algorithm: "table_details"
4435   output-file-ext: ".csv"
4436   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4437   columns:
4438   - title: "Test Name"
4439     data: "data name"
4440   - title: "Status"
4441     data: "data msg"
4442   rows: "generated"
4443   data: "vpp-mrr-results-3n-hsw"
4444   filter: "'MRR'"
4445   parameters:
4446   - "name"
4447   - "parent"
4448   - "msg"
4449
4450 ## Detailed Test Results - VPP MRR Results 3n-skx
4451 #- type: "table"
4452 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4453 #  algorithm: "table_details"
4454 #  output-file-ext: ".csv"
4455 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4456 #  columns:
4457 #  - title: "Test Name"
4458 #    data: "data name"
4459 #  - title: "Status"
4460 #    data: "data msg"
4461 #  rows: "generated"
4462 #  data: "vpp-mrr-results-3n-skx"
4463 #  filter: "'MRR'"
4464 #  parameters:
4465 #  - "name"
4466 #  - "parent"
4467 #  - "msg"
4468 #
4469 ## Detailed Test Results - VPP MRR Results 2n-skx
4470 #- type: "table"
4471 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4472 #  algorithm: "table_details"
4473 #  output-file-ext: ".csv"
4474 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4475 #  columns:
4476 #  - title: "Test Name"
4477 #    data: "data name"
4478 #  - title: "Status"
4479 #    data: "data msg"
4480 #  rows: "generated"
4481 #  data: "vpp-mrr-results-2n-skx"
4482 #  filter: "'MRR'"
4483 #  parameters:
4484 #  - "name"
4485 #  - "parent"
4486 #  - "msg"
4487
4488 ## Detailed Test Results - VPP MRR Results 2n-clx
4489 #- type: "table"
4490 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4491 #  algorithm: "table_details"
4492 #  output-file-ext: ".csv"
4493 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4494 #  columns:
4495 #  - title: "Test Name"
4496 #    data: "data name"
4497 #  - title: "Status"
4498 #    data: "data msg"
4499 #  rows: "generated"
4500 #  data: "vpp-mrr-results-2n-clx"
4501 #  filter: "'MRR'"
4502 #  parameters:
4503 #  - "name"
4504 #  - "parent"
4505 #  - "msg"
4506
4507 ## Detailed Test Results - VPP MRR Results 3n-tsh
4508 #- type: "table"
4509 #  title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4510 #  algorithm: "table_details"
4511 #  output-file-ext: ".csv"
4512 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4513 #  columns:
4514 #  - title: "Test Name"
4515 #    data: "data name"
4516 #  - title: "Status"
4517 #    data: "data msg"
4518 #  rows: "generated"
4519 #  data: "vpp-mrr-results-3n-tsh"
4520 #  filter: "'MRR'"
4521 #  parameters:
4522 #  - "name"
4523 #  - "parent"
4524 #  - "msg"
4525
4526 # Detailed Test Results - VPP MRR Results 3n-dnv
4527 - type: "table"
4528   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4529   algorithm: "table_details"
4530   output-file-ext: ".csv"
4531   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4532   columns:
4533   - title: "Test Name"
4534     data: "data name"
4535   - title: "Status"
4536     data: "data msg"
4537   rows: "generated"
4538   data: "vpp-mrr-results-3n-dnv"
4539   filter: "'MRR'"
4540   parameters:
4541   - "name"
4542   - "parent"
4543   - "msg"
4544
4545 # Detailed Test Results - VPP MRR Results 2n-dnv
4546 - type: "table"
4547   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4548   algorithm: "table_details"
4549   output-file-ext: ".csv"
4550   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4551   columns:
4552   - title: "Test Name"
4553     data: "data name"
4554   - title: "Status"
4555     data: "data msg"
4556   rows: "generated"
4557   data: "vpp-mrr-results-2n-dnv"
4558   filter: "'MRR'"
4559   parameters:
4560   - "name"
4561   - "parent"
4562   - "msg"
4563
4564 # Test configuration - VPP MRR Test Configs 3n-hsw
4565 - type: "table"
4566   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4567   algorithm: "table_details"
4568   output-file-ext: ".csv"
4569   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4570   columns:
4571   - title: "Name"
4572     data: "data name"
4573   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4574     data: "data conf-history"
4575   rows: "generated"
4576   data: "vpp-mrr-results-3n-hsw"
4577   filter: "'MRR'"
4578   parameters:
4579   - "parent"
4580   - "name"
4581   - "conf-history"
4582
4583 ## Test configuration - VPP MRR Test Configs 3n-skx
4584 #- type: "table"
4585 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4586 #  algorithm: "table_details"
4587 #  output-file-ext: ".csv"
4588 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4589 #  columns:
4590 #  - title: "Name"
4591 #    data: "data name"
4592 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4593 #    data: "data conf-history"
4594 #  rows: "generated"
4595 #  data: "vpp-mrr-results-3n-skx"
4596 #  filter: "'MRR'"
4597 #  parameters:
4598 #  - "parent"
4599 #  - "name"
4600 #  - "conf-history"
4601 #
4602 ## Test configuration - VPP MRR Test Configs 2n-skx
4603 #- type: "table"
4604 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4605 #  algorithm: "table_details"
4606 #  output-file-ext: ".csv"
4607 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4608 #  columns:
4609 #  - title: "Name"
4610 #    data: "data name"
4611 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4612 #    data: "data conf-history"
4613 #  rows: "generated"
4614 #  data: "vpp-mrr-results-2n-skx"
4615 #  filter: "'MRR'"
4616 #  parameters:
4617 #  - "parent"
4618 #  - "name"
4619 #  - "conf-history"
4620
4621 ## Test configuration - VPP MRR Test Configs 2n-clx
4622 #- type: "table"
4623 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4624 #  algorithm: "table_details"
4625 #  output-file-ext: ".csv"
4626 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4627 #  columns:
4628 #  - title: "Name"
4629 #    data: "data name"
4630 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4631 #    data: "data conf-history"
4632 #  rows: "generated"
4633 #  data: "vpp-mrr-results-2n-clx"
4634 #  filter: "'MRR'"
4635 #  parameters:
4636 #  - "parent"
4637 #  - "name"
4638 #  - "conf-history"
4639
4640 ## Test configuration - VPP MRR Test Configs 3n-tsh
4641 #- type: "table"
4642 #  title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4643 #  algorithm: "table_details"
4644 #  output-file-ext: ".csv"
4645 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4646 #  columns:
4647 #  - title: "Name"
4648 #    data: "data name"
4649 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4650 #    data: "data conf-history"
4651 #  rows: "generated"
4652 #  data: "vpp-mrr-results-3n-tsh"
4653 #  filter: "'MRR'"
4654 #  parameters:
4655 #  - "parent"
4656 #  - "name"
4657 #  - "conf-history"
4658
4659 # Test configuration - VPP MRR Test Configs 3n-dnv
4660 - type: "table"
4661   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4662   algorithm: "table_details"
4663   output-file-ext: ".csv"
4664   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4665   columns:
4666   - title: "Name"
4667     data: "data name"
4668   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4669     data: "data conf-history"
4670   rows: "generated"
4671   data: "vpp-mrr-results-3n-dnv"
4672   filter: "'MRR'"
4673   parameters:
4674   - "parent"
4675   - "name"
4676   - "conf-history"
4677
4678 # Test configuration - VPP MRR Test Configs 2n-dnv
4679 - type: "table"
4680   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4681   algorithm: "table_details"
4682   output-file-ext: ".csv"
4683   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4684   columns:
4685   - title: "Name"
4686     data: "data name"
4687   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4688     data: "data conf-history"
4689   rows: "generated"
4690   data: "vpp-mrr-results-2n-dnv"
4691   filter: "'MRR'"
4692   parameters:
4693   - "parent"
4694   - "name"
4695   - "conf-history"
4696
4697 # Detailed Test Results - VPP Device Results - Ubuntu
4698 - type: "table"
4699   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4700   algorithm: "table_details"
4701   output-file-ext: ".csv"
4702   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4703   columns:
4704   - title: "Test Name"
4705     data: "data name"
4706   - title: "Documentation"
4707     data: "data doc"
4708   - title: "Status"
4709     data: "data status"
4710   rows: "generated"
4711   data: "vpp-device-results-ubuntu"
4712   filter: "all"
4713   parameters:
4714   - "name"
4715   - "parent"
4716   - "doc"
4717   - "status"
4718
4719 # Test configuration - VPP Device Test Configs - Ubuntu
4720 - type: "table"
4721   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4722   algorithm: "table_details"
4723   output-file-ext: ".csv"
4724   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4725   columns:
4726   - title: "Name"
4727     data: "data name"
4728   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4729     data: "data conf-history"
4730   rows: "generated"
4731   data: "vpp-device-results-ubuntu"
4732   filter: "all"
4733   parameters:
4734   - "parent"
4735   - "name"
4736   - "conf-history"
4737
4738 ################################################################################
4739
4740 # DPDK Performance Changes 3n-hsw 1t1c pdr
4741 - type: "table"
4742   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4743   algorithm: "table_perf_comparison"
4744   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4745   history:
4746     - title: "rls1904"
4747       data: "dpdk-performance-changes-3n-hsw-h1"
4748   reference:
4749     title: "rls1908"
4750     data: "dpdk-performance-changes-3n-hsw-ref"
4751   compare:
4752     title: "rls2001"
4753     data: "dpdk-performance-changes-3n-hsw-cmp"
4754   data: "dpdk-performance-changes-3n-hsw"
4755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4756   filter: "'1T1C'"
4757   parameters:
4758   - "name"
4759   - "parent"
4760   - "throughput"
4761
4762 # DPDK Performance Changes 3n-hsw 2t2c pdr
4763 - type: "table"
4764   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4765   algorithm: "table_perf_comparison"
4766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4767   history:
4768     - title: "rls1904"
4769       data: "dpdk-performance-changes-3n-hsw-h1"
4770   reference:
4771     title: "rls1908"
4772     data: "dpdk-performance-changes-3n-hsw-ref"
4773   compare:
4774     title: "rls2001"
4775     data: "dpdk-performance-changes-3n-hsw-cmp"
4776   data: "dpdk-performance-changes-3n-hsw"
4777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4778   filter: "'2T2C'"
4779   parameters:
4780   - "name"
4781   - "parent"
4782   - "throughput"
4783
4784 # DPDK Performance Changes 3n-hsw 1t1c ndr
4785 - type: "table"
4786   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4787   algorithm: "table_perf_comparison"
4788   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4789   history:
4790     - title: "rls1904"
4791       data: "dpdk-performance-changes-3n-hsw-h1"
4792   reference:
4793     title: "rls1908"
4794     data: "dpdk-performance-changes-3n-hsw-ref"
4795   compare:
4796     title: "rls2001"
4797     data: "dpdk-performance-changes-3n-hsw-cmp"
4798   data: "dpdk-performance-changes-3n-hsw"
4799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4800   filter: "'1T1C'"
4801   parameters:
4802   - "name"
4803   - "parent"
4804   - "throughput"
4805
4806 # DPDK Performance Changes 3n-hsw 2t2c ndr
4807 - type: "table"
4808   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4809   algorithm: "table_perf_comparison"
4810   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4811   history:
4812     - title: "rls1904"
4813       data: "dpdk-performance-changes-3n-hsw-h1"
4814   reference:
4815     title: "rls1908"
4816     data: "dpdk-performance-changes-3n-hsw-ref"
4817   compare:
4818     title: "rls2001"
4819     data: "dpdk-performance-changes-3n-hsw-cmp"
4820   data: "dpdk-performance-changes-3n-hsw"
4821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4822   filter: "'2T2C'"
4823   parameters:
4824   - "name"
4825   - "parent"
4826   - "throughput"
4827
4828 ## DPDK Performance Changes 3n-skx 2t1c pdr
4829 #- type: "table"
4830 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4831 #  algorithm: "table_perf_comparison"
4832 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4833 #  history:
4834 #    - title: "rls1904"
4835 #      data: "dpdk-performance-changes-3n-skx-h1"
4836 #  reference:
4837 #    title: "rls1908"
4838 #    data: "dpdk-performance-changes-3n-skx-ref"
4839 #  compare:
4840 #    title: "rls2001"
4841 #    data: "dpdk-performance-changes-3n-skx-cmp"
4842 #  data: "dpdk-performance-changes-3n-skx"
4843 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4844 #  filter: "'2T1C'"
4845 #  parameters:
4846 #  - "name"
4847 #  - "parent"
4848 #  - "throughput"
4849 #
4850 ## DPDK Performance Changes 3n-skx 4t2c pdr
4851 #- type: "table"
4852 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4853 #  algorithm: "table_perf_comparison"
4854 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4855 #  history:
4856 #    - title: "rls1904"
4857 #      data: "dpdk-performance-changes-3n-skx-h1"
4858 #  reference:
4859 #    title: "rls1908"
4860 #    data: "dpdk-performance-changes-3n-skx-ref"
4861 #  compare:
4862 #    title: "rls2001"
4863 #    data: "dpdk-performance-changes-3n-skx-cmp"
4864 #  data: "dpdk-performance-changes-3n-skx"
4865 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4866 #  filter: "'4T2C'"
4867 #  parameters:
4868 #  - "name"
4869 #  - "parent"
4870 #  - "throughput"
4871 #
4872 ## DPDK Performance Changes 3n-skx 2t1c ndr
4873 #- type: "table"
4874 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4875 #  algorithm: "table_perf_comparison"
4876 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4877 #  history:
4878 #    - title: "rls1904"
4879 #      data: "dpdk-performance-changes-3n-skx-h1"
4880 #  reference:
4881 #    title: "rls1908"
4882 #    data: "dpdk-performance-changes-3n-skx-ref"
4883 #  compare:
4884 #    title: "rls2001"
4885 #    data: "dpdk-performance-changes-3n-skx-cmp"
4886 #  data: "dpdk-performance-changes-3n-skx"
4887 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4888 #  filter: "'2T1C'"
4889 #  parameters:
4890 #  - "name"
4891 #  - "parent"
4892 #  - "throughput"
4893 #
4894 ## DPDK Performance Changes 3n-skx 4t2c ndr
4895 #- type: "table"
4896 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4897 #  algorithm: "table_perf_comparison"
4898 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4899 #  history:
4900 #    - title: "rls1904"
4901 #      data: "dpdk-performance-changes-3n-skx-h1"
4902 #  reference:
4903 #    title: "rls1908"
4904 #    data: "dpdk-performance-changes-3n-skx-ref"
4905 #  compare:
4906 #    title: "rls2001"
4907 #    data: "dpdk-performance-changes-3n-skx-cmp"
4908 #  data: "dpdk-performance-changes-3n-skx"
4909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4910 #  filter: "'4T2C'"
4911 #  parameters:
4912 #  - "name"
4913 #  - "parent"
4914 #  - "throughput"
4915 #
4916 ## DPDK Performance Changes 2n-skx 2t1c pdr
4917 #- type: "table"
4918 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4919 #  algorithm: "table_perf_comparison"
4920 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4921 #  history:
4922 #    - title: "rls1904"
4923 #      data: "dpdk-performance-changes-2n-skx-h1"
4924 #  reference:
4925 #    title: "rls1908"
4926 #    data: "dpdk-performance-changes-2n-skx-ref"
4927 #  compare:
4928 #    title: "rls2001"
4929 #    data: "dpdk-performance-changes-2n-skx-cmp"
4930 #  data: "dpdk-performance-changes-2n-skx"
4931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4932 #  filter: "'2T1C'"
4933 #  parameters:
4934 #  - "name"
4935 #  - "parent"
4936 #  - "throughput"
4937 #
4938 ## DPDK Performance Changes 2n-skx 4t2c pdr
4939 #- type: "table"
4940 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4941 #  algorithm: "table_perf_comparison"
4942 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4943 #  history:
4944 #    - title: "rls1904"
4945 #      data: "dpdk-performance-changes-2n-skx-h1"
4946 #  reference:
4947 #    title: "rls1908"
4948 #    data: "dpdk-performance-changes-2n-skx-ref"
4949 #  compare:
4950 #    title: "rls2001"
4951 #    data: "dpdk-performance-changes-2n-skx-cmp"
4952 #  data: "dpdk-performance-changes-2n-skx"
4953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4954 #  filter: "'4T2C'"
4955 #  parameters:
4956 #  - "name"
4957 #  - "parent"
4958 #  - "throughput"
4959 #
4960 ## DPDK Performance Changes 2n-skx 2t1c ndr
4961 #- type: "table"
4962 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4963 #  algorithm: "table_perf_comparison"
4964 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4965 #  history:
4966 #    - title: "rls1904"
4967 #      data: "dpdk-performance-changes-2n-skx-h1"
4968 #  reference:
4969 #    title: "rls1908"
4970 #    data: "dpdk-performance-changes-2n-skx-ref"
4971 #  compare:
4972 #    title: "rls2001"
4973 #    data: "dpdk-performance-changes-2n-skx-cmp"
4974 #  data: "dpdk-performance-changes-2n-skx"
4975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4976 #  filter: "'2T1C'"
4977 #  parameters:
4978 #  - "name"
4979 #  - "parent"
4980 #  - "throughput"
4981 #
4982 ## DPDK Performance Changes 2n-skx 4t2c ndr
4983 #- type: "table"
4984 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4985 #  algorithm: "table_perf_comparison"
4986 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4987 #  history:
4988 #    - title: "rls1904"
4989 #      data: "dpdk-performance-changes-2n-skx-h1"
4990 #  reference:
4991 #    title: "rls1908"
4992 #    data: "dpdk-performance-changes-2n-skx-ref"
4993 #  compare:
4994 #    title: "rls2001"
4995 #    data: "dpdk-performance-changes-2n-skx-cmp"
4996 #  data: "dpdk-performance-changes-2n-skx"
4997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4998 #  filter: "'4T2C'"
4999 #  parameters:
5000 #  - "name"
5001 #  - "parent"
5002 #  - "throughput"
5003 #
5004 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5005 #- type: "table"
5006 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5007 #  algorithm: "table_perf_comparison"
5008 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5009 #  reference:
5010 #    title: "3-Node Hsw"
5011 #    data: "dpdk-compare-testbeds-ref"
5012 #  compare:
5013 #    title: "3-Node Skx"
5014 #    data: "dpdk-compare-testbeds-cmp"
5015 #  data: "dpdk-compare-testbeds"
5016 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5017 #  filter: "'NIC_Intel-X710'"
5018 #  parameters:
5019 #  - "name"
5020 #  - "parent"
5021 #  - "throughput"
5022 #
5023 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5024 #- type: "table"
5025 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5026 #  algorithm: "table_perf_comparison"
5027 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5028 #  reference:
5029 #    title: "3-Node Hsw"
5030 #    data: "dpdk-compare-testbeds-ref"
5031 #  compare:
5032 #    title: "3-Node Skx"
5033 #    data: "dpdk-compare-testbeds-cmp"
5034 #  data: "dpdk-compare-testbeds"
5035 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5036 #  filter: "'NIC_Intel-X710'"
5037 #  parameters:
5038 #  - "name"
5039 #  - "parent"
5040 #  - "throughput"
5041 #
5042 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5043 #- type: "table"
5044 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5045 #  algorithm: "table_perf_comparison"
5046 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5047 #  reference:
5048 #    title: "2-Node Skx"
5049 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5050 #  compare:
5051 #    title: "2-Node Clx"
5052 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5053 #  data: "dpdk-compare-testbeds-skx-clx"
5054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5055 #  filter: "'NDRPDR'"
5056 #  parameters:
5057 #  - "name"
5058 #  - "parent"
5059 #  - "throughput"
5060 #
5061 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5062 #- type: "table"
5063 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5064 #  algorithm: "table_perf_comparison"
5065 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5066 #  reference:
5067 #    title: "2-Node Skx"
5068 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5069 #  compare:
5070 #    title: "2-Node Clx"
5071 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5072 #  data: "dpdk-compare-testbeds-skx-clx"
5073 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5074 #  filter: "'NDRPDR'"
5075 #  parameters:
5076 #  - "name"
5077 #  - "parent"
5078 #  - "throughput"
5079 #
5080 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5081 #- type: "table"
5082 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5083 #  algorithm: "table_perf_comparison"
5084 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5085 #  reference:
5086 #    title: "3-Node Skx"
5087 #    data: "dpdk-compare-topologies-ref"
5088 #  compare:
5089 #    title: "2-Node Skx"
5090 #    data: "dpdk-compare-topologies-cmp"
5091 #  data: "dpdk-compare-topologies"
5092 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5093 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5094 #  parameters:
5095 #  - "name"
5096 #  - "parent"
5097 #  - "throughput"
5098 #
5099 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5100 #- type: "table"
5101 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5102 #  algorithm: "table_perf_comparison"
5103 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5104 #  reference:
5105 #    title: "3-Node Skx"
5106 #    data: "dpdk-compare-topologies-ref"
5107 #  compare:
5108 #    title: "2-Node Skx"
5109 #    data: "dpdk-compare-topologies-cmp"
5110 #  data: "dpdk-compare-topologies"
5111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5112 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5113 #  parameters:
5114 #  - "name"
5115 #  - "parent"
5116 #  - "throughput"
5117
5118 # Detailed Test Results - DPDK Performance Results 3n-hsw
5119 - type: "table"
5120   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5121   algorithm: "table_merged_details"
5122   output-file-ext: ".csv"
5123   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5124   columns:
5125   - title: "Test Name"
5126     data: "data name"
5127   - 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| "
5128     data: "data msg"
5129   rows: "generated"
5130   data: "dpdk-perf-results-3n-hsw"
5131   filter: "all"
5132   parameters:
5133   - "name"
5134   - "parent"
5135   - "msg"
5136
5137 ## Detailed Test Results - DPDK Performance Results 3n-skx
5138 #- type: "table"
5139 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5140 #  algorithm: "table_details"
5141 #  output-file-ext: ".csv"
5142 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5143 #  columns:
5144 #  - title: "Test Name"
5145 #    data: "data name"
5146 #  - 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| "
5147 #    data: "data msg"
5148 #  rows: "generated"
5149 #  data: "dpdk-perf-results-3n-skx"
5150 #  filter: "all"
5151 #  parameters:
5152 #  - "name"
5153 #  - "parent"
5154 #  - "msg"
5155 #
5156 ## Detailed Test Results - DPDK Performance Results 2n-skx
5157 #- type: "table"
5158 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5159 #  algorithm: "table_details"
5160 #  output-file-ext: ".csv"
5161 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5162 #  columns:
5163 #  - title: "Test Name"
5164 #    data: "data name"
5165 #  - 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| "
5166 #    data: "data msg"
5167 #  rows: "generated"
5168 #  data: "dpdk-perf-results-2n-skx"
5169 #  filter: "all"
5170 #  parameters:
5171 #  - "name"
5172 #  - "parent"
5173 #  - "msg"
5174
5175 ## Detailed Test Results - DPDK Performance Results 2n-clx
5176 #- type: "table"
5177 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5178 #  algorithm: "table_details"
5179 #  output-file-ext: ".csv"
5180 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5181 #  columns:
5182 #  - title: "Test Name"
5183 #    data: "data name"
5184 #  - 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| "
5185 #    data: "data msg"
5186 #  rows: "generated"
5187 #  data: "dpdk-perf-results-2n-clx"
5188 #  filter: "all"
5189 #  parameters:
5190 #  - "name"
5191 #  - "parent"
5192 #  - "msg"
5193
5194 # Detailed Test Results - DPDK Performance Results 2n-dnv
5195 - type: "table"
5196   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5197   algorithm: "table_details"
5198   output-file-ext: ".csv"
5199   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5200   columns:
5201   - title: "Test Name"
5202     data: "data name"
5203   - 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| "
5204     data: "data msg"
5205   rows: "generated"
5206   data: "dpdk-perf-results-2n-dnv"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "msg"
5212
5213 # Detailed Test Results - DPDK Performance Results 3n-dnv
5214 - type: "table"
5215   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5216   algorithm: "table_details"
5217   output-file-ext: ".csv"
5218   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5219   columns:
5220   - title: "Test Name"
5221     data: "data name"
5222   - 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| "
5223     data: "data msg"
5224   rows: "generated"
5225   data: "dpdk-perf-results-3n-dnv"
5226   filter: "all"
5227   parameters:
5228   - "name"
5229   - "parent"
5230   - "msg"
5231
5232 ################################################################################
5233 ###                                F I L E S                                 ###
5234 ################################################################################
5235
5236 # VPP Performance Results 3n-hsw
5237 - type: "file"
5238   title: "VPP Performance Results 3n-hsw"
5239   algorithm: "file_test_results"
5240   output-file-ext: ".rst"
5241   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5242   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"
5243   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5244   data: "vpp-perf-results-3n-hsw"
5245   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5246   parameters:
5247   - "name"
5248   - "doc"
5249   - "level"
5250   - "parent"
5251   data-start-level: 3
5252
5253 ## VPP Performance Results 3n-skx
5254 #- type: "file"
5255 #  title: "VPP Performance Results 3n-skx"
5256 #  algorithm: "file_test_results"
5257 #  output-file-ext: ".rst"
5258 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5259 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5260 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5261 #  data: "vpp-perf-results-3n-skx"
5262 #  filter: "not 'CFS_OPT'"
5263 #  parameters:
5264 #  - "name"
5265 #  - "doc"
5266 #  - "level"
5267 #  - "parent"
5268 #  data-start-level: 3
5269 #
5270 ## VPP Performance Results 2n-skx
5271 #- type: "file"
5272 #  title: "VPP Performance Results 2n-skx"
5273 #  algorithm: "file_test_results"
5274 #  output-file-ext: ".rst"
5275 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5276 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5277 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5278 #  data: "vpp-perf-results-2n-skx"
5279 #  filter: "not 'CFS_OPT'"
5280 #  parameters:
5281 #  - "name"
5282 #  - "doc"
5283 #  - "level"
5284 #  - "parent"
5285 #  data-start-level: 3
5286
5287 ## VPP Performance Results 2n-clx
5288 #- type: "file"
5289 #  title: "VPP Performance Results 2n-clx"
5290 #  algorithm: "file_test_results"
5291 #  output-file-ext: ".rst"
5292 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5293 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5294 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5295 #  data: "vpp-perf-results-2n-clx"
5296 #  filter: "not 'CFS_OPT'"
5297 #  parameters:
5298 #  - "name"
5299 #  - "doc"
5300 #  - "level"
5301 #  - "parent"
5302 #  data-start-level: 3
5303
5304 # VPP Performance Results 3n-tsh
5305 - type: "file"
5306   title: "VPP Performance Results 3n-tsh"
5307   algorithm: "file_test_results"
5308   output-file-ext: ".rst"
5309   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5310   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5311   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5312   data: "vpp-perf-results-3n-tsh"
5313   filter: "not 'CFS_OPT'"
5314   parameters:
5315   - "name"
5316   - "doc"
5317   - "level"
5318   - "parent"
5319   data-start-level: 3
5320
5321 # VPP Performance Results 3n-dnv
5322 - type: "file"
5323   title: "VPP Performance Results 3n-dnv"
5324   algorithm: "file_test_results"
5325   output-file-ext: ".rst"
5326   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5327   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5328   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5329   data: "vpp-perf-results-3n-dnv"
5330   filter: "'NDRPDR'"
5331   parameters:
5332   - "name"
5333   - "doc"
5334   - "level"
5335   - "parent"
5336   data-start-level: 3
5337
5338 # VPP Performance Results 2n-dnv
5339 - type: "file"
5340   title: "VPP Performance Results 2n-dnv"
5341   algorithm: "file_test_results"
5342   output-file-ext: ".rst"
5343   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5344   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5345   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5346   data: "vpp-perf-results-2n-dnv"
5347   filter: "'NDRPDR'"
5348   parameters:
5349   - "name"
5350   - "doc"
5351   - "level"
5352   - "parent"
5353   data-start-level: 3
5354
5355 # VPP Performance Configuration 3n-hsw
5356 - type: "file"
5357   title: "VPP Performance Configuration 3n-hsw"
5358   algorithm: "file_test_results"
5359   output-file-ext: ".rst"
5360   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5361   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5362   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5363   data: "vpp-perf-results-3n-hsw"
5364   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5365   parameters:
5366   - "name"
5367   - "doc"
5368   - "level"
5369   - "parent"
5370   data-start-level: 3
5371
5372 ## VPP Performance Configuration 3n-skx
5373 #- type: "file"
5374 #  title: "VPP Performance Configuration 3n-skx"
5375 #  algorithm: "file_test_results"
5376 #  output-file-ext: ".rst"
5377 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5378 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5379 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5380 #  data: "vpp-perf-results-3n-skx"
5381 #  filter: "not 'CFS_OPT'"
5382 #  parameters:
5383 #  - "name"
5384 #  - "doc"
5385 #  - "level"
5386 #  - "parent"
5387 #  data-start-level: 3
5388 #
5389 ## VPP Performance Configuration 2n-skx
5390 #- type: "file"
5391 #  title: "VPP Performance Configuration 2n-skx"
5392 #  algorithm: "file_test_results"
5393 #  output-file-ext: ".rst"
5394 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5395 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5396 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5397 #  data: "vpp-perf-results-2n-skx"
5398 #  filter: "not 'CFS_OPT'"
5399 #  parameters:
5400 #  - "name"
5401 #  - "doc"
5402 #  - "level"
5403 #  - "parent"
5404 #  data-start-level: 3
5405
5406 ## VPP Performance Configuration 2n-clx
5407 #- type: "file"
5408 #  title: "VPP Performance Configuration 2n-clx"
5409 #  algorithm: "file_test_results"
5410 #  output-file-ext: ".rst"
5411 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5412 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5413 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5414 #  data: "vpp-perf-results-2n-clx"
5415 #  filter: "not 'CFS_OPT'"
5416 #  parameters:
5417 #  - "name"
5418 #  - "doc"
5419 #  - "level"
5420 #  - "parent"
5421 #  data-start-level: 3
5422
5423 # VPP Performance Configuration 3n-tsh
5424 - type: "file"
5425   title: "VPP Performance Configuration 3n-tsh"
5426   algorithm: "file_test_results"
5427   output-file-ext: ".rst"
5428   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5429   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5430   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5431   data: "vpp-perf-results-3n-tsh"
5432   filter: "not 'CFS_OPT'"
5433   parameters:
5434   - "name"
5435   - "doc"
5436   - "level"
5437   - "parent"
5438   data-start-level: 3
5439
5440 # VPP Performance Configuration 3n-dnv
5441 - type: "file"
5442   title: "VPP Performance Configuration 3n-dnv"
5443   algorithm: "file_test_results"
5444   output-file-ext: ".rst"
5445   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5446   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5447   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5448   data: "vpp-perf-results-3n-dnv"
5449   filter: "'NDRPDR'"
5450   parameters:
5451   - "name"
5452   - "doc"
5453   - "level"
5454   - "parent"
5455   data-start-level: 3
5456
5457 # VPP Performance Configuration 2n-dnv
5458 - type: "file"
5459   title: "VPP Performance Configuration 2n-dnv"
5460   algorithm: "file_test_results"
5461   output-file-ext: ".rst"
5462   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5463   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5464   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5465   data: "vpp-perf-results-2n-dnv"
5466   filter: "'NDRPDR'"
5467   parameters:
5468   - "name"
5469   - "doc"
5470   - "level"
5471   - "parent"
5472   data-start-level: 3
5473
5474 # VPP Performance Operational Data 3n-hsw
5475 - type: "file"
5476   title: "VPP Performance Operational Data 3n-hsw"
5477   algorithm: "file_test_results_html"
5478   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5479   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"
5480   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5481   data: "vpp-perf-results-3n-hsw"
5482   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5483   data-start-level: 3
5484
5485 ## VPP Performance Operational Data 3n-skx
5486 #- type: "file"
5487 #  title: "VPP Performance Operational Data 3n-skx"
5488 #  algorithm: "file_test_results_html"
5489 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5490 #  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"
5491 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5492 #  data: "vpp-perf-results-3n-skx"
5493 #  filter: "not 'CFS_OPT'"
5494 #  data-start-level: 3
5495 #
5496 ## VPP Performance Operational Data 2n-skx
5497 #- type: "file"
5498 #  title: "VPP Performance Operational Data 2n-skx"
5499 #  algorithm: "file_test_results_html"
5500 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5501 #  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"
5502 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5503 #  data: "vpp-perf-results-2n-skx"
5504 #  filter: "not 'CFS_OPT'"
5505 #  data-start-level: 3
5506
5507 ## VPP Performance Operational Data 2n-clx
5508 #- type: "file"
5509 #  title: "VPP Performance Operational Data 2n-clx"
5510 #  algorithm: "file_test_results_html"
5511 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5512 #  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"
5513 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5514 #  data: "vpp-perf-results-2n-clx"
5515 #  filter: "not 'CFS_OPT'"
5516 #  data-start-level: 3
5517
5518 # VPP Performance Operational Data 3n-tsh
5519 - type: "file"
5520   title: "VPP Performance Operational Data 3n-tsh"
5521   algorithm: "file_test_results_html"
5522   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5523   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"
5524   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5525   data: "vpp-perf-results-3n-tsh"
5526   filter: "not 'CFS_OPT'"
5527   data-start-level: 3
5528
5529 # VPP Performance Operational Data 3n-dnv
5530 - type: "file"
5531   title: "VPP Performance Operational Data 3n-dnv"
5532   algorithm: "file_test_results_html"
5533   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5534   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"
5535   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5536   data: "vpp-perf-results-3n-dnv"
5537   filter: "'NDRPDR'"
5538   data-start-level: 3
5539
5540 # VPP Performance Operational Data 2n-dnv
5541 - type: "file"
5542   title: "VPP Performance Operational Data 2n-dnv"
5543   algorithm: "file_test_results_html"
5544   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5545   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"
5546   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5547   data: "vpp-perf-results-2n-dnv"
5548   filter: "'NDRPDR'"
5549   data-start-level: 3
5550
5551 # VPP MRR Results 3n-hsw
5552 - type: "file"
5553   title: "VPP MRR Results 3n-hsw"
5554   algorithm: "file_test_results"
5555   output-file-ext: ".rst"
5556   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5557   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"
5558   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5559   data: "vpp-mrr-results-3n-hsw"
5560   filter: "'MRR'"
5561   parameters:
5562   - "name"
5563   - "doc"
5564   - "level"
5565   - "parent"
5566   data-start-level: 3
5567
5568 ## VPP MRR Results 3n-skx
5569 #- type: "file"
5570 #  title: "VPP MRR Results 3n-skx"
5571 #  algorithm: "file_test_results"
5572 #  output-file-ext: ".rst"
5573 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5574 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5575 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5576 #  data: "vpp-mrr-results-3n-skx"
5577 #  filter: "'MRR'"
5578 #  parameters:
5579 #  - "name"
5580 #  - "doc"
5581 #  - "level"
5582 #  - "parent"
5583 #  data-start-level: 3
5584 #
5585 ## VPP MRR Results 2n-skx
5586 #- type: "file"
5587 #  title: "VPP MRR Results 2n-skx"
5588 #  algorithm: "file_test_results"
5589 #  output-file-ext: ".rst"
5590 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5591 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5592 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5593 #  data: "vpp-mrr-results-2n-skx"
5594 #  filter: "all"
5595 #  parameters:
5596 #  - "name"
5597 #  - "doc"
5598 #  - "level"
5599 #  - "parent"
5600 #  data-start-level: 3
5601
5602 ## VPP MRR Results 2n-clx
5603 #- type: "file"
5604 #  title: "VPP MRR Results 2n-clx"
5605 #  algorithm: "file_test_results"
5606 #  output-file-ext: ".rst"
5607 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5608 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5609 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5610 #  data: "vpp-mrr-results-2n-clx"
5611 #  filter: "all"
5612 #  parameters:
5613 #  - "name"
5614 #  - "doc"
5615 #  - "level"
5616 #  - "parent"
5617 #  data-start-level: 3
5618
5619 ## VPP MRR Results 3n-tsh
5620 #- type: "file"
5621 #  title: "VPP MRR Results 3n-tsh"
5622 #  algorithm: "file_test_results"
5623 #  output-file-ext: ".rst"
5624 #  output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5625 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5626 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5627 #  data: "vpp-mrr-results-3n-tsh"
5628 #  filter: "'MRR'"
5629 #  parameters:
5630 #  - "name"
5631 #  - "doc"
5632 #  - "level"
5633 #  - "parent"
5634 #  data-start-level: 3
5635
5636 # VPP MRR Results 3n-dnv
5637 - type: "file"
5638   title: "VPP MRR Results 3n-dnv"
5639   algorithm: "file_test_results"
5640   output-file-ext: ".rst"
5641   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5642   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5643   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5644   data: "vpp-mrr-results-3n-dnv"
5645   filter: "'MRR'"
5646   parameters:
5647   - "name"
5648   - "doc"
5649   - "level"
5650   - "parent"
5651   data-start-level: 3
5652
5653 # VPP MRR Results 2n-dnv
5654 - type: "file"
5655   title: "VPP MRR Results 2n-dnv"
5656   algorithm: "file_test_results"
5657   output-file-ext: ".rst"
5658   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5659   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5660   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5661   data: "vpp-mrr-results-2n-dnv"
5662   filter: "'MRR'"
5663   parameters:
5664   - "name"
5665   - "doc"
5666   - "level"
5667   - "parent"
5668   data-start-level: 3
5669
5670 # VPP MRR Configuration 3n-hsw
5671 - type: "file"
5672   title: "VPP MRR Configuration 3n-hsw"
5673   algorithm: "file_test_results"
5674   output-file-ext: ".rst"
5675   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5676   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5677   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5678   data: "vpp-mrr-results-3n-hsw"
5679   filter: "'MRR'"
5680   parameters:
5681   - "name"
5682   - "doc"
5683   - "level"
5684   - "parent"
5685   data-start-level: 3
5686
5687 ## VPP MRR Configuration 3n-skx
5688 #- type: "file"
5689 #  title: "VPP MRR Configuration 3n-skx"
5690 #  algorithm: "file_test_results"
5691 #  output-file-ext: ".rst"
5692 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5693 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5694 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5695 #  data: "vpp-mrr-results-3n-skx"
5696 #  filter: "'MRR'"
5697 #  parameters:
5698 #  - "name"
5699 #  - "doc"
5700 #  - "level"
5701 #  - "parent"
5702 #  data-start-level: 3
5703 #
5704 ## VPP MRR Configuration 2n-skx
5705 #- type: "file"
5706 #  title: "VPP MRR Configuration 2n-skx"
5707 #  algorithm: "file_test_results"
5708 #  output-file-ext: ".rst"
5709 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5710 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5711 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5712 #  data: "vpp-mrr-results-2n-skx"
5713 #  filter: "'MRR'"
5714 #  parameters:
5715 #  - "name"
5716 #  - "doc"
5717 #  - "level"
5718 #  - "parent"
5719 #  data-start-level: 3
5720
5721 ## VPP MRR Configuration 2n-clx
5722 #- type: "file"
5723 #  title: "VPP MRR Configuration 2n-clx"
5724 #  algorithm: "file_test_results"
5725 #  output-file-ext: ".rst"
5726 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5727 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5728 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5729 #  data: "vpp-mrr-results-2n-clx"
5730 #  filter: "'MRR'"
5731 #  parameters:
5732 #  - "name"
5733 #  - "doc"
5734 #  - "level"
5735 #  - "parent"
5736 #  data-start-level: 3
5737
5738 ## VPP MRR Configuration 3n-tsh
5739 #- type: "file"
5740 #  title: "VPP MRR Configuration 3n-tsh"
5741 #  algorithm: "file_test_results"
5742 #  output-file-ext: ".rst"
5743 #  output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5744 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5745 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5746 #  data: "vpp-mrr-results-3n-tsh"
5747 #  filter: "'MRR'"
5748 #  parameters:
5749 #  - "name"
5750 #  - "doc"
5751 #  - "level"
5752 #  - "parent"
5753 #  data-start-level: 3
5754
5755 # VPP MRR Configuration 3n-dnv
5756 - type: "file"
5757   title: "VPP MRR Configuration 3n-dnv"
5758   algorithm: "file_test_results"
5759   output-file-ext: ".rst"
5760   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5761   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5762   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5763   data: "vpp-mrr-results-3n-dnv"
5764   filter: "'MRR'"
5765   parameters:
5766   - "name"
5767   - "doc"
5768   - "level"
5769   - "parent"
5770   data-start-level: 3
5771
5772 # VPP MRR Configuration 2n-dnv
5773 - type: "file"
5774   title: "VPP MRR Configuration 2n-dnv"
5775   algorithm: "file_test_results"
5776   output-file-ext: ".rst"
5777   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5778   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5779   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5780   data: "vpp-mrr-results-2n-dnv"
5781   filter: "'MRR'"
5782   parameters:
5783   - "name"
5784   - "doc"
5785   - "level"
5786   - "parent"
5787   data-start-level: 3
5788
5789 # VPP Device Results - Ubuntu
5790 - type: "file"
5791   title: "VPP Device Results - Ubuntu"
5792   algorithm: "file_test_results"
5793   output-file-ext: ".rst"
5794   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5795   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5796   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5797   data: "vpp-device-results-ubuntu"
5798   filter: "all"
5799   parameters:
5800   - "name"
5801   - "doc"
5802   - "level"
5803   - "parent"
5804   data-start-level: 2
5805
5806 # VPP Device Configuration - Ubuntu
5807 - type: "file"
5808   title: "VPP Device Configuration - Ubuntu"
5809   algorithm: "file_test_results"
5810   output-file-ext: ".rst"
5811   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5812   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5813   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5814   data: "vpp-device-results-ubuntu"
5815   filter: "all"
5816   parameters:
5817   - "name"
5818   - "doc"
5819   - "level"
5820   - "parent"
5821   data-start-level: 2
5822
5823 # DPDK Performance Results 3n-hsw
5824 - type: "file"
5825   title: "DPDK Performance Results 3n-hsw"
5826   algorithm: "file_test_results"
5827   output-file-ext: ".rst"
5828   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5829   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5830   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5831   data: "dpdk-perf-results-3n-hsw"
5832   filter: "all"
5833   parameters:
5834   - "name"
5835   - "doc"
5836   - "level"
5837   - "parent"
5838   data-start-level: 3
5839
5840 ## DPDK Performance Results 3n-skx
5841 #- type: "file"
5842 #  title: "DPDK Performance Results 3n-skx"
5843 #  algorithm: "file_test_results"
5844 #  output-file-ext: ".rst"
5845 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5846 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5847 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5848 #  data: "dpdk-perf-results-3n-skx"
5849 #  filter: "all"
5850 #  parameters:
5851 #  - "name"
5852 #  - "doc"
5853 #  - "level"
5854 #  - "parent"
5855 #  data-start-level: 3
5856 #
5857 ## DPDK Performance Results 2n-skx
5858 #- type: "file"
5859 #  title: "DPDK Performance Results 2n-skx"
5860 #  algorithm: "file_test_results"
5861 #  output-file-ext: ".rst"
5862 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5863 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5864 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5865 #  data: "dpdk-perf-results-2n-skx"
5866 #  filter: "all"
5867 #  parameters:
5868 #  - "name"
5869 #  - "doc"
5870 #  - "level"
5871 #  - "parent"
5872 #  data-start-level: 3
5873
5874 ## DPDK Performance Results 2n-clx
5875 #- type: "file"
5876 #  title: "DPDK Performance Results 2n-clx"
5877 #  algorithm: "file_test_results"
5878 #  output-file-ext: ".rst"
5879 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5880 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5881 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5882 #  data: "dpdk-perf-results-2n-clx"
5883 #  filter: "all"
5884 #  parameters:
5885 #  - "name"
5886 #  - "doc"
5887 #  - "level"
5888 #  - "parent"
5889 #  data-start-level: 3
5890
5891 # DPDK Performance Results 2n-dnv
5892 - type: "file"
5893   title: "DPDK Performance Results 2n-dnv"
5894   algorithm: "file_test_results"
5895   output-file-ext: ".rst"
5896   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5897   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5898   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5899   data: "dpdk-perf-results-2n-dnv"
5900   filter: "all"
5901   parameters:
5902   - "name"
5903   - "doc"
5904   - "level"
5905   - "parent"
5906   data-start-level: 3
5907
5908 # DPDK Performance Results 3n-dnv
5909 - type: "file"
5910   title: "DPDK Performance Results 3n-dnv"
5911   algorithm: "file_test_results"
5912   output-file-ext: ".rst"
5913   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5914   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5915   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5916   data: "dpdk-perf-results-3n-dnv"
5917   filter: "all"
5918   parameters:
5919   - "name"
5920   - "doc"
5921   - "level"
5922   - "parent"
5923   data-start-level: 3
5924
5925 ################################################################################
5926 ###                                P L O T S                                 ###
5927 ################################################################################
5928
5929 ## Plots VPP HTTP Server Performance
5930 #- type: "plot"
5931 #  title: "VPP HTTP Server Performance"
5932 #  algorithm: "plot_http_server_perf_box"
5933 #  output-file-type: ".html"
5934 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5935 #  data:
5936 #    "plot-vpp-http-server-performance"
5937 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5938 #  # each tag is enclosed with ' (apostrophe).
5939 #  filter: "'HTTP' and 'TCP_CPS'"
5940 #  parameters:
5941 #  - "result"
5942 #  - "name"
5943 #  traces:
5944 #    hoverinfo: "y+name"
5945 #    boxpoints: "outliers"
5946 #    whiskerwidth: 0
5947 #  layout:
5948 #    title: "VPP HTTP Server Performance"
5949 #    layout:
5950 #      "plot-cps"
5951 #
5952 #- type: "plot"
5953 #  title: "VPP HTTP Server Performance"
5954 #  algorithm: "plot_http_server_perf_box"
5955 #  output-file-type: ".html"
5956 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5957 #  data:
5958 #    "plot-vpp-http-server-performance"
5959 #  filter: "'HTTP' and 'TCP_RPS'"
5960 #  parameters:
5961 #  - "result"
5962 #  - "name"
5963 #  traces:
5964 #    hoverinfo: "y+name"
5965 #    boxpoints: "outliers"
5966 #    whiskerwidth: 0
5967 #  layout:
5968 #    title: "VPP HTTP Server Performance"
5969 #    layout:
5970 #      "plot-rps"
5971
5972 ################################################################################
5973
5974 ## Soak Test (PLRsearch), boxes
5975 #- type: "plot"
5976 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5977 #  algorithm: "plot_perf_box_name"
5978 #  output-file-type: ".html"
5979 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5980 #  data: "plot-vpp-soak-2n-skx"
5981 #  include:
5982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5983 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5984 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5985 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5986 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5987 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5988 #  layout:
5989 #    title: "30 Minutes Soak Test (PLRsearch)"
5990 #    layout: "plot-soak-throughput"
5991 #
5992 ## Soak Test (PLRsearch), boxes
5993 #- type: "plot"
5994 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5995 #  algorithm: "plot_perf_box_name"
5996 #  output-file-type: ".html"
5997 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5998 #  data: "plot-vpp-soak-2n-skx"
5999 #  include:
6000 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6001 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6002 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6003 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6004 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6005 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6006 #  layout:
6007 #    title: "30 Minutes Soak Test (PLRsearch)"
6008 #    layout: "plot-soak-throughput"
6009
6010 ###############################################################################
6011
6012 #- type: "plot"
6013 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6014 #  algorithm: "plot_nf_reconf_box_name"
6015 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6016 #  data: "plot-vpp-nfv-reconf-2n-skx"
6017 #  include:
6018 #    - "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"
6019 #    - "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"
6020 #    - "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"
6021 #    - "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"
6022 #    - "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"
6023 #    - "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"
6024 #  layout:
6025 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6026 #    layout: "plot-throughput"
6027 #
6028 #- type: "plot"
6029 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6030 #  algorithm: "plot_nf_reconf_box_name"
6031 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6032 #  data: "plot-vpp-nfv-reconf-2n-skx"
6033 #  include:
6034 #    - "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"
6035 #    - "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"
6036 #    - "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"
6037 #    - "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"
6038 #    - "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"
6039 #    - "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"
6040 #  layout:
6041 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6042 #    layout: "plot-throughput"
6043 #
6044 #- type: "plot"
6045 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6046 #  algorithm: "plot_nf_reconf_box_name"
6047 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6048 #  data: "plot-vpp-nfv-reconf-2n-skx"
6049 #  include:
6050 #    - "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"
6051 #    - "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"
6052 #    - "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"
6053 #    - "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"
6054 #    - "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"
6055 #    - "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"
6056 #  layout:
6057 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6058 #    layout: "plot-throughput"
6059 #
6060 ################################################################################
6061 ## Plots - NF Density - VSC - MRR 64b
6062 #- type: "plot"
6063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6064 #  algorithm: "plot_nf_heatmap"
6065 #  output-file-type: ".html"
6066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6067 #  data: "plot-vpp-nfv-2n-skx-mrr"
6068 #  filter: "'NIC_Intel-XXV710' and
6069 #           'NF_DENSITY' and
6070 #           'VHOST' and
6071 #           not 'VXLAN' and
6072 #           'CHAIN' and
6073 #           'NF_VPPIP4' and
6074 #           '64B' and
6075 #           '2T1C' and
6076 #           'MRR'"
6077 #  parameters:
6078 #  - "result"
6079 #  - "name"
6080 #  - "tags"
6081 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6082 #  x-axis: "X = VNFs per Service Chain"
6083 #  y-axis: "Y = Number of Service Chains"
6084 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6085 #  layout:
6086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6087 #    layout: "plot-service-density"
6088 #
6089 #- type: "plot"
6090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6091 #  algorithm: "plot_nf_heatmap"
6092 #  output-file-type: ".html"
6093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6094 #  data: "plot-vpp-nfv-2n-skx-mrr"
6095 #  filter: "'NIC_Intel-XXV710' and
6096 #           'NF_DENSITY' and
6097 #           'VHOST' and
6098 #           not 'VXLAN' and
6099 #           'CHAIN' and
6100 #           'NF_VPPIP4' and
6101 #           '64B' and
6102 #           '4T2C' and
6103 #           'MRR'"
6104 #  parameters:
6105 #  - "result"
6106 #  - "name"
6107 #  - "tags"
6108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6109 #  x-axis: "X = VNFs per Service Chain"
6110 #  y-axis: "Y = Number of Service Chains"
6111 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6112 #  layout:
6113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6114 #    layout: "plot-service-density"
6115 #
6116 #- type: "plot"
6117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6118 #  algorithm: "plot_nf_heatmap"
6119 #  output-file-type: ".html"
6120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6121 #  data: "plot-vpp-nfv-2n-skx-mrr"
6122 #  filter: "'NIC_Intel-XXV710' and
6123 #           'NF_DENSITY' and
6124 #           'VHOST' and
6125 #           not 'VXLAN' and
6126 #           'CHAIN' and
6127 #           'NF_VPPIP4' and
6128 #           '64B' and
6129 #           '8T4C' and
6130 #           'MRR'"
6131 #  parameters:
6132 #  - "result"
6133 #  - "name"
6134 #  - "tags"
6135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6136 #  x-axis: "X = VNFs per Service Chain"
6137 #  y-axis: "Y = Number of Service Chains"
6138 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6139 #  layout:
6140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6141 #    layout: "plot-service-density"
6142 #
6143 ## Plots - NF Density - VSC - MRR IMIX
6144 #- type: "plot"
6145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6146 #  algorithm: "plot_nf_heatmap"
6147 #  output-file-type: ".html"
6148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6149 #  data: "plot-vpp-nfv-2n-skx-mrr"
6150 #  filter: "'NIC_Intel-XXV710' and
6151 #           'NF_DENSITY' and
6152 #           'VHOST' and
6153 #           not 'VXLAN' and
6154 #           'CHAIN' and
6155 #           'NF_VPPIP4' and
6156 #           'IMIX' and
6157 #           '2T1C' and
6158 #           'MRR'"
6159 #  parameters:
6160 #  - "result"
6161 #  - "name"
6162 #  - "tags"
6163 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6164 #  x-axis: "X = VNFs per Service Chain"
6165 #  y-axis: "Y = Number of Service Chains"
6166 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6167 #  layout:
6168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6169 #    layout: "plot-service-density"
6170 #
6171 #- type: "plot"
6172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6173 #  algorithm: "plot_nf_heatmap"
6174 #  output-file-type: ".html"
6175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6176 #  data: "plot-vpp-nfv-2n-skx-mrr"
6177 #  filter: "'NIC_Intel-XXV710' and
6178 #           'NF_DENSITY' and
6179 #           'VHOST' and
6180 #           not 'VXLAN' and
6181 #           'CHAIN' and
6182 #           'NF_VPPIP4' and
6183 #           'IMIX' and
6184 #           '4T2C' and
6185 #           'MRR'"
6186 #  parameters:
6187 #  - "result"
6188 #  - "name"
6189 #  - "tags"
6190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6191 #  x-axis: "X = VNFs per Service Chain"
6192 #  y-axis: "Y = Number of Service Chains"
6193 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6194 #  layout:
6195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6196 #    layout: "plot-service-density"
6197 #
6198 #- type: "plot"
6199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6200 #  algorithm: "plot_nf_heatmap"
6201 #  output-file-type: ".html"
6202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6203 #  data: "plot-vpp-nfv-2n-skx-mrr"
6204 #  filter: "'NIC_Intel-XXV710' and
6205 #           'NF_DENSITY' and
6206 #           'VHOST' and
6207 #           not 'VXLAN' and
6208 #           'CHAIN' and
6209 #           'NF_VPPIP4' and
6210 #           'IMIX' and
6211 #           '8T4C' and
6212 #           'MRR'"
6213 #  parameters:
6214 #  - "result"
6215 #  - "name"
6216 #  - "tags"
6217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6218 #  x-axis: "X = VNFs per Service Chain"
6219 #  y-axis: "Y = Number of Service Chains"
6220 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6221 #  layout:
6222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6223 #    layout: "plot-service-density"
6224 #
6225 ## Plots - NF Density - VSC - NDR 64b
6226 #- type: "plot"
6227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6228 #  algorithm: "plot_nf_heatmap"
6229 #  output-file-type: ".html"
6230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6231 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6232 #  filter: "'NIC_Intel-XXV710' and
6233 #           'NF_DENSITY' and
6234 #           'VHOST' and
6235 #           not 'VXLAN' and
6236 #           'CHAIN' and
6237 #           'NF_VPPIP4' and
6238 #           '64B' and
6239 #           '2T1C' and
6240 #           'NDRPDR'"
6241 #  parameters:
6242 #  - "throughput"
6243 #  - "name"
6244 #  - "tags"
6245 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6246 #  x-axis: "X = VNFs per Service Chain"
6247 #  y-axis: "Y = Number of Service Chains"
6248 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6249 #  layout:
6250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6251 #    layout: "plot-service-density"
6252 #
6253 #- type: "plot"
6254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6255 #  algorithm: "plot_nf_heatmap"
6256 #  output-file-type: ".html"
6257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6258 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6259 #  filter: "'NIC_Intel-XXV710' and
6260 #           'NF_DENSITY' and
6261 #           'VHOST' and
6262 #           not 'VXLAN' and
6263 #           'CHAIN' and
6264 #           'NF_VPPIP4' and
6265 #           '64B' and
6266 #           '4T2C' and
6267 #           'NDRPDR'"
6268 #  parameters:
6269 #  - "throughput"
6270 #  - "name"
6271 #  - "tags"
6272 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6273 #  x-axis: "X = VNFs per Service Chain"
6274 #  y-axis: "Y = Number of Service Chains"
6275 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6276 #  layout:
6277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6278 #    layout: "plot-service-density"
6279 #
6280 #- type: "plot"
6281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6282 #  algorithm: "plot_nf_heatmap"
6283 #  output-file-type: ".html"
6284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6286 #  filter: "'NIC_Intel-XXV710' and
6287 #           'NF_DENSITY' and
6288 #           'VHOST' and
6289 #           not 'VXLAN' and
6290 #           'CHAIN' and
6291 #           'NF_VPPIP4' and
6292 #           '64B' and
6293 #           '8T4C' and
6294 #           'NDRPDR'"
6295 #  parameters:
6296 #  - "throughput"
6297 #  - "name"
6298 #  - "tags"
6299 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6300 #  x-axis: "X = VNFs per Service Chain"
6301 #  y-axis: "Y = Number of Service Chains"
6302 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6303 #  layout:
6304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6305 #    layout: "plot-service-density"
6306 #
6307 ## Plots - NF Density - VSC - NDR IMIX
6308 #- type: "plot"
6309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6310 #  algorithm: "plot_nf_heatmap"
6311 #  output-file-type: ".html"
6312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6314 #  filter: "'NIC_Intel-XXV710' and
6315 #           'NF_DENSITY' and
6316 #           'VHOST' and
6317 #           not 'VXLAN' and
6318 #           'CHAIN' and
6319 #           'NF_VPPIP4' and
6320 #           'IMIX' and
6321 #           '2T1C' and
6322 #           'NDRPDR'"
6323 #  parameters:
6324 #  - "throughput"
6325 #  - "name"
6326 #  - "tags"
6327 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6328 #  x-axis: "X = VNFs per Service Chain"
6329 #  y-axis: "Y = Number of Service Chains"
6330 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6331 #  layout:
6332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6333 #    layout: "plot-service-density"
6334 #
6335 #- type: "plot"
6336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6337 #  algorithm: "plot_nf_heatmap"
6338 #  output-file-type: ".html"
6339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6340 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6341 #  filter: "'NIC_Intel-XXV710' and
6342 #           'NF_DENSITY' and
6343 #           'VHOST' and
6344 #           not 'VXLAN' and
6345 #           'CHAIN' and
6346 #           'NF_VPPIP4' and
6347 #           'IMIX' and
6348 #           '4T2C' and
6349 #           'NDRPDR'"
6350 #  parameters:
6351 #  - "throughput"
6352 #  - "name"
6353 #  - "tags"
6354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6355 #  x-axis: "X = VNFs per Service Chain"
6356 #  y-axis: "Y = Number of Service Chains"
6357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6358 #  layout:
6359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6360 #    layout: "plot-service-density"
6361 #
6362 #- type: "plot"
6363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6364 #  algorithm: "plot_nf_heatmap"
6365 #  output-file-type: ".html"
6366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6368 #  filter: "'NIC_Intel-XXV710' and
6369 #           'NF_DENSITY' and
6370 #           'VHOST' and
6371 #           not 'VXLAN' and
6372 #           'CHAIN' and
6373 #           'NF_VPPIP4' and
6374 #           'IMIX' and
6375 #           '8T4C' and
6376 #           'NDRPDR'"
6377 #  parameters:
6378 #  - "throughput"
6379 #  - "name"
6380 #  - "tags"
6381 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6382 #  x-axis: "X = VNFs per Service Chain"
6383 #  y-axis: "Y = Number of Service Chains"
6384 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6385 #  layout:
6386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6387 #    layout: "plot-service-density"
6388 #
6389 ## Plots - NF Density - VSC - PDR 64b
6390 #- type: "plot"
6391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6392 #  algorithm: "plot_nf_heatmap"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6395 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6396 #  filter: "'NIC_Intel-XXV710' and
6397 #           'NF_DENSITY' and
6398 #           'VHOST' and
6399 #           not 'VXLAN' and
6400 #           'CHAIN' and
6401 #           'NF_VPPIP4' and
6402 #           '64B' and
6403 #           '2T1C' and
6404 #           'NDRPDR'"
6405 #  parameters:
6406 #  - "throughput"
6407 #  - "name"
6408 #  - "tags"
6409 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6410 #  x-axis: "X = VNFs per Service Chain"
6411 #  y-axis: "Y = Number of Service Chains"
6412 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6413 #  layout:
6414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6415 #    layout: "plot-service-density"
6416 #
6417 #- type: "plot"
6418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6419 #  algorithm: "plot_nf_heatmap"
6420 #  output-file-type: ".html"
6421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6422 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6423 #  filter: "'NIC_Intel-XXV710' and
6424 #           'NF_DENSITY' and
6425 #           'VHOST' and
6426 #           not 'VXLAN' and
6427 #           'CHAIN' and
6428 #           'NF_VPPIP4' and
6429 #           '64B' and
6430 #           '4T2C' and
6431 #           'NDRPDR'"
6432 #  parameters:
6433 #  - "throughput"
6434 #  - "name"
6435 #  - "tags"
6436 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6437 #  x-axis: "X = VNFs per Service Chain"
6438 #  y-axis: "Y = Number of Service Chains"
6439 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6440 #  layout:
6441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6442 #    layout: "plot-service-density"
6443 #
6444 #- type: "plot"
6445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6446 #  algorithm: "plot_nf_heatmap"
6447 #  output-file-type: ".html"
6448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6449 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6450 #  filter: "'NIC_Intel-XXV710' and
6451 #           'NF_DENSITY' and
6452 #           'VHOST' and
6453 #           not 'VXLAN' and
6454 #           'CHAIN' and
6455 #           'NF_VPPIP4' and
6456 #           '64B' and
6457 #           '8T4C' and
6458 #           'NDRPDR'"
6459 #  parameters:
6460 #  - "throughput"
6461 #  - "name"
6462 #  - "tags"
6463 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6464 #  x-axis: "X = VNFs per Service Chain"
6465 #  y-axis: "Y = Number of Service Chains"
6466 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6467 #  layout:
6468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6469 #    layout: "plot-service-density"
6470 #
6471 ## Plots - NF Density - VSC - PDR IMIX
6472 #- type: "plot"
6473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6474 #  algorithm: "plot_nf_heatmap"
6475 #  output-file-type: ".html"
6476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6478 #  filter: "'NIC_Intel-XXV710' and
6479 #           'NF_DENSITY' and
6480 #           'VHOST' and
6481 #           not 'VXLAN' and
6482 #           'CHAIN' and
6483 #           'NF_VPPIP4' and
6484 #           'IMIX' and
6485 #           '2T1C' and
6486 #           'NDRPDR'"
6487 #  parameters:
6488 #  - "throughput"
6489 #  - "name"
6490 #  - "tags"
6491 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6492 #  x-axis: "X = VNFs per Service Chain"
6493 #  y-axis: "Y = Number of Service Chains"
6494 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6495 #  layout:
6496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6497 #    layout: "plot-service-density"
6498 #
6499 #- type: "plot"
6500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6501 #  algorithm: "plot_nf_heatmap"
6502 #  output-file-type: ".html"
6503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6505 #  filter: "'NIC_Intel-XXV710' and
6506 #           'NF_DENSITY' and
6507 #           'VHOST' and
6508 #           not 'VXLAN' and
6509 #           'CHAIN' and
6510 #           'NF_VPPIP4' and
6511 #           'IMIX' and
6512 #           '4T2C' and
6513 #           'NDRPDR'"
6514 #  parameters:
6515 #  - "throughput"
6516 #  - "name"
6517 #  - "tags"
6518 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6519 #  x-axis: "X = VNFs per Service Chain"
6520 #  y-axis: "Y = Number of Service Chains"
6521 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6522 #  layout:
6523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6524 #    layout: "plot-service-density"
6525 #
6526 #- type: "plot"
6527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6528 #  algorithm: "plot_nf_heatmap"
6529 #  output-file-type: ".html"
6530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6532 #  filter: "'NIC_Intel-XXV710' and
6533 #           'NF_DENSITY' and
6534 #           'VHOST' and
6535 #           not 'VXLAN' and
6536 #           'CHAIN' and
6537 #           'NF_VPPIP4' and
6538 #           'IMIX' and
6539 #           '8T4C' and
6540 #           'NDRPDR'"
6541 #  parameters:
6542 #  - "throughput"
6543 #  - "name"
6544 #  - "tags"
6545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6546 #  x-axis: "X = VNFs per Service Chain"
6547 #  y-axis: "Y = Number of Service Chains"
6548 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6549 #  layout:
6550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6551 #    layout: "plot-service-density"
6552 #
6553 ################################################################################
6554 ## Plots - NF Density - VSC - MRR 64b
6555 #- type: "plot"
6556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6557 #  algorithm: "plot_nf_heatmap"
6558 #  output-file-type: ".html"
6559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6560 #  data: "plot-vpp-nfv-2n-skx-mrr"
6561 #  filter: "'NIC_Intel-XXV710' and
6562 #           'NF_DENSITY' and
6563 #           'VHOST' and
6564 #           'VXLAN' and
6565 #           'CHAIN' and
6566 #           '118' and
6567 #           '2T1C' and
6568 #           'MRR'"
6569 #  parameters:
6570 #  - "result"
6571 #  - "name"
6572 #  - "tags"
6573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6574 #  x-axis: "X = VNFs per Service Chain"
6575 #  y-axis: "Y = Number of Service Chains"
6576 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6577 #  layout:
6578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6579 #    layout: "plot-service-density"
6580 #
6581 #- type: "plot"
6582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6583 #  algorithm: "plot_nf_heatmap"
6584 #  output-file-type: ".html"
6585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6586 #  data: "plot-vpp-nfv-2n-skx-mrr"
6587 #  filter: "'NIC_Intel-XXV710' and
6588 #           'NF_DENSITY' and
6589 #           'VHOST' and
6590 #           'VXLAN' and
6591 #           'CHAIN' and
6592 #           '118' and
6593 #           '4T2C' and
6594 #           'MRR'"
6595 #  parameters:
6596 #  - "result"
6597 #  - "name"
6598 #  - "tags"
6599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6600 #  x-axis: "X = VNFs per Service Chain"
6601 #  y-axis: "Y = Number of Service Chains"
6602 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6603 #  layout:
6604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6605 #    layout: "plot-service-density"
6606 #
6607 #- type: "plot"
6608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6609 #  algorithm: "plot_nf_heatmap"
6610 #  output-file-type: ".html"
6611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6612 #  data: "plot-vpp-nfv-2n-skx-mrr"
6613 #  filter: "'NIC_Intel-XXV710' and
6614 #           'NF_DENSITY' and
6615 #           'VHOST' and
6616 #           'VXLAN' and
6617 #           'CHAIN' and
6618 #           '118' and
6619 #           '8T4C' and
6620 #           'MRR'"
6621 #  parameters:
6622 #  - "result"
6623 #  - "name"
6624 #  - "tags"
6625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6626 #  x-axis: "X = VNFs per Service Chain"
6627 #  y-axis: "Y = Number of Service Chains"
6628 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6629 #  layout:
6630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6631 #    layout: "plot-service-density"
6632 #
6633 ## Plots - NF Density - VSC - MRR IMIX
6634 #- type: "plot"
6635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6636 #  algorithm: "plot_nf_heatmap"
6637 #  output-file-type: ".html"
6638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6639 #  data: "plot-vpp-nfv-2n-skx-mrr"
6640 #  filter: "'NIC_Intel-XXV710' and
6641 #           'NF_DENSITY' and
6642 #           'VHOST' and
6643 #           'VXLAN' and
6644 #           'CHAIN' and
6645 #           'IMIX' and
6646 #           '2T1C' and
6647 #           'MRR'"
6648 #  parameters:
6649 #  - "result"
6650 #  - "name"
6651 #  - "tags"
6652 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6653 #  x-axis: "X = VNFs per Service Chain"
6654 #  y-axis: "Y = Number of Service Chains"
6655 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6656 #  layout:
6657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6658 #    layout: "plot-service-density"
6659 #
6660 #- type: "plot"
6661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6662 #  algorithm: "plot_nf_heatmap"
6663 #  output-file-type: ".html"
6664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6665 #  data: "plot-vpp-nfv-2n-skx-mrr"
6666 #  filter: "'NIC_Intel-XXV710' and
6667 #           'NF_DENSITY' and
6668 #           'VHOST' and
6669 #           'VXLAN' and
6670 #           'CHAIN' and
6671 #           'IMIX' and
6672 #           '4T2C' and
6673 #           'MRR'"
6674 #  parameters:
6675 #  - "result"
6676 #  - "name"
6677 #  - "tags"
6678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6679 #  x-axis: "X = VNFs per Service Chain"
6680 #  y-axis: "Y = Number of Service Chains"
6681 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6682 #  layout:
6683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6684 #    layout: "plot-service-density"
6685 #
6686 #- type: "plot"
6687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6688 #  algorithm: "plot_nf_heatmap"
6689 #  output-file-type: ".html"
6690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6691 #  data: "plot-vpp-nfv-2n-skx-mrr"
6692 #  filter: "'NIC_Intel-XXV710' and
6693 #           'NF_DENSITY' and
6694 #           'VHOST' and
6695 #           'VXLAN' and
6696 #           'CHAIN' and
6697 #           'IMIX' and
6698 #           '8T4C' and
6699 #           'MRR'"
6700 #  parameters:
6701 #  - "result"
6702 #  - "name"
6703 #  - "tags"
6704 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6705 #  x-axis: "X = VNFs per Service Chain"
6706 #  y-axis: "Y = Number of Service Chains"
6707 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6708 #  layout:
6709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6710 #    layout: "plot-service-density"
6711 #
6712 ## Plots - NF Density - VSC - NDR 64b
6713 #- type: "plot"
6714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6715 #  algorithm: "plot_nf_heatmap"
6716 #  output-file-type: ".html"
6717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6719 #  filter: "'NIC_Intel-XXV710' and
6720 #           'NF_DENSITY' and
6721 #           'VHOST' and
6722 #           'VXLAN' and
6723 #           'CHAIN' and
6724 #           '118' and
6725 #           '2T1C' and
6726 #           'NDRPDR'"
6727 #  parameters:
6728 #  - "throughput"
6729 #  - "name"
6730 #  - "tags"
6731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6732 #  x-axis: "X = VNFs per Service Chain"
6733 #  y-axis: "Y = Number of Service Chains"
6734 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6735 #  layout:
6736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6737 #    layout: "plot-service-density"
6738 #
6739 #- type: "plot"
6740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6741 #  algorithm: "plot_nf_heatmap"
6742 #  output-file-type: ".html"
6743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6745 #  filter: "'NIC_Intel-XXV710' and
6746 #           'NF_DENSITY' and
6747 #           'VHOST' and
6748 #           'VXLAN' and
6749 #           'CHAIN' and
6750 #           '118' and
6751 #           '4T2C' and
6752 #           'NDRPDR'"
6753 #  parameters:
6754 #  - "throughput"
6755 #  - "name"
6756 #  - "tags"
6757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6758 #  x-axis: "X = VNFs per Service Chain"
6759 #  y-axis: "Y = Number of Service Chains"
6760 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6761 #  layout:
6762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6763 #    layout: "plot-service-density"
6764 #
6765 #- type: "plot"
6766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6767 #  algorithm: "plot_nf_heatmap"
6768 #  output-file-type: ".html"
6769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6771 #  filter: "'NIC_Intel-XXV710' and
6772 #           'NF_DENSITY' and
6773 #           'VHOST' and
6774 #           'VXLAN' and
6775 #           'CHAIN' and
6776 #           '118' and
6777 #           '8T4C' and
6778 #           'NDRPDR'"
6779 #  parameters:
6780 #  - "throughput"
6781 #  - "name"
6782 #  - "tags"
6783 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6784 #  x-axis: "X = VNFs per Service Chain"
6785 #  y-axis: "Y = Number of Service Chains"
6786 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6787 #  layout:
6788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6789 #    layout: "plot-service-density"
6790 #
6791 ## Plots - NF Density - VSC - NDR IMIX
6792 #- type: "plot"
6793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6794 #  algorithm: "plot_nf_heatmap"
6795 #  output-file-type: ".html"
6796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6797 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6798 #  filter: "'NIC_Intel-XXV710' and
6799 #           'NF_DENSITY' and
6800 #           'VHOST' and
6801 #           'VXLAN' and
6802 #           'CHAIN' and
6803 #           'IMIX' and
6804 #           '2T1C' and
6805 #           'NDRPDR'"
6806 #  parameters:
6807 #  - "throughput"
6808 #  - "name"
6809 #  - "tags"
6810 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6811 #  x-axis: "X = VNFs per Service Chain"
6812 #  y-axis: "Y = Number of Service Chains"
6813 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6814 #  layout:
6815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6816 #    layout: "plot-service-density"
6817 #
6818 #- type: "plot"
6819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6820 #  algorithm: "plot_nf_heatmap"
6821 #  output-file-type: ".html"
6822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6824 #  filter: "'NIC_Intel-XXV710' and
6825 #           'NF_DENSITY' and
6826 #           'VHOST' and
6827 #           'VXLAN' and
6828 #           'CHAIN' and
6829 #           'IMIX' and
6830 #           '4T2C' and
6831 #           'NDRPDR'"
6832 #  parameters:
6833 #  - "throughput"
6834 #  - "name"
6835 #  - "tags"
6836 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6837 #  x-axis: "X = VNFs per Service Chain"
6838 #  y-axis: "Y = Number of Service Chains"
6839 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6840 #  layout:
6841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6842 #    layout: "plot-service-density"
6843 #
6844 #- type: "plot"
6845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6846 #  algorithm: "plot_nf_heatmap"
6847 #  output-file-type: ".html"
6848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6849 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6850 #  filter: "'NIC_Intel-XXV710' and
6851 #           'NF_DENSITY' and
6852 #           'VHOST' and
6853 #           'VXLAN' and
6854 #           'CHAIN' and
6855 #           'IMIX' and
6856 #           '8T4C' and
6857 #           'NDRPDR'"
6858 #  parameters:
6859 #  - "throughput"
6860 #  - "name"
6861 #  - "tags"
6862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6863 #  x-axis: "X = VNFs per Service Chain"
6864 #  y-axis: "Y = Number of Service Chains"
6865 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6866 #  layout:
6867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6868 #    layout: "plot-service-density"
6869 #
6870 ## Plots - NF Density - VSC - PDR 64b
6871 #- type: "plot"
6872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6873 #  algorithm: "plot_nf_heatmap"
6874 #  output-file-type: ".html"
6875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6876 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6877 #  filter: "'NIC_Intel-XXV710' and
6878 #           'NF_DENSITY' and
6879 #           'VHOST' and
6880 #           'VXLAN' and
6881 #           'CHAIN' and
6882 #           '118' and
6883 #           '2T1C' and
6884 #           'NDRPDR'"
6885 #  parameters:
6886 #  - "throughput"
6887 #  - "name"
6888 #  - "tags"
6889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6890 #  x-axis: "X = VNFs per Service Chain"
6891 #  y-axis: "Y = Number of Service Chains"
6892 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6893 #  layout:
6894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6895 #    layout: "plot-service-density"
6896 #
6897 #- type: "plot"
6898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6899 #  algorithm: "plot_nf_heatmap"
6900 #  output-file-type: ".html"
6901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6902 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6903 #  filter: "'NIC_Intel-XXV710' and
6904 #           'NF_DENSITY' and
6905 #           'VHOST' and
6906 #           'VXLAN' and
6907 #           'CHAIN' and
6908 #           '118' and
6909 #           '4T2C' and
6910 #           'NDRPDR'"
6911 #  parameters:
6912 #  - "throughput"
6913 #  - "name"
6914 #  - "tags"
6915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6916 #  x-axis: "X = VNFs per Service Chain"
6917 #  y-axis: "Y = Number of Service Chains"
6918 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6919 #  layout:
6920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6921 #    layout: "plot-service-density"
6922 #
6923 #- type: "plot"
6924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6925 #  algorithm: "plot_nf_heatmap"
6926 #  output-file-type: ".html"
6927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6928 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6929 #  filter: "'NIC_Intel-XXV710' and
6930 #           'NF_DENSITY' and
6931 #           'VHOST' and
6932 #           'VXLAN' and
6933 #           'CHAIN' and
6934 #           '118' and
6935 #           '8T4C' and
6936 #           'NDRPDR'"
6937 #  parameters:
6938 #  - "throughput"
6939 #  - "name"
6940 #  - "tags"
6941 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6942 #  x-axis: "X = VNFs per Service Chain"
6943 #  y-axis: "Y = Number of Service Chains"
6944 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6945 #  layout:
6946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6947 #    layout: "plot-service-density"
6948 #
6949 ## Plots - NF Density - VSC - PDR IMIX
6950 #- type: "plot"
6951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6952 #  algorithm: "plot_nf_heatmap"
6953 #  output-file-type: ".html"
6954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6955 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6956 #  filter: "'NIC_Intel-XXV710' and
6957 #           'NF_DENSITY' and
6958 #           'VHOST' and
6959 #           'VXLAN' and
6960 #           'CHAIN' and
6961 #           'IMIX' and
6962 #           '2T1C' and
6963 #           'NDRPDR'"
6964 #  parameters:
6965 #  - "throughput"
6966 #  - "name"
6967 #  - "tags"
6968 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6969 #  x-axis: "X = VNFs per Service Chain"
6970 #  y-axis: "Y = Number of Service Chains"
6971 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6972 #  layout:
6973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6974 #    layout: "plot-service-density"
6975 #
6976 #- type: "plot"
6977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6978 #  algorithm: "plot_nf_heatmap"
6979 #  output-file-type: ".html"
6980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6981 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6982 #  filter: "'NIC_Intel-XXV710' and
6983 #           'NF_DENSITY' and
6984 #           'VHOST' and
6985 #           'VXLAN' and
6986 #           'CHAIN' and
6987 #           'IMIX' and
6988 #           '4T2C' and
6989 #           'NDRPDR'"
6990 #  parameters:
6991 #  - "throughput"
6992 #  - "name"
6993 #  - "tags"
6994 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6995 #  x-axis: "X = VNFs per Service Chain"
6996 #  y-axis: "Y = Number of Service Chains"
6997 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6998 #  layout:
6999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7000 #    layout: "plot-service-density"
7001 #
7002 #- type: "plot"
7003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7004 #  algorithm: "plot_nf_heatmap"
7005 #  output-file-type: ".html"
7006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7007 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7008 #  filter: "'NIC_Intel-XXV710' and
7009 #           'NF_DENSITY' and
7010 #           'VHOST' and
7011 #           'VXLAN' and
7012 #           'CHAIN' and
7013 #           'IMIX' and
7014 #           '8T4C' and
7015 #           'NDRPDR'"
7016 #  parameters:
7017 #  - "throughput"
7018 #  - "name"
7019 #  - "tags"
7020 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7021 #  x-axis: "X = VNFs per Service Chain"
7022 #  y-axis: "Y = Number of Service Chains"
7023 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7024 #  layout:
7025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7026 #    layout: "plot-service-density"
7027 #
7028 ################################################################################
7029 ## Plots - NF Density - CSC - MRR 64b
7030 #- type: "plot"
7031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7032 #  algorithm: "plot_nf_heatmap"
7033 #  output-file-type: ".html"
7034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7035 #  data: "plot-vpp-nfv-2n-skx-mrr"
7036 #  filter: "'NIC_Intel-XXV710' and
7037 #           'NF_DENSITY' and
7038 #           'DOCKER' and
7039 #           'CHAIN' and
7040 #           'NF_VPPIP4' and
7041 #           '64B' and
7042 #           '2T1C' and
7043 #           'MRR'"
7044 #  parameters:
7045 #  - "result"
7046 #  - "name"
7047 #  - "tags"
7048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7049 #  x-axis: "X = CNFs per Service Chain"
7050 #  y-axis: "Y = Number of Service Chains"
7051 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7052 #  layout:
7053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7054 #    layout: "plot-service-density"
7055 #
7056 #- type: "plot"
7057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7058 #  algorithm: "plot_nf_heatmap"
7059 #  output-file-type: ".html"
7060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7061 #  data: "plot-vpp-nfv-2n-skx-mrr"
7062 #  filter: "'NIC_Intel-XXV710' and
7063 #           'NF_DENSITY' and
7064 #           'DOCKER' and
7065 #           'CHAIN' and
7066 #           'NF_VPPIP4' and
7067 #           '64B' and
7068 #           '4T2C' and
7069 #           'MRR'"
7070 #  parameters:
7071 #  - "result"
7072 #  - "name"
7073 #  - "tags"
7074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7075 #  x-axis: "X = CNFs per Service Chain"
7076 #  y-axis: "Y = Number of Service Chains"
7077 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7078 #  layout:
7079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7080 #    layout: "plot-service-density"
7081 #
7082 #- type: "plot"
7083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7084 #  algorithm: "plot_nf_heatmap"
7085 #  output-file-type: ".html"
7086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7087 #  data: "plot-vpp-nfv-2n-skx-mrr"
7088 #  filter: "'NIC_Intel-XXV710' and
7089 #           'NF_DENSITY' and
7090 #           'DOCKER' and
7091 #           'CHAIN' and
7092 #           'NF_VPPIP4' and
7093 #           '64B' and
7094 #           '8T4C' and
7095 #           'MRR'"
7096 #  parameters:
7097 #  - "result"
7098 #  - "name"
7099 #  - "tags"
7100 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7101 #  x-axis: "X = CNFs per Service Chain"
7102 #  y-axis: "Y = Number of Service Chains"
7103 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7104 #  layout:
7105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7106 #    layout: "plot-service-density"
7107 #
7108 ## Plots - NF Density - CSC - MRR IMIX
7109 #- type: "plot"
7110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7111 #  algorithm: "plot_nf_heatmap"
7112 #  output-file-type: ".html"
7113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7114 #  data: "plot-vpp-nfv-2n-skx-mrr"
7115 #  filter: "'NIC_Intel-XXV710' and
7116 #           'NF_DENSITY' and
7117 #           'DOCKER' and
7118 #           'CHAIN' and
7119 #           'NF_VPPIP4' and
7120 #           'IMIX' and
7121 #           '2T1C' and
7122 #           'MRR'"
7123 #  parameters:
7124 #  - "result"
7125 #  - "name"
7126 #  - "tags"
7127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7128 #  x-axis: "X = CNFs per Service Chain"
7129 #  y-axis: "Y = Number of Service Chains"
7130 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7131 #  layout:
7132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7133 #    layout: "plot-service-density"
7134 #
7135 #- type: "plot"
7136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7137 #  algorithm: "plot_nf_heatmap"
7138 #  output-file-type: ".html"
7139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7140 #  data: "plot-vpp-nfv-2n-skx-mrr"
7141 #  filter: "'NIC_Intel-XXV710' and
7142 #           'NF_DENSITY' and
7143 #           'DOCKER' and
7144 #           'CHAIN' and
7145 #           'NF_VPPIP4' and
7146 #           'IMIX' and
7147 #           '4T2C' and
7148 #           'MRR'"
7149 #  parameters:
7150 #  - "result"
7151 #  - "name"
7152 #  - "tags"
7153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7154 #  x-axis: "X = CNFs per Service Chain"
7155 #  y-axis: "Y = Number of Service Chains"
7156 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7157 #  layout:
7158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7159 #    layout: "plot-service-density"
7160 #
7161 #- type: "plot"
7162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7163 #  algorithm: "plot_nf_heatmap"
7164 #  output-file-type: ".html"
7165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7166 #  data: "plot-vpp-nfv-2n-skx-mrr"
7167 #  filter: "'NIC_Intel-XXV710' and
7168 #           'NF_DENSITY' and
7169 #           'DOCKER' and
7170 #           'CHAIN' and
7171 #           'NF_VPPIP4' and
7172 #           'IMIX' and
7173 #           '8T4C' and
7174 #           'MRR'"
7175 #  parameters:
7176 #  - "result"
7177 #  - "name"
7178 #  - "tags"
7179 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7180 #  x-axis: "X = CNFs per Service Chain"
7181 #  y-axis: "Y = Number of Service Chains"
7182 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7183 #  layout:
7184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7185 #    layout: "plot-service-density"
7186 #
7187 ## Plots - NF Density - CSC - NDR 64b
7188 #- type: "plot"
7189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7190 #  algorithm: "plot_nf_heatmap"
7191 #  output-file-type: ".html"
7192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7194 #  filter: "'NIC_Intel-XXV710' and
7195 #           'NF_DENSITY' and
7196 #           'DOCKER' and
7197 #           'CHAIN' and
7198 #           'NF_VPPIP4' and
7199 #           '64B' and
7200 #           '2T1C' and
7201 #           'NDRPDR'"
7202 #  parameters:
7203 #  - "throughput"
7204 #  - "name"
7205 #  - "tags"
7206 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7207 #  x-axis: "X = CNFs per Service Chain"
7208 #  y-axis: "Y = Number of Service Chains"
7209 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7210 #  layout:
7211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7212 #    layout: "plot-service-density"
7213 #
7214 #- type: "plot"
7215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7216 #  algorithm: "plot_nf_heatmap"
7217 #  output-file-type: ".html"
7218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7220 #  filter: "'NIC_Intel-XXV710' and
7221 #           'NF_DENSITY' and
7222 #           'DOCKER' and
7223 #           'CHAIN' and
7224 #           'NF_VPPIP4' and
7225 #           '64B' and
7226 #           '4T2C' and
7227 #           'NDRPDR'"
7228 #  parameters:
7229 #  - "throughput"
7230 #  - "name"
7231 #  - "tags"
7232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7233 #  x-axis: "X = CNFs per Service Chain"
7234 #  y-axis: "Y = Number of Service Chains"
7235 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7236 #  layout:
7237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7238 #    layout: "plot-service-density"
7239 #
7240 #- type: "plot"
7241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7242 #  algorithm: "plot_nf_heatmap"
7243 #  output-file-type: ".html"
7244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7245 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7246 #  filter: "'NIC_Intel-XXV710' and
7247 #           'NF_DENSITY' and
7248 #           'DOCKER' and
7249 #           'CHAIN' and
7250 #           'NF_VPPIP4' and
7251 #           '64B' and
7252 #           '8T4C' and
7253 #           'NDRPDR'"
7254 #  parameters:
7255 #  - "throughput"
7256 #  - "name"
7257 #  - "tags"
7258 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7259 #  x-axis: "X = CNFs per Service Chain"
7260 #  y-axis: "Y = Number of Service Chains"
7261 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7262 #  layout:
7263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7264 #    layout: "plot-service-density"
7265 #
7266 ## Plots - NF Density - CSC - NDR IMIX
7267 #- type: "plot"
7268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7269 #  algorithm: "plot_nf_heatmap"
7270 #  output-file-type: ".html"
7271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7273 #  filter: "'NIC_Intel-XXV710' and
7274 #           'NF_DENSITY' and
7275 #           'DOCKER' and
7276 #           'CHAIN' and
7277 #           'NF_VPPIP4' and
7278 #           'IMIX' and
7279 #           '2T1C' and
7280 #           'NDRPDR'"
7281 #  parameters:
7282 #  - "throughput"
7283 #  - "name"
7284 #  - "tags"
7285 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7286 #  x-axis: "X = CNFs per Service Chain"
7287 #  y-axis: "Y = Number of Service Chains"
7288 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7289 #  layout:
7290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7291 #    layout: "plot-service-density"
7292 #
7293 #- type: "plot"
7294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7295 #  algorithm: "plot_nf_heatmap"
7296 #  output-file-type: ".html"
7297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7299 #  filter: "'NIC_Intel-XXV710' and
7300 #           'NF_DENSITY' and
7301 #           'DOCKER' and
7302 #           'CHAIN' and
7303 #           'NF_VPPIP4' and
7304 #           'IMIX' and
7305 #           '4T2C' and
7306 #           'NDRPDR'"
7307 #  parameters:
7308 #  - "throughput"
7309 #  - "name"
7310 #  - "tags"
7311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7312 #  x-axis: "X = CNFs per Service Chain"
7313 #  y-axis: "Y = Number of Service Chains"
7314 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7315 #  layout:
7316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7317 #    layout: "plot-service-density"
7318 #
7319 #- type: "plot"
7320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7321 #  algorithm: "plot_nf_heatmap"
7322 #  output-file-type: ".html"
7323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7324 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7325 #  filter: "'NIC_Intel-XXV710' and
7326 #           'NF_DENSITY' and
7327 #           'DOCKER' and
7328 #           'CHAIN' and
7329 #           'NF_VPPIP4' and
7330 #           'IMIX' and
7331 #           '8T4C' and
7332 #           'NDRPDR'"
7333 #  parameters:
7334 #  - "throughput"
7335 #  - "name"
7336 #  - "tags"
7337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7338 #  x-axis: "X = CNFs per Service Chain"
7339 #  y-axis: "Y = Number of Service Chains"
7340 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7341 #  layout:
7342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7343 #    layout: "plot-service-density"
7344 #
7345 ## Plots - NF Density - CSC - PDR 64b
7346 #- type: "plot"
7347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7348 #  algorithm: "plot_nf_heatmap"
7349 #  output-file-type: ".html"
7350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7352 #  filter: "'NIC_Intel-XXV710' and
7353 #           'NF_DENSITY' and
7354 #           'DOCKER' and
7355 #           'CHAIN' and
7356 #           'NF_VPPIP4' and
7357 #           '64B' and
7358 #           '2T1C' and
7359 #           'NDRPDR'"
7360 #  parameters:
7361 #  - "throughput"
7362 #  - "name"
7363 #  - "tags"
7364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7365 #  x-axis: "X = CNFs per Service Chain"
7366 #  y-axis: "Y = Number of Service Chains"
7367 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7368 #  layout:
7369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7370 #    layout: "plot-service-density"
7371 #
7372 #- type: "plot"
7373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7374 #  algorithm: "plot_nf_heatmap"
7375 #  output-file-type: ".html"
7376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7377 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7378 #  filter: "'NIC_Intel-XXV710' and
7379 #           'NF_DENSITY' and
7380 #           'DOCKER' and
7381 #           'CHAIN' and
7382 #           'NF_VPPIP4' and
7383 #           '64B' and
7384 #           '4T2C' and
7385 #           'NDRPDR'"
7386 #  parameters:
7387 #  - "throughput"
7388 #  - "name"
7389 #  - "tags"
7390 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7391 #  x-axis: "X = CNFs per Service Chain"
7392 #  y-axis: "Y = Number of Service Chains"
7393 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7394 #  layout:
7395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7396 #    layout: "plot-service-density"
7397 #
7398 #- type: "plot"
7399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7400 #  algorithm: "plot_nf_heatmap"
7401 #  output-file-type: ".html"
7402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7403 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7404 #  filter: "'NIC_Intel-XXV710' and
7405 #           'NF_DENSITY' and
7406 #           'DOCKER' and
7407 #           'CHAIN' and
7408 #           'NF_VPPIP4' and
7409 #           '64B' and
7410 #           '8T4C' and
7411 #           'NDRPDR'"
7412 #  parameters:
7413 #  - "throughput"
7414 #  - "name"
7415 #  - "tags"
7416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7417 #  x-axis: "X = CNFs per Service Chain"
7418 #  y-axis: "Y = Number of Service Chains"
7419 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7420 #  layout:
7421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7422 #    layout: "plot-service-density"
7423 #
7424 ## Plots - NF Density - CSC - PDR IMIX
7425 #- type: "plot"
7426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7427 #  algorithm: "plot_nf_heatmap"
7428 #  output-file-type: ".html"
7429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7431 #  filter: "'NIC_Intel-XXV710' and
7432 #           'NF_DENSITY' and
7433 #           'DOCKER' and
7434 #           'CHAIN' and
7435 #           'NF_VPPIP4' and
7436 #           'IMIX' and
7437 #           '2T1C' and
7438 #           'NDRPDR'"
7439 #  parameters:
7440 #  - "throughput"
7441 #  - "name"
7442 #  - "tags"
7443 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7444 #  x-axis: "X = CNFs per Service Chain"
7445 #  y-axis: "Y = Number of Service Chains"
7446 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7447 #  layout:
7448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7449 #    layout: "plot-service-density"
7450 #
7451 #- type: "plot"
7452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7453 #  algorithm: "plot_nf_heatmap"
7454 #  output-file-type: ".html"
7455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7457 #  filter: "'NIC_Intel-XXV710' and
7458 #           'NF_DENSITY' and
7459 #           'DOCKER' and
7460 #           'CHAIN' and
7461 #           'NF_VPPIP4' and
7462 #           'IMIX' and
7463 #           '4T2C' and
7464 #           'NDRPDR'"
7465 #  parameters:
7466 #  - "throughput"
7467 #  - "name"
7468 #  - "tags"
7469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7470 #  x-axis: "X = CNFs per Service Chain"
7471 #  y-axis: "Y = Number of Service Chains"
7472 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7473 #  layout:
7474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7475 #    layout: "plot-service-density"
7476 #
7477 #- type: "plot"
7478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7479 #  algorithm: "plot_nf_heatmap"
7480 #  output-file-type: ".html"
7481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7483 #  filter: "'NIC_Intel-XXV710' and
7484 #           'NF_DENSITY' and
7485 #           'DOCKER' and
7486 #           'CHAIN' and
7487 #           'NF_VPPIP4' and
7488 #           'IMIX' and
7489 #           '8T4C' and
7490 #           'NDRPDR'"
7491 #  parameters:
7492 #  - "throughput"
7493 #  - "name"
7494 #  - "tags"
7495 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7496 #  x-axis: "X = CNFs per Service Chain"
7497 #  y-axis: "Y = Number of Service Chains"
7498 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7499 #  layout:
7500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7501 #    layout: "plot-service-density"
7502 #
7503 ################################################################################
7504 #
7505 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7506 #- type: "plot"
7507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7508 #  algorithm: "plot_nf_heatmap"
7509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7510 #  data: "plot-vpp-nfv-3n-skx-mrr"
7511 #  filter: "'NIC_Intel-XXV710' and
7512 #           'NF_DENSITY' and
7513 #           'DOCKER' and
7514 #           'CHAIN' and
7515 #           'NF_VPPIP4' and
7516 #           'IPSEC' and
7517 #           'TNL_4' and
7518 #           'IMIX' and
7519 #           '2T1C' and
7520 #           'MRR'"
7521 #  parameters:
7522 #  - "result"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7526 #  x-axis: "X = CNFs per Service Chain"
7527 #  y-axis: "Y = Number of Service Chains"
7528 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7531 #    layout: "plot-service-density"
7532 #
7533 #- type: "plot"
7534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7535 #  algorithm: "plot_nf_heatmap"
7536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7537 #  data: "plot-vpp-nfv-3n-skx-mrr"
7538 #  filter: "'NIC_Intel-XXV710' and
7539 #           'NF_DENSITY' and
7540 #           'DOCKER' and
7541 #           'CHAIN' and
7542 #           'NF_VPPIP4' and
7543 #           'IPSEC' and
7544 #           'TNL_4' and
7545 #           'IMIX' and
7546 #           '4T2C' and
7547 #           'MRR'"
7548 #  parameters:
7549 #  - "result"
7550 #  - "name"
7551 #  - "tags"
7552 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7553 #  x-axis: "X = CNFs per Service Chain"
7554 #  y-axis: "Y = Number of Service Chains"
7555 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7556 #  layout:
7557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7558 #    layout: "plot-service-density"
7559 #
7560 #- type: "plot"
7561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7562 #  algorithm: "plot_nf_heatmap"
7563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7564 #  data: "plot-vpp-nfv-3n-skx-mrr"
7565 #  filter: "'NIC_Intel-XXV710' and
7566 #           'NF_DENSITY' and
7567 #           'DOCKER' and
7568 #           'CHAIN' and
7569 #           'NF_VPPIP4' and
7570 #           'IPSEC' and
7571 #           'TNL_4' and
7572 #           'IMIX' and
7573 #           '8T4C' and
7574 #           'MRR'"
7575 #  parameters:
7576 #  - "result"
7577 #  - "name"
7578 #  - "tags"
7579 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7580 #  x-axis: "X = CNFs per Service Chain"
7581 #  y-axis: "Y = Number of Service Chains"
7582 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7583 #  layout:
7584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7585 #    layout: "plot-service-density"
7586 #
7587 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7592 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'DOCKER' and
7596 #           'CHAIN' and
7597 #           'NF_VPPIP4' and
7598 #           'IPSEC' and
7599 #           'TNL_4' and
7600 #           'IMIX' and
7601 #           '2T1C' and
7602 #           'NDRPDR'"
7603 #  parameters:
7604 #  - "throughput"
7605 #  - "name"
7606 #  - "tags"
7607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7608 #  x-axis: "X = CNFs per Service Chain"
7609 #  y-axis: "Y = Number of Service Chains"
7610 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7611 #  layout:
7612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7613 #    layout: "plot-service-density"
7614 #
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7619 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7620 #  filter: "'NIC_Intel-XXV710' and
7621 #           'NF_DENSITY' and
7622 #           'DOCKER' and
7623 #           'CHAIN' and
7624 #           'NF_VPPIP4' and
7625 #           'IPSEC' and
7626 #           'TNL_4' and
7627 #           'IMIX' and
7628 #           '4T2C' and
7629 #           'NDRPDR'"
7630 #  parameters:
7631 #  - "throughput"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = CNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7640 #    layout: "plot-service-density"
7641 #
7642 #- type: "plot"
7643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7644 #  algorithm: "plot_nf_heatmap"
7645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7646 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7647 #  filter: "'NIC_Intel-XXV710' and
7648 #           'NF_DENSITY' and
7649 #           'DOCKER' and
7650 #           'CHAIN' and
7651 #           'NF_VPPIP4' and
7652 #           'IPSEC' and
7653 #           'TNL_4' and
7654 #           'IMIX' and
7655 #           '8T4C' and
7656 #           'NDRPDR'"
7657 #  parameters:
7658 #  - "throughput"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = CNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7667 #    layout: "plot-service-density"
7668 #
7669 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7670 #- type: "plot"
7671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7672 #  algorithm: "plot_nf_heatmap"
7673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7674 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7675 #  filter: "'NIC_Intel-XXV710' and
7676 #           'NF_DENSITY' and
7677 #           'DOCKER' and
7678 #           'CHAIN' and
7679 #           'NF_VPPIP4' and
7680 #           'IPSEC' and
7681 #           'TNL_4' and
7682 #           'IMIX' and
7683 #           '2T1C' and
7684 #           'NDRPDR'"
7685 #  parameters:
7686 #  - "throughput"
7687 #  - "name"
7688 #  - "tags"
7689 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7690 #  x-axis: "X = CNFs per Service Chain"
7691 #  y-axis: "Y = Number of Service Chains"
7692 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7693 #  layout:
7694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7695 #    layout: "plot-service-density"
7696 #
7697 #- type: "plot"
7698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7699 #  algorithm: "plot_nf_heatmap"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7701 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'DOCKER' and
7705 #           'CHAIN' and
7706 #           'NF_VPPIP4' and
7707 #           'IPSEC' and
7708 #           'TNL_4' and
7709 #           'IMIX' and
7710 #           '4T2C' and
7711 #           'NDRPDR'"
7712 #  parameters:
7713 #  - "throughput"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = CNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7722 #    layout: "plot-service-density"
7723 #
7724 #- type: "plot"
7725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7726 #  algorithm: "plot_nf_heatmap"
7727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7728 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7729 #  filter: "'NIC_Intel-XXV710' and
7730 #           'NF_DENSITY' and
7731 #           'DOCKER' and
7732 #           'CHAIN' and
7733 #           'NF_VPPIP4' and
7734 #           'IPSEC' and
7735 #           'TNL_4' and
7736 #           'IMIX' and
7737 #           '8T4C' and
7738 #           'NDRPDR'"
7739 #  parameters:
7740 #  - "throughput"
7741 #  - "name"
7742 #  - "tags"
7743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7744 #  x-axis: "X = CNFs per Service Chain"
7745 #  y-axis: "Y = Number of Service Chains"
7746 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7747 #  layout:
7748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7749 #    layout: "plot-service-density"
7750
7751 ###############################################################################
7752
7753 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7754 - type: "plot"
7755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7756   algorithm: "plot_nf_heatmap"
7757   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7758   data: "plot-vpp-nfv-3n-hsw-mrr"
7759   filter: "'NIC_Intel-XL710' and
7760            'NF_DENSITY' and
7761            'DOCKER' and
7762            'CHAIN' and
7763            'NF_VPPIP4' and
7764            'IMIX' and
7765            'TNL_4' and
7766            '1T1C' and
7767            'MRR'"
7768   parameters:
7769   - "result"
7770   - "name"
7771   - "tags"
7772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7773   x-axis: "X = CNFs per Service Chain"
7774   y-axis: "Y = Number of Service Chains"
7775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7776   layout:
7777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7778     layout: "plot-service-density"
7779
7780 - type: "plot"
7781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7782   algorithm: "plot_nf_heatmap"
7783   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7784   data: "plot-vpp-nfv-3n-hsw-mrr"
7785   filter: "'NIC_Intel-XL710' and
7786            'NF_DENSITY' and
7787            'DOCKER' and
7788            'CHAIN' and
7789            'NF_VPPIP4' and
7790            'IPSEC' and
7791            'TNL_4' and
7792            'IMIX' and
7793            '2T2C' and
7794            'MRR'"
7795   parameters:
7796   - "result"
7797   - "name"
7798   - "tags"
7799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7800   x-axis: "X = CNFs per Service Chain"
7801   y-axis: "Y = Number of Service Chains"
7802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7803   layout:
7804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7805     layout: "plot-service-density"
7806
7807 - type: "plot"
7808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7809   algorithm: "plot_nf_heatmap"
7810   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7811   data: "plot-vpp-nfv-3n-hsw-mrr"
7812   filter: "'NIC_Intel-XL710' and
7813            'NF_DENSITY' and
7814            'DOCKER' and
7815            'CHAIN' and
7816            'NF_VPPIP4' and
7817            'IPSEC' and
7818            'TNL_4' and
7819            'IMIX' and
7820            '4T4C' and
7821            'MRR'"
7822   parameters:
7823   - "result"
7824   - "name"
7825   - "tags"
7826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = CNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7832     layout: "plot-service-density"
7833
7834 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7835 - type: "plot"
7836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7837   algorithm: "plot_nf_heatmap"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7839   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7840   filter: "'NIC_Intel-XL710' and
7841            'NF_DENSITY' and
7842            'DOCKER' and
7843            'CHAIN' and
7844            'NF_VPPIP4' and
7845            'IPSEC' and
7846            'TNL_4' and
7847            'IMIX' and
7848            '1T1C' and
7849            'NDRPDR'"
7850   parameters:
7851   - "throughput"
7852   - "name"
7853   - "tags"
7854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7855   x-axis: "X = CNFs per Service Chain"
7856   y-axis: "Y = Number of Service Chains"
7857   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7858   layout:
7859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7860     layout: "plot-service-density"
7861
7862 - type: "plot"
7863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7864   algorithm: "plot_nf_heatmap"
7865   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7866   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7867   filter: "'NIC_Intel-XL710' and
7868            'NF_DENSITY' and
7869            'DOCKER' and
7870            'CHAIN' and
7871            'NF_VPPIP4' and
7872            'IPSEC' and
7873            'TNL_4' and
7874            'IMIX' and
7875            '2T2C' and
7876            'NDRPDR'"
7877   parameters:
7878   - "throughput"
7879   - "name"
7880   - "tags"
7881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7882   x-axis: "X = CNFs per Service Chain"
7883   y-axis: "Y = Number of Service Chains"
7884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7885   layout:
7886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7887     layout: "plot-service-density"
7888
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7893   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7894   filter: "'NIC_Intel-XL710' and
7895            'NF_DENSITY' and
7896            'DOCKER' and
7897            'CHAIN' and
7898            'NF_VPPIP4' and
7899            'IPSEC' and
7900            'TNL_4' and
7901            'IMIX' and
7902            '4T4C' and
7903            'NDRPDR'"
7904   parameters:
7905   - "throughput"
7906   - "name"
7907   - "tags"
7908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = CNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7914     layout: "plot-service-density"
7915
7916 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7917 - type: "plot"
7918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7919   algorithm: "plot_nf_heatmap"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7921   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7922   filter: "'NIC_Intel-XL710' and
7923            'NF_DENSITY' and
7924            'DOCKER' and
7925            'CHAIN' and
7926            'NF_VPPIP4' and
7927            'IPSEC' and
7928            'TNL_4' and
7929            'IMIX' and
7930            '1T1C' and
7931            'NDRPDR'"
7932   parameters:
7933   - "throughput"
7934   - "name"
7935   - "tags"
7936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7937   x-axis: "X = CNFs per Service Chain"
7938   y-axis: "Y = Number of Service Chains"
7939   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7940   layout:
7941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7942     layout: "plot-service-density"
7943
7944 - type: "plot"
7945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7946   algorithm: "plot_nf_heatmap"
7947   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7948   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7949   filter: "'NIC_Intel-XL710' and
7950            'NF_DENSITY' and
7951            'DOCKER' and
7952            'CHAIN' and
7953            'NF_VPPIP4' and
7954            'IPSEC' and
7955            'TNL_4' and
7956            'IMIX' and
7957            '2T2C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7969     layout: "plot-service-density"
7970
7971 - type: "plot"
7972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7973   algorithm: "plot_nf_heatmap"
7974   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7975   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7976   filter: "'NIC_Intel-XL710' and
7977            'NF_DENSITY' and
7978            'DOCKER' and
7979            'CHAIN' and
7980            'NF_VPPIP4' and
7981            'IPSEC' and
7982            'TNL_4' and
7983            'IMIX' and
7984            '4T4C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = CNFs per Service Chain"
7992   y-axis: "Y = Number of Service Chains"
7993   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7996     layout: "plot-service-density"
7997
7998 ###############################################################################
7999
8000 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8001 #- type: "plot"
8002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8003 #  algorithm: "plot_nf_heatmap"
8004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8005 #  data: "plot-vpp-nfv-3n-skx-mrr"
8006 #  filter: "'NIC_Intel-XXV710' and
8007 #           'NF_DENSITY' and
8008 #           'DOCKER' and
8009 #           'CHAIN' and
8010 #           'NF_VPPIP4' and
8011 #           'IPSEC' and
8012 #           'TNL_1000' and
8013 #           'IMIX' and
8014 #           '2T1C' and
8015 #           'MRR'"
8016 #  parameters:
8017 #  - "result"
8018 #  - "name"
8019 #  - "tags"
8020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8021 #  x-axis: "X = CNFs per Service Chain"
8022 #  y-axis: "Y = Number of Service Chains"
8023 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8024 #  layout:
8025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8026 #    layout: "plot-service-density"
8027 #
8028 #- type: "plot"
8029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8030 #  algorithm: "plot_nf_heatmap"
8031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8032 #  data: "plot-vpp-nfv-3n-skx-mrr"
8033 #  filter: "'NIC_Intel-XXV710' and
8034 #           'NF_DENSITY' and
8035 #           'DOCKER' and
8036 #           'CHAIN' and
8037 #           'NF_VPPIP4' and
8038 #           'IPSEC' and
8039 #           'TNL_1000' and
8040 #           'IMIX' and
8041 #           '4T2C' and
8042 #           'MRR'"
8043 #  parameters:
8044 #  - "result"
8045 #  - "name"
8046 #  - "tags"
8047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8048 #  x-axis: "X = CNFs per Service Chain"
8049 #  y-axis: "Y = Number of Service Chains"
8050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8051 #  layout:
8052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8053 #    layout: "plot-service-density"
8054 #
8055 #- type: "plot"
8056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8057 #  algorithm: "plot_nf_heatmap"
8058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8059 #  data: "plot-vpp-nfv-3n-skx-mrr"
8060 #  filter: "'NIC_Intel-XXV710' and
8061 #           'NF_DENSITY' and
8062 #           'DOCKER' and
8063 #           'CHAIN' and
8064 #           'NF_VPPIP4' and
8065 #           'IPSEC' and
8066 #           'TNL_1000' and
8067 #           'IMIX' and
8068 #           '8T4C' and
8069 #           'MRR'"
8070 #  parameters:
8071 #  - "result"
8072 #  - "name"
8073 #  - "tags"
8074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8075 #  x-axis: "X = CNFs per Service Chain"
8076 #  y-axis: "Y = Number of Service Chains"
8077 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8078 #  layout:
8079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8080 #    layout: "plot-service-density"
8081 #
8082 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8083 #- type: "plot"
8084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8085 #  algorithm: "plot_nf_heatmap"
8086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8087 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8088 #  filter: "'NIC_Intel-XXV710' and
8089 #           'NF_DENSITY' and
8090 #           'DOCKER' and
8091 #           'CHAIN' and
8092 #           'NF_VPPIP4' and
8093 #           'IPSEC' and
8094 #           'TNL_1000' and
8095 #           'IMIX' and
8096 #           '2T1C' and
8097 #           'NDRPDR'"
8098 #  parameters:
8099 #  - "throughput"
8100 #  - "name"
8101 #  - "tags"
8102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8103 #  x-axis: "X = CNFs per Service Chain"
8104 #  y-axis: "Y = Number of Service Chains"
8105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8106 #  layout:
8107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8108 #    layout: "plot-service-density"
8109 #
8110 #- type: "plot"
8111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8112 #  algorithm: "plot_nf_heatmap"
8113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8114 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8115 #  filter: "'NIC_Intel-XXV710' and
8116 #           'NF_DENSITY' and
8117 #           'DOCKER' and
8118 #           'CHAIN' and
8119 #           'NF_VPPIP4' and
8120 #           'IPSEC' and
8121 #           'TNL_1000' and
8122 #           'IMIX' and
8123 #           '4T2C' and
8124 #           'NDRPDR'"
8125 #  parameters:
8126 #  - "throughput"
8127 #  - "name"
8128 #  - "tags"
8129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8130 #  x-axis: "X = CNFs per Service Chain"
8131 #  y-axis: "Y = Number of Service Chains"
8132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8133 #  layout:
8134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8135 #    layout: "plot-service-density"
8136 #
8137 #- type: "plot"
8138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8139 #  algorithm: "plot_nf_heatmap"
8140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8141 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8142 #  filter: "'NIC_Intel-XXV710' and
8143 #           'NF_DENSITY' and
8144 #           'DOCKER' and
8145 #           'CHAIN' and
8146 #           'NF_VPPIP4' and
8147 #           'IPSEC' and
8148 #           'TNL_1000' and
8149 #           'IMIX' and
8150 #           '8T4C' and
8151 #           'NDRPDR'"
8152 #  parameters:
8153 #  - "throughput"
8154 #  - "name"
8155 #  - "tags"
8156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8157 #  x-axis: "X = CNFs per Service Chain"
8158 #  y-axis: "Y = Number of Service Chains"
8159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8160 #  layout:
8161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8162 #    layout: "plot-service-density"
8163 #
8164 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8165 #- type: "plot"
8166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8167 #  algorithm: "plot_nf_heatmap"
8168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8169 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           'NF_DENSITY' and
8172 #           'DOCKER' and
8173 #           'CHAIN' and
8174 #           'NF_VPPIP4' and
8175 #           'IPSEC' and
8176 #           'TNL_1000' and
8177 #           'IMIX' and
8178 #           '2T1C' and
8179 #           'NDRPDR'"
8180 #  parameters:
8181 #  - "throughput"
8182 #  - "name"
8183 #  - "tags"
8184 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8185 #  x-axis: "X = CNFs per Service Chain"
8186 #  y-axis: "Y = Number of Service Chains"
8187 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8188 #  layout:
8189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8190 #    layout: "plot-service-density"
8191 #
8192 #- type: "plot"
8193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8194 #  algorithm: "plot_nf_heatmap"
8195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8196 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8197 #  filter: "'NIC_Intel-XXV710' and
8198 #           'NF_DENSITY' and
8199 #           'DOCKER' and
8200 #           'CHAIN' and
8201 #           'NF_VPPIP4' and
8202 #           'IPSEC' and
8203 #           'TNL_1000' and
8204 #           'IMIX' and
8205 #           '4T2C' and
8206 #           'NDRPDR'"
8207 #  parameters:
8208 #  - "throughput"
8209 #  - "name"
8210 #  - "tags"
8211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8212 #  x-axis: "X = CNFs per Service Chain"
8213 #  y-axis: "Y = Number of Service Chains"
8214 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8215 #  layout:
8216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8217 #    layout: "plot-service-density"
8218 #
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8223 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8224 #  filter: "'NIC_Intel-XXV710' and
8225 #           'NF_DENSITY' and
8226 #           'DOCKER' and
8227 #           'CHAIN' and
8228 #           'NF_VPPIP4' and
8229 #           'IPSEC' and
8230 #           'TNL_1000' and
8231 #           'IMIX' and
8232 #           '8T4C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = CNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8244 #    layout: "plot-service-density"
8245
8246 ###############################################################################
8247
8248 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8249 - type: "plot"
8250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8251   algorithm: "plot_nf_heatmap"
8252   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8253   data: "plot-vpp-nfv-3n-hsw-mrr"
8254   filter: "'NIC_Intel-XL710' and
8255            'NF_DENSITY' and
8256            'DOCKER' and
8257            'CHAIN' and
8258            'NF_VPPIP4' and
8259            'IMIX' and
8260            'TNL_1000' and
8261            '1T1C' and
8262            'MRR'"
8263   parameters:
8264   - "result"
8265   - "name"
8266   - "tags"
8267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8268   x-axis: "X = CNFs per Service Chain"
8269   y-axis: "Y = Number of Service Chains"
8270   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8271   layout:
8272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8273     layout: "plot-service-density"
8274
8275 - type: "plot"
8276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8277   algorithm: "plot_nf_heatmap"
8278   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8279   data: "plot-vpp-nfv-3n-hsw-mrr"
8280   filter: "'NIC_Intel-XL710' and
8281            'NF_DENSITY' and
8282            'DOCKER' and
8283            'CHAIN' and
8284            'NF_VPPIP4' and
8285            'IPSEC' and
8286            'TNL_1000' and
8287            'IMIX' and
8288            '2T2C' and
8289            'MRR'"
8290   parameters:
8291   - "result"
8292   - "name"
8293   - "tags"
8294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295   x-axis: "X = CNFs per Service Chain"
8296   y-axis: "Y = Number of Service Chains"
8297   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298   layout:
8299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8300     layout: "plot-service-density"
8301
8302 - type: "plot"
8303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8304   algorithm: "plot_nf_heatmap"
8305   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8306   data: "plot-vpp-nfv-3n-hsw-mrr"
8307   filter: "'NIC_Intel-XL710' and
8308            'NF_DENSITY' and
8309            'DOCKER' and
8310            'CHAIN' and
8311            'NF_VPPIP4' and
8312            'IPSEC' and
8313            'TNL_1000' and
8314            'IMIX' and
8315            '4T4C' and
8316            'MRR'"
8317   parameters:
8318   - "result"
8319   - "name"
8320   - "tags"
8321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322   x-axis: "X = CNFs per Service Chain"
8323   y-axis: "Y = Number of Service Chains"
8324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8325   layout:
8326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8327     layout: "plot-service-density"
8328
8329 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8330 - type: "plot"
8331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8332   algorithm: "plot_nf_heatmap"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8334   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8335   filter: "'NIC_Intel-XL710' and
8336            'NF_DENSITY' and
8337            'DOCKER' and
8338            'CHAIN' and
8339            'NF_VPPIP4' and
8340            'IPSEC' and
8341            'TNL_1000' and
8342            'IMIX' and
8343            '1T1C' and
8344            'NDRPDR'"
8345   parameters:
8346   - "throughput"
8347   - "name"
8348   - "tags"
8349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350   x-axis: "X = CNFs per Service Chain"
8351   y-axis: "Y = Number of Service Chains"
8352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8353   layout:
8354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8355     layout: "plot-service-density"
8356
8357 - type: "plot"
8358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8359   algorithm: "plot_nf_heatmap"
8360   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8361   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8362   filter: "'NIC_Intel-XL710' and
8363            'NF_DENSITY' and
8364            'DOCKER' and
8365            'CHAIN' and
8366            'NF_VPPIP4' and
8367            'IPSEC' and
8368            'TNL_1000' and
8369            'IMIX' and
8370            '2T2C' and
8371            'NDRPDR'"
8372   parameters:
8373   - "throughput"
8374   - "name"
8375   - "tags"
8376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8377   x-axis: "X = CNFs per Service Chain"
8378   y-axis: "Y = Number of Service Chains"
8379   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8380   layout:
8381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8382     layout: "plot-service-density"
8383
8384 - type: "plot"
8385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8386   algorithm: "plot_nf_heatmap"
8387   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8388   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8389   filter: "'NIC_Intel-XL710' and
8390            'NF_DENSITY' and
8391            'DOCKER' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IPSEC' and
8395            'TNL_1000' and
8396            'IMIX' and
8397            '4T4C' and
8398            'NDRPDR'"
8399   parameters:
8400   - "throughput"
8401   - "name"
8402   - "tags"
8403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8404   x-axis: "X = CNFs per Service Chain"
8405   y-axis: "Y = Number of Service Chains"
8406   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8407   layout:
8408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8409     layout: "plot-service-density"
8410
8411 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8416   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8417   filter: "'NIC_Intel-XL710' and
8418            'NF_DENSITY' and
8419            'DOCKER' and
8420            'CHAIN' and
8421            'NF_VPPIP4' and
8422            'IPSEC' and
8423            'TNL_1000' and
8424            'IMIX' and
8425            '1T1C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = CNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8443   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8444   filter: "'NIC_Intel-XL710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_1000' and
8451            'IMIX' and
8452            '2T2C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8470   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8471   filter: "'NIC_Intel-XL710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IPSEC' and
8477            'TNL_1000' and
8478            'IMIX' and
8479            '4T4C' and
8480            'NDRPDR'"
8481   parameters:
8482   - "throughput"
8483   - "name"
8484   - "tags"
8485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8486   x-axis: "X = CNFs per Service Chain"
8487   y-axis: "Y = Number of Service Chains"
8488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8489   layout:
8490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8491     layout: "plot-service-density"
8492
8493 ###############################################################################
8494
8495 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8496 #- type: "plot"
8497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8498 #  algorithm: "plot_nf_heatmap"
8499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8500 #  data: "plot-vpp-nfv-3n-skx-mrr"
8501 #  filter: "'NIC_Intel-XXV710' and
8502 #           'NF_DENSITY' and
8503 #           'DOCKER' and
8504 #           'CHAIN' and
8505 #           'NF_VPPIP4' and
8506 #           'IPSEC' and
8507 #           'TNL_10000' and
8508 #           'IMIX' and
8509 #           '2T1C' and
8510 #           'MRR'"
8511 #  parameters:
8512 #  - "result"
8513 #  - "name"
8514 #  - "tags"
8515 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8516 #  x-axis: "X = CNFs per Service Chain"
8517 #  y-axis: "Y = Number of Service Chains"
8518 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8519 #  layout:
8520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8521 #    layout: "plot-service-density"
8522 #
8523 #- type: "plot"
8524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8525 #  algorithm: "plot_nf_heatmap"
8526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8527 #  data: "plot-vpp-nfv-3n-skx-mrr"
8528 #  filter: "'NIC_Intel-XXV710' and
8529 #           'NF_DENSITY' and
8530 #           'DOCKER' and
8531 #           'CHAIN' and
8532 #           'NF_VPPIP4' and
8533 #           'IPSEC' and
8534 #           'TNL_10000' and
8535 #           'IMIX' and
8536 #           '4T2C' and
8537 #           'MRR'"
8538 #  parameters:
8539 #  - "result"
8540 #  - "name"
8541 #  - "tags"
8542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8543 #  x-axis: "X = CNFs per Service Chain"
8544 #  y-axis: "Y = Number of Service Chains"
8545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8546 #  layout:
8547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8548 #    layout: "plot-service-density"
8549 #
8550 #- type: "plot"
8551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8552 #  algorithm: "plot_nf_heatmap"
8553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8554 #  data: "plot-vpp-nfv-3n-skx-mrr"
8555 #  filter: "'NIC_Intel-XXV710' and
8556 #           'NF_DENSITY' and
8557 #           'DOCKER' and
8558 #           'CHAIN' and
8559 #           'NF_VPPIP4' and
8560 #           'IPSEC' and
8561 #           'TNL_10000' and
8562 #           'IMIX' and
8563 #           '8T4C' and
8564 #           'MRR'"
8565 #  parameters:
8566 #  - "result"
8567 #  - "name"
8568 #  - "tags"
8569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8570 #  x-axis: "X = CNFs per Service Chain"
8571 #  y-axis: "Y = Number of Service Chains"
8572 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8573 #  layout:
8574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8575 #    layout: "plot-service-density"
8576 #
8577 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8578 #- type: "plot"
8579 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8580 #  algorithm: "plot_nf_heatmap"
8581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8582 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8583 #  filter: "'NIC_Intel-XXV710' and
8584 #           'NF_DENSITY' and
8585 #           'DOCKER' and
8586 #           'CHAIN' and
8587 #           'NF_VPPIP4' and
8588 #           'IPSEC' and
8589 #           'TNL_10000' and
8590 #           'IMIX' and
8591 #           '2T1C' and
8592 #           'NDRPDR'"
8593 #  parameters:
8594 #  - "throughput"
8595 #  - "name"
8596 #  - "tags"
8597 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8598 #  x-axis: "X = CNFs per Service Chain"
8599 #  y-axis: "Y = Number of Service Chains"
8600 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8601 #  layout:
8602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8603 #    layout: "plot-service-density"
8604 #
8605 #- type: "plot"
8606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8607 #  algorithm: "plot_nf_heatmap"
8608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8609 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8610 #  filter: "'NIC_Intel-XXV710' and
8611 #           'NF_DENSITY' and
8612 #           'DOCKER' and
8613 #           'CHAIN' and
8614 #           'NF_VPPIP4' and
8615 #           'IPSEC' and
8616 #           'TNL_10000' and
8617 #           'IMIX' and
8618 #           '4T2C' and
8619 #           'NDRPDR'"
8620 #  parameters:
8621 #  - "throughput"
8622 #  - "name"
8623 #  - "tags"
8624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8625 #  x-axis: "X = CNFs per Service Chain"
8626 #  y-axis: "Y = Number of Service Chains"
8627 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8628 #  layout:
8629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8630 #    layout: "plot-service-density"
8631 #
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8636 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8637 #  filter: "'NIC_Intel-XXV710' and
8638 #           'NF_DENSITY' and
8639 #           'DOCKER' and
8640 #           'CHAIN' and
8641 #           'NF_VPPIP4' and
8642 #           'IPSEC' and
8643 #           'TNL_10000' and
8644 #           'IMIX' and
8645 #           '8T4C' and
8646 #           'NDRPDR'"
8647 #  parameters:
8648 #  - "throughput"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8657 #    layout: "plot-service-density"
8658 #
8659 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8660 #- type: "plot"
8661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8662 #  algorithm: "plot_nf_heatmap"
8663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8664 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8665 #  filter: "'NIC_Intel-XXV710' and
8666 #           'NF_DENSITY' and
8667 #           'DOCKER' and
8668 #           'CHAIN' and
8669 #           'NF_VPPIP4' and
8670 #           'IPSEC' and
8671 #           'TNL_10000' and
8672 #           'IMIX' and
8673 #           '2T1C' and
8674 #           'NDRPDR'"
8675 #  parameters:
8676 #  - "throughput"
8677 #  - "name"
8678 #  - "tags"
8679 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8680 #  x-axis: "X = CNFs per Service Chain"
8681 #  y-axis: "Y = Number of Service Chains"
8682 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8683 #  layout:
8684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8685 #    layout: "plot-service-density"
8686 #
8687 #- type: "plot"
8688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8689 #  algorithm: "plot_nf_heatmap"
8690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8691 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8692 #  filter: "'NIC_Intel-XXV710' and
8693 #           'NF_DENSITY' and
8694 #           'DOCKER' and
8695 #           'CHAIN' and
8696 #           'NF_VPPIP4' and
8697 #           'IPSEC' and
8698 #           'TNL_10000' and
8699 #           'IMIX' and
8700 #           '4T2C' and
8701 #           'NDRPDR'"
8702 #  parameters:
8703 #  - "throughput"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8712 #    layout: "plot-service-density"
8713 #
8714 #- type: "plot"
8715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8716 #  algorithm: "plot_nf_heatmap"
8717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8718 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8719 #  filter: "'NIC_Intel-XXV710' and
8720 #           'NF_DENSITY' and
8721 #           'DOCKER' and
8722 #           'CHAIN' and
8723 #           'NF_VPPIP4' and
8724 #           'IPSEC' and
8725 #           'TNL_10000' and
8726 #           'IMIX' and
8727 #           '8T4C' and
8728 #           'NDRPDR'"
8729 #  parameters:
8730 #  - "throughput"
8731 #  - "name"
8732 #  - "tags"
8733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8734 #  x-axis: "X = CNFs per Service Chain"
8735 #  y-axis: "Y = Number of Service Chains"
8736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8737 #  layout:
8738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8739 #    layout: "plot-service-density"
8740
8741 ###############################################################################
8742
8743 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8744 - type: "plot"
8745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8746   algorithm: "plot_nf_heatmap"
8747   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8748   data: "plot-vpp-nfv-3n-hsw-mrr"
8749   filter: "'NIC_Intel-XL710' and
8750            'NF_DENSITY' and
8751            'DOCKER' and
8752            'CHAIN' and
8753            'NF_VPPIP4' and
8754            'IMIX' and
8755            'TNL_10000' and
8756            '1T1C' and
8757            'MRR'"
8758   parameters:
8759   - "result"
8760   - "name"
8761   - "tags"
8762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8763   x-axis: "X = CNFs per Service Chain"
8764   y-axis: "Y = Number of Service Chains"
8765   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8766   layout:
8767     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8768     layout: "plot-service-density"
8769
8770 - type: "plot"
8771   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8772   algorithm: "plot_nf_heatmap"
8773   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8774   data: "plot-vpp-nfv-3n-hsw-mrr"
8775   filter: "'NIC_Intel-XL710' and
8776            'NF_DENSITY' and
8777            'DOCKER' and
8778            'CHAIN' and
8779            'NF_VPPIP4' and
8780            'IPSEC' and
8781            'TNL_10000' and
8782            'IMIX' and
8783            '2T2C' and
8784            'MRR'"
8785   parameters:
8786   - "result"
8787   - "name"
8788   - "tags"
8789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790   x-axis: "X = CNFs per Service Chain"
8791   y-axis: "Y = Number of Service Chains"
8792   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793   layout:
8794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8795     layout: "plot-service-density"
8796
8797 - type: "plot"
8798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8799   algorithm: "plot_nf_heatmap"
8800   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8801   data: "plot-vpp-nfv-3n-hsw-mrr"
8802   filter: "'NIC_Intel-XL710' and
8803            'NF_DENSITY' and
8804            'DOCKER' and
8805            'CHAIN' and
8806            'NF_VPPIP4' and
8807            'IPSEC' and
8808            'TNL_10000' and
8809            'IMIX' and
8810            '4T4C' and
8811            'MRR'"
8812   parameters:
8813   - "result"
8814   - "name"
8815   - "tags"
8816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8817   x-axis: "X = CNFs per Service Chain"
8818   y-axis: "Y = Number of Service Chains"
8819   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8820   layout:
8821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8822     layout: "plot-service-density"
8823
8824 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8829   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8830   filter: "'NIC_Intel-XL710' and
8831            'NF_DENSITY' and
8832            'DOCKER' and
8833            'CHAIN' and
8834            'NF_VPPIP4' and
8835            'IPSEC' and
8836            'TNL_10000' and
8837            'IMIX' and
8838            '1T1C' and
8839            'NDRPDR'"
8840   parameters:
8841   - "throughput"
8842   - "name"
8843   - "tags"
8844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8845   x-axis: "X = CNFs per Service Chain"
8846   y-axis: "Y = Number of Service Chains"
8847   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8848   layout:
8849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8850     layout: "plot-service-density"
8851
8852 - type: "plot"
8853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8854   algorithm: "plot_nf_heatmap"
8855   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8856   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8857   filter: "'NIC_Intel-XL710' and
8858            'NF_DENSITY' and
8859            'DOCKER' and
8860            'CHAIN' and
8861            'NF_VPPIP4' and
8862            'IPSEC' and
8863            'TNL_10000' and
8864            'IMIX' and
8865            '2T2C' and
8866            'NDRPDR'"
8867   parameters:
8868   - "throughput"
8869   - "name"
8870   - "tags"
8871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872   x-axis: "X = CNFs per Service Chain"
8873   y-axis: "Y = Number of Service Chains"
8874   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875   layout:
8876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8877     layout: "plot-service-density"
8878
8879 - type: "plot"
8880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8881   algorithm: "plot_nf_heatmap"
8882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8883   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8884   filter: "'NIC_Intel-XL710' and
8885            'NF_DENSITY' and
8886            'DOCKER' and
8887            'CHAIN' and
8888            'NF_VPPIP4' and
8889            'IPSEC' and
8890            'TNL_10000' and
8891            'IMIX' and
8892            '4T4C' and
8893            'NDRPDR'"
8894   parameters:
8895   - "throughput"
8896   - "name"
8897   - "tags"
8898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8904     layout: "plot-service-density"
8905
8906 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8911   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8912   filter: "'NIC_Intel-XL710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_10000' and
8919            'IMIX' and
8920            '1T1C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8938   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8939   filter: "'NIC_Intel-XL710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_10000' and
8946            'IMIX' and
8947            '2T2C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8965   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8966   filter: "'NIC_Intel-XL710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_10000' and
8973            'IMIX' and
8974            '4T4C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8986     layout: "plot-service-density"
8987
8988 ###############################################################################
8989
8990 # Plots - NF Density - CSP - MRR 64b
8991
8992 #- type: "plot"
8993 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8994 #  algorithm: "plot_nf_heatmap"
8995 #  output-file-type: ".html"
8996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8997 #  data: "plot-vpp-nfv-2n-skx-mrr"
8998 #  filter: "'NIC_Intel-XXV710' and
8999 #           'NF_DENSITY' and
9000 #           'DOCKER' and
9001 #           'PIPELINE' and
9002 #           'NF_VPPIP4' and
9003 #           '64B' and
9004 #           '2T1C' and
9005 #           'MRR'"
9006 #  parameters:
9007 #  - "result"
9008 #  - "name"
9009 #  - "tags"
9010 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9011 #  x-axis: "X = CNFs per Service Pipeline"
9012 #  y-axis: "Y = Number of Service Pipelines"
9013 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9014 #  layout:
9015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9016 #    layout: "plot-service-density"
9017 #
9018 #- type: "plot"
9019 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9020 #  algorithm: "plot_nf_heatmap"
9021 #  output-file-type: ".html"
9022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9023 #  data: "plot-vpp-nfv-2n-skx-mrr"
9024 #  filter: "'NIC_Intel-XXV710' and
9025 #           'NF_DENSITY' and
9026 #           'DOCKER' and
9027 #           'PIPELINE' and
9028 #           'NF_VPPIP4' and
9029 #           '64B' and
9030 #           '4T2C' and
9031 #           'MRR'"
9032 #  parameters:
9033 #  - "result"
9034 #  - "name"
9035 #  - "tags"
9036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9037 #  x-axis: "X = CNFs per Service Pipeline"
9038 #  y-axis: "Y = Number of Service Pipelines"
9039 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9040 #  layout:
9041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9042 #    layout: "plot-service-density"
9043 #
9044 #- type: "plot"
9045 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9046 #  algorithm: "plot_nf_heatmap"
9047 #  output-file-type: ".html"
9048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9049 #  data: "plot-vpp-nfv-2n-skx-mrr"
9050 #  filter: "'NIC_Intel-XXV710' and
9051 #           'NF_DENSITY' and
9052 #           'DOCKER' and
9053 #           'PIPELINE' and
9054 #           'NF_VPPIP4' and
9055 #           '64B' and
9056 #           '8T4C' and
9057 #           'MRR'"
9058 #  parameters:
9059 #  - "result"
9060 #  - "name"
9061 #  - "tags"
9062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9063 #  x-axis: "X = CNFs per Service Pipeline"
9064 #  y-axis: "Y = Number of Service Pipelines"
9065 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9066 #  layout:
9067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9068 #    layout: "plot-service-density"
9069 #
9070 ## Plots - NF Density - CSP - MRR IMIX
9071 #- type: "plot"
9072 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9073 #  algorithm: "plot_nf_heatmap"
9074 #  output-file-type: ".html"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9076 #  data: "plot-vpp-nfv-2n-skx-mrr"
9077 #  filter: "'NIC_Intel-XXV710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'PIPELINE' and
9081 #           'NF_VPPIP4' and
9082 #           'IMIX' and
9083 #           '2T1C' and
9084 #           'MRR'"
9085 #  parameters:
9086 #  - "result"
9087 #  - "name"
9088 #  - "tags"
9089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9090 #  x-axis: "X = CNFs per Service Pipeline"
9091 #  y-axis: "Y = Number of Service Pipelines"
9092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9093 #  layout:
9094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9095 #    layout: "plot-service-density"
9096 #
9097 #- type: "plot"
9098 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9099 #  algorithm: "plot_nf_heatmap"
9100 #  output-file-type: ".html"
9101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9102 #  data: "plot-vpp-nfv-2n-skx-mrr"
9103 #  filter: "'NIC_Intel-XXV710' and
9104 #           'NF_DENSITY' and
9105 #           'DOCKER' and
9106 #           'PIPELINE' and
9107 #           'NF_VPPIP4' and
9108 #           'IMIX' and
9109 #           '4T2C' and
9110 #           'MRR'"
9111 #  parameters:
9112 #  - "result"
9113 #  - "name"
9114 #  - "tags"
9115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9116 #  x-axis: "X = CNFs per Service Pipeline"
9117 #  y-axis: "Y = Number of Service Pipelines"
9118 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9119 #  layout:
9120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9121 #    layout: "plot-service-density"
9122 #
9123 #- type: "plot"
9124 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9125 #  algorithm: "plot_nf_heatmap"
9126 #  output-file-type: ".html"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9128 #  data: "plot-vpp-nfv-2n-skx-mrr"
9129 #  filter: "'NIC_Intel-XXV710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'PIPELINE' and
9133 #           'NF_VPPIP4' and
9134 #           'IMIX' and
9135 #           '8T4C' and
9136 #           'MRR'"
9137 #  parameters:
9138 #  - "result"
9139 #  - "name"
9140 #  - "tags"
9141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142 #  x-axis: "X = CNFs per Service Pipeline"
9143 #  y-axis: "Y = Number of Service Pipelines"
9144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145 #  layout:
9146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9147 #    layout: "plot-service-density"
9148 #
9149 ## Plots - NF Density - CSP - NDR 64b
9150 #- type: "plot"
9151 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9152 #  algorithm: "plot_nf_heatmap"
9153 #  output-file-type: ".html"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9155 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9156 #  filter: "'NIC_Intel-XXV710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'PIPELINE' and
9160 #           'NF_VPPIP4' and
9161 #           '64B' and
9162 #           '2T1C' and
9163 #           'NDRPDR'"
9164 #  parameters:
9165 #  - "throughput"
9166 #  - "name"
9167 #  - "tags"
9168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9169 #  x-axis: "X = CNFs per Service Pipeline"
9170 #  y-axis: "Y = Number of Service Pipelines"
9171 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9172 #  layout:
9173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9174 #    layout: "plot-service-density"
9175 #
9176 #- type: "plot"
9177 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9178 #  algorithm: "plot_nf_heatmap"
9179 #  output-file-type: ".html"
9180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9182 #  filter: "'NIC_Intel-XXV710' and
9183 #           'NF_DENSITY' and
9184 #           'DOCKER' and
9185 #           'PIPELINE' and
9186 #           'NF_VPPIP4' and
9187 #           '64B' and
9188 #           '4T2C' and
9189 #           'NDRPDR'"
9190 #  parameters:
9191 #  - "throughput"
9192 #  - "name"
9193 #  - "tags"
9194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195 #  x-axis: "X = CNFs per Service Pipeline"
9196 #  y-axis: "Y = Number of Service Pipelines"
9197 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9198 #  layout:
9199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9200 #    layout: "plot-service-density"
9201 #
9202 #- type: "plot"
9203 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9204 #  algorithm: "plot_nf_heatmap"
9205 #  output-file-type: ".html"
9206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9207 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9208 #  filter: "'NIC_Intel-XXV710' and
9209 #           'NF_DENSITY' and
9210 #           'DOCKER' and
9211 #           'PIPELINE' and
9212 #           'NF_VPPIP4' and
9213 #           '64B' and
9214 #           '8T4C' and
9215 #           'NDRPDR'"
9216 #  parameters:
9217 #  - "throughput"
9218 #  - "name"
9219 #  - "tags"
9220 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221 #  x-axis: "X = CNFs per Service Pipeline"
9222 #  y-axis: "Y = Number of Service Pipelines"
9223 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9224 #  layout:
9225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9226 #    layout: "plot-service-density"
9227 #
9228 ## Plots - NF Density - CSP - NDR IMIX
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file-type: ".html"
9233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9234 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9235 #  filter: "'NIC_Intel-XXV710' and
9236 #           'NF_DENSITY' and
9237 #           'DOCKER' and
9238 #           'PIPELINE' and
9239 #           'NF_VPPIP4' and
9240 #           'IMIX' and
9241 #           '2T1C' and
9242 #           'NDRPDR'"
9243 #  parameters:
9244 #  - "throughput"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9248 #  x-axis: "X = CNFs per Service Pipeline"
9249 #  y-axis: "Y = Number of Service Pipelines"
9250 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9253 #    layout: "plot-service-density"
9254 #
9255 #- type: "plot"
9256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9257 #  algorithm: "plot_nf_heatmap"
9258 #  output-file-type: ".html"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'PIPELINE' and
9265 #           'NF_VPPIP4' and
9266 #           'IMIX' and
9267 #           '4T2C' and
9268 #           'NDRPDR'"
9269 #  parameters:
9270 #  - "throughput"
9271 #  - "name"
9272 #  - "tags"
9273 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9274 #  x-axis: "X = CNFs per Service Pipeline"
9275 #  y-axis: "Y = Number of Service Pipelines"
9276 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9277 #  layout:
9278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9279 #    layout: "plot-service-density"
9280 #
9281 #- type: "plot"
9282 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9283 #  algorithm: "plot_nf_heatmap"
9284 #  output-file-type: ".html"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9287 #  filter: "'NIC_Intel-XXV710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'PIPELINE' and
9291 #           'NF_VPPIP4' and
9292 #           'IMIX' and
9293 #           '8T4C' and
9294 #           'NDRPDR'"
9295 #  parameters:
9296 #  - "throughput"
9297 #  - "name"
9298 #  - "tags"
9299 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9300 #  x-axis: "X = CNFs per Service Pipeline"
9301 #  y-axis: "Y = Number of Service Pipelines"
9302 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9303 #  layout:
9304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9305 #    layout: "plot-service-density"
9306 #
9307 ## Plots - NF Density - CSP - PDR 64b
9308 #- type: "plot"
9309 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9310 #  algorithm: "plot_nf_heatmap"
9311 #  output-file-type: ".html"
9312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9314 #  filter: "'NIC_Intel-XXV710' and
9315 #           'NF_DENSITY' and
9316 #           'DOCKER' and
9317 #           'PIPELINE' and
9318 #           'NF_VPPIP4' and
9319 #           '64B' and
9320 #           '2T1C' and
9321 #           'NDRPDR'"
9322 #  parameters:
9323 #  - "throughput"
9324 #  - "name"
9325 #  - "tags"
9326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9327 #  x-axis: "X = CNFs per Service Pipeline"
9328 #  y-axis: "Y = Number of Service Pipelines"
9329 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9330 #  layout:
9331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9332 #    layout: "plot-service-density"
9333 #
9334 #- type: "plot"
9335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9336 #  algorithm: "plot_nf_heatmap"
9337 #  output-file-type: ".html"
9338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9340 #  filter: "'NIC_Intel-XXV710' and
9341 #           'NF_DENSITY' and
9342 #           'DOCKER' and
9343 #           'PIPELINE' and
9344 #           'NF_VPPIP4' and
9345 #           '64B' and
9346 #           '4T2C' and
9347 #           'NDRPDR'"
9348 #  parameters:
9349 #  - "throughput"
9350 #  - "name"
9351 #  - "tags"
9352 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9353 #  x-axis: "X = CNFs per Service Pipeline"
9354 #  y-axis: "Y = Number of Service Pipelines"
9355 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9356 #  layout:
9357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9358 #    layout: "plot-service-density"
9359 #
9360 #- type: "plot"
9361 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9362 #  algorithm: "plot_nf_heatmap"
9363 #  output-file-type: ".html"
9364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9365 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9366 #  filter: "'NIC_Intel-XXV710' and
9367 #           'NF_DENSITY' and
9368 #           'DOCKER' and
9369 #           'PIPELINE' and
9370 #           'NF_VPPIP4' and
9371 #           '64B' and
9372 #           '8T4C' and
9373 #           'NDRPDR'"
9374 #  parameters:
9375 #  - "throughput"
9376 #  - "name"
9377 #  - "tags"
9378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9379 #  x-axis: "X = CNFs per Service Pipeline"
9380 #  y-axis: "Y = Number of Service Pipelines"
9381 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9382 #  layout:
9383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9384 #    layout: "plot-service-density"
9385 #
9386 ## Plots - NF Density - CSP - PDR IMIX
9387 #- type: "plot"
9388 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9389 #  algorithm: "plot_nf_heatmap"
9390 #  output-file-type: ".html"
9391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9393 #  filter: "'NIC_Intel-XXV710' and
9394 #           'NF_DENSITY' and
9395 #           'DOCKER' and
9396 #           'PIPELINE' and
9397 #           'NF_VPPIP4' and
9398 #           'IMIX' and
9399 #           '2T1C' and
9400 #           'NDRPDR'"
9401 #  parameters:
9402 #  - "throughput"
9403 #  - "name"
9404 #  - "tags"
9405 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9406 #  x-axis: "X = CNFs per Service Pipeline"
9407 #  y-axis: "Y = Number of Service Pipelines"
9408 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9409 #  layout:
9410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9411 #    layout: "plot-service-density"
9412 #
9413 #- type: "plot"
9414 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9415 #  algorithm: "plot_nf_heatmap"
9416 #  output-file-type: ".html"
9417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9419 #  filter: "'NIC_Intel-XXV710' and
9420 #           'NF_DENSITY' and
9421 #           'DOCKER' and
9422 #           'PIPELINE' and
9423 #           'NF_VPPIP4' and
9424 #           'IMIX' and
9425 #           '4T2C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Pipeline"
9433 #  y-axis: "Y = Number of Service Pipelines"
9434 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9437 #    layout: "plot-service-density"
9438 #
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file-type: ".html"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'PIPELINE' and
9449 #           'NF_VPPIP4' and
9450 #           'IMIX' and
9451 #           '8T4C' and
9452 #           'NDRPDR'"
9453 #  parameters:
9454 #  - "throughput"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Pipeline"
9459 #  y-axis: "Y = Number of Service Pipelines"
9460 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9463 #    layout: "plot-service-density"
9464
9465 ###############################################################################
9466 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9467
9468 #- type: "plot"
9469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9470 #  algorithm: "plot_nf_heatmap"
9471 #  output-file-type: ".html"
9472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9473 #  data: "plot-vpp-nfv-2n-clx-mrr"
9474 #  filter: "'NIC_Intel-XXV710' and
9475 #           'NF_DENSITY' and
9476 #           'VHOST' and
9477 #           not 'VXLAN' and
9478 #           'CHAIN' and
9479 #           'NF_VPPIP4' and
9480 #           'IMIX' and
9481 #           '2T1C' and
9482 #           'MRR'"
9483 #  parameters:
9484 #  - "result"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = VNFs per Service Chain"
9489 #  y-axis: "Y = Number of Service Chains"
9490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9493 #    layout: "plot-service-density"
9494 #
9495 #- type: "plot"
9496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9497 #  algorithm: "plot_nf_heatmap"
9498 #  output-file-type: ".html"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9500 #  data: "plot-vpp-nfv-2n-clx-mrr"
9501 #  filter: "'NIC_Intel-XXV710' and
9502 #           'NF_DENSITY' and
9503 #           'VHOST' and
9504 #           not 'VXLAN' and
9505 #           'CHAIN' and
9506 #           'NF_VPPIP4' and
9507 #           'IMIX' and
9508 #           '4T2C' and
9509 #           'MRR'"
9510 #  parameters:
9511 #  - "result"
9512 #  - "name"
9513 #  - "tags"
9514 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9515 #  x-axis: "X = VNFs per Service Chain"
9516 #  y-axis: "Y = Number of Service Chains"
9517 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9518 #  layout:
9519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9520 #    layout: "plot-service-density"
9521 #
9522 #- type: "plot"
9523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9524 #  algorithm: "plot_nf_heatmap"
9525 #  output-file-type: ".html"
9526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9527 #  data: "plot-vpp-nfv-2n-clx-mrr"
9528 #  filter: "'NIC_Intel-XXV710' and
9529 #           'NF_DENSITY' and
9530 #           'VHOST' and
9531 #           not 'VXLAN' and
9532 #           'CHAIN' and
9533 #           'NF_VPPIP4' and
9534 #           'IMIX' and
9535 #           '8T4C' and
9536 #           'MRR'"
9537 #  parameters:
9538 #  - "result"
9539 #  - "name"
9540 #  - "tags"
9541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9542 #  x-axis: "X = VNFs per Service Chain"
9543 #  y-axis: "Y = Number of Service Chains"
9544 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9545 #  layout:
9546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9547 #    layout: "plot-service-density"
9548 #
9549 ## Plots - NF Density - VSC - NDR IMIX
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file-type: ".html"
9554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9555 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9556 #  filter: "'NIC_Intel-XXV710' and
9557 #           'NF_DENSITY' and
9558 #           'VHOST' and
9559 #           not 'VXLAN' and
9560 #           'CHAIN' and
9561 #           'NF_VPPIP4' and
9562 #           'IMIX' and
9563 #           '2T1C' and
9564 #           'NDRPDR'"
9565 #  parameters:
9566 #  - "throughput"
9567 #  - "name"
9568 #  - "tags"
9569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9570 #  x-axis: "X = VNFs per Service Chain"
9571 #  y-axis: "Y = Number of Service Chains"
9572 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9573 #  layout:
9574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9575 #    layout: "plot-service-density"
9576 #
9577 #- type: "plot"
9578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9579 #  algorithm: "plot_nf_heatmap"
9580 #  output-file-type: ".html"
9581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9582 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9583 #  filter: "'NIC_Intel-XXV710' and
9584 #           'NF_DENSITY' and
9585 #           'VHOST' and
9586 #           not 'VXLAN' and
9587 #           'CHAIN' and
9588 #           'NF_VPPIP4' and
9589 #           'IMIX' and
9590 #           '4T2C' and
9591 #           'NDRPDR'"
9592 #  parameters:
9593 #  - "throughput"
9594 #  - "name"
9595 #  - "tags"
9596 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9597 #  x-axis: "X = VNFs per Service Chain"
9598 #  y-axis: "Y = Number of Service Chains"
9599 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9600 #  layout:
9601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9602 #    layout: "plot-service-density"
9603 #
9604 #- type: "plot"
9605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9606 #  algorithm: "plot_nf_heatmap"
9607 #  output-file-type: ".html"
9608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9609 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9610 #  filter: "'NIC_Intel-XXV710' and
9611 #           'NF_DENSITY' and
9612 #           'VHOST' and
9613 #           not 'VXLAN' and
9614 #           'CHAIN' and
9615 #           'NF_VPPIP4' and
9616 #           'IMIX' and
9617 #           '8T4C' and
9618 #           'NDRPDR'"
9619 #  parameters:
9620 #  - "throughput"
9621 #  - "name"
9622 #  - "tags"
9623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9624 #  x-axis: "X = VNFs per Service Chain"
9625 #  y-axis: "Y = Number of Service Chains"
9626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9627 #  layout:
9628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9629 #    layout: "plot-service-density"
9630 #
9631 ## Plots - NF Density - VSC - PDR IMIX
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file-type: ".html"
9636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9637 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9638 #  filter: "'NIC_Intel-XXV710' and
9639 #           'NF_DENSITY' and
9640 #           'VHOST' and
9641 #           not 'VXLAN' and
9642 #           'CHAIN' and
9643 #           'NF_VPPIP4' and
9644 #           'IMIX' and
9645 #           '2T1C' and
9646 #           'NDRPDR'"
9647 #  parameters:
9648 #  - "throughput"
9649 #  - "name"
9650 #  - "tags"
9651 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9652 #  x-axis: "X = VNFs per Service Chain"
9653 #  y-axis: "Y = Number of Service Chains"
9654 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9655 #  layout:
9656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9657 #    layout: "plot-service-density"
9658 #
9659 #- type: "plot"
9660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9661 #  algorithm: "plot_nf_heatmap"
9662 #  output-file-type: ".html"
9663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9664 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9665 #  filter: "'NIC_Intel-XXV710' and
9666 #           'NF_DENSITY' and
9667 #           'VHOST' and
9668 #           not 'VXLAN' and
9669 #           'CHAIN' and
9670 #           'NF_VPPIP4' and
9671 #           'IMIX' and
9672 #           '4T2C' and
9673 #           'NDRPDR'"
9674 #  parameters:
9675 #  - "throughput"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = VNFs per Service Chain"
9680 #  y-axis: "Y = Number of Service Chains"
9681 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9684 #    layout: "plot-service-density"
9685 #
9686 #- type: "plot"
9687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9688 #  algorithm: "plot_nf_heatmap"
9689 #  output-file-type: ".html"
9690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9691 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9692 #  filter: "'NIC_Intel-XXV710' and
9693 #           'NF_DENSITY' and
9694 #           'VHOST' and
9695 #           not 'VXLAN' and
9696 #           'CHAIN' and
9697 #           'NF_VPPIP4' and
9698 #           'IMIX' and
9699 #           '8T4C' and
9700 #           'NDRPDR'"
9701 #  parameters:
9702 #  - "throughput"
9703 #  - "name"
9704 #  - "tags"
9705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9706 #  x-axis: "X = VNFs per Service Chain"
9707 #  y-axis: "Y = Number of Service Chains"
9708 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9709 #  layout:
9710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9711 #    layout: "plot-service-density"
9712 #
9713 ## Plots - NF Density - VSC - MRR IMIX
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file-type: ".html"
9718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9719 #  data: "plot-vpp-nfv-2n-clx-mrr"
9720 #  filter: "'NIC_Intel-XXV710' and
9721 #           'NF_DENSITY' and
9722 #           'VHOST' and
9723 #           'VXLAN' and
9724 #           'CHAIN' and
9725 #           'IMIX' and
9726 #           '2T1C' and
9727 #           'MRR'"
9728 #  parameters:
9729 #  - "result"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = VNFs per Service Chain"
9734 #  y-axis: "Y = Number of Service Chains"
9735 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9738 #    layout: "plot-service-density"
9739 #
9740 #- type: "plot"
9741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9742 #  algorithm: "plot_nf_heatmap"
9743 #  output-file-type: ".html"
9744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9745 #  data: "plot-vpp-nfv-2n-clx-mrr"
9746 #  filter: "'NIC_Intel-XXV710' and
9747 #           'NF_DENSITY' and
9748 #           'VHOST' and
9749 #           'VXLAN' and
9750 #           'CHAIN' and
9751 #           'IMIX' and
9752 #           '4T2C' and
9753 #           'MRR'"
9754 #  parameters:
9755 #  - "result"
9756 #  - "name"
9757 #  - "tags"
9758 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9759 #  x-axis: "X = VNFs per Service Chain"
9760 #  y-axis: "Y = Number of Service Chains"
9761 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9762 #  layout:
9763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9764 #    layout: "plot-service-density"
9765 #
9766 #- type: "plot"
9767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9768 #  algorithm: "plot_nf_heatmap"
9769 #  output-file-type: ".html"
9770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9771 #  data: "plot-vpp-nfv-2n-clx-mrr"
9772 #  filter: "'NIC_Intel-XXV710' and
9773 #           'NF_DENSITY' and
9774 #           'VHOST' and
9775 #           'VXLAN' and
9776 #           'CHAIN' and
9777 #           'IMIX' and
9778 #           '8T4C' and
9779 #           'MRR'"
9780 #  parameters:
9781 #  - "result"
9782 #  - "name"
9783 #  - "tags"
9784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9785 #  x-axis: "X = VNFs per Service Chain"
9786 #  y-axis: "Y = Number of Service Chains"
9787 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9788 #  layout:
9789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9790 #    layout: "plot-service-density"
9791 #
9792 ## Plots - NF Density - VSC - NDR IMIX
9793 #- type: "plot"
9794 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9795 #  algorithm: "plot_nf_heatmap"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9798 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9799 #  filter: "'NIC_Intel-XXV710' and
9800 #           'NF_DENSITY' and
9801 #           'VHOST' and
9802 #           'VXLAN' and
9803 #           'CHAIN' a
9804 #           'IMIX' and
9805 #           '2T1C' and
9806 #           'NDRPDR'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "name"
9810 #  - "tags"
9811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9812 #  x-axis: "X = VNFs per Service Chain"
9813 #  y-axis: "Y = Number of Service Chains"
9814 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9815 #  layout:
9816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9817 #    layout: "plot-service-density"
9818 #
9819 #- type: "plot"
9820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9821 #  algorithm: "plot_nf_heatmap"
9822 #  output-file-type: ".html"
9823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9824 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9825 #  filter: "'NIC_Intel-XXV710' and
9826 #           'NF_DENSITY' and
9827 #           'VHOST' and
9828 #           'VXLAN' and
9829 #           'CHAIN' and
9830 #           'IMIX' and
9831 #           '4T2C' and
9832 #           'NDRPDR'"
9833 #  parameters:
9834 #  - "throughput"
9835 #  - "name"
9836 #  - "tags"
9837 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9838 #  x-axis: "X = VNFs per Service Chain"
9839 #  y-axis: "Y = Number of Service Chains"
9840 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9841 #  layout:
9842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9843 #    layout: "plot-service-density"
9844 #
9845 #- type: "plot"
9846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9847 #  algorithm: "plot_nf_heatmap"
9848 #  output-file-type: ".html"
9849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9850 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9851 #  filter: "'NIC_Intel-XXV710' and
9852 #           'NF_DENSITY' and
9853 #           'VHOST' and
9854 #           'VXLAN' and
9855 #           'CHAIN' and
9856 #           'IMIX' and
9857 #           '8T4C' and
9858 #           'NDRPDR'"
9859 #  parameters:
9860 #  - "throughput"
9861 #  - "name"
9862 #  - "tags"
9863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9864 #  x-axis: "X = VNFs per Service Chain"
9865 #  y-axis: "Y = Number of Service Chains"
9866 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9867 #  layout:
9868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9869 #    layout: "plot-service-density"
9870 #
9871 ## Plots - NF Density - VSC - PDR IMIX
9872 #- type: "plot"
9873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9874 #  algorithm: "plot_nf_heatmap"
9875 #  output-file-type: ".html"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9877 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9878 #  filter: "'NIC_Intel-XXV710' and
9879 #           'NF_DENSITY' and
9880 #           'VHOST' and
9881 #           'VXLAN' and
9882 #           'CHAIN' and
9883 #           'IMIX' and
9884 #           '2T1C' and
9885 #           'NDRPDR'"
9886 #  parameters:
9887 #  - "throughput"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = VNFs per Service Chain"
9892 #  y-axis: "Y = Number of Service Chains"
9893 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9896 #    layout: "plot-service-density"
9897 #
9898 #- type: "plot"
9899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9900 #  algorithm: "plot_nf_heatmap"
9901 #  output-file-type: ".html"
9902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9903 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9904 #  filter: "'NIC_Intel-XXV710' and
9905 #           'NF_DENSITY' and
9906 #           'VHOST' and
9907 #           'VXLAN' and
9908 #           'CHAIN' and
9909 #           'IMIX' and
9910 #           '4T2C' and
9911 #           'NDRPDR'"
9912 #  parameters:
9913 #  - "throughput"
9914 #  - "name"
9915 #  - "tags"
9916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9917 #  x-axis: "X = VNFs per Service Chain"
9918 #  y-axis: "Y = Number of Service Chains"
9919 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9920 #  layout:
9921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9922 #    layout: "plot-service-density"
9923 #
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file-type: ".html"
9928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9929 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9930 #  filter: "'NIC_Intel-XXV710' and
9931 #           'NF_DENSITY' and
9932 #           'VHOST' and
9933 #           'VXLAN' and
9934 #           'CHAIN' and
9935 #           'IMIX' and
9936 #           '8T4C' and
9937 #           'NDRPDR'"
9938 #  parameters:
9939 #  - "throughput"
9940 #  - "name"
9941 #  - "tags"
9942 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9943 #  x-axis: "X = VNFs per Service Chain"
9944 #  y-axis: "Y = Number of Service Chains"
9945 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9946 #  layout:
9947 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9948 #    layout: "plot-service-density"
9949 #
9950 ## Plots - NF Density - CSC - MRR IMIX
9951 #- type: "plot"
9952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9953 #  algorithm: "plot_nf_heatmap"
9954 #  output-file-type: ".html"
9955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9956 #  data: "plot-vpp-nfv-2n-clx-mrr"
9957 #  filter: "'NIC_Intel-XXV710' and
9958 #           'NF_DENSITY' and
9959 #           'DOCKER' and
9960 #           'CHAIN' and
9961 #           'NF_VPPIP4' and
9962 #           'IMIX' and
9963 #           '2T1C' and
9964 #           'MRR'"
9965 #  parameters:
9966 #  - "result"
9967 #  - "name"
9968 #  - "tags"
9969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9970 #  x-axis: "X = CNFs per Service Chain"
9971 #  y-axis: "Y = Number of Service Chains"
9972 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9973 #  layout:
9974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9975 #    layout: "plot-service-density"
9976 #
9977 #- type: "plot"
9978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9979 #  algorithm: "plot_nf_heatmap"
9980 #  output-file-type: ".html"
9981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9982 #  data: "plot-vpp-nfv-2n-clx-mrr"
9983 #  filter: "'NIC_Intel-XXV710' and
9984 #           'NF_DENSITY' and
9985 #           'DOCKER' and
9986 #           'CHAIN' and
9987 #           'NF_VPPIP4' and
9988 #           'IMIX' and
9989 #           '4T2C' and
9990 #           'MRR'"
9991 #  parameters:
9992 #  - "result"
9993 #  - "name"
9994 #  - "tags"
9995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9996 #  x-axis: "X = CNFs per Service Chain"
9997 #  y-axis: "Y = Number of Service Chains"
9998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9999 #  layout:
10000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10001 #    layout: "plot-service-density"
10002 #
10003 #- type: "plot"
10004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10005 #  algorithm: "plot_nf_heatmap"
10006 #  output-file-type: ".html"
10007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10008 #  data: "plot-vpp-nfv-2n-clx-mrr"
10009 #  filter: "'NIC_Intel-XXV710' and
10010 #           'NF_DENSITY' and
10011 #           'DOCKER' and
10012 #           'CHAIN' and
10013 #           'NF_VPPIP4' and
10014 #           'IMIX' and
10015 #           '8T4C' and
10016 #           'MRR'"
10017 #  parameters:
10018 #  - "result"
10019 #  - "name"
10020 #  - "tags"
10021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022 #  x-axis: "X = CNFs per Service Chain"
10023 #  y-axis: "Y = Number of Service Chains"
10024 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025 #  layout:
10026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10027 #    layout: "plot-service-density"
10028 #
10029 ## Plots - NF Density - CSC - NDR IMIX
10030 #- type: "plot"
10031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10032 #  algorithm: "plot_nf_heatmap"
10033 #  output-file-type: ".html"
10034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10035 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10036 #  filter: "'NIC_Intel-XXV710' and
10037 #           'NF_DENSITY' and
10038 #           'DOCKER' and
10039 #           'CHAIN' and
10040 #           'NF_VPPIP4' and
10041 #           'IMIX' and
10042 #           '2T1C' and
10043 #           'NDRPDR'"
10044 #  parameters:
10045 #  - "throughput"
10046 #  - "name"
10047 #  - "tags"
10048 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10049 #  x-axis: "X = CNFs per Service Chain"
10050 #  y-axis: "Y = Number of Service Chains"
10051 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10052 #  layout:
10053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10054 #    layout: "plot-service-density"
10055 #
10056 #- type: "plot"
10057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10058 #  algorithm: "plot_nf_heatmap"
10059 #  output-file-type: ".html"
10060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10061 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10062 #  filter: "'NIC_Intel-XXV710' and
10063 #           'NF_DENSITY' and
10064 #           'DOCKER' and
10065 #           'CHAIN' and
10066 #           'NF_VPPIP4' and
10067 #           'IMIX' and
10068 #           '4T2C' and
10069 #           'NDRPDR'"
10070 #  parameters:
10071 #  - "throughput"
10072 #  - "name"
10073 #  - "tags"
10074 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10075 #  x-axis: "X = CNFs per Service Chain"
10076 #  y-axis: "Y = Number of Service Chains"
10077 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10078 #  layout:
10079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10080 #    layout: "plot-service-density"
10081 #
10082 #- type: "plot"
10083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10084 #  algorithm: "plot_nf_heatmap"
10085 #  output-file-type: ".html"
10086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10087 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10088 #  filter: "'NIC_Intel-XXV710' and
10089 #           'NF_DENSITY' and
10090 #           'DOCKER' and
10091 #           'CHAIN' and
10092 #           'NF_VPPIP4' and
10093 #           'IMIX' and
10094 #           '8T4C' and
10095 #           'NDRPDR'"
10096 #  parameters:
10097 #  - "throughput"
10098 #  - "name"
10099 #  - "tags"
10100 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101 #  x-axis: "X = CNFs per Service Chain"
10102 #  y-axis: "Y = Number of Service Chains"
10103 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10104 #  layout:
10105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10106 #    layout: "plot-service-density"
10107 #
10108 ## Plots - NF Density - CSC - PDR IMIX
10109 #- type: "plot"
10110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10111 #  algorithm: "plot_nf_heatmap"
10112 #  output-file-type: ".html"
10113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10114 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10115 #  filter: "'NIC_Intel-XXV710' and
10116 #           'NF_DENSITY' and
10117 #           'DOCKER' and
10118 #           'CHAIN' and
10119 #           'NF_VPPIP4' and
10120 #           'IMIX' and
10121 #           '2T1C' and
10122 #           'NDRPDR'"
10123 #  parameters:
10124 #  - "throughput"
10125 #  - "name"
10126 #  - "tags"
10127 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10128 #  x-axis: "X = CNFs per Service Chain"
10129 #  y-axis: "Y = Number of Service Chains"
10130 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10131 #  layout:
10132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10133 #    layout: "plot-service-density"
10134 #
10135 #- type: "plot"
10136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10137 #  algorithm: "plot_nf_heatmap"
10138 #  output-file-type: ".html"
10139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10140 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10141 #  filter: "'NIC_Intel-XXV710' and
10142 #           'NF_DENSITY' and
10143 #           'DOCKER' and
10144 #           'CHAIN' and
10145 #           'NF_VPPIP4' and
10146 #           'IMIX' and
10147 #           '4T2C' and
10148 #           'NDRPDR'"
10149 #  parameters:
10150 #  - "throughput"
10151 #  - "name"
10152 #  - "tags"
10153 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10154 #  x-axis: "X = CNFs per Service Chain"
10155 #  y-axis: "Y = Number of Service Chains"
10156 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10157 #  layout:
10158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10159 #    layout: "plot-service-density"
10160 #
10161 #- type: "plot"
10162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10163 #  algorithm: "plot_nf_heatmap"
10164 #  output-file-type: ".html"
10165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10166 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10167 #  filter: "'NIC_Intel-XXV710' and
10168 #           'NF_DENSITY' and
10169 #           'DOCKER' and
10170 #           'CHAIN' and
10171 #           'NF_VPPIP4' and
10172 #           'IMIX' and
10173 #           '8T4C' and
10174 #           'NDRPDR'"
10175 #  parameters:
10176 #  - "throughput"
10177 #  - "name"
10178 #  - "tags"
10179 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10180 #  x-axis: "X = CNFs per Service Chain"
10181 #  y-axis: "Y = Number of Service Chains"
10182 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10183 #  layout:
10184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10185 #    layout: "plot-service-density"
10186 #
10187 ## Plots - NF Density - CSP - MRR IMIX
10188 #- type: "plot"
10189 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10190 #  algorithm: "plot_nf_heatmap"
10191 #  output-file-type: ".html"
10192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10193 #  data: "plot-vpp-nfv-2n-clx-mrr"
10194 #  filter: "'NIC_Intel-XXV710' and
10195 #           'NF_DENSITY' and
10196 #           'DOCKER' and
10197 #           'PIPELINE' and
10198 #           'NF_VPPIP4' and
10199 #           'IMIX' and
10200 #           '2T1C' and
10201 #           'MRR'"
10202 #  parameters:
10203 #  - "result"
10204 #  - "name"
10205 #  - "tags"
10206 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10207 #  x-axis: "X = CNFs per Service Pipeline"
10208 #  y-axis: "Y = Number of Service Pipelines"
10209 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10210 #  layout:
10211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10212 #    layout: "plot-service-density"
10213 #
10214 #- type: "plot"
10215 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10216 #  algorithm: "plot_nf_heatmap"
10217 #  output-file-type: ".html"
10218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10219 #  data: "plot-vpp-nfv-2n-clx-mrr"
10220 #  filter: "'NIC_Intel-XXV710' and
10221 #           'NF_DENSITY' and
10222 #           'DOCKER' and
10223 #           'PIPELINE' and
10224 #           'NF_VPPIP4' and
10225 #           'IMIX' and
10226 #           '4T2C' and
10227 #           'MRR'"
10228 #  parameters:
10229 #  - "result"
10230 #  - "name"
10231 #  - "tags"
10232 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10233 #  x-axis: "X = CNFs per Service Pipeline"
10234 #  y-axis: "Y = Number of Service Pipelines"
10235 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10236 #  layout:
10237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10238 #    layout: "plot-service-density"
10239 #
10240 #- type: "plot"
10241 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10242 #  algorithm: "plot_nf_heatmap"
10243 #  output-file-type: ".html"
10244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10245 #  data: "plot-vpp-nfv-2n-clx-mrr"
10246 #  filter: "'NIC_Intel-XXV710' and
10247 #           'NF_DENSITY' and
10248 #           'DOCKER' and
10249 #           'PIPELINE' and
10250 #           'NF_VPPIP4' and
10251 #           'IMIX' and
10252 #           '8T4C' and
10253 #           'MRR'"
10254 #  parameters:
10255 #  - "result"
10256 #  - "name"
10257 #  - "tags"
10258 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10259 #  x-axis: "X = CNFs per Service Pipeline"
10260 #  y-axis: "Y = Number of Service Pipelines"
10261 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10262 #  layout:
10263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10264 #    layout: "plot-service-density"
10265 #
10266 ## Plots - NF Density - CSP - NDR IMIX
10267 #- type: "plot"
10268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10269 #  algorithm: "plot_nf_heatmap"
10270 #  output-file-type: ".html"
10271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10272 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10273 #  filter: "'NIC_Intel-XXV710' and
10274 #           'NF_DENSITY' and
10275 #           'DOCKER' and
10276 #           'PIPELINE' and
10277 #           'NF_VPPIP4' and
10278 #           'IMIX' and
10279 #           '2T1C' and
10280 #           'NDRPDR'"
10281 #  parameters:
10282 #  - "throughput"
10283 #  - "name"
10284 #  - "tags"
10285 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10286 #  x-axis: "X = CNFs per Service Pipeline"
10287 #  y-axis: "Y = Number of Service Pipelines"
10288 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10289 #  layout:
10290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10291 #    layout: "plot-service-density"
10292 #
10293 #- type: "plot"
10294 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10295 #  algorithm: "plot_nf_heatmap"
10296 #  output-file-type: ".html"
10297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10298 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10299 #  filter: "'NIC_Intel-XXV710' and
10300 #           'NF_DENSITY' and
10301 #           'DOCKER' and
10302 #           'PIPELINE' and
10303 #           'NF_VPPIP4' and
10304 #           'IMIX' and
10305 #           '4T2C' and
10306 #           'NDRPDR'"
10307 #  parameters:
10308 #  - "throughput"
10309 #  - "name"
10310 #  - "tags"
10311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10312 #  x-axis: "X = CNFs per Service Pipeline"
10313 #  y-axis: "Y = Number of Service Pipelines"
10314 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10315 #  layout:
10316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10317 #    layout: "plot-service-density"
10318 #
10319 #- type: "plot"
10320 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10321 #  algorithm: "plot_nf_heatmap"
10322 #  output-file-type: ".html"
10323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10324 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325 #  filter: "'NIC_Intel-XXV710' and
10326 #           'NF_DENSITY' and
10327 #           'DOCKER' and
10328 #           'PIPELINE' and
10329 #           'NF_VPPIP4' and
10330 #           'IMIX' and
10331 #           '8T4C' and
10332 #           'NDRPDR'"
10333 #  parameters:
10334 #  - "throughput"
10335 #  - "name"
10336 #  - "tags"
10337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10338 #  x-axis: "X = CNFs per Service Pipeline"
10339 #  y-axis: "Y = Number of Service Pipelines"
10340 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10341 #  layout:
10342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10343 #    layout: "plot-service-density"
10344 #
10345 ## Plots - NF Density - CSP - PDR IMIX
10346 #- type: "plot"
10347 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10348 #  algorithm: "plot_nf_heatmap"
10349 #  output-file-type: ".html"
10350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10351 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352 #  filter: "'NIC_Intel-XXV710' and
10353 #           'NF_DENSITY' and
10354 #           'DOCKER' and
10355 #           'PIPELINE' and
10356 #           'NF_VPPIP4' and
10357 #           'IMIX' and
10358 #           '2T1C' and
10359 #           'NDRPDR'"
10360 #  parameters:
10361 #  - "throughput"
10362 #  - "name"
10363 #  - "tags"
10364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10365 #  x-axis: "X = CNFs per Service Pipeline"
10366 #  y-axis: "Y = Number of Service Pipelines"
10367 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10368 #  layout:
10369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10370 #    layout: "plot-service-density"
10371 #
10372 #- type: "plot"
10373 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10374 #  algorithm: "plot_nf_heatmap"
10375 #  output-file-type: ".html"
10376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10377 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10378 #  filter: "'NIC_Intel-XXV710' and
10379 #           'NF_DENSITY' and
10380 #           'DOCKER' and
10381 #           'PIPELINE' and
10382 #           'NF_VPPIP4' and
10383 #           'IMIX' and
10384 #           '4T2C' and
10385 #           'NDRPDR'"
10386 #  parameters:
10387 #  - "throughput"
10388 #  - "name"
10389 #  - "tags"
10390 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10391 #  x-axis: "X = CNFs per Service Pipeline"
10392 #  y-axis: "Y = Number of Service Pipelines"
10393 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10394 #  layout:
10395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10396 #    layout: "plot-service-density"
10397 #
10398 #- type: "plot"
10399 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10400 #  algorithm: "plot_nf_heatmap"
10401 #  output-file-type: ".html"
10402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10403 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404 #  filter: "'NIC_Intel-XXV710' and
10405 #           'NF_DENSITY' and
10406 #           'DOCKER' and
10407 #           'PIPELINE' and
10408 #           'NF_VPPIP4' and
10409 #           'IMIX' and
10410 #           '8T4C' and
10411 #           'NDRPDR'"
10412 #  parameters:
10413 #  - "throughput"
10414 #  - "name"
10415 #  - "tags"
10416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10417 #  x-axis: "X = CNFs per Service Pipeline"
10418 #  y-axis: "Y = Number of Service Pipelines"
10419 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10420 #  layout:
10421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10422 #    layout: "plot-service-density"
10423
10424 ################################################################################
10425
10426 # Packet Throughput
10427
10428 #- type: "plot"
10429 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10430 #  algorithm: "plot_perf_box_name"
10431 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10432 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10433 #  include:
10434 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10435 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10436 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10437 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10438 #  layout:
10439 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10440 #    layout: "plot-throughput"
10441 #
10442 #- type: "plot"
10443 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10444 #  algorithm: "plot_perf_box_name"
10445 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10446 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10447 #  include:
10448 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10449 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10450 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10451 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10452 #  layout:
10453 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10454 #    layout: "plot-throughput"
10455 #
10456 #- type: "plot"
10457 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10458 #  algorithm: "plot_perf_box_name"
10459 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10460 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10461 #  include:
10462 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10463 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10464 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10465 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10466 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10467 #  layout:
10468 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10469 #    layout: "plot-throughput"
10470 #
10471 #- type: "plot"
10472 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10473 #  algorithm: "plot_perf_box_name"
10474 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10475 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10476 #  include:
10477 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10478 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10479 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10480 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10481 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10482 #  layout:
10483 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10484 #    layout: "plot-throughput"
10485
10486 - type: "plot"
10487   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10488   algorithm: "plot_perf_box_name"
10489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10490   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10491   include:
10492     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10493     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10494     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10495     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10496     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10497   layout:
10498     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10499     layout: "plot-throughput"
10500
10501 - type: "plot"
10502   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10503   algorithm: "plot_perf_box_name"
10504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10506   include:
10507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10512   layout:
10513     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10514     layout: "plot-throughput"
10515
10516 #- type: "plot"
10517 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10518 #  algorithm: "plot_perf_box_name"
10519 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10520 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10521 #  include:
10522 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10523 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10524 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10525 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10526 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10527 #  layout:
10528 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10529 #    layout: "plot-throughput"
10530 #
10531 #- type: "plot"
10532 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10533 #  algorithm: "plot_perf_box_name"
10534 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10535 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10536 #  include:
10537 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10538 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10539 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10540 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10541 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10542 #  layout:
10543 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10544 #    layout: "plot-throughput"
10545 #
10546 #- type: "plot"
10547 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10548 #  algorithm: "plot_perf_box_name"
10549 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10550 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10551 #  include:
10552 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10553 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10554 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10555 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10556 #  layout:
10557 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10558 #    layout: "plot-throughput"
10559 #
10560 #- type: "plot"
10561 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10562 #  algorithm: "plot_perf_box_name"
10563 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10564 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10565 #  include:
10566 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10567 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10568 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10569 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10570 #  layout:
10571 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10572 #    layout: "plot-throughput"
10573 #
10574 #- type: "plot"
10575 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10576 #  algorithm: "plot_perf_box_name"
10577 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10578 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10579 #  include:
10580 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10582 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10583 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10584 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10585 #  layout:
10586 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10587 #    layout: "plot-throughput"
10588 #
10589 #- type: "plot"
10590 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10591 #  algorithm: "plot_perf_box_name"
10592 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10593 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10594 #  include:
10595 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10596 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10597 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10598 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10599 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10600 #  layout:
10601 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10602 #    layout: "plot-throughput"
10603 #
10604 #- type: "plot"
10605 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10606 #  algorithm: "plot_perf_box_name"
10607 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10609 #  include:
10610 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10611 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10612 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10613 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10614 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10615 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10616 #  layout:
10617 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10618 #    layout: "plot-throughput"
10619 #
10620 #- type: "plot"
10621 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10622 #  algorithm: "plot_perf_box_name"
10623 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10624 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10625 #  include:
10626 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10627 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10628 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10629 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10630 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10631 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10632 #  layout:
10633 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10634 #    layout: "plot-throughput"
10635
10636 - type: "plot"
10637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10638   algorithm: "plot_perf_box_name"
10639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10641   include:
10642     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10643     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10644     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10645   layout:
10646     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10647     layout: "plot-throughput"
10648
10649 - type: "plot"
10650   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10651   algorithm: "plot_perf_box_name"
10652   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10653   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10654   include:
10655     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10656     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10657     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10658   layout:
10659     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10660     layout: "plot-throughput"
10661
10662 #- type: "plot"
10663 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10664 #  algorithm: "plot_perf_box_name"
10665 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10666 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10667 #  include:
10668 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10669 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10670 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10671 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10672 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10673 #  layout:
10674 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10675 #    layout: "plot-throughput"
10676 #
10677 #- type: "plot"
10678 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10679 #  algorithm: "plot_perf_box_name"
10680 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10681 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10682 #  include:
10683 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10684 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10685 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10686 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10687 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10688 #  layout:
10689 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10690 #    layout: "plot-throughput"
10691 #
10692 #- type: "plot"
10693 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10694 #  algorithm: "plot_perf_box_name"
10695 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10696 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10697 #  include:
10698 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10699 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10700 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10701 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10702 #  layout:
10703 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10704 #    layout: "plot-throughput"
10705 #
10706 #- type: "plot"
10707 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10708 #  algorithm: "plot_perf_box_name"
10709 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10710 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10711 #  include:
10712 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10713 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10714 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10715 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10716 #  layout:
10717 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10718 #    layout: "plot-throughput"
10719 #
10720 #- type: "plot"
10721 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10722 #  algorithm: "plot_perf_box_name"
10723 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10724 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10725 #  include:
10726 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10727 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10728 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10729 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10730 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10731 #  layout:
10732 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10733 #    layout: "plot-throughput"
10734 #
10735 #- type: "plot"
10736 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10737 #  algorithm: "plot_perf_box_name"
10738 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10739 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10740 #  include:
10741 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10742 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10743 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10744 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10745 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10746 #  layout:
10747 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10748 #    layout: "plot-throughput"
10749 #
10750 #- type: "plot"
10751 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10752 #  algorithm: "plot_perf_box_name"
10753 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10754 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10755 #  include:
10756 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10757 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10758 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10759 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10760 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10761 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10762 #  layout:
10763 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10764 #    layout: "plot-throughput"
10765 #
10766 #- type: "plot"
10767 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10768 #  algorithm: "plot_perf_box_name"
10769 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10770 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10771 #  include:
10772 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10773 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10774 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10775 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10776 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10777 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10778 #  layout:
10779 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10780 #    layout: "plot-throughput"
10781
10782 - type: "plot"
10783   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10784   algorithm: "plot_perf_box_name"
10785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10787   include:
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10793   layout:
10794     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10795     layout: "plot-throughput"
10796
10797 - type: "plot"
10798   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10799   algorithm: "plot_perf_box_name"
10800   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10801   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10802   include:
10803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10808   layout:
10809     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10810     layout: "plot-throughput"
10811
10812 - type: "plot"
10813   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10814   algorithm: "plot_perf_box_name"
10815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10817   include:
10818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10824   layout:
10825     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10826     layout: "plot-throughput"
10827
10828 - type: "plot"
10829   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10830   algorithm: "plot_perf_box_name"
10831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10833   include:
10834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10840   layout:
10841     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10842     layout: "plot-throughput"
10843
10844 - type: "plot"
10845   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10846   algorithm: "plot_perf_box_name"
10847   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10848   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10849   include:
10850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10855   layout:
10856     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10857     layout: "plot-throughput"
10858
10859 - type: "plot"
10860   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10861   algorithm: "plot_perf_box_name"
10862   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10863   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10864   include:
10865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10870   layout:
10871     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10872     layout: "plot-throughput"
10873
10874 - type: "plot"
10875   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10876   algorithm: "plot_perf_box_name"
10877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10879   include:
10880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10886   layout:
10887     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10888     layout: "plot-throughput"
10889
10890 - type: "plot"
10891   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10892   algorithm: "plot_perf_box_name"
10893   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10894   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10895   include:
10896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10902   layout:
10903     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10904     layout: "plot-throughput"
10905
10906 - type: "plot"
10907   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10908   algorithm: "plot_perf_box_name"
10909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10911   include:
10912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10917   layout:
10918     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10919     layout: "plot-throughput"
10920
10921 - type: "plot"
10922   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10923   algorithm: "plot_perf_box_name"
10924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10926   include:
10927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10932   layout:
10933     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10938   algorithm: "plot_perf_box_name"
10939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10941   include:
10942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10948   layout:
10949     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10954   algorithm: "plot_perf_box_name"
10955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10957   include:
10958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10964   layout:
10965     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10966     layout: "plot-throughput"
10967
10968 - type: "plot"
10969   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10970   algorithm: "plot_perf_box_name"
10971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10973   include:
10974     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10976   layout:
10977     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10988   layout:
10989     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10990     layout: "plot-throughput"
10991
10992 #- type: "plot"
10993 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10994 #  algorithm: "plot_perf_box_name"
10995 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10996 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10997 #  include:
10998 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10999 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11000 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11001 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11002 #  layout:
11003 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11004 #    layout: "plot-throughput"
11005 #
11006 #- type: "plot"
11007 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11008 #  algorithm: "plot_perf_box_name"
11009 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11010 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11011 #  include:
11012 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11013 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11014 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11015 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11016 #  layout:
11017 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11018 #    layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11030   layout:
11031     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11044   layout:
11045     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11046     layout: "plot-throughput"
11047
11048 - type: "plot"
11049   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11050   algorithm: "plot_perf_box_name"
11051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11053   include:
11054     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11058   layout:
11059     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11072   layout:
11073     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11074     layout: "plot-throughput"
11075
11076 #- type: "plot"
11077 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11078 #  algorithm: "plot_perf_box_name"
11079 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11080 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11081 #  include:
11082 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11083 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11084 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11085 #  layout:
11086 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11087 #    layout: "plot-throughput"
11088 #
11089 #- type: "plot"
11090 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11091 #  algorithm: "plot_perf_box_name"
11092 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11093 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11094 #  include:
11095 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11096 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11097 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11098 #  layout:
11099 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11100 #    layout: "plot-throughput"
11101 #
11102 #- type: "plot"
11103 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11104 #  algorithm: "plot_perf_box_name"
11105 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11106 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11107 #  include:
11108 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11109 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11110 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11111 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11112 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11113 #  layout:
11114 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11115 #    layout: "plot-throughput"
11116 #
11117 #- type: "plot"
11118 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11119 #  algorithm: "plot_perf_box_name"
11120 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11121 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11122 #  include:
11123 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11124 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11125 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11126 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11127 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11128 #  layout:
11129 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11130 #    layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11137   include:
11138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11141   layout:
11142     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11150   include:
11151     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11154   layout:
11155     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11156     layout: "plot-throughput"
11157
11158 #- type: "plot"
11159 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11160 #  algorithm: "plot_perf_box_name"
11161 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11162 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11163 #  include:
11164 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11167 #  layout:
11168 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11169 #    layout: "plot-throughput"
11170 #
11171 #- type: "plot"
11172 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11173 #  algorithm: "plot_perf_box_name"
11174 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11175 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11176 #  include:
11177 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11179 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11180 #  layout:
11181 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11182 #    layout: "plot-throughput"
11183 #
11184 #- type: "plot"
11185 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11186 #  algorithm: "plot_perf_box_name"
11187 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11188 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11189 #  include:
11190 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11194 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11195 #  layout:
11196 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11197 #    layout: "plot-throughput"
11198 #
11199 #- type: "plot"
11200 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11201 #  algorithm: "plot_perf_box_name"
11202 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11203 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11204 #  include:
11205 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11207 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11209 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11210 #  layout:
11211 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11212 #    layout: "plot-throughput"
11213
11214 - type: "plot"
11215   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11216   algorithm: "plot_perf_box_name"
11217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11219   include:
11220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11225   layout:
11226     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11227     layout: "plot-throughput"
11228
11229 - type: "plot"
11230   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11231   algorithm: "plot_perf_box_name"
11232   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11233   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11234   include:
11235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11240   layout:
11241     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11242     layout: "plot-throughput"
11243
11244 - type: "plot"
11245   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11246   algorithm: "plot_perf_box_name"
11247   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11248   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11249   include:
11250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11255   layout:
11256     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11257     layout: "plot-throughput"
11258
11259 - type: "plot"
11260   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11261   algorithm: "plot_perf_box_name"
11262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11264   include:
11265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11270   layout:
11271     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11278   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11279   include:
11280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11285   layout:
11286     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11293   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11294   include:
11295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11300   layout:
11301     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11302     layout: "plot-throughput"
11303
11304 - type: "plot"
11305   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11306   algorithm: "plot_perf_box_name"
11307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11309   include:
11310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11316   layout:
11317     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11322   algorithm: "plot_perf_box_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11325   include:
11326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11332   layout:
11333     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11341   include:
11342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11346   layout:
11347     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11355   include:
11356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11360   layout:
11361     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11362     layout: "plot-throughput"
11363
11364 #- type: "plot"
11365 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11366 #  algorithm: "plot_perf_box_name"
11367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11369 #  include:
11370 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11371 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11372 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11373 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11374 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11375 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11376 #  layout:
11377 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11378 #    layout: "plot-throughput"
11379 #
11380 #- type: "plot"
11381 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11382 #  algorithm: "plot_perf_box_name"
11383 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11384 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385 #  include:
11386 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11387 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11388 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11389 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11390 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11391 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11392 #  layout:
11393 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11394 #    layout: "plot-throughput"
11395
11396 - type: "plot"
11397   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11398   algorithm: "plot_perf_box_name"
11399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11401   include:
11402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11403 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11405 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11408   layout:
11409     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11410     layout: "plot-throughput"
11411
11412 - type: "plot"
11413   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11414   algorithm: "plot_perf_box_name"
11415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11417   include:
11418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11419 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11421 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11423 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11424   layout:
11425     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11433   include:
11434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11440   layout:
11441     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11449   include:
11450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11456   layout:
11457     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11458     layout: "plot-throughput"
11459
11460 #- type: "plot"
11461 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11462 #  algorithm: "plot_perf_box_name"
11463 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11464 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11465 #  include:
11466 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11467 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11468 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11469 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11470 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11471 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11472 #  layout:
11473 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11474 #    layout: "plot-throughput"
11475 #
11476 #- type: "plot"
11477 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11478 #  algorithm: "plot_perf_box_name"
11479 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11480 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11481 #  include:
11482 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11483 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11484 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11485 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11486 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11487 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11488 #  layout:
11489 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11490 #    layout: "plot-throughput"
11491 #
11492 #- type: "plot"
11493 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11494 #  algorithm: "plot_perf_box_name"
11495 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11496 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497 #  include:
11498 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11499 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11500 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11501 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11502 #  layout:
11503 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11504 #    layout: "plot-throughput"
11505 #
11506 #- type: "plot"
11507 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11508 #  algorithm: "plot_perf_box_name"
11509 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11510 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11511 #  include:
11512 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11513 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11514 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11515 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11516 #  layout:
11517 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11518 #    layout: "plot-throughput"
11519 #
11520 #- type: "plot"
11521 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11522 #  algorithm: "plot_perf_box_name"
11523 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11524 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11525 #  include:
11526 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11527 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11528 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11529 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11530 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11531 #  layout:
11532 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11533 #    layout: "plot-throughput"
11534 #
11535 #- type: "plot"
11536 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11537 #  algorithm: "plot_perf_box_name"
11538 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11539 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11540 #  include:
11541 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11542 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11543 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11544 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11545 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11546 #  layout:
11547 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11548 #    layout: "plot-throughput"
11549 #
11550 #- type: "plot"
11551 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11552 #  algorithm: "plot_perf_box_name"
11553 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11554 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555 #  include:
11556 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11557 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11558 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11559 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11560 #  layout:
11561 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11562 #    layout: "plot-throughput"
11563 #
11564 #- type: "plot"
11565 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11566 #  algorithm: "plot_perf_box_name"
11567 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11568 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11569 #  include:
11570 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11571 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11572 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11573 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11574 #  layout:
11575 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11576 #    layout: "plot-throughput"
11577
11578 - type: "plot"
11579   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11580   algorithm: "plot_perf_box_name"
11581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11583   include:
11584     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11585     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11587     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11588     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11589     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11590   layout:
11591     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11592     layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11596   algorithm: "plot_perf_box_name"
11597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11599   include:
11600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11606   layout:
11607     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11608     layout: "plot-throughput"
11609
11610 #- type: "plot"
11611 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11612 #  algorithm: "plot_perf_box_name"
11613 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11614 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11615 #  include:
11616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11621 #  layout:
11622 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11623 #    layout: "plot-throughput"
11624 #
11625 #- type: "plot"
11626 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11627 #  algorithm: "plot_perf_box_name"
11628 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11629 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630 #  include:
11631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11636 #  layout:
11637 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11638 #    layout: "plot-throughput"
11639 #
11640 #- type: "plot"
11641 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11642 #  algorithm: "plot_perf_box_name"
11643 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11644 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645 #  include:
11646 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11647 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11648 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11649 #  layout:
11650 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11651 #    layout: "plot-throughput"
11652 #
11653 #- type: "plot"
11654 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11655 #  algorithm: "plot_perf_box_name"
11656 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11657 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11658 #  include:
11659 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11660 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11661 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11662 #  layout:
11663 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11664 #    layout: "plot-throughput"
11665 #
11666 #- type: "plot"
11667 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11668 #  algorithm: "plot_perf_box_name"
11669 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11670 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11671 #  include:
11672 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11673 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11674 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11675 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11676 #  layout:
11677 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11678 #    layout: "plot-throughput"
11679 #
11680 #- type: "plot"
11681 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11682 #  algorithm: "plot_perf_box_name"
11683 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11684 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11685 #  include:
11686 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11687 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11688 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11689 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11690 #  layout:
11691 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11692 #    layout: "plot-throughput"
11693 #
11694 #- type: "plot"
11695 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11696 #  algorithm: "plot_perf_box_name"
11697 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11698 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11699 #  include:
11700 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11702 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11703 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11704 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11705 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11706 #  layout:
11707 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11708 #    layout: "plot-throughput"
11709 #
11710 #- type: "plot"
11711 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11712 #  algorithm: "plot_perf_box_name"
11713 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11714 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11715 #  include:
11716 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11717 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11718 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11719 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11720 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11721 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11722 #  layout:
11723 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11724 #    layout: "plot-throughput"
11725 #
11726 #- type: "plot"
11727 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11728 #  algorithm: "plot_perf_box_name"
11729 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11730 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731 #  include:
11732 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11733 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11734 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11735 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11736 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11737 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11738 #  layout:
11739 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11740 #    layout: "plot-throughput"
11741 #
11742 #- type: "plot"
11743 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11744 #  algorithm: "plot_perf_box_name"
11745 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11746 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11747 #  include:
11748 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11749 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11750 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11751 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11752 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11754 #  layout:
11755 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11756 #    layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11763   include:
11764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11768   layout:
11769     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11777   include:
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11782   layout:
11783     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11791   include:
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11798   layout:
11799     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11807   include:
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11814   layout:
11815     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11823   include:
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11830   layout:
11831     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11839   include:
11840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11846   layout:
11847     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11855   include:
11856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11860   layout:
11861     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11869   include:
11870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11874   layout:
11875     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11882   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11883   include:
11884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11890   layout:
11891     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11899   include:
11900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11906   layout:
11907     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11915   include:
11916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11920   layout:
11921     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11929   include:
11930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11932     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11934   layout:
11935     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11943   include:
11944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11946     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11950   layout:
11951     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11959   include:
11960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11966   layout:
11967     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11975   include:
11976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11982   layout:
11983     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11991   include:
11992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11998   layout:
11999     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12007   include:
12008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12014   layout:
12015     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12023   include:
12024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12026     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12030   layout:
12031     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12032     layout: "plot-throughput"
12033
12034 #- type: "plot"
12035 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12036 #  algorithm: "plot_perf_box_name"
12037 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12038 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039 #  include:
12040 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12041 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12042 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12043 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12044 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12045 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12046 #  layout:
12047 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12048 #    layout: "plot-throughput"
12049 #
12050 #- type: "plot"
12051 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12052 #  algorithm: "plot_perf_box_name"
12053 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12054 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12055 #  include:
12056 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12057 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12058 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12059 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12060 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12061 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12062 #  layout:
12063 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12064 #    layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12071   include:
12072     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12073     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12074     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12075     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12076     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12078   layout:
12079     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12087   include:
12088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12090     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12094   layout:
12095     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12096     layout: "plot-throughput"
12097
12098 #- type: "plot"
12099 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12100 #  algorithm: "plot_perf_box_name"
12101 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12102 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12103 #  include:
12104 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12105 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12106 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12107 #  layout:
12108 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12109 #    layout: "plot-throughput"
12110 #
12111 #- type: "plot"
12112 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12113 #  algorithm: "plot_perf_box_name"
12114 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12115 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12116 #  include:
12117 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12118 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12119 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12120 #  layout:
12121 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12122 #    layout: "plot-throughput"
12123
12124 #- type: "plot"
12125 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12126 #  algorithm: "plot_perf_box_name"
12127 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12128 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12129 #  include:
12130 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12131 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12132 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12133 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12134 #  layout:
12135 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12136 #    layout: "plot-throughput"
12137 #
12138 #- type: "plot"
12139 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12140 #  algorithm: "plot_perf_box_name"
12141 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12142 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12143 #  include:
12144 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12147 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12148 #  layout:
12149 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12150 #    layout: "plot-throughput"
12151 #
12152 #- type: "plot"
12153 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12154 #  algorithm: "plot_perf_box_name"
12155 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12156 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12157 #  include:
12158 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12162 #  layout:
12163 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12164 #    layout: "plot-throughput"
12165 #
12166 #- type: "plot"
12167 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12168 #  algorithm: "plot_perf_box_name"
12169 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12170 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12171 #  include:
12172 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12176 #  layout:
12177 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12178 #    layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12185   include:
12186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12190   layout:
12191     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12199   include:
12200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12204   layout:
12205     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12213   include:
12214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12218   layout:
12219     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12227   include:
12228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12231     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12232   layout:
12233     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12234     layout: "plot-throughput"
12235
12236 #- type: "plot"
12237 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12238 #  algorithm: "plot_perf_box_name"
12239 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12240 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12241 #  include:
12242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12243 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12244 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12246 #  layout:
12247 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12248 #    layout: "plot-throughput"
12249 #
12250 #- type: "plot"
12251 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12252 #  algorithm: "plot_perf_box_name"
12253 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12254 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12255 #  include:
12256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12258 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12260 #  layout:
12261 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12262 #    layout: "plot-throughput"
12263 #
12264 #- type: "plot"
12265 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12266 #  algorithm: "plot_perf_box_name"
12267 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12268 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12269 #  include:
12270 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12271 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12272 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12274 #  layout:
12275 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12276 #    layout: "plot-throughput"
12277 #
12278 #- type: "plot"
12279 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12280 #  algorithm: "plot_perf_box_name"
12281 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12282 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12283 #  include:
12284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12287 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12288 #  layout:
12289 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12290 #    layout: "plot-throughput"
12291 #
12292 #- type: "plot"
12293 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12294 #  algorithm: "plot_perf_box_name"
12295 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12296 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297 #  include:
12298 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12303 #  layout:
12304 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12305 #    layout: "plot-throughput"
12306 #
12307 #- type: "plot"
12308 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12309 #  algorithm: "plot_perf_box_name"
12310 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12311 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12312 #  include:
12313 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12317 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12318 #  layout:
12319 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12320 #    layout: "plot-throughput"
12321 #
12322 #- type: "plot"
12323 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12324 #  algorithm: "plot_perf_box_name"
12325 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12326 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327 #  include:
12328 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12331 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12332 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12333 #  layout:
12334 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12335 #    layout: "plot-throughput"
12336 #
12337 #- type: "plot"
12338 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12339 #  algorithm: "plot_perf_box_name"
12340 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12341 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12342 #  include:
12343 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12347 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12348 #  layout:
12349 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12350 #    layout: "plot-throughput"
12351 #
12352 #- type: "plot"
12353 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12354 #  algorithm: "plot_perf_box_name"
12355 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12356 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12357 #  include:
12358 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12360 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12361 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12362 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12363 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12364 #  layout:
12365 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12366 #    layout: "plot-throughput"
12367 #
12368 #- type: "plot"
12369 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12370 #  algorithm: "plot_perf_box_name"
12371 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12372 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12373 #  include:
12374 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12375 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12376 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12377 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12378 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12380 #  layout:
12381 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12382 #    layout: "plot-throughput"
12383 #
12384 #- type: "plot"
12385 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12386 #  algorithm: "plot_perf_box_name"
12387 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12388 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12389 #  include:
12390 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12391 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12392 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12393 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12394 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12396 #  layout:
12397 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12398 #    layout: "plot-throughput"
12399 #
12400 #- type: "plot"
12401 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12402 #  algorithm: "plot_perf_box_name"
12403 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12404 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12405 #  include:
12406 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12407 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12408 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12409 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412 #  layout:
12413 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12414 #    layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12421   include:
12422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427   layout:
12428     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12436   include:
12437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442   layout:
12443     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12444     layout: "plot-throughput"
12445
12446 #- type: "plot"
12447 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12448 #  algorithm: "plot_perf_box_name"
12449 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12450 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12451 #  include:
12452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12456 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12457 #  layout:
12458 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12459 #    layout: "plot-throughput"
12460 #
12461 #- type: "plot"
12462 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12463 #  algorithm: "plot_perf_box_name"
12464 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12465 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12466 #  include:
12467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12471 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12472 #  layout:
12473 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12474 #    layout: "plot-throughput"
12475
12476 #- type: "plot"
12477 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12478 #  algorithm: "plot_perf_box_name"
12479 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12480 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12481 #  include:
12482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12488 #  layout:
12489 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12490 #    layout: "plot-throughput"
12491 #
12492 #- type: "plot"
12493 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12494 #  algorithm: "plot_perf_box_name"
12495 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12496 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12497 #  include:
12498 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12504 #  layout:
12505 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12506 #    layout: "plot-throughput"
12507
12508 #- type: "plot"
12509 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12510 #  algorithm: "plot_perf_box_name"
12511 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12512 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12513 #  include:
12514 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12516 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12517 #  layout:
12518 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12519 #    layout: "plot-throughput"
12520 #
12521 #- type: "plot"
12522 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12523 #  algorithm: "plot_perf_box_name"
12524 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12525 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12526 #  include:
12527 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12528 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12529 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12530 #  layout:
12531 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12532 #    layout: "plot-throughput"
12533
12534 ################################################################################
12535
12536 # Packet Speedup
12537
12538 #- type: "plot"
12539 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12540 #  algorithm: "plot_tsa_name"
12541 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12542 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12543 #  include:
12544 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12548 #  layout:
12549 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12550 #    layout: "plot-throughput-speedup-analysis"
12551 #
12552 #- type: "plot"
12553 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12554 #  algorithm: "plot_tsa_name"
12555 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12556 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12557 #  include:
12558 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12560 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12561 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12562 #  layout:
12563 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12564 #    layout: "plot-throughput-speedup-analysis"
12565 #
12566 #- type: "plot"
12567 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12568 #  algorithm: "plot_tsa_name"
12569 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12570 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571 #  include:
12572 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12573 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12574 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12575 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12576 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12577 #  layout:
12578 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12579 #    layout: "plot-throughput-speedup-analysis"
12580 #
12581 #- type: "plot"
12582 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12583 #  algorithm: "plot_tsa_name"
12584 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12585 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586 #  include:
12587 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12588 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12589 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12590 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12591 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12592 #  layout:
12593 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12594 #    layout: "plot-throughput-speedup-analysis"
12595 #
12596 #- type: "plot"
12597 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12598 #  algorithm: "plot_tsa_name"
12599 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12600 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12601 #  include:
12602 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12604 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12607 #  layout:
12608 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12609 #    layout: "plot-throughput-speedup-analysis"
12610 #
12611 #- type: "plot"
12612 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12613 #  algorithm: "plot_tsa_name"
12614 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12615 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12616 #  include:
12617 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12622 #  layout:
12623 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12624 #    layout: "plot-throughput-speedup-analysis"
12625 #
12626 #- type: "plot"
12627 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12628 #  algorithm: "plot_tsa_name"
12629 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12630 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12631 #  include:
12632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12636 #  layout:
12637 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12638 #    layout: "plot-throughput-speedup-analysis"
12639 #
12640 #- type: "plot"
12641 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12642 #  algorithm: "plot_tsa_name"
12643 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12644 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12645 #  include:
12646 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12650 #  layout:
12651 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12652 #    layout: "plot-throughput-speedup-analysis"
12653 #
12654 #- type: "plot"
12655 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12656 #  algorithm: "plot_tsa_name"
12657 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12658 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12659 #  include:
12660 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12665 #  layout:
12666 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12667 #    layout: "plot-throughput-speedup-analysis"
12668 #
12669 #- type: "plot"
12670 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12671 #  algorithm: "plot_tsa_name"
12672 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12673 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674 #  include:
12675 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12678 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12680 #  layout:
12681 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12682 #    layout: "plot-throughput-speedup-analysis"
12683 #
12684 #- type: "plot"
12685 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12686 #  algorithm: "plot_tsa_name"
12687 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12688 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12689 #  include:
12690 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12696 #  layout:
12697 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12698 #    layout: "plot-throughput-speedup-analysis"
12699 #
12700 #- type: "plot"
12701 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12702 #  algorithm: "plot_tsa_name"
12703 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12704 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12705 #  include:
12706 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12709 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12712 #  layout:
12713 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12714 #    layout: "plot-throughput-speedup-analysis"
12715
12716 - type: "plot"
12717   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12718   algorithm: "plot_tsa_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12721   include:
12722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12725   layout:
12726     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12727     layout: "plot-throughput-speedup-analysis"
12728
12729 - type: "plot"
12730   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12731   algorithm: "plot_tsa_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12734   include:
12735     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12738   layout:
12739     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12740     layout: "plot-throughput-speedup-analysis"
12741
12742 #- type: "plot"
12743 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12744 #  algorithm: "plot_tsa_name"
12745 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12746 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12747 #  include:
12748 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12753 #  layout:
12754 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12755 #    layout: "plot-throughput-speedup-analysis"
12756 #
12757 #- type: "plot"
12758 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12759 #  algorithm: "plot_tsa_name"
12760 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12761 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762 #  include:
12763 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12764 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12768 #  layout:
12769 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12770 #    layout: "plot-throughput-speedup-analysis"
12771 #
12772 #- type: "plot"
12773 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12774 #  algorithm: "plot_tsa_name"
12775 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12776 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12777 #  include:
12778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12782 #  layout:
12783 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12784 #    layout: "plot-throughput-speedup-analysis"
12785 #
12786 #- type: "plot"
12787 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12788 #  algorithm: "plot_tsa_name"
12789 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12790 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12791 #  include:
12792 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12796 #  layout:
12797 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12798 #    layout: "plot-throughput-speedup-analysis"
12799 #
12800 #- type: "plot"
12801 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12802 #  algorithm: "plot_tsa_name"
12803 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12804 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12805 #  include:
12806 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12807 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12811 #  layout:
12812 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12813 #    layout: "plot-throughput-speedup-analysis"
12814 #
12815 #- type: "plot"
12816 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12817 #  algorithm: "plot_tsa_name"
12818 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12819 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12820 #  include:
12821 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12822 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12824 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12825 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12826 #  layout:
12827 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12828 #    layout: "plot-throughput-speedup-analysis"
12829 #
12830 #- type: "plot"
12831 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12832 #  algorithm: "plot_tsa_name"
12833 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12834 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835 #  include:
12836 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12837 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12838 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12839 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12840 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12842 #  layout:
12843 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12844 #    layout: "plot-throughput-speedup-analysis"
12845 #
12846 #- type: "plot"
12847 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12848 #  algorithm: "plot_tsa_name"
12849 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12850 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851 #  include:
12852 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12853 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12854 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12855 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12858 #  layout:
12859 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12860 #    layout: "plot-throughput-speedup-analysis"
12861
12862 - type: "plot"
12863   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12864   algorithm: "plot_tsa_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12867   include:
12868     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12870   layout:
12871     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12872     layout: "plot-throughput-speedup-analysis"
12873
12874 - type: "plot"
12875   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12876   algorithm: "plot_tsa_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12879   include:
12880     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12882   layout:
12883     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12884     layout: "plot-throughput-speedup-analysis"
12885
12886 #- type: "plot"
12887 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12888 #  algorithm: "plot_tsa_name"
12889 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12890 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891 #  include:
12892 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12896 #  layout:
12897 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12898 #    layout: "plot-throughput-speedup-analysis"
12899 #
12900 #- type: "plot"
12901 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12902 #  algorithm: "plot_tsa_name"
12903 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12904 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905 #  include:
12906 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12908 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12909 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12910 #  layout:
12911 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12912 #    layout: "plot-throughput-speedup-analysis"
12913 #
12914 #- type: "plot"
12915 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12916 #  algorithm: "plot_tsa_name"
12917 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12918 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12919 #  include:
12920 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12923 #  layout:
12924 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12925 #    layout: "plot-throughput-speedup-analysis"
12926 #
12927 #- type: "plot"
12928 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12929 #  algorithm: "plot_tsa_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12931 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12936 #  layout:
12937 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12938 #    layout: "plot-throughput-speedup-analysis"
12939 #
12940 #- type: "plot"
12941 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12942 #  algorithm: "plot_tsa_name"
12943 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12944 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12945 #  include:
12946 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12951 #  layout:
12952 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12953 #    layout: "plot-throughput-speedup-analysis"
12954 #
12955 #- type: "plot"
12956 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12957 #  algorithm: "plot_tsa_name"
12958 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12959 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960 #  include:
12961 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12966 #  layout:
12967 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12968 #    layout: "plot-throughput-speedup-analysis"
12969
12970 - type: "plot"
12971   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12972   algorithm: "plot_tsa_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   include:
12976     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12977     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12978     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12979   layout:
12980     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12981     layout: "plot-throughput-speedup-analysis"
12982
12983 - type: "plot"
12984   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12985   algorithm: "plot_tsa_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12988   include:
12989     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12990     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12992   layout:
12993     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12994     layout: "plot-throughput-speedup-analysis"
12995
12996 #- type: "plot"
12997 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12998 #  algorithm: "plot_tsa_name"
12999 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13000 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001 #  include:
13002 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13005 #  layout:
13006 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13007 #    layout: "plot-throughput-speedup-analysis"
13008 #
13009 #- type: "plot"
13010 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13011 #  algorithm: "plot_tsa_name"
13012 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13013 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13014 #  include:
13015 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13018 #  layout:
13019 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13020 #    layout: "plot-throughput-speedup-analysis"
13021 #
13022 #- type: "plot"
13023 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13024 #  algorithm: "plot_tsa_name"
13025 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13026 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027 #  include:
13028 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13029 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13033 #  layout:
13034 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13035 #    layout: "plot-throughput-speedup-analysis"
13036 #
13037 #- type: "plot"
13038 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13039 #  algorithm: "plot_tsa_name"
13040 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13041 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042 #  include:
13043 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13048 #  layout:
13049 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13050 #    layout: "plot-throughput-speedup-analysis"
13051
13052 - type: "plot"
13053   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13054   algorithm: "plot_tsa_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13057   include:
13058     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064   layout:
13065     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13066     layout: "plot-throughput-speedup-analysis"
13067
13068 - type: "plot"
13069   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13070   algorithm: "plot_tsa_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13073   include:
13074     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13080   layout:
13081     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13082     layout: "plot-throughput-speedup-analysis"
13083
13084 - type: "plot"
13085   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13086   algorithm: "plot_tsa_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13089   include:
13090     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13094   layout:
13095     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13096     layout: "plot-throughput-speedup-analysis"
13097
13098 - type: "plot"
13099   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13100   algorithm: "plot_tsa_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13103   include:
13104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13108   layout:
13109     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13110     layout: "plot-throughput-speedup-analysis"
13111
13112 #- type: "plot"
13113 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13114 #  algorithm: "plot_tsa_name"
13115 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13116 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13117 #  include:
13118 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13119 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13121 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13122 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13123 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13124 #  layout:
13125 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13126 #    layout: "plot-throughput-speedup-analysis"
13127 #
13128 #- type: "plot"
13129 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13130 #  algorithm: "plot_tsa_name"
13131 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13132 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13133 #  include:
13134 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13135 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13136 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13137 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13139 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13140 #  layout:
13141 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13142 #    layout: "plot-throughput-speedup-analysis"
13143 #
13144 #- type: "plot"
13145 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13146 #  algorithm: "plot_tsa_name"
13147 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13148 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149 #  include:
13150 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13151 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13152 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13153 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13155 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13156 #  layout:
13157 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13158 #    layout: "plot-throughput-speedup-analysis"
13159 #
13160 #- type: "plot"
13161 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13162 #  algorithm: "plot_tsa_name"
13163 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13164 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13165 #  include:
13166 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13167 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13172 #  layout:
13173 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13174 #    layout: "plot-throughput-speedup-analysis"
13175 #
13176 #- type: "plot"
13177 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13178 #  algorithm: "plot_tsa_name"
13179 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13180 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13181 #  include:
13182 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13183 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13186 #  layout:
13187 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13188 #    layout: "plot-throughput-speedup-analysis"
13189 #
13190 #- type: "plot"
13191 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13192 #  algorithm: "plot_tsa_name"
13193 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13195 #  include:
13196 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13197 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13198 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13199 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13200 #  layout:
13201 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13202 #    layout: "plot-throughput-speedup-analysis"
13203 #
13204 #- type: "plot"
13205 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13206 #  algorithm: "plot_tsa_name"
13207 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13208 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209 #  include:
13210 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13211 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13212 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13213 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13214 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13215 #  layout:
13216 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13217 #    layout: "plot-throughput-speedup-analysis"
13218 #
13219 #- type: "plot"
13220 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13221 #  algorithm: "plot_tsa_name"
13222 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13223 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13224 #  include:
13225 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13226 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13227 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13228 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13229 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13230 #  layout:
13231 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13232 #    layout: "plot-throughput-speedup-analysis"
13233 #
13234 #- type: "plot"
13235 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13236 #  algorithm: "plot_tsa_name"
13237 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13238 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239 #  include:
13240 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13242 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13243 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13244 #  layout:
13245 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13246 #    layout: "plot-throughput-speedup-analysis"
13247 #
13248 #- type: "plot"
13249 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13250 #  algorithm: "plot_tsa_name"
13251 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13252 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13253 #  include:
13254 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13256 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13257 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13258 #  layout:
13259 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13260 #    layout: "plot-throughput-speedup-analysis"
13261
13262 - type: "plot"
13263   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13264   algorithm: "plot_tsa_name"
13265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13267   include:
13268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13274   layout:
13275     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13276     layout: "plot-throughput-speedup-analysis"
13277
13278 - type: "plot"
13279   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13280   algorithm: "plot_tsa_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13283   include:
13284     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13290   layout:
13291     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13292     layout: "plot-throughput-speedup-analysis"
13293
13294 #- type: "plot"
13295 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13296 #  algorithm: "plot_tsa_name"
13297 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13298 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299 #  include:
13300 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13301 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13302 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13303 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13304 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13305 #  layout:
13306 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13307 #    layout: "plot-throughput-speedup-analysis"
13308 #
13309 #- type: "plot"
13310 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13311 #  algorithm: "plot_tsa_name"
13312 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13313 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314 #  include:
13315 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13316 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13317 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13318 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13319 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13320 #  layout:
13321 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13322 #    layout: "plot-throughput-speedup-analysis"
13323 #
13324 #- type: "plot"
13325 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13326 #  algorithm: "plot_tsa_name"
13327 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13328 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13329 #  include:
13330 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13331 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13332 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13333 #  layout:
13334 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13335 #    layout: "plot-throughput-speedup-analysis"
13336 #
13337 #- type: "plot"
13338 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13339 #  algorithm: "plot_tsa_name"
13340 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13341 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342 #  include:
13343 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13344 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13345 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13346 #  layout:
13347 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13348 #    layout: "plot-throughput-speedup-analysis"
13349 #
13350 #- type: "plot"
13351 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13352 #  algorithm: "plot_tsa_name"
13353 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13354 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355 #  include:
13356 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13358 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13359 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13360 #  layout:
13361 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13362 #    layout: "plot-throughput-speedup-analysis"
13363 #
13364 #- type: "plot"
13365 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13366 #  algorithm: "plot_tsa_name"
13367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369 #  include:
13370 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13371 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13372 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13373 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13374 #  layout:
13375 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13376 #    layout: "plot-throughput-speedup-analysis"
13377 #
13378 #- type: "plot"
13379 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13380 #  algorithm: "plot_tsa_name"
13381 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13382 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383 #  include:
13384 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13386 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13387 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13388 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13389 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13390 #  layout:
13391 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13392 #    layout: "plot-throughput-speedup-analysis"
13393 #
13394 #- type: "plot"
13395 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13396 #  algorithm: "plot_tsa_name"
13397 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13398 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399 #  include:
13400 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13401 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13402 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13403 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13404 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13405 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13406 #  layout:
13407 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13408 #    layout: "plot-throughput-speedup-analysis"
13409 #
13410 #- type: "plot"
13411 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13412 #  algorithm: "plot_tsa_name"
13413 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13414 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415 #  include:
13416 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13417 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13418 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13419 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13420 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13421 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13422 #  layout:
13423 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13424 #    layout: "plot-throughput-speedup-analysis"
13425 #
13426 #- type: "plot"
13427 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13428 #  algorithm: "plot_tsa_name"
13429 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13430 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431 #  include:
13432 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13433 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13434 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13435 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13436 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13438 #  layout:
13439 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13440 #    layout: "plot-throughput-speedup-analysis"
13441
13442 - type: "plot"
13443   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13444   algorithm: "plot_tsa_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13447   include:
13448     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13449     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13450     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13451     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13452     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13453     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13454   layout:
13455     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13456     layout: "plot-throughput-speedup-analysis"
13457
13458 - type: "plot"
13459   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13460   algorithm: "plot_tsa_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13463   include:
13464     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13465     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13466     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13467     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13468     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13469     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13470   layout:
13471     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13472     layout: "plot-throughput-speedup-analysis"
13473
13474 #- type: "plot"
13475 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13476 #  algorithm: "plot_tsa_name"
13477 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13478 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479 #  include:
13480 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13483 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13484 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13485 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13486 #  layout:
13487 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13488 #    layout: "plot-throughput-speedup-analysis"
13489 #
13490 #- type: "plot"
13491 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13492 #  algorithm: "plot_tsa_name"
13493 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13494 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495 #  include:
13496 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13502 #  layout:
13503 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13504 #    layout: "plot-throughput-speedup-analysis"
13505 #
13506 #- type: "plot"
13507 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13508 #  algorithm: "plot_tsa_name"
13509 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13510 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13511 #  include:
13512 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13516 #  layout:
13517 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13518 #    layout: "plot-throughput-speedup-analysis"
13519 #
13520 #- type: "plot"
13521 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13522 #  algorithm: "plot_tsa_name"
13523 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13524 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13525 #  include:
13526 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13530 #  layout:
13531 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13532 #    layout: "plot-throughput-speedup-analysis"
13533 #
13534 #- type: "plot"
13535 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13536 #  algorithm: "plot_tsa_name"
13537 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13539 #  include:
13540 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13544 #  layout:
13545 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13546 #    layout: "plot-throughput-speedup-analysis"
13547 #
13548 #- type: "plot"
13549 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13550 #  algorithm: "plot_tsa_name"
13551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13553 #  include:
13554 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13558 #  layout:
13559 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13560 #    layout: "plot-throughput-speedup-analysis"
13561
13562 - type: "plot"
13563   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13564   algorithm: "plot_tsa_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13567   include:
13568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572   layout:
13573     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13574     layout: "plot-throughput-speedup-analysis"
13575
13576 - type: "plot"
13577   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13578   algorithm: "plot_tsa_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13586   layout:
13587     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13588     layout: "plot-throughput-speedup-analysis"
13589
13590 - type: "plot"
13591   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13592   algorithm: "plot_tsa_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13600   layout:
13601     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13602     layout: "plot-throughput-speedup-analysis"
13603
13604 - type: "plot"
13605   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13606   algorithm: "plot_tsa_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13609   include:
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13614   layout:
13615     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 #- type: "plot"
13619 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13620 #  algorithm: "plot_tsa_name"
13621 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13622 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623 #  include:
13624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628 #  layout:
13629 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13630 #    layout: "plot-throughput-speedup-analysis"
13631 #
13632 #- type: "plot"
13633 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13634 #  algorithm: "plot_tsa_name"
13635 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13636 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637 #  include:
13638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13642 #  layout:
13643 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13644 #    layout: "plot-throughput-speedup-analysis"
13645 #
13646 #- type: "plot"
13647 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13648 #  algorithm: "plot_tsa_name"
13649 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13650 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651 #  include:
13652 #    - "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"
13653 #    - "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"
13654 #    - "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"
13655 #    - "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"
13656 #  layout:
13657 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13658 #    layout: "plot-throughput-speedup-analysis"
13659 #
13660 #- type: "plot"
13661 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13662 #  algorithm: "plot_tsa_name"
13663 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13664 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665 #  include:
13666 #    - "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"
13667 #    - "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"
13668 #    - "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"
13669 #    - "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"
13670 #  layout:
13671 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13672 #    layout: "plot-throughput-speedup-analysis"
13673 #
13674 #- type: "plot"
13675 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13676 #  algorithm: "plot_tsa_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13678 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13684 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13685 #  layout:
13686 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13687 #    layout: "plot-throughput-speedup-analysis"
13688 #
13689 #- type: "plot"
13690 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13691 #  algorithm: "plot_tsa_name"
13692 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13693 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694 #  include:
13695 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13699 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13700 #  layout:
13701 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13702 #    layout: "plot-throughput-speedup-analysis"
13703 #
13704 #- type: "plot"
13705 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13706 #  algorithm: "plot_tsa_name"
13707 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13708 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709 #  include:
13710 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13713 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13714 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13715 #  layout:
13716 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13717 #    layout: "plot-throughput-speedup-analysis"
13718 #
13719 #- type: "plot"
13720 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13721 #  algorithm: "plot_tsa_name"
13722 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13723 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724 #  include:
13725 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13726 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13727 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13728 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13729 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13730 #  layout:
13731 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13732 #    layout: "plot-throughput-speedup-analysis"
13733 #
13734 #- type: "plot"
13735 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13736 #  algorithm: "plot_tsa_name"
13737 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13738 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13739 #  include:
13740 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13741 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13742 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13743 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13744 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13745 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13746 #  layout:
13747 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13748 #    layout: "plot-throughput-speedup-analysis"
13749 #
13750 #- type: "plot"
13751 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13752 #  algorithm: "plot_tsa_name"
13753 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13754 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13755 #  include:
13756 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13757 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13758 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13759 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13760 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762 #  layout:
13763 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13764 #    layout: "plot-throughput-speedup-analysis"
13765 #
13766 #- type: "plot"
13767 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13768 #  algorithm: "plot_tsa_name"
13769 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13770 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13771 #  include:
13772 #    - "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"
13773 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775 #    - "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"
13776 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778 #  layout:
13779 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13780 #    layout: "plot-throughput-speedup-analysis"
13781 #
13782 #- type: "plot"
13783 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13784 #  algorithm: "plot_tsa_name"
13785 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13786 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13787 #  include:
13788 #    - "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"
13789 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791 #    - "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"
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794 #  layout:
13795 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13796 #    layout: "plot-throughput-speedup-analysis"
13797 #
13798 #- type: "plot"
13799 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13800 #  algorithm: "plot_tsa_name"
13801 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13802 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803 #  include:
13804 #    - "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"
13805 #    - "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"
13806 #    - "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"
13807 #  layout:
13808 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13809 #    layout: "plot-throughput-speedup-analysis"
13810 #
13811 #- type: "plot"
13812 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13813 #  algorithm: "plot_tsa_name"
13814 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13815 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816 #  include:
13817 #    - "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"
13818 #    - "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"
13819 #    - "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"
13820 #  layout:
13821 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13822 #    layout: "plot-throughput-speedup-analysis"
13823
13824 - type: "plot"
13825   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13826   algorithm: "plot_tsa_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13829   include:
13830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13835   layout:
13836     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13837     layout: "plot-throughput-speedup-analysis"
13838
13839 - type: "plot"
13840   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13841   algorithm: "plot_tsa_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13844   include:
13845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13850   layout:
13851     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13852     layout: "plot-throughput-speedup-analysis"
13853
13854 - type: "plot"
13855   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13856   algorithm: "plot_tsa_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13859   include:
13860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13865   layout:
13866     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13874   include:
13875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13880   layout:
13881     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13882     layout: "plot-throughput-speedup-analysis"
13883
13884 - type: "plot"
13885   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13886   algorithm: "plot_tsa_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13889   include:
13890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13896   layout:
13897     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13905   include:
13906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13912   layout:
13913     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13914     layout: "plot-throughput-speedup-analysis"
13915
13916 - type: "plot"
13917   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13918   algorithm: "plot_tsa_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13921   include:
13922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13926   layout:
13927     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13928     layout: "plot-throughput-speedup-analysis"
13929
13930 - type: "plot"
13931   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13932   algorithm: "plot_tsa_name"
13933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13935   include:
13936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13940   layout:
13941     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13949   include:
13950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13955   layout:
13956     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13964   include:
13965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13970   layout:
13971     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13979   include:
13980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13986   layout:
13987     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13995   include:
13996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14002   layout:
14003     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14011   include:
14012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14016   layout:
14017     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14025   include:
14026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14030   layout:
14031     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 - type: "plot"
14035   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14039   include:
14040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14046   layout:
14047     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14055   include:
14056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14062   layout:
14063     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14071   include:
14072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14078   layout:
14079     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14087   include:
14088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14094   layout:
14095     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14103   include:
14104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14110   layout:
14111     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14119   include:
14120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14126   layout:
14127     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14135   include:
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141   layout:
14142     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14150   include:
14151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156   layout:
14157     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 #- type: "plot"
14161 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14162 #  algorithm: "plot_tsa_name"
14163 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14164 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14165 #  include:
14166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14167 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14168 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14169 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14170 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14171 #  layout:
14172 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14173 #    layout: "plot-throughput-speedup-analysis"
14174 #
14175 #- type: "plot"
14176 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14177 #  algorithm: "plot_tsa_name"
14178 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14179 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14180 #  include:
14181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14186 #  layout:
14187 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14188 #    layout: "plot-throughput-speedup-analysis"
14189
14190 #- type: "plot"
14191 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14192 #  algorithm: "plot_tsa_name"
14193 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14194 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14195 #  include:
14196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202 #  layout:
14203 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14204 #    layout: "plot-throughput-speedup-analysis"
14205 #
14206 #- type: "plot"
14207 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14208 #  algorithm: "plot_tsa_name"
14209 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14210 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14211 #  include:
14212 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14213 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14214 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14215 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14218 #  layout:
14219 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14220 #    layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14233   layout:
14234     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14242   include:
14243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14248   layout:
14249     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14257   include:
14258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14264   layout:
14265     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14273   include:
14274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14280   layout:
14281     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14289   include:
14290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14295   layout:
14296     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14304   include:
14305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14319   include:
14320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14324   layout:
14325     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14333   include:
14334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14338   layout:
14339     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14347   include:
14348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14354   layout:
14355     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14363   include:
14364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14370   layout:
14371     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14379   include:
14380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14385   layout:
14386     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14394   include:
14395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14400   layout:
14401     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14409   include:
14410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14416   layout:
14417     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14425   include:
14426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14432   layout:
14433     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14441   include:
14442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14446   layout:
14447     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14448     layout: "plot-throughput-speedup-analysis"
14449
14450 - type: "plot"
14451   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14452   algorithm: "plot_tsa_name"
14453   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14454   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14455   include:
14456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14460   layout:
14461     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14469   include:
14470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14475   layout:
14476     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14477     layout: "plot-throughput-speedup-analysis"
14478
14479 - type: "plot"
14480   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14481   algorithm: "plot_tsa_name"
14482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14484   include:
14485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14490   layout:
14491     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 - type: "plot"
14495   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14496   algorithm: "plot_tsa_name"
14497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14499   include:
14500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14506   layout:
14507     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14515   include:
14516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14522   layout:
14523     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14531   include:
14532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14536   layout:
14537     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14545   include:
14546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14550   layout:
14551     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14559   include:
14560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14566   layout:
14567     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14575   include:
14576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14582   layout:
14583     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14591   include:
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14598   layout:
14599     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14607   include:
14608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14614   layout:
14615     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 #- type: "plot"
14619 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14620 #  algorithm: "plot_tsa_name"
14621 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14622 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14623 #  include:
14624 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14625 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14626 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14627 #  layout:
14628 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14629 #    layout: "plot-throughput-speedup-analysis"
14630 #
14631 #- type: "plot"
14632 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14633 #  algorithm: "plot_tsa_name"
14634 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14635 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14636 #  include:
14637 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14638 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14639 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14640 #  layout:
14641 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14642 #    layout: "plot-throughput-speedup-analysis"
14643
14644 ################################################################################
14645
14646 # Packet Throughput - DPDK
14647
14648 # 2n-skx-xxv710
14649
14650 #- type: "plot"
14651 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14652 #  algorithm: "plot_perf_box_name"
14653 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14654 #  data: "plot-dpdk-throughput-latency-2n-skx"
14655 #  include:
14656 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14657 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14658 #  layout:
14659 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14660 #    layout: "plot-throughput"
14661 #
14662 #- type: "plot"
14663 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14664 #  algorithm: "plot_perf_box_name"
14665 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14666 #  data: "plot-dpdk-throughput-latency-2n-skx"
14667 #  include:
14668 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14669 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14670 #  layout:
14671 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14672 #    layout: "plot-throughput"
14673 #
14674 #- type: "plot"
14675 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14676 #  algorithm: "plot_perf_box_name"
14677 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14678 #  data: "plot-dpdk-throughput-latency-2n-skx"
14679 #  include:
14680 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14681 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14682 #  layout:
14683 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14684 #    layout: "plot-throughput"
14685 #
14686 #- type: "plot"
14687 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14688 #  algorithm: "plot_perf_box_name"
14689 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14690 #  data: "plot-dpdk-throughput-latency-2n-skx"
14691 #  include:
14692 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14693 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14694 #  layout:
14695 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14696 #    layout: "plot-throughput"
14697 #
14698 ## 2n-skx-x710
14699 #
14700 #- type: "plot"
14701 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14702 #  algorithm: "plot_perf_box_name"
14703 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14704 #  data: "plot-dpdk-throughput-latency-2n-skx"
14705 #  include:
14706 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14707 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14708 #  layout:
14709 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14710 #    layout: "plot-throughput"
14711 #
14712 #- type: "plot"
14713 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14714 #  algorithm: "plot_perf_box_name"
14715 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14716 #  data: "plot-dpdk-throughput-latency-2n-skx"
14717 #  include:
14718 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14719 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14720 #  layout:
14721 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14722 #    layout: "plot-throughput"
14723 #
14724 #- type: "plot"
14725 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14726 #  algorithm: "plot_perf_box_name"
14727 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14728 #  data: "plot-dpdk-throughput-latency-2n-skx"
14729 #  include:
14730 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14731 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14732 #  layout:
14733 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14734 #    layout: "plot-throughput"
14735 #
14736 #- type: "plot"
14737 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14738 #  algorithm: "plot_perf_box_name"
14739 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14740 #  data: "plot-dpdk-throughput-latency-2n-skx"
14741 #  include:
14742 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14743 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14744 #  layout:
14745 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14746 #    layout: "plot-throughput"
14747 #
14748 ## 3n-skx-xxv710
14749 #
14750 #- type: "plot"
14751 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14752 #  algorithm: "plot_perf_box_name"
14753 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14754 #  data: "plot-dpdk-throughput-latency-3n-skx"
14755 #  include:
14756 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14757 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14758 #  layout:
14759 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14760 #    layout: "plot-throughput"
14761 #
14762 #- type: "plot"
14763 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14764 #  algorithm: "plot_perf_box_name"
14765 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14766 #  data: "plot-dpdk-throughput-latency-3n-skx"
14767 #  include:
14768 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14769 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14770 #  layout:
14771 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14772 #    layout: "plot-throughput"
14773 #
14774 #- type: "plot"
14775 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14776 #  algorithm: "plot_perf_box_name"
14777 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14778 #  data: "plot-dpdk-throughput-latency-3n-skx"
14779 #  include:
14780 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14781 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14782 #  layout:
14783 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14784 #    layout: "plot-throughput"
14785 #
14786 #- type: "plot"
14787 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14788 #  algorithm: "plot_perf_box_name"
14789 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14790 #  data: "plot-dpdk-throughput-latency-3n-skx"
14791 #  include:
14792 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14793 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14794 #  layout:
14795 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14796 #    layout: "plot-throughput"
14797 #
14798 ## 3n-skx-x710
14799 #
14800 #- type: "plot"
14801 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14802 #  algorithm: "plot_perf_box_name"
14803 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14804 #  data: "plot-dpdk-throughput-latency-3n-skx"
14805 #  include:
14806 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14807 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14808 #  layout:
14809 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14810 #    layout: "plot-throughput"
14811 #
14812 #- type: "plot"
14813 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14814 #  algorithm: "plot_perf_box_name"
14815 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14816 #  data: "plot-dpdk-throughput-latency-3n-skx"
14817 #  include:
14818 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14819 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14820 #  layout:
14821 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14822 #    layout: "plot-throughput"
14823 #
14824 #- type: "plot"
14825 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14826 #  algorithm: "plot_perf_box_name"
14827 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14828 #  data: "plot-dpdk-throughput-latency-3n-skx"
14829 #  include:
14830 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14831 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14832 #  layout:
14833 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14834 #    layout: "plot-throughput"
14835 #
14836 #- type: "plot"
14837 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14838 #  algorithm: "plot_perf_box_name"
14839 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14840 #  data: "plot-dpdk-throughput-latency-3n-skx"
14841 #  include:
14842 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14843 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14844 #  layout:
14845 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14846 #    layout: "plot-throughput"
14847
14848 # 3n-hsw-xl710
14849
14850 - type: "plot"
14851   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14852   algorithm: "plot_perf_box_name"
14853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14854   data: "plot-dpdk-throughput-latency-3n-hsw"
14855   include:
14856     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14857     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14858   layout:
14859     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14860     layout: "plot-throughput"
14861
14862 - type: "plot"
14863   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14864   algorithm: "plot_perf_box_name"
14865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14866   data: "plot-dpdk-throughput-latency-3n-hsw"
14867   include:
14868     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14869     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14870   layout:
14871     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14872     layout: "plot-throughput"
14873
14874 - type: "plot"
14875   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14876   algorithm: "plot_perf_box_name"
14877   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14878   data: "plot-dpdk-throughput-latency-3n-hsw"
14879   include:
14880     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14881     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14882   layout:
14883     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14884     layout: "plot-throughput"
14885
14886 - type: "plot"
14887   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14888   algorithm: "plot_perf_box_name"
14889   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14890   data: "plot-dpdk-throughput-latency-3n-hsw"
14891   include:
14892     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14893     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14894   layout:
14895     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14896     layout: "plot-throughput"
14897
14898 # 3n-hsw-x710
14899
14900 - type: "plot"
14901   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14902   algorithm: "plot_perf_box_name"
14903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14904   data: "plot-dpdk-throughput-latency-3n-hsw"
14905   include:
14906     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14907     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14908   layout:
14909     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14910     layout: "plot-throughput"
14911
14912 - type: "plot"
14913   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14914   algorithm: "plot_perf_box_name"
14915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14916   data: "plot-dpdk-throughput-latency-3n-hsw"
14917   include:
14918     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14919     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14920   layout:
14921     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14922     layout: "plot-throughput"
14923
14924 - type: "plot"
14925   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14926   algorithm: "plot_perf_box_name"
14927   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14928   data: "plot-dpdk-throughput-latency-3n-hsw"
14929   include:
14930     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14931     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14932   layout:
14933     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14934     layout: "plot-throughput"
14935
14936 - type: "plot"
14937   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14938   algorithm: "plot_perf_box_name"
14939   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14940   data: "plot-dpdk-throughput-latency-3n-hsw"
14941   include:
14942     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14943     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14944   layout:
14945     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14946     layout: "plot-throughput"
14947
14948 # 2n-dnv-x553
14949
14950 - type: "plot"
14951   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14952   algorithm: "plot_perf_box_name"
14953   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14954   data: "plot-dpdk-throughput-latency-2n-dnv"
14955   include:
14956     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14957     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14958   layout:
14959     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14960     layout: "plot-throughput"
14961
14962 - type: "plot"
14963   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14964   algorithm: "plot_perf_box_name"
14965   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14966   data: "plot-dpdk-throughput-latency-2n-dnv"
14967   include:
14968     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14969     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14970   layout:
14971     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14972     layout: "plot-throughput"
14973
14974 - type: "plot"
14975   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14976   algorithm: "plot_perf_box_name"
14977   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14978   data: "plot-dpdk-throughput-latency-2n-dnv"
14979   include:
14980     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14981     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14982   layout:
14983     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14984     layout: "plot-throughput"
14985
14986 - type: "plot"
14987   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14988   algorithm: "plot_perf_box_name"
14989   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14990   data: "plot-dpdk-throughput-latency-2n-dnv"
14991   include:
14992     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14993     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14994   layout:
14995     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14996     layout: "plot-throughput"
14997
14998 # 3n-dnv-x553
14999
15000 - type: "plot"
15001   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15002   algorithm: "plot_perf_box_name"
15003   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15004   data: "plot-dpdk-throughput-latency-3n-dnv"
15005   include:
15006     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15007     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15008   layout:
15009     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15010     layout: "plot-throughput"
15011
15012 - type: "plot"
15013   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15014   algorithm: "plot_perf_box_name"
15015   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15016   data: "plot-dpdk-throughput-latency-3n-dnv"
15017   include:
15018     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15019     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15020   layout:
15021     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15022     layout: "plot-throughput"
15023
15024 - type: "plot"
15025   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15026   algorithm: "plot_perf_box_name"
15027   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15028   data: "plot-dpdk-throughput-latency-3n-dnv"
15029   include:
15030     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15031     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15032   layout:
15033     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15034     layout: "plot-throughput"
15035
15036 - type: "plot"
15037   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15038   algorithm: "plot_perf_box_name"
15039   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15040   data: "plot-dpdk-throughput-latency-3n-dnv"
15041   include:
15042     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15043     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15044   layout:
15045     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15046     layout: "plot-throughput"
15047
15048 ################################################################################
15049 ###   2n-clx                                                                 ###
15050 ################################################################################
15051
15052 # Packet Throughput
15053
15054 #- type: "plot"
15055 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15056 #  algorithm: "plot_perf_box_name"
15057 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15058 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15059 #  include:
15060 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15061 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15062 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15063 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15064 #  layout:
15065 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15066 #    layout: "plot-throughput"
15067 #
15068 #- type: "plot"
15069 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15070 #  algorithm: "plot_perf_box_name"
15071 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15072 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15073 #  include:
15074 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15075 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15076 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15077 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15078 #  layout:
15079 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15080 #    layout: "plot-throughput"
15081 #
15082 #- type: "plot"
15083 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15084 #  algorithm: "plot_perf_box_name"
15085 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15086 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15087 #  include:
15088 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15089 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15090 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15091 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15092 #  layout:
15093 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15094 #    layout: "plot-throughput"
15095 #
15096 #- type: "plot"
15097 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15098 #  algorithm: "plot_perf_box_name"
15099 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15100 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15101 #  include:
15102 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15103 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15104 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15105 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15106 #  layout:
15107 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15108 #    layout: "plot-throughput"
15109 #
15110 #- type: "plot"
15111 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15112 #  algorithm: "plot_perf_box_name"
15113 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15114 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15115 #  include:
15116 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15117 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15118 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15119 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15120 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15121 #  layout:
15122 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15123 #    layout: "plot-throughput"
15124 #
15125 #- type: "plot"
15126 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15127 #  algorithm: "plot_perf_box_name"
15128 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15129 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15130 #  include:
15131 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15132 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15133 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15134 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15135 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15136 #  layout:
15137 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15138 #    layout: "plot-throughput"
15139 #
15140 #- type: "plot"
15141 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15142 #  algorithm: "plot_perf_box_name"
15143 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15144 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15145 #  include:
15146 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15147 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15148 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15149 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15150 #  layout:
15151 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15152 #    layout: "plot-throughput"
15153 #
15154 #- type: "plot"
15155 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15156 #  algorithm: "plot_perf_box_name"
15157 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15158 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15159 #  include:
15160 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15161 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15162 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15163 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15164 #  layout:
15165 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15166 #    layout: "plot-throughput"
15167 #
15168 #- type: "plot"
15169 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15170 #  algorithm: "plot_perf_box_name"
15171 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15172 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15173 #  include:
15174 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15175 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15176 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15177 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15178 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15179 #  layout:
15180 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15181 #    layout: "plot-throughput"
15182 #
15183 #- type: "plot"
15184 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15185 #  algorithm: "plot_perf_box_name"
15186 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15187 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15188 #  include:
15189 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15190 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15191 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15192 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15193 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15194 #  layout:
15195 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15196 #    layout: "plot-throughput"
15197 #
15198 #- type: "plot"
15199 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15200 #  algorithm: "plot_perf_box_name"
15201 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15202 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15203 #  include:
15204 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15205 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15207 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15208 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15209 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15210 #  layout:
15211 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15212 #    layout: "plot-throughput"
15213 #
15214 #- type: "plot"
15215 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15216 #  algorithm: "plot_perf_box_name"
15217 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15218 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15219 #  include:
15220 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15221 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15222 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15223 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15224 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15225 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15226 #  layout:
15227 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15228 #    layout: "plot-throughput"
15229 #
15230 #- type: "plot"
15231 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15232 #  algorithm: "plot_perf_box_name"
15233 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15234 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15235 #  include:
15236 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15237 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15238 #  layout:
15239 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15240 #    layout: "plot-throughput"
15241 #
15242 #- type: "plot"
15243 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15244 #  algorithm: "plot_perf_box_name"
15245 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15246 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15247 #  include:
15248 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15249 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15250 #  layout:
15251 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15252 #    layout: "plot-throughput"
15253 #
15254 #- type: "plot"
15255 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15256 #  algorithm: "plot_perf_box_name"
15257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15259 #  include:
15260 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15261 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15262 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15263 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15264 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15265 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15266 #  layout:
15267 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15268 #    layout: "plot-throughput"
15269 #
15270 #- type: "plot"
15271 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15272 #  algorithm: "plot_perf_box_name"
15273 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15274 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15275 #  include:
15276 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15277 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15278 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15279 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15280 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15281 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15282 #  layout:
15283 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15284 #    layout: "plot-throughput"
15285 #
15286 #- type: "plot"
15287 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15288 #  algorithm: "plot_perf_box_name"
15289 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15290 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15291 #  include:
15292 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15293 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15294 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15295 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15296 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15297 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15298 #  layout:
15299 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15300 #    layout: "plot-throughput"
15301 #
15302 #- type: "plot"
15303 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15304 #  algorithm: "plot_perf_box_name"
15305 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15306 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15307 #  include:
15308 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15309 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15310 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15311 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15312 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15313 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15314 #  layout:
15315 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15316 #    layout: "plot-throughput"
15317 #
15318 #- type: "plot"
15319 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15320 #  algorithm: "plot_perf_box_name"
15321 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15322 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15323 #  include:
15324 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15325 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15326 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15327 #  layout:
15328 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15329 #    layout: "plot-throughput"
15330 #
15331 #- type: "plot"
15332 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15333 #  algorithm: "plot_perf_box_name"
15334 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15335 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15336 #  include:
15337 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15338 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15339 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15340 #  layout:
15341 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15342 #    layout: "plot-throughput"
15343 #
15344 #- type: "plot"
15345 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15346 #  algorithm: "plot_perf_box_name"
15347 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15348 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15349 #  include:
15350 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15351 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15352 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15353 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15354 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15355 #  layout:
15356 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15357 #    layout: "plot-throughput"
15358 #
15359 #- type: "plot"
15360 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15361 #  algorithm: "plot_perf_box_name"
15362 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15363 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15364 #  include:
15365 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15366 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15367 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15368 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15369 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15370 #  layout:
15371 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15372 #    layout: "plot-throughput"
15373 #
15374 #- type: "plot"
15375 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15376 #  algorithm: "plot_perf_box_name"
15377 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15378 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15379 #  include:
15380 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15382 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15383 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15384 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15385 #  layout:
15386 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15387 #    layout: "plot-throughput"
15388 #
15389 #- type: "plot"
15390 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15391 #  algorithm: "plot_perf_box_name"
15392 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15393 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15394 #  include:
15395 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15398 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15399 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15400 #  layout:
15401 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15402 #    layout: "plot-throughput"
15403 #
15404 #- type: "plot"
15405 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15406 #  algorithm: "plot_perf_box_name"
15407 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15408 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15409 #  include:
15410 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15411 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15412 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15413 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15414 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15415 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15416 #  layout:
15417 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15418 #    layout: "plot-throughput"
15419 #
15420 #- type: "plot"
15421 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15422 #  algorithm: "plot_perf_box_name"
15423 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15424 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15425 #  include:
15426 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15427 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15428 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15429 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15430 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15431 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15432 #  layout:
15433 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15434 #    layout: "plot-throughput"
15435 #
15436 #- type: "plot"
15437 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15438 #  algorithm: "plot_perf_box_name"
15439 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15440 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15441 #  include:
15442 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15443 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15444 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15445 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15446 #  layout:
15447 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15448 #    layout: "plot-throughput"
15449 #
15450 #- type: "plot"
15451 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15452 #  algorithm: "plot_perf_box_name"
15453 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15454 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15455 #  include:
15456 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15457 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15458 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15459 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15460 #  layout:
15461 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15462 #    layout: "plot-throughput"
15463 #
15464 #- type: "plot"
15465 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15466 #  algorithm: "plot_perf_box_name"
15467 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15468 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15469 #  include:
15470 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15471 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15472 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15473 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15474 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15475 #  layout:
15476 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15477 #    layout: "plot-throughput"
15478 #
15479 #- type: "plot"
15480 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15481 #  algorithm: "plot_perf_box_name"
15482 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15483 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15484 #  include:
15485 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15486 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15487 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15488 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15489 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15490 #  layout:
15491 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15492 #    layout: "plot-throughput"
15493 #
15494 #- type: "plot"
15495 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15496 #  algorithm: "plot_perf_box_name"
15497 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15498 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15499 #  include:
15500 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15501 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15502 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15503 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15504 #  layout:
15505 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15506 #    layout: "plot-throughput"
15507 #
15508 #- type: "plot"
15509 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15510 #  algorithm: "plot_perf_box_name"
15511 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15512 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15513 #  include:
15514 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15515 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15516 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15517 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15518 #  layout:
15519 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15520 #    layout: "plot-throughput"
15521 #
15522 #- type: "plot"
15523 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15524 #  algorithm: "plot_perf_box_name"
15525 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15526 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15527 #  include:
15528 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15529 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15530 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15531 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15532 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15533 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15534 #  layout:
15535 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15536 #    layout: "plot-throughput"
15537 #
15538 #- type: "plot"
15539 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15540 #  algorithm: "plot_perf_box_name"
15541 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15542 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15543 #  include:
15544 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15545 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15546 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15547 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15548 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15549 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15550 #  layout:
15551 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15552 #    layout: "plot-throughput"
15553 #
15554 #- type: "plot"
15555 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15556 #  algorithm: "plot_perf_box_name"
15557 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15558 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15559 #  include:
15560 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15561 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15562 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15563 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15564 #  layout:
15565 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15566 #    layout: "plot-throughput"
15567 #
15568 #- type: "plot"
15569 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15570 #  algorithm: "plot_perf_box_name"
15571 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15572 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15573 #  include:
15574 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15575 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15576 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15577 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15578 #  layout:
15579 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15580 #    layout: "plot-throughput"
15581 #
15582 #- type: "plot"
15583 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15584 #  algorithm: "plot_perf_box_name"
15585 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15586 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15587 #  include:
15588 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15589 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15590 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15592 #  layout:
15593 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15594 #    layout: "plot-throughput"
15595 #
15596 #- type: "plot"
15597 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15598 #  algorithm: "plot_perf_box_name"
15599 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15600 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15601 #  include:
15602 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15604 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15605 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15606 #  layout:
15607 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15608 #    layout: "plot-throughput"
15609 #
15610 #- type: "plot"
15611 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15612 #  algorithm: "plot_perf_box_name"
15613 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15614 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15615 #  include:
15616 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15617 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15618 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15619 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15620 #  layout:
15621 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15622 #    layout: "plot-throughput"
15623 #
15624 #- type: "plot"
15625 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15626 #  algorithm: "plot_perf_box_name"
15627 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15628 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15629 #  include:
15630 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15631 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15632 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15633 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15634 #  layout:
15635 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15636 #    layout: "plot-throughput"
15637 #
15638 #- type: "plot"
15639 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15640 #  algorithm: "plot_perf_box_name"
15641 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15642 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15643 #  include:
15644 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15645 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15646 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15647 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15648 #  layout:
15649 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15650 #    layout: "plot-throughput"
15651 #
15652 #- type: "plot"
15653 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15654 #  algorithm: "plot_perf_box_name"
15655 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15656 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15657 #  include:
15658 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15659 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15660 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15661 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662 #  layout:
15663 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15664 #    layout: "plot-throughput"
15665 #
15666 #- type: "plot"
15667 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15668 #  algorithm: "plot_perf_box_name"
15669 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15670 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15671 #  include:
15672 #    - "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"
15673 #    - "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"
15674 #    - "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"
15675 #    - "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"
15676 #  layout:
15677 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15678 #    layout: "plot-throughput"
15679 #
15680 #- type: "plot"
15681 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15682 #  algorithm: "plot_perf_box_name"
15683 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15684 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15685 #  include:
15686 #    - "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"
15687 #    - "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"
15688 #    - "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"
15689 #    - "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"
15690 #  layout:
15691 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15692 #    layout: "plot-throughput"
15693 #
15694 #################################################################################
15695 #
15696 ## Packet Speedup
15697 #
15698 #- type: "plot"
15699 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15700 #  algorithm: "plot_tsa_name"
15701 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15702 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15703 #  include:
15704 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15705 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15706 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15707 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15708 #  layout:
15709 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15710 #    layout: "plot-throughput-speedup-analysis"
15711 #
15712 #- type: "plot"
15713 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15714 #  algorithm: "plot_tsa_name"
15715 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15716 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15717 #  include:
15718 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15719 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15721 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15722 #  layout:
15723 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15724 #    layout: "plot-throughput-speedup-analysis"
15725 #
15726 #- type: "plot"
15727 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15728 #  algorithm: "plot_tsa_name"
15729 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15730 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15731 #  include:
15732 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15733 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15734 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15735 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15736 #  layout:
15737 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15738 #    layout: "plot-throughput"
15739 #
15740 #- type: "plot"
15741 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15742 #  algorithm: "plot_tsa_name"
15743 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15744 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15745 #  include:
15746 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15747 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15748 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15749 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15750 #  layout:
15751 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15752 #    layout: "plot-throughput"
15753 #
15754 #- type: "plot"
15755 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15756 #  algorithm: "plot_tsa_name"
15757 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15758 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15759 #  include:
15760 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15761 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15763 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15764 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15765 #  layout:
15766 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15767 #    layout: "plot-throughput-speedup-analysis"
15768 #
15769 #- type: "plot"
15770 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15771 #  algorithm: "plot_tsa_name"
15772 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15773 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15774 #  include:
15775 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15778 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15779 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15780 #  layout:
15781 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15782 #    layout: "plot-throughput-speedup-analysis"
15783 #
15784 #- type: "plot"
15785 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15786 #  algorithm: "plot_tsa_name"
15787 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15788 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15789 #  include:
15790 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15791 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15792 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15793 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15794 #  layout:
15795 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15796 #    layout: "plot-throughput-speedup-analysis"
15797 #
15798 #- type: "plot"
15799 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15800 #  algorithm: "plot_tsa_name"
15801 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15802 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15803 #  include:
15804 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15807 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15808 #  layout:
15809 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15810 #    layout: "plot-throughput-speedup-analysis"
15811 #
15812 #- type: "plot"
15813 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15814 #  algorithm: "plot_tsa_name"
15815 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15816 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15817 #  include:
15818 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15819 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15823 #  layout:
15824 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15825 #    layout: "plot-throughput-speedup-analysis"
15826 #
15827 #- type: "plot"
15828 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15829 #  algorithm: "plot_tsa_name"
15830 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15831 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15832 #  include:
15833 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15834 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15838 #  layout:
15839 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15840 #    layout: "plot-throughput-speedup-analysis"
15841 #
15842 #- type: "plot"
15843 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15852 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15853 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15854 #  layout:
15855 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15856 #    layout: "plot-throughput-speedup-analysis"
15857 #
15858 #- type: "plot"
15859 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15860 #  algorithm: "plot_tsa_name"
15861 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15862 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15863 #  include:
15864 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15868 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15869 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15870 #  layout:
15871 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15872 #    layout: "plot-throughput-speedup-analysis"
15873 #
15874 #- type: "plot"
15875 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15876 #  algorithm: "plot_tsa_name"
15877 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15878 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15879 #  include:
15880 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15881 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15882 #  layout:
15883 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15884 #    layout: "plot-throughput"
15885 #
15886 #- type: "plot"
15887 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15888 #  algorithm: "plot_tsa_name"
15889 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15890 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15891 #  include:
15892 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15894 #  layout:
15895 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15896 #    layout: "plot-throughput"
15897 #
15898 #- type: "plot"
15899 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15900 #  algorithm: "plot_tsa_name"
15901 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15902 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15903 #  include:
15904 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15905 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15906 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15910 #  layout:
15911 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15912 #    layout: "plot-throughput"
15913 #
15914 #- type: "plot"
15915 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15916 #  algorithm: "plot_tsa_name"
15917 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15918 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15919 #  include:
15920 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15925 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15926 #  layout:
15927 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15928 #    layout: "plot-throughput"
15929 #
15930 #- type: "plot"
15931 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15932 #  algorithm: "plot_tsa_name"
15933 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15934 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15935 #  include:
15936 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15940 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15941 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15942 #  layout:
15943 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15944 #    layout: "plot-throughput"
15945 #
15946 #- type: "plot"
15947 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15948 #  algorithm: "plot_tsa_name"
15949 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15950 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15951 #  include:
15952 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15954 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15955 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15956 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15957 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15958 #  layout:
15959 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15960 #    layout: "plot-throughput"
15961 #
15962 #- type: "plot"
15963 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15964 #  algorithm: "plot_tsa_name"
15965 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15966 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15967 #  include:
15968 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15969 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15970 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15971 #  layout:
15972 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15973 #    layout: "plot-throughput-speedup-analysis"
15974 #
15975 #- type: "plot"
15976 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15977 #  algorithm: "plot_tsa_name"
15978 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15979 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15980 #  include:
15981 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15984 #  layout:
15985 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15986 #    layout: "plot-throughput-speedup-analysis"
15987 #
15988 #- type: "plot"
15989 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15990 #  algorithm: "plot_tsa_name"
15991 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15992 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15993 #  include:
15994 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15995 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15996 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15997 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15998 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15999 #  layout:
16000 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16001 #    layout: "plot-throughput-speedup-analysis"
16002 #
16003 #- type: "plot"
16004 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16005 #  algorithm: "plot_tsa_name"
16006 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16007 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16008 #  include:
16009 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16010 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16011 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16012 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16013 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16014 #  layout:
16015 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16016 #    layout: "plot-throughput-speedup-analysis"
16017 #
16018 #- type: "plot"
16019 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16020 #  algorithm: "plot_tsa_name"
16021 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
16022 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16023 #  include:
16024 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16025 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16026 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16027 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16028 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16029 #  layout:
16030 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16031 #    layout: "plot-throughput"
16032 #
16033 #- type: "plot"
16034 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16035 #  algorithm: "plot_tsa_name"
16036 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
16037 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16038 #  include:
16039 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16040 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16041 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16042 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16043 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16044 #  layout:
16045 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16046 #    layout: "plot-throughput"
16047 #
16048 #- type: "plot"
16049 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16050 #  algorithm: "plot_tsa_name"
16051 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16052 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16053 #  include:
16054 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16055 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16056 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16057 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16058 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16059 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16060 #  layout:
16061 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16062 #    layout: "plot-throughput-speedup-analysis"
16063 #
16064 #- type: "plot"
16065 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16066 #  algorithm: "plot_tsa_name"
16067 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16068 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16069 #  include:
16070 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16071 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16072 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16073 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16074 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16075 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16076 #  layout:
16077 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16078 #    layout: "plot-throughput-speedup-analysis"
16079 #
16080 #- type: "plot"
16081 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16082 #  algorithm: "plot_tsa_name"
16083 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16084 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16085 #  include:
16086 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16087 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16088 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16089 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16090 #  layout:
16091 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16092 #    layout: "plot-throughput-speedup-analysis"
16093 #
16094 #- type: "plot"
16095 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16096 #  algorithm: "plot_tsa_name"
16097 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16098 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16099 #  include:
16100 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16101 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16102 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16103 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16104 #  layout:
16105 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16106 #    layout: "plot-throughput-speedup-analysis"
16107 #
16108 #- type: "plot"
16109 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16110 #  algorithm: "plot_tsa_name"
16111 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16112 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16113 #  include:
16114 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16115 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16116 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16117 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16118 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16119 #  layout:
16120 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16121 #    layout: "plot-throughput-speedup-analysis"
16122 #
16123 #- type: "plot"
16124 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16125 #  algorithm: "plot_tsa_name"
16126 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16127 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16128 #  include:
16129 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16130 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16131 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16132 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16133 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16134 #  layout:
16135 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16136 #    layout: "plot-throughput-speedup-analysis"
16137 #
16138 #- type: "plot"
16139 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16140 #  algorithm: "plot_tsa_name"
16141 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16142 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16143 #  include:
16144 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16145 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16146 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16147 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16148 #  layout:
16149 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16150 #    layout: "plot-throughput-speedup-analysis"
16151 #
16152 #- type: "plot"
16153 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16154 #  algorithm: "plot_tsa_name"
16155 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16156 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16157 #  include:
16158 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16159 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16160 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16161 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16162 #  layout:
16163 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16164 #    layout: "plot-throughput-speedup-analysis"
16165 #
16166 #- type: "plot"
16167 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16168 #  algorithm: "plot_tsa_name"
16169 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
16170 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16171 #  include:
16172 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16174 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16175 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16176 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16177 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16178 #  layout:
16179 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16180 #    layout: "plot-throughput"
16181 #
16182 #- type: "plot"
16183 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16184 #  algorithm: "plot_tsa_name"
16185 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16186 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16187 #  include:
16188 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16190 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16191 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16192 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16193 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16194 #  layout:
16195 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16196 #    layout: "plot-throughput"
16197 #
16198 #- type: "plot"
16199 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16200 #  algorithm: "plot_tsa_name"
16201 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16202 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16203 #  include:
16204 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16205 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16206 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16207 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16208 #  layout:
16209 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16210 #    layout: "plot-throughput"
16211 #
16212 #- type: "plot"
16213 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16214 #  algorithm: "plot_tsa_name"
16215 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16216 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16217 #  include:
16218 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16220 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16221 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16222 #  layout:
16223 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16224 #    layout: "plot-throughput"
16225 #
16226 #- type: "plot"
16227 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16228 #  algorithm: "plot_tsa_name"
16229 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16230 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16231 #  include:
16232 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16233 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16235 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16236 #  layout:
16237 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16238 #    layout: "plot-throughput-speedup-analysis"
16239 #
16240 #- type: "plot"
16241 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16242 #  algorithm: "plot_tsa_name"
16243 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16244 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16245 #  include:
16246 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16250 #  layout:
16251 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16252 #    layout: "plot-throughput-speedup-analysis"
16253 #
16254 #- type: "plot"
16255 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16256 #  algorithm: "plot_tsa_name"
16257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16259 #  include:
16260 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16261 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16262 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16263 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16264 #  layout:
16265 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16266 #    layout: "plot-throughput-speedup-analysis"
16267 #
16268 #- type: "plot"
16269 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16270 #  algorithm: "plot_tsa_name"
16271 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16272 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16273 #  include:
16274 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16275 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16276 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16277 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16278 #  layout:
16279 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16280 #    layout: "plot-throughput-speedup-analysis"
16281 #
16282 #- type: "plot"
16283 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16284 #  algorithm: "plot_tsa_name"
16285 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16286 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16287 #  include:
16288 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16289 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16290 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16291 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16292 #  layout:
16293 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16294 #    layout: "plot-throughput"
16295 #
16296 #- type: "plot"
16297 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16298 #  algorithm: "plot_tsa_name"
16299 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16300 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16301 #  include:
16302 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16303 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16304 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16305 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16306 #  layout:
16307 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16308 #    layout: "plot-throughput"
16309 #
16310 #- type: "plot"
16311 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16312 #  algorithm: "plot_tsa_name"
16313 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16314 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16315 #  include:
16316 #    - "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"
16317 #    - "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"
16318 #    - "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"
16319 #    - "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"
16320 #  layout:
16321 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16322 #    layout: "plot-throughput"
16323 #
16324 #- type: "plot"
16325 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16326 #  algorithm: "plot_tsa_name"
16327 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16328 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16329 #  include:
16330 #    - "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"
16331 #    - "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"
16332 #    - "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"
16333 #    - "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"
16334 #  layout:
16335 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16336 #    layout: "plot-throughput"
16337
16338 ################################################################################
16339
16340 # Packet Throughput - DPDK
16341
16342 # 2n-clx-xxv710
16343
16344 #- type: "plot"
16345 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16346 #  algorithm: "plot_perf_box_name"
16347 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16348 #  data: "plot-dpdk-throughput-latency-2n-clx"
16349 #  include:
16350 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16351 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16352 #  layout:
16353 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16354 #    layout: "plot-throughput"
16355 #
16356 #- type: "plot"
16357 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16358 #  algorithm: "plot_perf_box_name"
16359 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16360 #  data: "plot-dpdk-throughput-latency-2n-clx"
16361 #  include:
16362 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16363 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16364 #  layout:
16365 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16366 #    layout: "plot-throughput"
16367 #
16368 #- type: "plot"
16369 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16370 #  algorithm: "plot_perf_box_name"
16371 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16372 #  data: "plot-dpdk-throughput-latency-2n-clx"
16373 #  include:
16374 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16375 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16376 #  layout:
16377 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16378 #    layout: "plot-throughput"
16379 #
16380 #- type: "plot"
16381 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16382 #  algorithm: "plot_perf_box_name"
16383 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16384 #  data: "plot-dpdk-throughput-latency-2n-clx"
16385 #  include:
16386 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16387 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16388 #  layout:
16389 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16390 #    layout: "plot-throughput"
16391 #
16392 ## 2n-clx-x710
16393 #
16394 #- type: "plot"
16395 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16396 #  algorithm: "plot_perf_box_name"
16397 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16398 #  data: "plot-dpdk-throughput-latency-2n-clx"
16399 #  include:
16400 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16401 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16402 #  layout:
16403 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16404 #    layout: "plot-throughput"
16405 #
16406 #- type: "plot"
16407 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16408 #  algorithm: "plot_perf_box_name"
16409 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16410 #  data: "plot-dpdk-throughput-latency-2n-clx"
16411 #  include:
16412 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16413 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16414 #  layout:
16415 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16416 #    layout: "plot-throughput"
16417 #
16418 #- type: "plot"
16419 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16420 #  algorithm: "plot_perf_box_name"
16421 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16422 #  data: "plot-dpdk-throughput-latency-2n-clx"
16423 #  include:
16424 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16425 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16426 #  layout:
16427 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16428 #    layout: "plot-throughput"
16429 #
16430 #- type: "plot"
16431 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16432 #  algorithm: "plot_perf_box_name"
16433 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16434 #  data: "plot-dpdk-throughput-latency-2n-clx"
16435 #  include:
16436 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16437 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16438 #  layout:
16439 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16440 #    layout: "plot-throughput"
16441
16442 ################################################################################
16443
16444 #- type: "plot"
16445 #  title: "Latency by percentile: 2n-skx"
16446 #  algorithm: "plot_hdrh_lat_by_percentile"
16447 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16448 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16449 #  target-links: "../../_static/vpp"
16450 #  data: "plot-vpp-hdrh-lat-2n-skx"
16451 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16452 #  layout:
16453 #    layout: "plot-hdrh-latency-by-percentile"
16454
16455 #- type: "plot"
16456 #  title: "Latency by percentile: 3n-skx"
16457 #  algorithm: "plot_hdrh_lat_by_percentile"
16458 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16459 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16460 #  target-links: "../../_static/vpp"
16461 #  data: "plot-vpp-hdrh-lat-3n-skx"
16462 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16463 #  layout:
16464 #    layout: "plot-hdrh-latency-by-percentile"
16465
16466 #- type: "plot"
16467 #  title: "Latency by percentile: 2n-clx"
16468 #  algorithm: "plot_hdrh_lat_by_percentile"
16469 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16470 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16471 #  target-links: "../../_static/vpp"
16472 #  data: "plot-vpp-hdrh-lat-2n-clx"
16473 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16474 #  layout:
16475 #    layout: "plot-hdrh-latency-by-percentile"
16476
16477 - type: "plot"
16478   title: "Latency by percentile: 3n-hsw"
16479   algorithm: "plot_hdrh_lat_by_percentile"
16480   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16481   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16482   target-links: "../../_static/vpp"
16483   data: "plot-vpp-hdrh-lat-3n-hsw"
16484   filter: "'1T1C' and 'NIC_Intel-XL710'"
16485   layout:
16486     layout: "plot-hdrh-latency-by-percentile"
16487
16488 - type: "plot"
16489   title: "Latency by percentile: 3n-tsh"
16490   algorithm: "plot_hdrh_lat_by_percentile"
16491   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16492   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16493   target-links: "../../_static/vpp"
16494   data: "plot-vpp-hdrh-lat-3n-tsh"
16495   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16496   layout:
16497     layout: "plot-hdrh-latency-by-percentile"
16498
16499 - type: "plot"
16500   title: "Latency by percentile: DPDK 3n-hsw"
16501   algorithm: "plot_hdrh_lat_by_percentile"
16502   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16503   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16504   target-links: "../../_static/dpdk"
16505   data: "plot-dpdk-hdrh-lat-3n-hsw"
16506   filter: "'1T1C' and 'NIC_Intel-XL710'"
16507   layout:
16508     layout: "plot-hdrh-latency-by-percentile"