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,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129       cx556a: 60000000
130
131     link:
132       10ge: 14880952.38
133       25ge: 37202380.95
134       40ge: 59523809.52
135       100ge: 148809523.81
136
137     pci:
138       pci-g3-x8: 74404761.90
139       pci-g3-x16: 148809523.81
140
141   data-sets:
142
143     ###########################################################################
144     # Replacements:
145
146     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
147       csit-vpp-perf-verify-1908-3n-hsw:
148         - 48  # NDRPDR sel vhost
149         - 49  # NDRPDR sel vhost
150         - 52  # NDRPDR sel vhost
151         - 53  # NDRPDR sel vhost
152         - 54  # NDRPDR sel vhost
153         - 55  # NDRPDR sel vhost
154         - 56  # NDRPDR sel vhost
155         - 57  # NDRPDR sel vhost
156         - 58  # NDRPDR sel vhost
157         - 59  # NDRPDR sel vhost
158
159     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
160       csit-vpp-perf-verify-1908-3n-skx:
161         - 52  # NDRPDR sel vhost
162         - 53  # NDRPDR sel vhost
163         - 55  # NDRPDR sel vhost
164         - 61  # NDRPDR sel vhost
165         - 62  # NDRPDR sel vhost
166         - 63  # NDRPDR sel vhost
167         - 64  # NDRPDR sel vhost
168         - 65  # NDRPDR sel vhost
169         - 66  # NDRPDR sel vhost
170         - 67  # NDRPDR sel vhost
171
172     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
173       csit-vpp-perf-verify-1908-2n-skx:
174         - 88  # NDRPDR sel vhost
175         - 89  # NDRPDR sel vhost
176         - 91  # NDRPDR sel vhost
177         - 92  # NDRPDR sel vhost
178         - 93  # NDRPDR sel vhost
179         - 94  # NDRPDR sel vhost
180         - 95  # NDRPDR sel vhost
181         - 96  # NDRPDR sel vhost
182         - 97  # NDRPDR sel vhost
183         - 98  # NDRPDR sel vhost
184
185     ###########################################################################
186     # Plots:
187
188     # 3n-hsw
189
190     plot-vpp-throughput-lat-tsa-3n-hsw:
191       csit-vpp-perf-verify-2001-3n-hsw:
192         - 21  # NDRPDR sel
193         - 22  # NDRPDR sel
194         - 23  # NDRPDR sel
195         - 24  # NDRPDR sel
196         - 25  # NDRPDR sel
197         - 29  # NDRPDR sel
198         - 30  # NDRPDR sel
199         - 31  # NDRPDR sel
200         - 32  # NDRPDR sel
201         - 34  # NDRPDR sel
202
203     plot-vpp-hdrh-lat-3n-hsw:
204       csit-vpp-perf-verify-2001-3n-hsw:
205         - 22  # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       csit-vpp-perf-verify-2001-3n-hsw:
209         - 21  # NDRPDR sel
210         - 22  # NDRPDR sel
211         - 23  # NDRPDR sel
212         - 24  # NDRPDR sel
213         - 25  # NDRPDR sel
214         - 29  # NDRPDR sel
215         - 30  # NDRPDR sel
216         - 31  # NDRPDR sel
217         - 32  # NDRPDR sel
218         - 34  # NDRPDR sel
219
220     plot-vpp-nfv-3n-hsw-mrr:
221       csit-vpp-perf-verify-2001-3n-hsw:
222         - 17  # MRR sel
223
224     plot-dpdk-throughput-latency-3n-hsw:
225       csit-dpdk-perf-verify-2001-3n-hsw:
226         - 4   # NDRPDR sel
227         - 5   # NDRPDR sel
228         - 6   # NDRPDR sel
229         - 7   # NDRPDR sel
230         - 8   # NDRPDR sel
231         - 9   # NDRPDR sel
232         - 10  # NDRPDR sel
233         - 11  # NDRPDR sel
234         - 12  # NDRPDR sel
235         - 13  # NDRPDR sel
236         - 15  # NDRPDR sel
237         - 16  # NDRPDR sel
238         - 17  # NDRPDR sel
239         - 18  # NDRPDR sel
240         - 19  # NDRPDR sel
241         - 20  # NDRPDR sel
242         - 21  # NDRPDR sel
243         - 22  # NDRPDR sel
244         - 23  # NDRPDR sel
245         - 24  # NDRPDR sel
246
247     plot-dpdk-hdrh-lat-3n-hsw:
248       csit-dpdk-perf-verify-2001-3n-hsw:
249         - 16  # NDRPDR sel
250
251     # 3n-skx
252
253     plot-vpp-throughput-lat-tsa-3n-skx:
254       # TODO: Add the data
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 14  # NDRPDR sel
257         - 15  # NDRPDR sel
258         - 16  # NDRPDR sel
259
260     plot-vpp-hdrh-lat-3n-skx:
261       csit-vpp-perf-verify-2001-3n-skx:
262         - 14  # NDRPDR sel
263
264     plot-vpp-nfv-3n-skx-ndrpdr:
265       # TODO: Add data
266       csit-vpp-perf-verify-2001-3n-skx:
267         - 14  # NDRPDR sel
268         - 15  # NDRPDR sel
269         - 16  # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-mrr:
272       # TODO: Replace
273       # csit-vpp-perf-verify-2001-3n-skx:
274       csit-vpp-perf-verify-1908-3n-skx:
275         - 36  # MRR sel
276
277     plot-dpdk-throughput-latency-3n-skx:
278       csit-dpdk-perf-verify-2001-3n-skx:
279         - 1   # NDRPDR sel
280         - 2   # NDRPDR sel
281         - 3   # NDRPDR sel
282         - 4   # NDRPDR sel
283         - 5   # NDRPDR sel
284         - 6   # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 8   # NDRPDR sel
287         - 9   # NDRPDR sel
288         - 10  # NDRPDR sel
289
290     plot-dpdk-hdrh-lat-3n-skx:
291       csit-dpdk-perf-verify-2001-3n-skx:
292         - 1   # NDRPDR sel
293         - 19  # NDRPDR sel
294
295     # 2n-skx
296
297     plot-vpp-throughput-lat-tsa-2n-skx:
298       # TODO: Add the data
299       csit-vpp-perf-verify-2001-2n-skx:
300         - 21  # NDRPDR sel
301         - 22  # NDRPDR sel
302         - 23  # NDRPDR sel
303         - 26  # NDRPDR sel
304         - 27  # NDRPDR sel
305         - 29  # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 21  # NDRPDR sel
310
311     plot-vpp-http-server-performance:
312       # TODO: Replace:
313       # csit-vpp-perf-verify-2001-2n-skx:
314       csit-vpp-perf-verify-1908-2n-skx:
315         - 29  # TCP
316         - 30  # TCP
317         - 58  # TCP
318
319     plot-vpp-soak-2n-skx:
320       # TODO: Replace the data
321       # csit-vpp-perf-verify-2001-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 83  # SOAK
324         - 86  # SOAK
325
326     plot-vpp-nfv-2n-skx-ndrpdr:
327       # TODO: Add the data
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 30  # NFV
330         - 31  # NFV
331
332     plot-vpp-nfv-2n-skx-mrr:
333       # TODO: Replace the data
334       # csit-vpp-perf-verify-2001-2n-skx:
335       csit-vpp-perf-verify-1908-2n-skx:
336         - 71  # NFV MRR
337
338     plot-vpp-nfv-reconf-2n-skx:
339       # TODO: Replace the data
340       # csit-vpp-perf-verify-2001-2n-skx:
341       csit-vpp-perf-verify-1908-2n-skx:
342         - 113 # NFV reconf sel
343         - 114 # NFV reconf sel
344         - 115 # NFV reconf sel
345
346     plot-dpdk-throughput-latency-2n-skx:
347       csit-dpdk-perf-verify-2001-2n-skx:
348         - 1   # NDRPDR sel
349         - 2   # NDRPDR sel
350         - 3   # NDRPDR sel
351         - 4   # NDRPDR sel
352         - 5   # NDRPDR sel
353         - 6   # NDRPDR sel
354         - 7   # NDRPDR sel
355         - 8   # NDRPDR sel
356         - 9   # NDRPDR sel
357         - 10  # NDRPDR sel
358         - 11  # NDRPDR sel
359         - 13  # NDRPDR sel
360         - 26  # NDRPDR sel
361         - 16  # NDRPDR sel
362         - 17  # NDRPDR sel
363         - 18  # NDRPDR sel
364         - 19  # NDRPDR sel
365         - 27  # NDRPDR sel
366         - 21  # NDRPDR sel
367         - 25  # NDRPDR sel
368
369     plot-dpdk-hdrh-lat-2n-skx:
370       csit-dpdk-perf-verify-2001-2n-skx:
371         - 1   # NDRPDR sel
372         - 19  # NDRPDR sel
373
374     # 2n-clx
375
376     plot-vpp-throughput-lat-tsa-2n-clx:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 28  # NDRPDR sel
380         - 29  # NDRPDR sel
381         - 32  # NDRPDR sel
382         - 40  # NDRPDR sel
383         - 44  # NDRPDR sel
384
385
386     plot-vpp-hdrh-lat-2n-clx:
387       csit-vpp-perf-verify-2001-2n-clx:
388         - 28  # NDRPDR sel
389
390     plot-vpp-nfv-2n-clx-ndrpdr:
391       # TODO: Add the data
392       csit-vpp-perf-verify-2001-2n-clx:
393         - 28  # NDRPDR sel
394         - 29  # NDRPDR sel
395         - 32  # NDRPDR sel
396         - 40  # NDRPDR sel
397         - 44  # NDRPDR sel
398
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-verify-2001-2n-clx:
402         - 39  # MRR
403
404     plot-dpdk-throughput-latency-2n-clx:
405       csit-dpdk-perf-verify-2001-2n-clx:
406         - 15  # NDRPDR sel
407         - 16  # NDRPDR sel
408         - 17  # NDRPDR sel
409         - 18  # NDRPDR sel
410         - 19  # NDRPDR sel
411         - 20  # NDRPDR sel
412         - 21  # NDRPDR sel
413         - 22  # NDRPDR sel
414         - 23  # NDRPDR sel
415         - 24  # NDRPDR sel
416
417
418     plot-dpdk-hdrh-lat-2n-clx:
419       csit-dpdk-perf-verify-2001-2n-clx:
420         - 15  # NDRPDR sel
421
422     # 3n-tsh
423
424     plot-vpp-throughput-lat-tsa-3n-tsh:
425       # TODO: Add the data
426       csit-vpp-perf-verify-2001-3n-tsh:
427         - 3   # NDRPDR sel
428         - 4   # NDRPDR sel
429         - 7   # NDRPDR sel
430         - 8   # NDRPDR sel
431         - 10  # NDRPDR sel
432         - 12  # NDRPDR sel
433         - 13  # NDRPDR sel
434
435     plot-vpp-hdrh-lat-3n-tsh:
436       csit-vpp-perf-verify-2001-3n-tsh:
437         - 10  # NDRPDR sel
438
439     plot-dpdk-throughput-latency-3n-tsh:
440       csit-dpdk-perf-verify-2001-3n-tsh:
441         - 3   # NDRPDR sel
442         - 4   # NDRPDR sel
443         - 5   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 12  # NDRPDR sel
448         - 14  # NDRPDR sel
449         - 15  # NDRPDR sel
450         - 18  # NDRPDR sel
451
452     plot-dpdk-hdrh-lat-3n-tsh:
453       csit-dpdk-perf-verify-2001-3n-tsh:
454         - 3   # NDRPDR sel
455
456     # 3n-dnv
457
458     plot-vpp-throughput-lat-tsa-3n-dnv:
459       csit-vpp-perf-verify-2001-3n-dnv:
460         - 5   # NDRPDR sel
461         - 6   # NDRPDR sel
462         - 7   # NDRPDR sel
463         - 8   # NDRPDR sel
464         - 9   # NDRPDR sel
465         - 10  # NDRPDR sel
466         - 12  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470
471     plot-dpdk-throughput-latency-3n-dnv:
472       csit-dpdk-perf-verify-2001-3n-dnv:
473         - 12  # NDRPDR sel
474         - 13  # NDRPDR sel
475         - 14  # NDRPDR sel
476         - 15  # NDRPDR sel
477         - 16  # NDRPDR sel
478         - 17  # NDRPDR sel
479         - 18  # NDRPDR sel
480         - 19  # NDRPDR sel
481         - 20  # NDRPDR sel
482         - 22  # NDRPDR sel
483
484     # 2n-dnv
485
486     plot-vpp-throughput-lat-tsa-2n-dnv:
487       csit-vpp-perf-verify-2001-2n-dnv:
488         - 4   # NDRPDR sel
489         - 5   # NDRPDR sel
490         - 6   # NDRPDR sel
491         - 7   # NDRPDR sel
492         - 8   # NDRPDR sel
493         - 9   # NDRPDR sel
494         - 10  # NDRPDR sel
495         - 11  # NDRPDR sel
496         - 13  # NDRPDR sel
497         - 16  # NDRPDR sel
498
499     plot-dpdk-throughput-latency-2n-dnv:
500       csit-dpdk-perf-verify-2001-2n-dnv:
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507         - 15  # NDRPDR sel
508         - 16  # NDRPDR sel
509         - 17  # NDRPDR sel
510         - 18  # NDRPDR sel
511
512     ###########################################################################
513     # Simple tables (only one data set):
514
515     # NIC Comparisons
516
517     vpp-nic-comparison-3n-skx:
518       # TODO: Add the data
519       csit-vpp-perf-verify-2001-3n-skx:
520         - 14  # NDRPDR sel
521         - 15  # NDRPDR sel
522         - 16  # NDRPDR sel
523
524     vpp-nic-comparison-2n-skx:
525       # TODO: Add the data
526       csit-vpp-perf-verify-2001-2n-skx:
527         - 21  # NDRPDR sel
528         - 22  # NDRPDR sel
529         - 23  # NDRPDR sel
530         - 26  # NDRPDR sel
531
532     vpp-nic-comparison-3n-skx-mrr:
533       # TODO: Replace
534       # csit-vpp-perf-verify-2001-3n-skx:
535       csit-vpp-perf-verify-1908-3n-skx:
536         - 36  # MRR sel
537
538     vpp-nic-comparison-2n-skx-mrr:
539       # TODO: Replace
540       # csit-vpp-perf-verify-2001-2n-skx:
541       csit-vpp-perf-verify-1908-2n-skx:
542         - 69  # MRR sel
543
544     # Results
545
546     vpp-perf-results-3n-hsw:
547       csit-vpp-perf-verify-2001-3n-hsw:
548         - 18  # NDRPDR full
549         - 20  # NDRPDR full
550         - 28  # NDRPDR full
551         - 35  # NDRPDR full
552         - 42  # NDRPDR full
553         - 46  # NDRPDR full
554         - 47  # NDRPDR full
555         - 48  # NDRPDR full
556         - 49  # NDRPDR full
557         - 50  # NDRPDR full
558         - 51  # NDRPDR full
559         - 52  # NDRPDR full
560         - 53  # NDRPDR full
561         - 54  # NDRPDR full
562         - 55  # NDRPDR full
563         - 56  # NDRPDR full
564         - 57  # NDRPDR full
565         - 58  # NDRPDR full
566         - 59  # NDRPDR full
567         - 61  # NDRPDR full
568         - 62  # NDRPDR full
569         - 63  # NDRPDR full
570         - 64  # NDRPDR full
571         - 65  # NDRPDR full
572         - 67  # NDRPDR full
573         - 70  # NDRPDR full
574         - 72  # NDRPDR full
575         - 73  # NDRPDR full
576
577     vpp-perf-results-3n-skx:
578       # TODO: Replace
579       csit-vpp-perf-verify-2001-3n-skx:
580         - 14  # NDRPDR sel
581
582     vpp-perf-results-2n-skx:
583       csit-vpp-perf-verify-2001-2n-skx:
584         - 32  # NDRPDR full
585         - 33  # NDRPDR full
586
587     vpp-perf-results-2n-clx:
588       # TODO: Add data
589       csit-vpp-perf-verify-2001-2n-clx:
590         - 34  # NDRPDR full
591         - 35  # NDRPDR full
592         - 36  # NDRPDR full
593         - 38  # NDRPDR full
594         - 41  # NDRPDR full
595         - 42  # NDRPDR full
596
597     vpp-perf-results-3n-tsh:
598       csit-vpp-perf-verify-2001-3n-tsh:
599         - 10  # NDRPDR sel
600
601     vpp-perf-results-3n-dnv:
602       csit-vpp-perf-verify-2001-3n-dnv:
603         - 19  # NDRPDR full
604         - 20  # NDRPDR full
605         - 21  # NDRPDR full
606         - 22  # NDRPDR full
607         - 23  # NDRPDR full
608         - 24  # NDRPDR full
609         - 25  # NDRPDR full
610         - 26  # NDRPDR full
611         - 37  # NDRPDR full
612         - 38  # NDRPDR full
613         - 39  # NDRPDR full
614
615     vpp-perf-results-2n-dnv:
616       csit-vpp-perf-verify-2001-2n-dnv:
617         - 21  # NDRPDR full
618         - 22  # NDRPDR full
619         - 25  # NDRPDR full
620         - 26  # NDRPDR full
621         - 27  # NDRPDR full
622         - 28  # NDRPDR full
623
624     vpp-mrr-results-3n-hsw:
625       csit-vpp-perf-verify-2001-3n-hsw:
626         - 17  # MRR sel
627
628     vpp-mrr-results-3n-skx:
629       # TODO: Replace
630       # csit-vpp-perf-verify-2001-3n-skx:
631       csit-vpp-perf-verify-1908-3n-skx:
632         - 36  # MRR sel
633
634     vpp-mrr-results-2n-skx:
635       # TODO: Replace
636       # csit-vpp-perf-verify-2001-2n-skx:
637       csit-vpp-perf-verify-1908-2n-skx:
638         - 69  # MRR sel
639
640     vpp-mrr-results-2n-clx:
641       csit-vpp-perf-verify-2001-2n-clx:
642         - 39  # MRR
643
644     vpp-mrr-results-3n-tsh:
645       csit-vpp-perf-verify-2001-3n-tsh:
646         - 9   # MRR sel
647
648     vpp-mrr-results-3n-dnv:
649       csit-vpp-perf-verify-2001-3n-dnv:
650         - 11  # MRR sel
651
652     vpp-mrr-results-2n-dnv:
653       csit-vpp-perf-verify-2001-2n-dnv:
654         - 12  # MRR sel
655
656     vpp-device-results-ubuntu:
657       csit-vpp-device-2001-ubuntu1804-1n-skx:
658         - 57
659
660     dpdk-perf-results-3n-hsw:
661       csit-dpdk-perf-verify-2001-3n-hsw:
662         - 25  # NDRPDR full
663         - 26  # NDRPDR full
664
665     dpdk-perf-results-3n-skx:
666       csit-dpdk-perf-verify-2001-3n-skx:
667         - 1   # NDRPDR sel
668
669     dpdk-perf-results-2n-skx:
670       csit-dpdk-perf-verify-2001-2n-skx:
671         - 1   # NDRPDR sel
672
673     dpdk-perf-results-2n-clx:
674       csit-dpdk-perf-verify-2001-2n-clx:
675         - 15  # NDRPDR sel
676
677     dpdk-perf-results-2n-dnv:
678       csit-dpdk-perf-verify-2001-2n-dnv:
679         - 16  # NDRPDR sel
680
681     dpdk-perf-results-3n-dnv:
682       csit-dpdk-perf-verify-2001-3n-dnv:
683         - 12  # NDRPDR sel
684
685     dpdk-perf-results-3n-tsh:
686       csit-dpdk-perf-verify-2001-3n-tsh:
687         - 3   # NDRPDR sel
688
689 ###########################################################################
690     # Tables (more than one data set)
691
692     # Performance changes
693
694     vpp-performance-changes-3n-hsw-h1:
695       csit-vpp-perf-verify-1904-3n-hsw:
696         - 11  # NDRPDR sel
697         - 12  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700         - 23  # NDRPDR sel
701         - 24  # NDRPDR sel
702         - 25  # NDRPDR sel
703         - 26  # NDRPDR sel
704         - 29  # NDRPDR sel
705         - 30  # NDRPDR sel
706     vpp-performance-changes-3n-hsw-ref:
707       csit-vpp-perf-verify-1908-3n-hsw:
708         - 12  # NDRPDR sel
709         - 13  # NDRPDR sel
710         - 14  # NDRPDR sel
711         - 15  # NDRPDR sel
712         - 16  # NDRPDR sel
713         - 17  # NDRPDR sel
714         - 18  # NDRPDR sel
715         - 19  # NDRPDR sel
716         - 20  # NDRPDR sel
717         - 21  # NDRPDR sel
718     vpp-performance-changes-3n-hsw-cmp:
719       csit-vpp-perf-verify-2001-3n-hsw:
720         - 21  # NDRPDR sel
721         - 22  # NDRPDR sel
722         - 23  # NDRPDR sel
723         - 24  # NDRPDR sel
724         - 25  # NDRPDR sel
725         - 29  # NDRPDR sel
726         - 30  # NDRPDR sel
727         - 31  # NDRPDR sel
728         - 32  # NDRPDR sel
729         - 34  # NDRPDR sel
730     vpp-performance-changes-3n-hsw:
731       - "vpp-performance-changes-3n-hsw-h1"
732       - "vpp-performance-changes-3n-hsw-ref"
733       - "vpp-performance-changes-3n-hsw-cmp"
734
735     vpp-performance-changes-3n-skx-h1:
736       csit-vpp-perf-verify-1904-3n-skx:
737         - 8   # NDRPDR sel
738         - 9   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742         - 14  # NDRPDR sel
743         - 16  # NDRPDR sel
744         - 21  # NDRPDR sel
745         - 23  # NDRPDR sel
746         - 25  # NDRPDR sel
747     vpp-performance-changes-3n-skx-ref:
748       csit-vpp-perf-verify-1908-3n-skx:
749         - 14  # NDRPDR sel
750         - 16  # NDRPDR sel
751         - 19  # NDRPDR sel
752         - 20  # NDRPDR sel
753         - 22  # NDRPDR sel
754         - 23  # NDRPDR sel
755         - 24  # NDRPDR sel
756         - 25  # NDRPDR sel
757         - 26  # NDRPDR sel
758         - 29  # NDRPDR sel
759     vpp-performance-changes-3n-skx-cmp:
760       # TODO: Add the data
761       csit-vpp-perf-verify-2001-3n-skx:
762         - 14  # NDRPDR sel
763         - 15  # NDRPDR sel
764         - 16  # NDRPDR sel
765     vpp-performance-changes-3n-skx:
766       - "vpp-performance-changes-3n-skx-h1"
767       - "vpp-performance-changes-3n-skx-ref"
768       - "vpp-performance-changes-3n-skx-cmp"
769
770     vpp-performance-changes-2n-skx-h1:
771       csit-vpp-perf-verify-1904-2n-skx:
772         - 12  # NDRPDR sel
773         - 14  # NDRPDR sel
774         - 16  # NDRPDR sel
775         - 17  # NDRPDR sel
776         - 18  # NDRPDR sel
777         - 21  # NDRPDR sel
778         - 27  # NDRPDR sel
779         - 30  # NDRPDR sel
780         - 31  # NDRPDR sel
781         - 32  # NDRPDR sel
782     vpp-performance-changes-2n-skx-ref:
783       csit-vpp-perf-verify-1908-2n-skx:
784         - 26  # NDRPDR sel
785         - 27  # NDRPDR sel
786         - 34  # NDRPDR sel
787         - 35  # NDRPDR sel
788         - 36  # NDRPDR sel
789         - 42  # NDRPDR sel
790         - 43  # NDRPDR sel
791         - 44  # NDRPDR sel
792         - 45  # NDRPDR sel
793         - 46  # NDRPDR sel
794     vpp-performance-changes-2n-skx-cmp:
795       # TODO: Add the data
796       csit-vpp-perf-verify-2001-2n-skx:
797         - 21  # NDRPDR sel
798         - 22  # NDRPDR sel
799         - 23  # NDRPDR sel
800         - 26  # NDRPDR sel
801         - 27  # NDRPDR sel
802         - 29  # NDRPDR sel
803     vpp-performance-changes-2n-skx:
804       - "vpp-performance-changes-2n-skx-h1"
805       - "vpp-performance-changes-2n-skx-ref"
806       - "vpp-performance-changes-2n-skx-cmp"
807
808     vpp-performance-changes-nfv-2n-skx-ref:
809       csit-vpp-perf-verify-1908-2n-skx:
810         - 22  # NFV
811         - 31  # NFV
812         - 32  # NFV
813     vpp-performance-changes-nfv-2n-skx-cmp:
814       # TODO: Add the data
815       csit-vpp-perf-verify-2001-2n-skx:
816         - 30  # NFV
817         - 31  # NFV
818     vpp-performance-changes-nfv-2n-skx:
819       - "vpp-performance-changes-nfv-2n-skx-ref"
820       - "vpp-performance-changes-nfv-2n-skx-cmp"
821
822     vpp-performance-changes-2n-dnv-ref:
823       csit-vpp-perf-verify-1908-2n-dnv:
824         - 1   # NDRPDR sel
825         - 2   # NDRPDR sel
826         - 3   # NDRPDR sel
827         - 4   # NDRPDR sel
828         - 5   # NDRPDR sel
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834     vpp-performance-changes-2n-dnv-cmp:
835       csit-vpp-perf-verify-2001-2n-dnv:
836         - 4   # NDRPDR sel
837         - 5   # NDRPDR sel
838         - 6   # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 8   # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 10  # NDRPDR sel
843         - 11  # NDRPDR sel
844         - 13  # NDRPDR sel
845         - 16  # NDRPDR sel
846     vpp-performance-changes-2n-dnv:
847       - "vpp-performance-changes-2n-dnv-ref"
848       - "vpp-performance-changes-2n-dnv-cmp"
849
850     vpp-performance-changes-3n-dnv-ref:
851       csit-vpp-perf-verify-1908-3n-dnv:
852         - 6   # NDRPDR sel
853         - 7   # NDRPDR sel
854         - 8   # NDRPDR sel
855         - 9   # NDRPDR sel
856         - 10  # NDRPDR sel
857         - 12  # NDRPDR sel
858         - 13  # NDRPDR sel
859         - 14  # NDRPDR sel
860         - 15  # NDRPDR sel
861         - 16  # NDRPDR sel
862     vpp-performance-changes-3n-dnv-cmp:
863       csit-vpp-perf-verify-2001-3n-dnv:
864         - 5   # NDRPDR sel
865         - 6   # NDRPDR sel
866         - 7   # NDRPDR sel
867         - 8   # NDRPDR sel
868         - 9   # NDRPDR sel
869         - 10  # NDRPDR sel
870         - 12  # NDRPDR sel
871         - 16  # NDRPDR sel
872         - 17  # NDRPDR sel
873         - 18  # NDRPDR sel
874     vpp-performance-changes-3n-dnv:
875       - "vpp-performance-changes-3n-dnv-ref"
876       - "vpp-performance-changes-3n-dnv-cmp"
877
878     vpp-performance-changes-3n-tsh-ref:
879       csit-vpp-perf-verify-1908-3n-tsh:
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 13  # NDRPDR sel
887         - 14  # NDRPDR sel
888         - 15  # NDRPDR sel
889         - 16  # NDRPDR sel
890     vpp-performance-changes-3n-tsh-cmp:
891       # TODO: Add the data
892       csit-vpp-perf-verify-2001-3n-tsh:
893         - 3   # NDRPDR sel
894         - 4   # NDRPDR sel
895         - 7   # NDRPDR sel
896         - 8   # NDRPDR sel
897         - 10  # NDRPDR sel
898         - 12  # NDRPDR sel
899         - 13  # NDRPDR sel
900     vpp-performance-changes-3n-tsh:
901       - "vpp-performance-changes-3n-tsh-ref"
902       - "vpp-performance-changes-3n-tsh-cmp"
903
904     vpp-soak-vs-ndr-2n-skx-ref:
905       # TODO: Replace
906       # csit-vpp-perf-verify-2001-2n-skx:
907       csit-vpp-perf-verify-1908-2n-skx:
908         - 26  # NDRPDR sel
909         - 27  # NDRPDR sel
910         - 34  # NDRPDR sel
911     vpp-soak-vs-ndr-2n-skx-cmp:
912       # TODO: Replace
913       # csit-vpp-perf-verify-2001-2n-skx:
914       csit-vpp-perf-verify-1908-2n-skx:
915         - 83  # SOAK
916         - 86  # SOAK
917     vpp-soak-vs-ndr-2n-skx:
918       # TODO: Replace
919       # csit-vpp-perf-verify-2001-2n-skx:
920       csit-vpp-perf-verify-1908-2n-skx:
921         - 26  # NDRPDR sel
922         - 27  # NDRPDR sel
923         - 34  # NDRPDR sel
924         - 83  # SOAK
925         - 86  # SOAK
926
927     vpp-performance-changes-3n-hsw-mrr-h1:
928       csit-vpp-perf-verify-1904-3n-hsw:
929         - 9   # MRR sel
930     vpp-performance-changes-3n-hsw-mrr-ref:
931       csit-vpp-perf-verify-1908-3n-hsw:
932         - 39  # MRR sel
933     vpp-performance-changes-3n-hsw-mrr-cmp:
934       csit-vpp-perf-verify-2001-3n-hsw:
935         - 17  # MRR sel
936     vpp-performance-changes-3n-hsw-mrr:
937       - "vpp-performance-changes-3n-hsw-mrr-h1"
938       - "vpp-performance-changes-3n-hsw-mrr-ref"
939       - "vpp-performance-changes-3n-hsw-mrr-cmp"
940
941     vpp-performance-changes-3n-skx-mrr-h1:
942       csit-vpp-perf-verify-1904-3n-skx:
943         - 7   # MRR sel
944     vpp-performance-changes-3n-skx-mrr-ref:
945       csit-vpp-perf-verify-1908-3n-skx:
946         - 36  # MRR sel
947     vpp-performance-changes-3n-skx-mrr-cmp:
948       # TODO: Replace
949       # csit-vpp-perf-verify-2001-3n-skx:
950       csit-vpp-perf-verify-1908-3n-skx:
951         - 36  # MRR sel
952     vpp-performance-changes-3n-skx-mrr:
953       - "vpp-performance-changes-3n-skx-mrr-h1"
954       - "vpp-performance-changes-3n-skx-mrr-ref"
955       - "vpp-performance-changes-3n-skx-mrr-cmp"
956
957     vpp-performance-changes-2n-skx-mrr-h1:
958       csit-vpp-perf-verify-1904-2n-skx:
959         - 11  # MRR sel
960     vpp-performance-changes-2n-skx-mrr-ref:
961       csit-vpp-perf-verify-1908-2n-skx:
962         - 69  # MRR sel
963     vpp-performance-changes-2n-skx-mrr-cmp:
964       # TODO: Replace
965       # csit-vpp-perf-verify-2001-2n-skx:
966       csit-vpp-perf-verify-1908-2n-skx:
967         - 69  # MRR sel
968     vpp-performance-changes-2n-skx-mrr:
969       - "vpp-performance-changes-2n-skx-mrr-h1"
970       - "vpp-performance-changes-2n-skx-mrr-ref"
971       - "vpp-performance-changes-2n-skx-mrr-cmp"
972
973     vpp-performance-changes-nfv-2n-skx-mrr-ref:
974       csit-vpp-perf-verify-1908-2n-skx:
975         - 71  # NFV MRR
976     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
977       # TODO: Replace
978       # csit-vpp-perf-verify-2001-2n-skx:
979       csit-vpp-perf-verify-1908-2n-skx:
980         - 71  # NFV MRR
981     vpp-performance-changes-nfv-2n-skx-mrr:
982       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
983       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
984
985     vpp-performance-changes-2n-dnv-mrr-ref:
986       csit-vpp-perf-verify-1908-2n-dnv:
987         - 11  # MRR sel
988     vpp-performance-changes-2n-dnv-mrr-cmp:
989       csit-vpp-perf-verify-2001-2n-dnv:
990         - 12  # MRR sel
991     vpp-performance-changes-2n-dnv-mrr:
992       - "vpp-performance-changes-2n-dnv-mrr-ref"
993       - "vpp-performance-changes-2n-dnv-mrr-cmp"
994
995     vpp-performance-changes-3n-dnv-mrr-ref:
996       csit-vpp-perf-verify-1908-3n-dnv:
997         - 17  # MRR sel
998     vpp-performance-changes-3n-dnv-mrr-cmp:
999       csit-vpp-perf-verify-2001-3n-dnv:
1000         - 11  # MRR sel
1001     vpp-performance-changes-3n-dnv-mrr:
1002       - "vpp-performance-changes-3n-dnv-mrr-ref"
1003       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1004
1005     vpp-performance-changes-3n-tsh-mrr-ref:
1006       csit-vpp-perf-verify-1908-3n-tsh:
1007         - 17  # MRR sel
1008     vpp-performance-changes-3n-tsh-mrr-cmp:
1009       csit-vpp-perf-verify-2001-3n-tsh:
1010         - 9   # MRR sel
1011     vpp-performance-changes-3n-tsh-mrr:
1012       - "vpp-performance-changes-3n-tsh-mrr-ref"
1013       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1014
1015     dpdk-performance-changes-3n-hsw-h1:
1016       csit-dpdk-perf-verify-1904-3n-hsw:
1017         - 2   # NDRPDR sel
1018         - 3   # NDRPDR sel
1019         - 5   # NDRPDR sel
1020         - 6   # NDRPDR sel
1021         - 13  # NDRPDR sel
1022         - 14  # NDRPDR sel
1023         - 15  # NDRPDR sel
1024         - 18  # NDRPDR sel
1025         - 19  # NDRPDR sel
1026         - 20  # NDRPDR sel
1027     dpdk-performance-changes-3n-hsw-ref:
1028       csit-dpdk-perf-verify-1908-3n-hsw:
1029         - 2   # NDRPDR sel
1030         - 3   # NDRPDR sel
1031         - 4   # NDRPDR sel
1032         - 5   # NDRPDR sel
1033         - 6   # NDRPDR sel
1034         - 7   # NDRPDR sel
1035         - 8   # NDRPDR sel
1036         - 9   # NDRPDR sel
1037         - 10  # NDRPDR sel
1038         - 11  # NDRPDR sel
1039     dpdk-performance-changes-3n-hsw-cmp:
1040       csit-dpdk-perf-verify-2001-3n-hsw:
1041         - 4   # NDRPDR sel
1042         - 5   # NDRPDR sel
1043         - 6   # NDRPDR sel
1044         - 7   # NDRPDR sel
1045         - 8   # NDRPDR sel
1046         - 9   # NDRPDR sel
1047         - 10  # NDRPDR sel
1048         - 11  # NDRPDR sel
1049         - 12  # NDRPDR sel
1050         - 13  # NDRPDR sel
1051         - 15  # NDRPDR sel
1052         - 16  # NDRPDR sel
1053         - 17  # NDRPDR sel
1054         - 18  # NDRPDR sel
1055         - 19  # NDRPDR sel
1056         - 20  # NDRPDR sel
1057         - 21  # NDRPDR sel
1058         - 22  # NDRPDR sel
1059         - 23  # NDRPDR sel
1060         - 24  # NDRPDR sel
1061     dpdk-performance-changes-3n-hsw:
1062       - "dpdk-performance-changes-3n-hsw-h1"
1063       - "dpdk-performance-changes-3n-hsw-ref"
1064       - "dpdk-performance-changes-3n-hsw-cmp"
1065
1066     dpdk-performance-changes-3n-skx-h1:
1067       csit-dpdk-perf-verify-1904-3n-skx:
1068         - 2   # NDRPDR sel
1069         - 3   # NDRPDR sel
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 11  # NDRPDR sel
1075         - 12  # NDRPDR sel
1076         - 13  # NDRPDR sel
1077         - 14  # NDRPDR sel
1078     dpdk-performance-changes-3n-skx-ref:
1079       csit-dpdk-perf-verify-1908-3n-skx:
1080         - 3   # NDRPDR sel
1081         - 4   # NDRPDR sel
1082         - 5   # NDRPDR sel
1083         - 6   # NDRPDR sel
1084         - 7   # NDRPDR sel
1085         - 8   # NDRPDR sel
1086         - 9   # NDRPDR sel
1087         - 10  # NDRPDR sel
1088         - 11  # NDRPDR sel
1089         - 12  # NDRPDR sel
1090     dpdk-performance-changes-3n-skx-cmp:
1091       csit-dpdk-perf-verify-2001-3n-skx:
1092         - 1   # NDRPDR sel
1093         - 2   # NDRPDR sel
1094         - 3   # NDRPDR sel
1095         - 4   # NDRPDR sel
1096         - 5   # NDRPDR sel
1097         - 6   # NDRPDR sel
1098         - 7   # NDRPDR sel
1099         - 8   # NDRPDR sel
1100         - 9   # NDRPDR sel
1101         - 10  # NDRPDR sel
1102     dpdk-performance-changes-3n-skx:
1103       - "dpdk-performance-changes-3n-skx-h1"
1104       - "dpdk-performance-changes-3n-skx-ref"
1105       - "dpdk-performance-changes-3n-skx-cmp"
1106
1107     dpdk-performance-changes-2n-skx-h1:
1108       csit-dpdk-perf-verify-1904-2n-skx:
1109         - 2   # NDRPDR sel
1110         - 3   # NDRPDR sel
1111         - 4   # NDRPDR sel
1112         - 5   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 11  # NDRPDR sel
1118         - 12  # NDRPDR sel
1119     dpdk-performance-changes-2n-skx-ref:
1120       csit-dpdk-perf-verify-1908-2n-skx:
1121         - 2   # NDRPDR sel
1122         - 3   # NDRPDR sel
1123         - 4   # NDRPDR sel
1124         - 5   # NDRPDR sel
1125         - 7   # NDRPDR sel
1126         - 8   # NDRPDR sel
1127         - 9   # NDRPDR sel
1128         - 10  # NDRPDR sel
1129         - 11  # NDRPDR sel
1130         - 12  # NDRPDR sel
1131     dpdk-performance-changes-2n-skx-cmp:
1132       csit-dpdk-perf-verify-2001-2n-skx:
1133         - 1   # NDRPDR sel
1134         - 2   # NDRPDR sel
1135         - 3   # NDRPDR sel
1136         - 4   # NDRPDR sel
1137         - 5   # NDRPDR sel
1138         - 6   # NDRPDR sel
1139         - 7   # NDRPDR sel
1140         - 8   # NDRPDR sel
1141         - 9   # NDRPDR sel
1142         - 10  # NDRPDR sel
1143         - 11  # NDRPDR sel
1144         - 13  # NDRPDR sel
1145         - 26  # NDRPDR sel
1146         - 16  # NDRPDR sel
1147         - 17  # NDRPDR sel
1148         - 18  # NDRPDR sel
1149         - 19  # NDRPDR sel
1150         - 27  # NDRPDR sel
1151         - 21  # NDRPDR sel
1152         - 25  # NDRPDR sel
1153     dpdk-performance-changes-2n-skx:
1154       - "dpdk-performance-changes-2n-skx-h1"
1155       - "dpdk-performance-changes-2n-skx-ref"
1156       - "dpdk-performance-changes-2n-skx-cmp"
1157
1158     # Compare testbeds
1159
1160     vpp-compare-testbeds-ref:
1161       csit-vpp-perf-verify-2001-3n-hsw:
1162         - 21  # NDRPDR sel
1163         - 22  # NDRPDR sel
1164         - 23  # NDRPDR sel
1165         - 24  # NDRPDR sel
1166         - 25  # NDRPDR sel
1167         - 29  # NDRPDR sel
1168         - 30  # NDRPDR sel
1169         - 31  # NDRPDR sel
1170         - 32  # NDRPDR sel
1171         - 34  # NDRPDR sel
1172     vpp-compare-testbeds-cmp:
1173       # TODO: Add the data
1174       csit-vpp-perf-verify-2001-3n-skx:
1175         - 14  # NDRPDR sel
1176         - 15  # NDRPDR sel
1177         - 16  # NDRPDR sel
1178     vpp-compare-testbeds:
1179       - "vpp-compare-testbeds-ref"
1180       - "vpp-compare-testbeds-cmp"
1181
1182     vpp-compare-testbeds-skx-clx-ref:
1183       # TODO: Add the data
1184       csit-vpp-perf-verify-2001-2n-skx:
1185         - 21  # NDRPDR sel
1186         - 22  # NDRPDR sel
1187         - 23  # NDRPDR sel
1188         - 26  # NDRPDR sel
1189         - 27  # NDRPDR sel
1190         - 29  # NDRPDR sel
1191     vpp-compare-testbeds-skx-clx-cmp:
1192       # TODO: Add the data
1193       csit-vpp-perf-verify-2001-2n-clx:
1194         - 28  # NDRPDR sel
1195         - 29  # NDRPDR sel
1196         - 32  # NDRPDR sel
1197         - 40  # NDRPDR sel
1198         - 44  # NDRPDR sel
1199
1200     vpp-compare-testbeds-skx-clx:
1201       - "vpp-compare-testbeds-skx-clx-ref"
1202       - "vpp-compare-testbeds-skx-clx-cmp"
1203
1204     vpp-compare-testbeds-mrr-ref:
1205       csit-vpp-perf-verify-2001-3n-hsw:
1206         - 17  # MRR sel
1207     vpp-compare-testbeds-mrr-cmp:
1208       # TODO: Replace
1209       # csit-vpp-perf-verify-2001-3n-skx:
1210       csit-vpp-perf-verify-1908-3n-skx:
1211         - 36  # MRR sel
1212     vpp-compare-testbeds-mrr:
1213       - "vpp-compare-testbeds-mrr-ref"
1214       - "vpp-compare-testbeds-mrr-cmp"
1215
1216     vpp-compare-testbeds-mrr-skx-clx-ref:
1217       # TODO: Replace
1218       # csit-vpp-perf-verify-2001-2n-skx:
1219       csit-vpp-perf-verify-1908-2n-skx:
1220         - 69  # MRR sel
1221     vpp-compare-testbeds-mrr-skx-clx-cmp:
1222       csit-vpp-perf-verify-2001-2n-clx:
1223         - 39  # MRR
1224     vpp-compare-testbeds-mrr-skx-clx:
1225       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1226       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1227
1228     dpdk-compare-testbeds-ref:
1229       csit-dpdk-perf-verify-2001-3n-hsw:
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 6   # NDRPDR sel
1233         - 7   # NDRPDR sel
1234         - 8   # NDRPDR sel
1235         - 9   # NDRPDR sel
1236         - 10  # NDRPDR sel
1237         - 11  # NDRPDR sel
1238         - 12  # NDRPDR sel
1239         - 13  # NDRPDR sel
1240         - 15  # NDRPDR sel
1241         - 16  # NDRPDR sel
1242         - 17  # NDRPDR sel
1243         - 18  # NDRPDR sel
1244         - 19  # NDRPDR sel
1245         - 20  # NDRPDR sel
1246         - 21  # NDRPDR sel
1247         - 22  # NDRPDR sel
1248         - 23  # NDRPDR sel
1249         - 24  # NDRPDR sel
1250     dpdk-compare-testbeds-cmp:
1251       csit-dpdk-perf-verify-2001-3n-skx:
1252         - 1   # NDRPDR sel
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262     dpdk-compare-testbeds:
1263       - "dpdk-compare-testbeds-ref"
1264       - "dpdk-compare-testbeds-cmp"
1265
1266     dpdk-compare-testbeds-skx-clx-ref:
1267       csit-dpdk-perf-verify-2001-2n-skx:
1268         - 1   # NDRPDR sel
1269         - 2   # NDRPDR sel
1270         - 3   # NDRPDR sel
1271         - 4   # NDRPDR sel
1272         - 5   # NDRPDR sel
1273         - 6   # NDRPDR sel
1274         - 7   # NDRPDR sel
1275         - 8   # NDRPDR sel
1276         - 9   # NDRPDR sel
1277         - 10  # NDRPDR sel
1278         - 11  # NDRPDR sel
1279         - 13  # NDRPDR sel
1280         - 26  # NDRPDR sel
1281         - 16  # NDRPDR sel
1282         - 17  # NDRPDR sel
1283         - 18  # NDRPDR sel
1284         - 19  # NDRPDR sel
1285         - 27  # NDRPDR sel
1286         - 21  # NDRPDR sel
1287         - 25  # NDRPDR sel
1288     dpdk-compare-testbeds-skx-clx-cmp:
1289       csit-dpdk-perf-verify-2001-2n-clx:
1290         - 15  # NDRPDR sel
1291         - 16  # NDRPDR sel
1292         - 17  # NDRPDR sel
1293         - 18  # NDRPDR sel
1294         - 19  # NDRPDR sel
1295         - 20  # NDRPDR sel
1296         - 21  # NDRPDR sel
1297         - 22  # NDRPDR sel
1298         - 23  # NDRPDR sel
1299         - 24  # NDRPDR sel
1300
1301     dpdk-compare-testbeds-skx-clx:
1302       - "dpdk-compare-testbeds-skx-clx-ref"
1303       - "dpdk-compare-testbeds-skx-clx-cmp"
1304
1305     # Compare topologies
1306
1307     vpp-compare-topologies-ref:
1308       # TODO: Add the data
1309       csit-vpp-perf-verify-2001-3n-skx:
1310         - 14  # NDRPDR sel
1311         - 15  # NDRPDR sel
1312         - 16  # NDRPDR sel
1313     vpp-compare-topologies-cmp:
1314       # TODO: Add the data
1315       csit-vpp-perf-verify-2001-2n-skx:
1316         - 21  # NDRPDR sel
1317         - 22  # NDRPDR sel
1318         - 23  # NDRPDR sel
1319         - 26  # NDRPDR sel
1320         - 27  # NDRPDR sel
1321         - 29  # NDRPDR sel
1322     vpp-compare-topologies:
1323       - "vpp-compare-topologies-ref"
1324       - "vpp-compare-topologies-cmp"
1325
1326     vpp-compare-topologies-mrr-ref:
1327       # TODO: Replace
1328       # csit-vpp-perf-verify-2001-3n-skx:
1329       csit-vpp-perf-verify-1908-3n-skx:
1330         - 36  # MRR sel
1331     vpp-compare-topologies-mrr-cmp:
1332       # TODO: Replace
1333       # csit-vpp-perf-verify-2001-2n-skx:
1334       csit-vpp-perf-verify-1908-2n-skx:
1335         - 69  # MRR sel
1336     vpp-compare-topologies-mrr:
1337       - "vpp-compare-topologies-mrr-ref"
1338       - "vpp-compare-topologies-mrr-cmp"
1339
1340     dpdk-compare-topologies-ref:
1341       csit-dpdk-perf-verify-2001-3n-skx:
1342         - 1   # NDRPDR sel
1343         - 2   # NDRPDR sel
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 6   # NDRPDR sel
1348         - 7   # NDRPDR sel
1349         - 8   # NDRPDR sel
1350         - 9   # NDRPDR sel
1351         - 10  # NDRPDR sel
1352     dpdk-compare-topologies-cmp:
1353       csit-dpdk-perf-verify-2001-2n-skx:
1354         - 1   # NDRPDR sel
1355         - 2   # NDRPDR sel
1356         - 3   # NDRPDR sel
1357         - 4   # NDRPDR sel
1358         - 5   # NDRPDR sel
1359         - 6   # NDRPDR sel
1360         - 7   # NDRPDR sel
1361         - 8   # NDRPDR sel
1362         - 9   # NDRPDR sel
1363         - 10  # NDRPDR sel
1364         - 11  # NDRPDR sel
1365         - 13  # NDRPDR sel
1366         - 26  # NDRPDR sel
1367         - 16  # NDRPDR sel
1368         - 17  # NDRPDR sel
1369         - 18  # NDRPDR sel
1370         - 19  # NDRPDR sel
1371         - 27  # NDRPDR sel
1372         - 21  # NDRPDR sel
1373         - 25  # NDRPDR sel
1374     dpdk-compare-topologies:
1375       - "dpdk-compare-topologies-ref"
1376       - "dpdk-compare-topologies-cmp"
1377
1378   plot-layouts:
1379
1380     plot-soak-throughput:
1381       titlefont:
1382         size: 18
1383       xaxis:
1384         title: "<b>Test Cases [Index]</b>"
1385         titlefont:
1386           size: 16
1387         autorange: True
1388         fixedrange: False
1389         gridcolor: "rgb(230, 230, 230)"
1390         linecolor: "rgb(220, 220, 220)"
1391         linewidth: 1
1392         showgrid: True
1393         showline: True
1394         showticklabels: True
1395         tickcolor: "rgb(220, 220, 220)"
1396         tickmode: "linear"
1397         tickfont:
1398           size: 16
1399         zeroline: False
1400       yaxis:
1401         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1402         titlefont:
1403           size: 16
1404         gridcolor: "rgb(230, 230, 230)"
1405         hoverformat: ".4r"
1406         tickformat: ".3r"
1407         linecolor: "rgb(220, 220, 220)"
1408         linewidth: 1
1409         showgrid: True
1410         showline: True
1411         showticklabels: True
1412         tickcolor: "rgb(220, 220, 220)"
1413         tickfont:
1414           size: 16
1415         zeroline: False
1416         range: [0,50]
1417       autosize: False
1418       margin:
1419         t: 50
1420         b: 0
1421         l: 80
1422         r: 20
1423       showlegend: True
1424       legend:
1425         orientation: "h"
1426         font:
1427           size: 16
1428       width: 700
1429       height: 900
1430       paper_bgcolor: "#fff"
1431       plot_bgcolor: "#fff"
1432       hoverlabel:
1433         namelength: -1
1434
1435     plot-service-density:
1436       titlefont:
1437         size: 18
1438       xaxis:
1439         side: "top"
1440         autorange: True
1441         fixedrange: False
1442         showgrid: False
1443         showline: False
1444         showticklabels: False
1445         ticks: ""
1446         ticklen: 0
1447         tickwidth: 0
1448         zeroline: False
1449       yaxis:
1450         autorange: "reversed"
1451         showgrid: False
1452         showline: False
1453         showticklabels: False
1454         ticks: ""
1455         ticklen: 0
1456         tickwidth: 0
1457         zeroline: False
1458       showlegend: False
1459       paper_bgcolor: "#fff"
1460       plot_bgcolor: "#fff"
1461       width: 700
1462       height: 700
1463       hoverlabel:
1464         namelength: -1
1465
1466     plot-cps:
1467       titlefont:
1468         size: 18
1469       xaxis:
1470         title: "<b>Test Cases [Index]</b>"
1471         titlefont:
1472           size: 16
1473         autorange: True
1474         fixedrange: False
1475         gridcolor: "rgb(230, 230, 230)"
1476         linecolor: "rgb(220, 220, 220)"
1477         linewidth: 1
1478         showgrid: True
1479         showline: True
1480         showticklabels: True
1481         tickcolor: "rgb(220, 220, 220)"
1482         tickmode: "linear"
1483         tickfont:
1484           size: 16
1485         zeroline: False
1486       yaxis:
1487         title: "<b>Connections Per Second [cps]</b>"
1488         titlefont:
1489           size: 16
1490         gridcolor: "rgb(230, 230, 230)"
1491         hoverformat: ".4s"
1492         linecolor: "rgb(220, 220, 220)"
1493         linewidth: 1
1494         rangemode: "tozero"
1495         showgrid: True
1496         showline: True
1497         showticklabels: True
1498         tickcolor: "rgb(220, 220, 220)"
1499         tickformat: ".3s"
1500         tickfont:
1501           size: 16
1502         zeroline: False
1503       boxmode: "group"
1504       boxgroupgap: 0.5
1505       autosize: False
1506       margin:
1507         t: 50
1508         b: 20
1509         l: 80
1510         r: 20
1511       showlegend: True
1512       legend:
1513         orientation: "h"
1514         font:
1515           size: 16
1516       width: 700
1517       height: 800
1518       paper_bgcolor: "#fff"
1519       plot_bgcolor: "#fff"
1520       hoverlabel:
1521         namelength: -1
1522
1523     plot-rps:
1524       titlefont:
1525         size: 18
1526       xaxis:
1527         title: "<b>Test Cases [Index]</b>"
1528         titlefont:
1529           size: 16
1530         autorange: True
1531         fixedrange: False
1532         gridcolor: "rgb(230, 230, 230)"
1533         linecolor: "rgb(220, 220, 220)"
1534         linewidth: 1
1535         showgrid: True
1536         showline: True
1537         showticklabels: True
1538         tickcolor: "rgb(220, 220, 220)"
1539         tickmode: "linear"
1540         tickfont:
1541           size: 16
1542         zeroline: False
1543       yaxis:
1544         title: "<b>Requests Per Second [rps]</b>"
1545         titlefont:
1546           size: 16
1547         gridcolor: "rgb(230, 230, 230)"
1548         hoverformat: ".4s"
1549         linecolor: "rgb(220, 220, 220)"
1550         linewidth: 1
1551         rangemode: "tozero"
1552         showgrid: True
1553         showline: True
1554         showticklabels: True
1555         tickcolor: "rgb(230, 230, 230)"
1556         tickformat: ".3s"
1557         tickfont:
1558           size: 16
1559         zeroline: False
1560       boxmode: "group"
1561       boxgroupgap: 0.5
1562       autosize: False
1563       margin:
1564         t: 50
1565         b: 20
1566         l: 80
1567         r: 20
1568       showlegend: True
1569       legend:
1570         orientation: "h"
1571         font:
1572           size: 16
1573       width: 700
1574       height: 800
1575       paper_bgcolor: "#fff"
1576       plot_bgcolor: "#fff"
1577       hoverlabel:
1578         namelength: -1
1579
1580     plot-throughput:
1581       titlefont:
1582         size: 18
1583       xaxis:
1584         title: "<b>Test Cases [Index]</b>"
1585         titlefont:
1586           size: 16
1587         autorange: True
1588         fixedrange: False
1589         gridcolor: "rgb(230, 230, 230)"
1590         linecolor: "rgb(220, 220, 220)"
1591         linewidth: 1
1592         showgrid: True
1593         showline: True
1594         showticklabels: True
1595         tickcolor: "rgb(220, 220, 220)"
1596         tickmode: "linear"
1597         tickfont:
1598           size: 16
1599         zeroline: False
1600       yaxis:
1601         title: "<b>Packet Throughput [Mpps]</b>"
1602         titlefont:
1603           size: 16
1604         gridcolor: "rgb(230, 230, 230)"
1605         hoverformat: ".4r"
1606         tickformat: ".3r"
1607         linecolor: "rgb(220, 220, 220)"
1608         linewidth: 1
1609         showgrid: True
1610         showline: True
1611         showticklabels: True
1612         tickcolor: "rgb(220, 220, 220)"
1613         tickfont:
1614           size: 16
1615         zeroline: False
1616         range: [0,50]
1617       autosize: False
1618       margin:
1619         t: 50
1620         b: 0
1621         l: 80
1622         r: 20
1623       showlegend: True
1624       legend:
1625         orientation: "h"
1626         font:
1627           size: 16
1628       width: 700
1629       height: 900
1630       paper_bgcolor: "#fff"
1631       plot_bgcolor: "#fff"
1632       hoverlabel:
1633         namelength: -1
1634
1635     plot-throughput-speedup-analysis:
1636       titlefont:
1637         size: 18
1638       xaxis:
1639         title: "<b>Number of Cores [Qty]</b>"
1640         titlefont:
1641           size: 16
1642         autorange: True
1643         fixedrange: False
1644         gridcolor: "rgb(230, 230, 230)"
1645         linecolor: "rgb(220, 220, 220)"
1646         linewidth: 1
1647         showgrid: True
1648         showline: True
1649         showticklabels: True
1650         tickcolor: "rgb(238, 238, 238)"
1651         tickmode: "linear"
1652         tickfont:
1653           size: 16
1654         zeroline: False
1655       yaxis:
1656         title: "<b>Packet Throughput [Mpps]</b>"
1657         titlefont:
1658           size: 16
1659         type: "linear"
1660         gridcolor: "rgb(230, 230, 230)"
1661         hoverformat: ".4s"
1662         linecolor: "rgb(220, 220, 220)"
1663         linewidth: 1
1664         showgrid: True
1665         showline: True
1666         showticklabels: True
1667         tickcolor: "rgb(220, 220, 220)"
1668         tickformat: ".4s"
1669         tickfont:
1670           size: 16
1671         zeroline: True
1672         rangemode: "tozero"
1673         range: [0,100]
1674       legend:
1675         orientation: "h"
1676         font:
1677           size: 16
1678         xanchor: "left"
1679         yanchor: "top"
1680         x: 0
1681         y: -0.2
1682         bgcolor: "rgba(255, 255, 255, 0)"
1683         bordercolor: "rgba(255, 255, 255, 0)"
1684         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1685       autosize: False
1686       margin:
1687           't': 50
1688           'b': 150
1689           'l': 85
1690           'r': 10
1691       showlegend: True
1692       width: 700
1693       height: 700
1694       paper_bgcolor: "#fff"
1695       plot_bgcolor: "#fff"
1696       hoverlabel:
1697         namelength: -1
1698       annotations: [
1699         {
1700           text: "_ _          __          ...",
1701           align: "left",
1702           showarrow: False,
1703           xref: "paper",
1704           yref: "paper",
1705           xanchor: "left",
1706           yanchor: "top",
1707           x: 0,
1708           y: -0.13,
1709           font: {
1710             family: "Consolas, Courier New",
1711             size: 15
1712           },
1713         },
1714         {
1715           text: "    Perfect     Measured     Limit",
1716           align: "left",
1717           showarrow: False,
1718           xref: "paper",
1719           yref: "paper",
1720           xanchor: "left",
1721           yanchor: "top",
1722           x: 0,
1723           y: -0.15,
1724           font: {
1725             family: "Consolas, Courier New",
1726             size: 15
1727           },
1728         },
1729       ]
1730
1731     plot-latency:
1732       titlefont:
1733         size: 18
1734       xaxis:
1735         title: "<b>Direction</b>"
1736         titlefont:
1737           size: 16
1738         autorange: True
1739         fixedrange: False
1740         gridcolor: "rgb(230, 230, 230)"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         showgrid: True
1744         showline: True
1745         showticklabels: False
1746         tickcolor: "rgb(220, 220, 220)"
1747         tickmode: "linear"
1748         tickfont:
1749           size: 16
1750         zeroline: False
1751       yaxis:
1752         title: "<b>Packet Latency [uSec]</b>"
1753         titlefont:
1754           size: 16
1755         type: "linear"
1756         gridcolor: "rgb(230, 230, 230)"
1757         hoverformat: ".4s"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickformat: ".4s"
1765         tickfont:
1766           size: 16
1767         zeroline: True
1768         rangemode: "tozero"
1769       legend:
1770         orientation: "h"
1771         font:
1772           size: 16
1773         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1774       autosize: False
1775       margin:
1776           't': 50
1777           'b': 150
1778           'l': 80
1779           'r': 10
1780       showlegend: True
1781       width: 700
1782       height: 700
1783       paper_bgcolor: "#fff"
1784       plot_bgcolor: "#fff"
1785       hoverlabel:
1786         namelength: -1
1787
1788     plot-hdrh-latency:
1789       title:
1790         text: ""
1791         xanchor: "center"
1792         x: 0.5
1793         font:
1794           size: 16
1795       width: 700
1796       plot_bgcolor: "white"
1797       annotations:
1798         - font:
1799             size: 14
1800           showarrow: False
1801           text: "<b>Packet Latency [uSec]</b>"
1802           x: 1
1803           xanchor: "right"
1804           xref: "paper"
1805           y: -0.045
1806           yanchor: "top"
1807           yref: "paper"
1808         - font:
1809             size: 14
1810           showarrow: False
1811           text: "<b>Probability [%]</b>"
1812           textangle: 270
1813           x: -0.06
1814           xanchor: "center"
1815           xref: "paper"
1816           y: 0.5
1817           yanchor: "middle"
1818           yref: "paper"
1819         - font:
1820             size: 14
1821           showarrow: False
1822           text: "<b>Direction: E-W</b>"
1823           x: 0.24
1824           xanchor: "center"
1825           xref: "paper"
1826           y: 1.05
1827           yanchor: "bottom"
1828           yref: "paper"
1829         - font:
1830             size: 14
1831           showarrow: False
1832           text: "<b>Direction: W-E</b>"
1833           x: 0.74
1834           xanchor: "center"
1835           xref: "paper"
1836           y: 1.05
1837           yanchor: "bottom"
1838           yref: "paper"
1839
1840     plot-hdrh-latency-percentile:
1841       title:
1842         text: ""
1843         xanchor: "center"
1844         x: 0.5
1845         font:
1846           size: 18
1847       xaxis:
1848         type: "log"
1849         title: "<b>Percentile [%]</b>"
1850         titlefont:
1851           size: 16
1852         autorange: True
1853         fixedrange: False
1854         gridcolor: "rgb(230, 230, 230)"
1855         linecolor: "rgb(220, 220, 220)"
1856         linewidth: 1
1857         showgrid: True
1858         showline: True
1859         showticklabels: True
1860         tickcolor: "rgb(220, 220, 220)"
1861         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1862         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1863         tickfont:
1864           size: 16
1865       yaxis:
1866         title: "<b>Packet Latency [uSec]</b>"
1867         titlefont:
1868           size: 16
1869         gridcolor: "rgb(230, 230, 230)"
1870         linecolor: "rgb(220, 220, 220)"
1871         linewidth: 1
1872         showgrid: True
1873         showline: True
1874         showticklabels: True
1875         tickcolor: "rgb(220, 220, 220)"
1876         tickfont:
1877           size: 16
1878       autosize: False
1879       showlegend: True
1880       legend:
1881         traceorder: "normal"
1882         orientation: "h"
1883         font:
1884           size: 16
1885         xanchor: "left"
1886         yanchor: "top"
1887         x: 0
1888         y: -0.15
1889         bgcolor: "rgba(255, 255, 255, 0)"
1890         bordercolor: "rgba(255, 255, 255, 0)"
1891       width: 700
1892       height: 700
1893       paper_bgcolor: "white"
1894       plot_bgcolor: "white"
1895
1896     plot-hdrh-latency-by-percentile:
1897       title:
1898         text: "<b>Latency by Percentile Distribution</b>"
1899         xanchor: "center"
1900         x: 0.5
1901         font:
1902           size: 18
1903       showlegend: True
1904       legend:
1905         traceorder: "normal"
1906         orientation: "h"
1907         font:
1908           size: 16
1909         xanchor: "left"
1910         yanchor: "top"
1911         x: 0
1912         y: -0.2
1913         bgcolor: "rgba(255, 255, 255, 0)"
1914         bordercolor: "rgba(255, 255, 255, 0)"
1915       xaxis:
1916         type: "linear"
1917         title: "<b>Percentile [%]</b>"
1918         titlefont:
1919           size: 14
1920         autorange: False
1921         fixedrange: False
1922         range: [0, 100]
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickvals: [0, 25, 50, 75, 100]
1931         ticktext: [0, 25, 50, 75, 100]
1932         tickfont:
1933           size: 14
1934       yaxis:
1935         title: "<b>One-Way Latency per Direction [uSec]</b>"
1936         titlefont:
1937           size: 14
1938         gridcolor: "rgb(230, 230, 230)"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: True
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickfont:
1946           size: 14
1947       width: 700
1948       height: 700
1949       paper_bgcolor: "white"
1950       plot_bgcolor: "white"
1951
1952 - type: "static"
1953   src-path: "{DIR[RST]}"
1954   dst-path: "{DIR[WORKING,SRC]}"
1955
1956 - type: "input"
1957   general:
1958     file-name: "output_info.xml.gz"
1959     file-format: ".gz"
1960     arch-file-format:
1961       - ".gz"
1962       - ".zip"
1963     download-path: "{job}/{build}/archives/{filename}"
1964     extract: "output.xml"
1965
1966     zip-file-name: "robot-plugin.zip"
1967     zip-file-format: ".zip"
1968     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1969     zip-extract: "robot-plugin/output.xml"
1970
1971   builds:
1972
1973     csit-vpp-perf-verify-1904-3n-hsw:
1974       - 9   # MRR sel
1975       - 11  # NDRPDR sel
1976       - 12  # NDRPDR sel
1977       - 20  # NDRPDR sel
1978       - 21  # NDRPDR sel
1979       - 23  # NDRPDR sel
1980       - 24  # NDRPDR sel
1981       - 25  # NDRPDR sel
1982       - 26  # NDRPDR sel
1983       - 29  # NDRPDR sel
1984       - 30  # NDRPDR sel
1985     csit-vpp-perf-verify-1908-3n-hsw:
1986       - 12  # NDRPDR sel
1987       - 13  # NDRPDR sel
1988       - 14  # NDRPDR sel
1989       - 15  # NDRPDR sel
1990       - 16  # NDRPDR sel
1991       - 17  # NDRPDR sel
1992       - 18  # NDRPDR sel
1993       - 19  # NDRPDR sel
1994       - 20  # NDRPDR sel
1995       - 21  # NDRPDR sel
1996       - 48  # NDRPDR sel vhost
1997       - 49  # NDRPDR sel vhost
1998       - 52  # NDRPDR sel vhost
1999       - 53  # NDRPDR sel vhost
2000       - 54  # NDRPDR sel vhost
2001       - 55  # NDRPDR sel vhost
2002       - 56  # NDRPDR sel vhost
2003       - 57  # NDRPDR sel vhost
2004       - 58  # NDRPDR sel vhost
2005       - 59  # NDRPDR sel vhost
2006       - 39  # MRR sel
2007     csit-vpp-perf-verify-2001-3n-hsw:
2008       - 21  # NDRPDR sel
2009       - 22  # NDRPDR sel
2010       - 23  # NDRPDR sel
2011       - 24  # NDRPDR sel
2012       - 25  # NDRPDR sel
2013       - 29  # NDRPDR sel
2014       - 30  # NDRPDR sel
2015       - 31  # NDRPDR sel
2016       - 32  # NDRPDR sel
2017       - 34  # NDRPDR sel
2018       - 17  # MRR sel
2019       - 18  # NDRPDR full
2020       - 20  # NDRPDR full
2021       - 28  # NDRPDR full
2022       - 35  # NDRPDR full
2023       - 42  # NDRPDR full
2024       - 46  # NDRPDR full
2025       - 47  # NDRPDR full
2026       - 48  # NDRPDR full
2027       - 49  # NDRPDR full
2028       - 50  # NDRPDR full
2029       - 51  # NDRPDR full
2030       - 52  # NDRPDR full
2031       - 53  # NDRPDR full
2032       - 54  # NDRPDR full
2033       - 55  # NDRPDR full
2034       - 56  # NDRPDR full
2035       - 57  # NDRPDR full
2036       - 58  # NDRPDR full
2037       - 59  # NDRPDR full
2038       - 61  # NDRPDR full
2039       - 62  # NDRPDR full
2040       - 63  # NDRPDR full
2041       - 64  # NDRPDR full
2042       - 65  # NDRPDR full
2043       - 67  # NDRPDR full
2044       - 70  # NDRPDR full
2045       - 72  # NDRPDR full
2046       - 73  # NDRPDR full
2047
2048 #    csit-vpp-perf-verify-1904-3n-skx:
2049 #      - 7   # MRR sel
2050 #      - 8   # NDRPDR sel
2051 #      - 9   # NDRPDR sel
2052 #      - 10  # NDRPDR sel
2053 #      - 11  # NDRPDR sel
2054 #      - 12  # NDRPDR sel
2055 #      - 14  # NDRPDR sel
2056 #      - 16  # NDRPDR sel
2057 #      - 21  # NDRPDR sel
2058 #      - 23  # NDRPDR sel
2059 #      - 25  # NDRPDR sel
2060 #    csit-vpp-perf-verify-1908-3n-skx:
2061 #      - 14  # NDRPDR sel
2062 #      - 16  # NDRPDR sel
2063 #      - 19  # NDRPDR sel
2064 #      - 20  # NDRPDR sel
2065 #      - 22  # NDRPDR sel
2066 #      - 23  # NDRPDR sel
2067 #      - 24  # NDRPDR sel
2068 #      - 25  # NDRPDR sel
2069 #      - 26  # NDRPDR sel
2070 #      - 29  # NDRPDR sel
2071 #      - 52  # NDRPDR sel vhost
2072 #      - 53  # NDRPDR sel vhost
2073 #      - 55  # NDRPDR sel vhost
2074 #      - 61  # NDRPDR sel vhost
2075 #      - 62  # NDRPDR sel vhost
2076 #      - 63  # NDRPDR sel vhost
2077 #      - 64  # NDRPDR sel vhost
2078 #      - 65  # NDRPDR sel vhost
2079 #      - 66  # NDRPDR sel vhost
2080 #      - 67  # NDRPDR sel vhost
2081 #      - 36  # MRR sel
2082 #    csit-vpp-perf-verify-2001-3n-skx:
2083 #      - 14  # NDRPDR sel
2084 #      - 15  # NDRPDR sel
2085 #      - 16  # NDRPDR sel
2086
2087 #    csit-vpp-perf-verify-1904-2n-skx:
2088 #      - 11  # MRR sel
2089 #      - 12  # NDRPDR sel
2090 #      - 14  # NDRPDR sel
2091 #      - 16  # NDRPDR sel
2092 #      - 17  # NDRPDR sel
2093 #      - 18  # NDRPDR sel
2094 #      - 21  # NDRPDR sel
2095 #      - 27  # NDRPDR sel
2096 #      - 30  # NDRPDR sel
2097 #      - 31  # NDRPDR sel
2098 #      - 32  # NDRPDR sel
2099 #    csit-vpp-perf-verify-1908-2n-skx:
2100 #      - 26  # NDRPDR sel
2101 #      - 27  # NDRPDR sel
2102 #      - 34  # NDRPDR sel
2103 #      - 35  # NDRPDR sel
2104 #      - 36  # NDRPDR sel
2105 #      - 42  # NDRPDR sel
2106 #      - 43  # NDRPDR sel
2107 #      - 44  # NDRPDR sel
2108 #      - 45  # NDRPDR sel
2109 #      - 46  # NDRPDR sel
2110 #      - 88  # NDRPDR sel vhost
2111 #      - 89  # NDRPDR sel vhost
2112 #      - 91  # NDRPDR sel vhost
2113 #      - 92  # NDRPDR sel vhost
2114 #      - 93  # NDRPDR sel vhost
2115 #      - 94  # NDRPDR sel vhost
2116 #      - 95  # NDRPDR sel vhost
2117 #      - 96  # NDRPDR sel vhost
2118 #      - 97  # NDRPDR sel vhost
2119 #      - 98  # NDRPDR sel vhost
2120 #      - 69  # MRR sel
2121 #      - 29  # TCP
2122 #      - 30  # TCP
2123 #      - 58  # TCP
2124 #      - 22  # NFV
2125 #      - 31  # NFV
2126 #      - 32  # NFV
2127 #      - 71  # NFV MRR
2128 #      - 113 # NFV reconf sel
2129 #      - 114 # NFV reconf sel
2130 #      - 115 # NFV reconf sel
2131 #      - 83  # SOAK
2132 #      - 86  # SOAK
2133 #    csit-vpp-perf-verify-2001-2n-skx:
2134 #      - 21  # NDRPDR sel
2135 #      - 22  # NDRPDR sel
2136 #      - 23  # NDRPDR sel
2137 #      - 26  # NDRPDR sel
2138 #      - 27  # NDRPDR sel
2139 #      - 29  # NDRPDR sel
2140 #      - 32  # NDRPDR full
2141 #      - 33  # NDRPDR full
2142 #      - 30  # NFV
2143 #      - 31  # NFV
2144
2145     csit-vpp-perf-verify-2001-2n-clx:
2146       - 28  # NDRPDR sel
2147       - 29  # NDRPDR sel
2148       - 32  # NDRPDR sel
2149       - 40  # NDRPDR sel
2150       - 44  # NDRPDR sel
2151       - 39  # MRR
2152       - 34  # NDRPDR full
2153       - 35  # NDRPDR full
2154       - 36  # NDRPDR full
2155       - 38  # NDRPDR full
2156       - 41  # NDRPDR full
2157       - 42  # NDRPDR full
2158
2159     csit-vpp-perf-verify-1908-3n-tsh:
2160       - 7   # NDRPDR sel
2161       - 8   # NDRPDR sel
2162       - 9   # NDRPDR sel
2163       - 10  # NDRPDR sel
2164       - 11  # NDRPDR sel
2165       - 12  # NDRPDR sel
2166       - 13  # NDRPDR sel
2167       - 14  # NDRPDR sel
2168       - 15  # NDRPDR sel
2169       - 16  # NDRPDR sel
2170       - 17  # MRR sel
2171     csit-vpp-perf-verify-2001-3n-tsh:
2172       - 3   # NDRPDR sel
2173       - 4   # NDRPDR sel
2174       - 7   # NDRPDR sel
2175       - 8   # NDRPDR sel
2176       - 10  # NDRPDR sel
2177       - 12  # NDRPDR sel
2178       - 13  # NDRPDR sel
2179       - 9   # MRR sel
2180
2181     csit-vpp-perf-verify-1908-3n-dnv:
2182       - 6   # NDRPDR sel
2183       - 7   # NDRPDR sel
2184       - 8   # NDRPDR sel
2185       - 9   # NDRPDR sel
2186       - 10  # NDRPDR sel
2187       - 12  # NDRPDR sel
2188       - 13  # NDRPDR sel
2189       - 14  # NDRPDR sel
2190       - 15  # NDRPDR sel
2191       - 16  # NDRPDR sel
2192       - 17  # MRR sel
2193     csit-vpp-perf-verify-2001-3n-dnv:
2194       - 5   # NDRPDR sel
2195       - 6   # NDRPDR sel
2196       - 7   # NDRPDR sel
2197       - 8   # NDRPDR sel
2198       - 9   # NDRPDR sel
2199       - 10  # NDRPDR sel
2200       - 12  # NDRPDR sel
2201       - 16  # NDRPDR sel
2202       - 17  # NDRPDR sel
2203       - 18  # NDRPDR sel
2204       - 11  # MRR sel
2205       - 19  # NDRPDR full
2206       - 20  # NDRPDR full
2207       - 21  # NDRPDR full
2208       - 22  # NDRPDR full
2209       - 23  # NDRPDR full
2210       - 24  # NDRPDR full
2211       - 25  # NDRPDR full
2212       - 26  # NDRPDR full
2213       - 37  # NDRPDR full
2214       - 38  # NDRPDR full
2215       - 39  # NDRPDR full
2216
2217     csit-vpp-perf-verify-1908-2n-dnv:
2218       - 1   # NDRPDR sel
2219       - 2   # NDRPDR sel
2220       - 3   # NDRPDR sel
2221       - 4   # NDRPDR sel
2222       - 5   # NDRPDR sel
2223       - 6   # NDRPDR sel
2224       - 7   # NDRPDR sel
2225       - 8   # NDRPDR sel
2226       - 9   # NDRPDR sel
2227       - 10  # NDRPDR sel
2228       - 11  # MRR sel
2229     csit-vpp-perf-verify-2001-2n-dnv:
2230       - 4   # NDRPDR sel
2231       - 5   # NDRPDR sel
2232       - 6   # NDRPDR sel
2233       - 7   # NDRPDR sel
2234       - 8   # NDRPDR sel
2235       - 9   # NDRPDR sel
2236       - 10  # NDRPDR sel
2237       - 11  # NDRPDR sel
2238       - 13  # NDRPDR sel
2239       - 16  # NDRPDR sel
2240       - 12  # MRR sel
2241       - 21  # NDRPDR full
2242       - 22  # NDRPDR full
2243       - 25  # NDRPDR full
2244       - 26  # NDRPDR full
2245       - 27  # NDRPDR full
2246       - 28  # NDRPDR full
2247
2248     csit-dpdk-perf-verify-1904-3n-hsw:
2249       - 2   # NDRPDR sel
2250       - 3   # NDRPDR sel
2251       - 5   # NDRPDR sel
2252       - 6   # NDRPDR sel
2253       - 13  # NDRPDR sel
2254       - 14  # NDRPDR sel
2255       - 15  # NDRPDR sel
2256       - 18  # NDRPDR sel
2257       - 19  # NDRPDR sel
2258       - 20  # NDRPDR sel
2259     csit-dpdk-perf-verify-1908-3n-hsw:
2260       - 2   # NDRPDR sel
2261       - 3   # NDRPDR sel
2262       - 4   # NDRPDR sel
2263       - 5   # NDRPDR sel
2264       - 6   # NDRPDR sel
2265       - 7   # NDRPDR sel
2266       - 8   # NDRPDR sel
2267       - 9   # NDRPDR sel
2268       - 10  # NDRPDR sel
2269       - 11  # NDRPDR sel
2270     csit-dpdk-perf-verify-2001-3n-hsw:
2271       - 4   # NDRPDR sel
2272       - 5   # NDRPDR sel
2273       - 6   # NDRPDR sel
2274       - 7   # NDRPDR sel
2275       - 8   # NDRPDR sel
2276       - 9   # NDRPDR sel
2277       - 10  # NDRPDR sel
2278       - 11  # NDRPDR sel
2279       - 12  # NDRPDR sel
2280       - 13  # NDRPDR sel
2281       - 15  # NDRPDR sel
2282       - 16  # NDRPDR sel
2283       - 17  # NDRPDR sel
2284       - 18  # NDRPDR sel
2285       - 19  # NDRPDR sel
2286       - 20  # NDRPDR sel
2287       - 21  # NDRPDR sel
2288       - 22  # NDRPDR sel
2289       - 23  # NDRPDR sel
2290       - 24  # NDRPDR sel
2291       - 25  # NDRPDR full
2292       - 26  # NDRPDR full
2293
2294 #    csit-dpdk-perf-verify-1904-3n-skx:
2295 #      - 2   # NDRPDR sel
2296 #      - 3   # NDRPDR sel
2297 #      - 4   # NDRPDR sel
2298 #      - 5   # NDRPDR sel
2299 #      - 6   # NDRPDR sel
2300 #      - 7   # NDRPDR sel
2301 #      - 11  # NDRPDR sel
2302 #      - 12  # NDRPDR sel
2303 #      - 13  # NDRPDR sel
2304 #      - 14  # NDRPDR sel
2305 #    csit-dpdk-perf-verify-1908-3n-skx:
2306 #      - 3   # NDRPDR sel
2307 #      - 4   # NDRPDR sel
2308 #      - 5   # NDRPDR sel
2309 #      - 6   # NDRPDR sel
2310 #      - 7   # NDRPDR sel
2311 #      - 8   # NDRPDR sel
2312 #      - 9   # NDRPDR sel
2313 #      - 10  # NDRPDR sel
2314 #      - 11  # NDRPDR sel
2315 #      - 12  # NDRPDR sel
2316 #    csit-dpdk-perf-verify-2001-3n-skx:
2317 #      - 1   # NDRPDR sel
2318 #      - 2   # NDRPDR sel
2319 #      - 3   # NDRPDR sel
2320 #      - 4   # NDRPDR sel
2321 #      - 5   # NDRPDR sel
2322 #      - 6   # NDRPDR sel
2323 #      - 7   # NDRPDR sel
2324 #      - 8   # NDRPDR sel
2325 #      - 9   # NDRPDR sel
2326 #      - 10  # NDRPDR sel
2327
2328 #    csit-dpdk-perf-verify-1904-2n-skx:
2329 #      - 2   # NDRPDR sel
2330 #      - 3   # NDRPDR sel
2331 #      - 4   # NDRPDR sel
2332 #      - 5   # NDRPDR sel
2333 #      - 7   # NDRPDR sel
2334 #      - 8   # NDRPDR sel
2335 #      - 9   # NDRPDR sel
2336 #      - 10  # NDRPDR sel
2337 #      - 11  # NDRPDR sel
2338 #      - 12  # NDRPDR sel
2339 #    csit-dpdk-perf-verify-1908-2n-skx:
2340 #      - 2   # NDRPDR sel
2341 #      - 3   # NDRPDR sel
2342 #      - 4   # NDRPDR sel
2343 #      - 5   # NDRPDR sel
2344 #      - 7   # NDRPDR sel
2345 #      - 8   # NDRPDR sel
2346 #      - 9   # NDRPDR sel
2347 #      - 10  # NDRPDR sel
2348 #      - 11  # NDRPDR sel
2349 #      - 12  # NDRPDR sel
2350 #    csit-dpdk-perf-verify-2001-2n-skx:
2351 #      - 1   # NDRPDR sel
2352 #      - 2   # NDRPDR sel
2353 #      - 3   # NDRPDR sel
2354 #      - 4   # NDRPDR sel
2355 #      - 5   # NDRPDR sel
2356 #      - 6   # NDRPDR sel
2357 #      - 7   # NDRPDR sel
2358 #      - 8   # NDRPDR sel
2359 #      - 9   # NDRPDR sel
2360 #      - 10  # NDRPDR sel
2361 #      - 11  # NDRPDR sel
2362 #      - 13  # NDRPDR sel
2363 #      - 26  # NDRPDR sel
2364 #      - 16  # NDRPDR sel
2365 #      - 17  # NDRPDR sel
2366 #      - 18  # NDRPDR sel
2367 #      - 19  # NDRPDR sel
2368 #      - 27  # NDRPDR sel
2369 #      - 21  # NDRPDR sel
2370 #      - 25  # NDRPDR sel
2371
2372     csit-dpdk-perf-verify-2001-2n-clx:
2373       - 15  # NDRPDR sel
2374       - 16  # NDRPDR sel
2375       - 17  # NDRPDR sel
2376       - 18  # NDRPDR sel
2377       - 19  # NDRPDR sel
2378       - 20  # NDRPDR sel
2379       - 21  # NDRPDR sel
2380       - 22  # NDRPDR sel
2381       - 23  # NDRPDR sel
2382       - 24  # NDRPDR sel
2383
2384     csit-dpdk-perf-verify-2001-2n-dnv:
2385       - 9   # NDRPDR sel
2386       - 10  # NDRPDR sel
2387       - 11  # NDRPDR sel
2388       - 12  # NDRPDR sel
2389       - 13  # NDRPDR sel
2390       - 14  # NDRPDR sel
2391       - 15  # NDRPDR sel
2392       - 16  # NDRPDR sel
2393       - 17  # NDRPDR sel
2394       - 18  # NDRPDR sel
2395
2396     csit-dpdk-perf-verify-2001-3n-dnv:
2397       - 12  # NDRPDR sel
2398       - 13  # NDRPDR sel
2399       - 14  # NDRPDR sel
2400       - 15  # NDRPDR sel
2401       - 16  # NDRPDR sel
2402       - 17  # NDRPDR sel
2403       - 18  # NDRPDR sel
2404       - 19  # NDRPDR sel
2405       - 20  # NDRPDR sel
2406       - 22  # NDRPDR sel
2407
2408     csit-dpdk-perf-verify-2001-3n-tsh:
2409       - 3   # NDRPDR sel
2410       - 4   # NDRPDR sel
2411       - 5   # NDRPDR sel
2412       - 9   # NDRPDR sel
2413       - 10  # NDRPDR sel
2414       - 11  # NDRPDR sel
2415       - 12  # NDRPDR sel
2416       - 14  # NDRPDR sel
2417       - 15  # NDRPDR sel
2418       - 18  # NDRPDR sel
2419
2420     csit-vpp-device-2001-ubuntu1804-1n-skx:
2421       - 57
2422
2423 - type: "output"
2424   output: "report"
2425   format:
2426     html:
2427     - full
2428 #    pdf:
2429 #    - minimal
2430
2431 ################################################################################
2432 ###                               T A B L E S                                ###
2433 ################################################################################
2434
2435 ## VPP Soak vs NDR
2436 #- type: "table"
2437 #  title: "VPP Soak vs NDR 2n-skx"
2438 #  algorithm: "table_soak_vs_ndr"
2439 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2440 #  reference:
2441 #    title: "NDR"
2442 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2443 #  compare:
2444 #    title: "Soak"
2445 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2446 #  data: "vpp-soak-vs-ndr-2n-skx"
2447 #  include-tests: "NDR"
2448 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2449 #  parameters:
2450 #    - "throughput"
2451 #    - "name"
2452 #    - "parent"
2453
2454 ################################################################################
2455
2456 ## VPP Compare NICs 3n-skx 2t1c ndr
2457 #- type: "table"
2458 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2459 #  algorithm: "table_nics_comparison"
2460 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2461 #  reference:
2462 #    title: "x710"
2463 #    nic: "NIC_Intel-X710"
2464 #  compare:
2465 #    title: "xxv710"
2466 #    nic: "NIC_Intel-XXV710"
2467 #  data: "vpp-nic-comparison-3n-skx"
2468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2469 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2470 #  parameters:
2471 #  - "name"
2472 #  - "parent"
2473 #  - "throughput"
2474 #  - "tags"
2475 #
2476 ## VPP Compare NICs 3n-skx 4t2c ndr
2477 #- type: "table"
2478 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2479 #  algorithm: "table_nics_comparison"
2480 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2481 #  reference:
2482 #    title: "x710"
2483 #    nic: "NIC_Intel-X710"
2484 #  compare:
2485 #    title: "xxv710"
2486 #    nic: "NIC_Intel-XXV710"
2487 #  data: "vpp-nic-comparison-3n-skx"
2488 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2489 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2490 #  parameters:
2491 #  - "name"
2492 #  - "parent"
2493 #  - "throughput"
2494 #  - "tags"
2495 #
2496 ## VPP Compare NICs 3n-skx 2t1c pdr
2497 #- type: "table"
2498 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2499 #  algorithm: "table_nics_comparison"
2500 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2501 #  reference:
2502 #    title: "x710"
2503 #    nic: "NIC_Intel-X710"
2504 #  compare:
2505 #    title: "xxv710"
2506 #    nic: "NIC_Intel-XXV710"
2507 #  data: "vpp-nic-comparison-3n-skx"
2508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2509 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2510 #  parameters:
2511 #  - "name"
2512 #  - "parent"
2513 #  - "throughput"
2514 #  - "tags"
2515 #
2516 # # VPP Compare NICs 3n-skx 4t2c pdr
2517 #- type: "table"
2518 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2519 #  algorithm: "table_nics_comparison"
2520 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2521 #  reference:
2522 #    title: "x710"
2523 #    nic: "NIC_Intel-X710"
2524 #  compare:
2525 #    title: "xxv710"
2526 #    nic: "NIC_Intel-XXV710"
2527 #  data: "vpp-nic-comparison-3n-skx"
2528 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2529 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2530 #  parameters:
2531 #  - "name"
2532 #  - "parent"
2533 #  - "throughput"
2534 #  - "tags"
2535 #
2536 ## VPP Compare NICs 3n-skx 2t1c mrr
2537 #- type: "table"
2538 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2539 #  algorithm: "table_nics_comparison"
2540 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2541 #  reference:
2542 #    title: "x710"
2543 #    nic: "NIC_Intel-X710"
2544 #  compare:
2545 #    title: "xxv710"
2546 #    nic: "NIC_Intel-XXV710"
2547 #  data: "vpp-nic-comparison-3n-skx-mrr"
2548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2549 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2550 #  parameters:
2551 #  - "name"
2552 #  - "parent"
2553 #  - "result"
2554 #  - "tags"
2555 #
2556 ## VPP Compare NICs 3n-skx 4t2c mrr
2557 #- type: "table"
2558 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2559 #  algorithm: "table_nics_comparison"
2560 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2561 #  reference:
2562 #    title: "x710"
2563 #    nic: "NIC_Intel-X710"
2564 #  compare:
2565 #    title: "xxv710"
2566 #    nic: "NIC_Intel-XXV710"
2567 #  data: "vpp-nic-comparison-3n-skx-mrr"
2568 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2569 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2570 #  parameters:
2571 #  - "name"
2572 #  - "parent"
2573 #  - "result"
2574 #  - "tags"
2575 #
2576 # # VPP Compare NICs 3n-skx 8t4c mrr
2577 #- type: "table"
2578 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2579 #  algorithm: "table_nics_comparison"
2580 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2581 #  reference:
2582 #    title: "x710"
2583 #    nic: "NIC_Intel-X710"
2584 #  compare:
2585 #    title: "xxv710"
2586 #    nic: "NIC_Intel-XXV710"
2587 #  data: "vpp-nic-comparison-3n-skx-mrr"
2588 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2589 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2590 #  parameters:
2591 #  - "name"
2592 #  - "parent"
2593 #  - "result"
2594 #  - "tags"
2595 #
2596 ## VPP Compare NICs 2n-skx 2t1c ndr
2597 #- type: "table"
2598 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2599 #  algorithm: "table_nics_comparison"
2600 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2601 #  reference:
2602 #    title: "x710"
2603 #    nic: "NIC_Intel-X710"
2604 #  compare:
2605 #    title: "xxv710"
2606 #    nic: "NIC_Intel-XXV710"
2607 #  data: "vpp-nic-comparison-2n-skx"
2608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2609 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2610 #  parameters:
2611 #  - "name"
2612 #  - "parent"
2613 #  - "throughput"
2614 #  - "tags"
2615 #
2616 ## VPP Compare NICs 2n-skx 4t2c ndr
2617 #- type: "table"
2618 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2619 #  algorithm: "table_nics_comparison"
2620 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2621 #  reference:
2622 #    title: "x710"
2623 #    nic: "NIC_Intel-X710"
2624 #  compare:
2625 #    title: "xxv710"
2626 #    nic: "NIC_Intel-XXV710"
2627 #  data: "vpp-nic-comparison-2n-skx"
2628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2629 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2630 #  parameters:
2631 #  - "name"
2632 #  - "parent"
2633 #  - "throughput"
2634 #  - "tags"
2635 #
2636 # # VPP Compare NICs 2n-skx 2t1c pdr
2637 #- type: "table"
2638 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2639 #  algorithm: "table_nics_comparison"
2640 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2641 #  reference:
2642 #    title: "x710"
2643 #    nic: "NIC_Intel-X710"
2644 #  compare:
2645 #    title: "xxv710"
2646 #    nic: "NIC_Intel-XXV710"
2647 #  data: "vpp-nic-comparison-2n-skx"
2648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2650 #  parameters:
2651 #  - "name"
2652 #  - "parent"
2653 #  - "throughput"
2654 #  - "tags"
2655 #
2656 ## VPP Compare NICs 2n-skx 4t2c pdr
2657 #- type: "table"
2658 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2659 #  algorithm: "table_nics_comparison"
2660 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2661 #  reference:
2662 #    title: "x710"
2663 #    nic: "NIC_Intel-X710"
2664 #  compare:
2665 #    title: "xxv710"
2666 #    nic: "NIC_Intel-XXV710"
2667 #  data: "vpp-nic-comparison-2n-skx"
2668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2669 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2670 #  parameters:
2671 #  - "name"
2672 #  - "parent"
2673 #  - "throughput"
2674 #  - "tags"
2675 #
2676 ## VPP Compare NICs 2n-skx 2t1c mrr
2677 #- type: "table"
2678 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2679 #  algorithm: "table_nics_comparison"
2680 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2681 #  reference:
2682 #    title: "x710"
2683 #    nic: "NIC_Intel-X710"
2684 #  compare:
2685 #    title: "xxv710"
2686 #    nic: "NIC_Intel-XXV710"
2687 #  data: "vpp-nic-comparison-2n-skx-mrr"
2688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2689 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2690 #  parameters:
2691 #  - "name"
2692 #  - "parent"
2693 #  - "result"
2694 #  - "tags"
2695 #
2696 ## VPP Compare NICs 2n-skx 4t2c mrr
2697 #- type: "table"
2698 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2699 #  algorithm: "table_nics_comparison"
2700 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2701 #  reference:
2702 #    title: "x710"
2703 #    nic: "NIC_Intel-X710"
2704 #  compare:
2705 #    title: "xxv710"
2706 #    nic: "NIC_Intel-XXV710"
2707 #  data: "vpp-nic-comparison-2n-skx-mrr"
2708 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2709 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2710 #  parameters:
2711 #  - "name"
2712 #  - "parent"
2713 #  - "result"
2714 #  - "tags"
2715 #
2716 ## VPP Compare NICs 2n-skx 8t4c mrr
2717 #- type: "table"
2718 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2719 #  algorithm: "table_nics_comparison"
2720 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2721 #  reference:
2722 #    title: "x710"
2723 #    nic: "NIC_Intel-X710"
2724 #  compare:
2725 #    title: "xxv710"
2726 #    nic: "NIC_Intel-XXV710"
2727 #  data: "vpp-nic-comparison-2n-skx-mrr"
2728 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2729 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2730 #  parameters:
2731 #  - "name"
2732 #  - "parent"
2733 #  - "result"
2734 #  - "tags"
2735
2736 ################################################################################
2737 # VPP
2738
2739 # VPP Performance Changes 3n-hsw 1t1c pdr
2740 - type: "table"
2741   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2742   algorithm: "table_perf_comparison"
2743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2744   history:
2745     - title: "rls1904"
2746       data: "vpp-performance-changes-3n-hsw-h1"
2747   reference:
2748     title: "rls1908"
2749     data: "vpp-performance-changes-3n-hsw-ref"
2750     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2751   compare:
2752     title: "rls2001"
2753     data: "vpp-performance-changes-3n-hsw-cmp"
2754   data: "vpp-performance-changes-3n-hsw"
2755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2756   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "throughput"
2761
2762 # VPP Performance Changes 3n-hsw 2t2c pdr
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2765   algorithm: "table_perf_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2767   history:
2768     - title: "rls1904"
2769       data: "vpp-performance-changes-3n-hsw-h1"
2770   reference:
2771     title: "rls1908"
2772     data: "vpp-performance-changes-3n-hsw-ref"
2773     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2774   compare:
2775     title: "rls2001"
2776     data: "vpp-performance-changes-3n-hsw-cmp"
2777   data: "vpp-performance-changes-3n-hsw"
2778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "throughput"
2784
2785 # VPP Performance Changes 3n-hsw 1t1c ndr
2786 - type: "table"
2787   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2788   algorithm: "table_perf_comparison"
2789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2790   history:
2791     - title: "rls1904"
2792       data: "vpp-performance-changes-3n-hsw-h1"
2793   reference:
2794     title: "rls1908"
2795     data: "vpp-performance-changes-3n-hsw-ref"
2796     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2797   compare:
2798     title: "rls2001"
2799     data: "vpp-performance-changes-3n-hsw-cmp"
2800   data: "vpp-performance-changes-3n-hsw"
2801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2802   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2803   parameters:
2804   - "name"
2805   - "parent"
2806   - "throughput"
2807
2808 # VPP Performance Changes 3n-hsw 2t2c ndr
2809 - type: "table"
2810   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2811   algorithm: "table_perf_comparison"
2812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2813   history:
2814     - title: "rls1904"
2815       data: "vpp-performance-changes-3n-hsw-h1"
2816   reference:
2817     title: "rls1908"
2818     data: "vpp-performance-changes-3n-hsw-ref"
2819     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2820   compare:
2821     title: "rls2001"
2822     data: "vpp-performance-changes-3n-hsw-cmp"
2823   data: "vpp-performance-changes-3n-hsw"
2824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2825   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2826   parameters:
2827   - "name"
2828   - "parent"
2829   - "throughput"
2830
2831 ## VPP Performance Changes 3n-skx 2t1c pdr
2832 #- type: "table"
2833 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2834 #  algorithm: "table_perf_comparison_nic"
2835 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2836 #  history:
2837 #    - title: "rls1904 x710"
2838 #      data: "vpp-performance-changes-3n-skx-h1"
2839 #      nic: "NIC_Intel-X710"
2840 #  reference:
2841 #    title: "rls1908 xxv710"
2842 #    data: "vpp-performance-changes-3n-skx-ref"
2843 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2844 #    nic: "NIC_Intel-XXV710"
2845 #  compare:
2846 #    title: "rls2001 xxv710"
2847 #    data: "vpp-performance-changes-3n-skx-cmp"
2848 #    nic: "NIC_Intel-XXV710"
2849 #  data: "vpp-performance-changes-3n-skx"
2850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2851 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2852 #  parameters:
2853 #  - "name"
2854 #  - "parent"
2855 #  - "throughput"
2856 #  - "tags"
2857 #
2858 ## VPP Performance Changes 3n-skx 4t2c pdr
2859 #- type: "table"
2860 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2861 #  algorithm: "table_perf_comparison_nic"
2862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2863 #  history:
2864 #    - title: "rls1904 x710"
2865 #      data: "vpp-performance-changes-3n-skx-h1"
2866 #      nic: "NIC_Intel-X710"
2867 #  reference:
2868 #    title: "rls1908 x710"
2869 #    data: "vpp-performance-changes-3n-skx-ref"
2870 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2871 #    nic: "NIC_Intel-X710"
2872 #  compare:
2873 #    title: "rls2001 xxv710"
2874 #    data: "vpp-performance-changes-3n-skx-cmp"
2875 #    nic: "NIC_Intel-XXV710"
2876 #  data: "vpp-performance-changes-3n-skx"
2877 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2878 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2879 #  parameters:
2880 #  - "name"
2881 #  - "parent"
2882 #  - "throughput"
2883 #  - "tags"
2884 #
2885 ## VPP Performance Changes 3n-skx 2t1c ndr
2886 #- type: "table"
2887 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2888 #  algorithm: "table_perf_comparison_nic"
2889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2890 #  history:
2891 #    - title: "rls1904 x710"
2892 #      data: "vpp-performance-changes-3n-skx-h1"
2893 #      nic: "NIC_Intel-X710"
2894 #  reference:
2895 #    title: "rls1908 x710"
2896 #    data: "vpp-performance-changes-3n-skx-ref"
2897 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2898 #    nic: "NIC_Intel-X710"
2899 #  compare:
2900 #    title: "rls2001 xxv710"
2901 #    data: "vpp-performance-changes-3n-skx-cmp"
2902 #    nic: "NIC_Intel-XXV710"
2903 #  data: "vpp-performance-changes-3n-skx"
2904 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2905 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2906 #  parameters:
2907 #  - "name"
2908 #  - "parent"
2909 #  - "throughput"
2910 #  - "tags"
2911 #
2912 ## VPP Performance Changes 3n-skx 4t2c ndr
2913 #- type: "table"
2914 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2915 #  algorithm: "table_perf_comparison_nic"
2916 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2917 #  history:
2918 #    - title: "rls1904 x710"
2919 #      data: "vpp-performance-changes-3n-skx-h1"
2920 #      nic: "NIC_Intel-X710"
2921 #  reference:
2922 #    title: "rls1908 x710"
2923 #    data: "vpp-performance-changes-3n-skx-ref"
2924 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2925 #    nic: "NIC_Intel-X710"
2926 #  compare:
2927 #    title: "rls2001 xxv710"
2928 #    data: "vpp-performance-changes-3n-skx-cmp"
2929 #    nic: "NIC_Intel-XXV710"
2930 #  data: "vpp-performance-changes-3n-skx"
2931 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2932 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2933 #  parameters:
2934 #  - "name"
2935 #  - "parent"
2936 #  - "throughput"
2937 #  - "tags"
2938 #
2939 ## VPP Performance Changes 2n-skx 2t1c pdr
2940 #- type: "table"
2941 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2942 #  algorithm: "table_perf_comparison_nic"
2943 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2944 #  history:
2945 #    - title: "rls1904 x710"
2946 #      data: "vpp-performance-changes-2n-skx-h1"
2947 #      nic: "NIC_Intel-X710"
2948 #  reference:
2949 #    title: "rls1908 xxv710"
2950 #    data: "vpp-performance-changes-2n-skx-ref"
2951 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2952 #    nic: "NIC_Intel-XXV710"
2953 #  compare:
2954 #    title: "rls2001 xxv710"
2955 #    data: "vpp-performance-changes-2n-skx-cmp"
2956 #    nic: "NIC_Intel-XXV710"
2957 #  data: "vpp-performance-changes-2n-skx"
2958 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2959 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2960 #  parameters:
2961 #  - "name"
2962 #  - "parent"
2963 #  - "throughput"
2964 #  - "tags"
2965 #
2966 ## VPP Performance Changes 2n-skx 4t2c pdr
2967 #- type: "table"
2968 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2969 #  algorithm: "table_perf_comparison_nic"
2970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2971 #  history:
2972 #    - title: "rls1904 x710"
2973 #      data: "vpp-performance-changes-2n-skx-h1"
2974 #      nic: "NIC_Intel-X710"
2975 #  reference:
2976 #    title: "rls1908 xxv710"
2977 #    data: "vpp-performance-changes-2n-skx-ref"
2978 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2979 #    nic: "NIC_Intel-XXV710"
2980 #  compare:
2981 #    title: "rls2001 xxv710"
2982 #    data: "vpp-performance-changes-2n-skx-cmp"
2983 #    nic: "NIC_Intel-XXV710"
2984 #  data: "vpp-performance-changes-2n-skx"
2985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2986 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2987 #  parameters:
2988 #  - "name"
2989 #  - "parent"
2990 #  - "throughput"
2991 #  - "tags"
2992 #
2993 ## VPP Performance Changes 2n-skx 2t1c ndr
2994 #- type: "table"
2995 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2996 #  algorithm: "table_perf_comparison_nic"
2997 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2998 #  history:
2999 #    - title: "rls1904 x710"
3000 #      data: "vpp-performance-changes-2n-skx-h1"
3001 #      nic: "NIC_Intel-X710"
3002 #  reference:
3003 #    title: "rls1908 xxv710"
3004 #    data: "vpp-performance-changes-2n-skx-ref"
3005 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3006 #    nic: "NIC_Intel-XXV710"
3007 #  compare:
3008 #    title: "rls2001 xxv710"
3009 #    data: "vpp-performance-changes-2n-skx-cmp"
3010 #    nic: "NIC_Intel-XXV710"
3011 #  data: "vpp-performance-changes-2n-skx"
3012 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3013 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3014 #  parameters:
3015 #  - "name"
3016 #  - "parent"
3017 #  - "throughput"
3018 #  - "tags"
3019 #
3020 ## VPP Performance Changes 2n-skx 4t2c ndr
3021 #- type: "table"
3022 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3023 #  algorithm: "table_perf_comparison_nic"
3024 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3025 #  history:
3026 #    - title: "rls1904 x710"
3027 #      data: "vpp-performance-changes-2n-skx-h1"
3028 #      nic: "NIC_Intel-X710"
3029 #  reference:
3030 #    title: "rls1908 xxv710"
3031 #    data: "vpp-performance-changes-2n-skx-ref"
3032 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3033 #    nic: "NIC_Intel-XXV710"
3034 #  compare:
3035 #    title: "rls2001 xxv710"
3036 #    data: "vpp-performance-changes-2n-skx-cmp"
3037 #    nic: "NIC_Intel-XXV710"
3038 #  data: "vpp-performance-changes-2n-skx"
3039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3040 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3041 #  parameters:
3042 #  - "name"
3043 #  - "parent"
3044 #  - "throughput"
3045 #  - "tags"
3046 #
3047 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3048 #- type: "table"
3049 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3050 #  algorithm: "table_perf_comparison"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3052 #  reference:
3053 #    title: "rls1908"
3054 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3055 #  compare:
3056 #    title: "rls2001"
3057 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3058 #  data: "vpp-performance-changes-nfv-2n-skx"
3059 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3060 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3061 #  parameters:
3062 #  - "name"
3063 #  - "parent"
3064 #  - "throughput"
3065 #  - "tags"
3066 #
3067 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3068 #- type: "table"
3069 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3070 #  algorithm: "table_perf_comparison"
3071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3072 #  reference:
3073 #    title: "rls1908"
3074 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3075 #  compare:
3076 #    title: "rls2001"
3077 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3078 #  data: "vpp-performance-changes-nfv-2n-skx"
3079 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3080 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3081 #  parameters:
3082 #  - "name"
3083 #  - "parent"
3084 #  - "throughput"
3085 #  - "tags"
3086 #
3087 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3088 #- type: "table"
3089 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3090 #  algorithm: "table_perf_comparison"
3091 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3092 #  reference:
3093 #    title: "rls1908"
3094 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3095 #  compare:
3096 #    title: "rls2001"
3097 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3098 #  data: "vpp-performance-changes-nfv-2n-skx"
3099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3100 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3101 #  parameters:
3102 #  - "name"
3103 #  - "parent"
3104 #  - "throughput"
3105 #  - "tags"
3106 #
3107 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3108 #- type: "table"
3109 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3110 #  algorithm: "table_perf_comparison"
3111 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3112 #  reference:
3113 #    title: "rls1908"
3114 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3115 #  compare:
3116 #    title: "rls2001"
3117 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3118 #  data: "vpp-performance-changes-nfv-2n-skx"
3119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3120 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3121 #  parameters:
3122 #  - "name"
3123 #  - "parent"
3124 #  - "throughput"
3125 #  - "tags"
3126
3127 # VPP Performance Changes 2n-dnv 1t1c pdr
3128 - type: "table"
3129   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3130   algorithm: "table_perf_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3132   reference:
3133     title: "rls1908"
3134     data: "vpp-performance-changes-2n-dnv-ref"
3135   compare:
3136     title: "rls2001"
3137     data: "vpp-performance-changes-2n-dnv-cmp"
3138   data: "vpp-performance-changes-2n-dnv"
3139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3140   filter: "'1T1C'"
3141   parameters:
3142   - "name"
3143   - "parent"
3144   - "throughput"
3145   - "tags"
3146
3147 # VPP Performance Changes 2n-dnv 2t2c pdr
3148 - type: "table"
3149   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3150   algorithm: "table_perf_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3152   reference:
3153     title: "rls1908"
3154     data: "vpp-performance-changes-2n-dnv-ref"
3155   compare:
3156     title: "rls2001"
3157     data: "vpp-performance-changes-2n-dnv-cmp"
3158   data: "vpp-performance-changes-2n-dnv"
3159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'2T2C'"
3161   parameters:
3162   - "name"
3163   - "parent"
3164   - "throughput"
3165   - "tags"
3166
3167 # VPP Performance Changes 2n-dnv 1t1c ndr
3168 - type: "table"
3169   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3170   algorithm: "table_perf_comparison"
3171   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3172   reference:
3173     title: "rls1908"
3174     data: "vpp-performance-changes-2n-dnv-ref"
3175   compare:
3176     title: "rls2001"
3177     data: "vpp-performance-changes-2n-dnv-cmp"
3178   data: "vpp-performance-changes-2n-dnv"
3179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'1T1C'"
3181   parameters:
3182   - "name"
3183   - "parent"
3184   - "throughput"
3185   - "tags"
3186
3187 # VPP Performance Changes 2n-dnv 2t2c ndr
3188 - type: "table"
3189   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3190   algorithm: "table_perf_comparison"
3191   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3192   reference:
3193     title: "rls1908 "
3194     data: "vpp-performance-changes-2n-dnv-ref"
3195   compare:
3196     title: "rls2001"
3197     data: "vpp-performance-changes-2n-dnv-cmp"
3198   data: "vpp-performance-changes-2n-dnv"
3199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3200   filter: "'2T2C'"
3201   parameters:
3202   - "name"
3203   - "parent"
3204   - "throughput"
3205   - "tags"
3206
3207 # VPP Performance Changes 3n-dnv 1t1c pdr
3208 - type: "table"
3209   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3210   algorithm: "table_perf_comparison"
3211   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3212   reference:
3213     title: "rls1908"
3214     data: "vpp-performance-changes-3n-dnv-ref"
3215   compare:
3216     title: "rls2001"
3217     data: "vpp-performance-changes-3n-dnv-cmp"
3218   data: "vpp-performance-changes-3n-dnv"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'1T1C'"
3221   parameters:
3222   - "name"
3223   - "parent"
3224   - "throughput"
3225   - "tags"
3226
3227 # VPP Performance Changes 3n-dnv 2t2c pdr
3228 - type: "table"
3229   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3230   algorithm: "table_perf_comparison"
3231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3232   reference:
3233     title: "rls1908"
3234     data: "vpp-performance-changes-3n-dnv-ref"
3235   compare:
3236     title: "rls2001"
3237     data: "vpp-performance-changes-3n-dnv-cmp"
3238   data: "vpp-performance-changes-3n-dnv"
3239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3240   filter: "'2T2C'"
3241   parameters:
3242   - "name"
3243   - "parent"
3244   - "throughput"
3245   - "tags"
3246
3247 # VPP Performance Changes 3n-dnv 1t1c ndr
3248 - type: "table"
3249   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3250   algorithm: "table_perf_comparison"
3251   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3252   reference:
3253     title: "rls1908"
3254     data: "vpp-performance-changes-3n-dnv-ref"
3255   compare:
3256     title: "rls2001"
3257     data: "vpp-performance-changes-3n-dnv-cmp"
3258   data: "vpp-performance-changes-3n-dnv"
3259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3260   filter: "'1T1C'"
3261   parameters:
3262   - "name"
3263   - "parent"
3264   - "throughput"
3265   - "tags"
3266
3267 # VPP Performance Changes 3n-dnv 2t2c ndr
3268 - type: "table"
3269   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3270   algorithm: "table_perf_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3272   reference:
3273     title: "rls1908"
3274     data: "vpp-performance-changes-3n-dnv-ref"
3275   compare:
3276     title: "rls2001"
3277     data: "vpp-performance-changes-3n-dnv-cmp"
3278   data: "vpp-performance-changes-3n-dnv"
3279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'2T2C'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "throughput"
3285   - "tags"
3286
3287 # VPP Performance Changes 3n-tsh 1t1c pdr
3288 - type: "table"
3289   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3290   algorithm: "table_perf_comparison"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3292   reference:
3293     title: "rls1908"
3294     data: "vpp-performance-changes-3n-tsh-ref"
3295   compare:
3296     title: "rls2001"
3297     data: "vpp-performance-changes-3n-tsh-cmp"
3298   data: "vpp-performance-changes-3n-tsh"
3299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3300   filter: "'1T1C'"
3301   parameters:
3302   - "name"
3303   - "parent"
3304   - "throughput"
3305   - "tags"
3306
3307 # VPP Performance Changes 3n-tsh 2t2c pdr
3308 - type: "table"
3309   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3310   algorithm: "table_perf_comparison"
3311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3312   reference:
3313     title: "rls1908"
3314     data: "vpp-performance-changes-3n-tsh-ref"
3315   compare:
3316     title: "rls2001"
3317     data: "vpp-performance-changes-3n-tsh-cmp"
3318   data: "vpp-performance-changes-3n-tsh"
3319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3320   filter: "'2T2C'"
3321   parameters:
3322   - "name"
3323   - "parent"
3324   - "throughput"
3325   - "tags"
3326
3327 # VPP Performance Changes 3n-tsh 1t1c ndr
3328 - type: "table"
3329   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3330   algorithm: "table_perf_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3332   reference:
3333     title: "rls1908"
3334     data: "vpp-performance-changes-3n-tsh-ref"
3335   compare:
3336     title: "rls2001"
3337     data: "vpp-performance-changes-3n-tsh-cmp"
3338   data: "vpp-performance-changes-3n-tsh"
3339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3340   filter: "'1T1C'"
3341   parameters:
3342   - "name"
3343   - "parent"
3344   - "throughput"
3345   - "tags"
3346
3347 # VPP Performance Changes 3n-tsh 2t2c ndr
3348 - type: "table"
3349   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3350   algorithm: "table_perf_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3352   reference:
3353     title: "rls1908"
3354     data: "vpp-performance-changes-3n-tsh-ref"
3355   compare:
3356     title: "rls2001"
3357     data: "vpp-performance-changes-3n-tsh-cmp"
3358   data: "vpp-performance-changes-3n-tsh"
3359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3360   filter: "'2T2C'"
3361   parameters:
3362   - "name"
3363   - "parent"
3364   - "throughput"
3365   - "tags"
3366
3367 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3368 #- type: "table"
3369 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3370 #  algorithm: "table_perf_comparison_nic"
3371 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3372 #  reference:
3373 #    title: "3n-hsw xl710"
3374 #    data: "vpp-compare-testbeds-ref"
3375 #    nic: "NIC_Intel-XL710"
3376 #  compare:
3377 #    title: "3n-skx xxv710"
3378 #    data: "vpp-compare-testbeds-cmp"
3379 #    nic: "NIC_Intel-XXV710"
3380 #  data: "vpp-compare-testbeds"
3381 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3382 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3383 #  parameters:
3384 #  - "name"
3385 #  - "parent"
3386 #  - "throughput"
3387 #  - "tags"
3388 #
3389 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3390 #- type: "table"
3391 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3392 #  algorithm: "table_perf_comparison_nic"
3393 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3394 #  reference:
3395 #    title: "3n-hsw xl710"
3396 #    data: "vpp-compare-testbeds-ref"
3397 #    nic: "NIC_Intel-XL710"
3398 #  compare:
3399 #    title: "3n-skx xxv710"
3400 #    data: "vpp-compare-testbeds-cmp"
3401 #    nic: "NIC_Intel-XXV710"
3402 #  data: "vpp-compare-testbeds"
3403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3404 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3405 #  parameters:
3406 #  - "name"
3407 #  - "parent"
3408 #  - "throughput"
3409 #  - "tags"
3410 #
3411 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3412 #- type: "table"
3413 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3414 #  algorithm: "table_perf_comparison_nic"
3415 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3416 #  reference:
3417 #    title: "3n-hsw xl710"
3418 #    data: "vpp-compare-testbeds-ref"
3419 #    nic: "NIC_Intel-XL710"
3420 #  compare:
3421 #    title: "3n-skx xxv710"
3422 #    data: "vpp-compare-testbeds-cmp"
3423 #    nic: "NIC_Intel-XXV710"
3424 #  data: "vpp-compare-testbeds"
3425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3426 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3427 #  parameters:
3428 #  - "name"
3429 #  - "parent"
3430 #  - "throughput"
3431 #  - "tags"
3432 #
3433 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3434 #- type: "table"
3435 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3436 #  algorithm: "table_perf_comparison_nic"
3437 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3438 #  reference:
3439 #    title: "3n-hsw xl710"
3440 #    data: "vpp-compare-testbeds-ref"
3441 #    nic: "NIC_Intel-XL710"
3442 #  compare:
3443 #    title: "3n-skx xxv710"
3444 #    data: "vpp-compare-testbeds-cmp"
3445 #    nic: "NIC_Intel-XXV710"
3446 #  data: "vpp-compare-testbeds"
3447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3449 #  parameters:
3450 #  - "name"
3451 #  - "parent"
3452 #  - "throughput"
3453 #  - "tags"
3454 #
3455 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3456 #- type: "table"
3457 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3458 #  algorithm: "table_perf_comparison"
3459 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3460 #  reference:
3461 #    title: "2n-skx"
3462 #    data: "vpp-compare-testbeds-skx-clx-ref"
3463 #  compare:
3464 #    title: "2n-clx"
3465 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3466 #  data: "vpp-compare-testbeds-skx-clx"
3467 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468 #  filter: "'2T1C'"
3469 #  parameters:
3470 #  - "name"
3471 #  - "parent"
3472 #  - "throughput"
3473 #  - "tags"
3474 #
3475 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3476 #- type: "table"
3477 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3478 #  algorithm: "table_perf_comparison"
3479 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3480 #  reference:
3481 #    title: "2n-skx"
3482 #    data: "vpp-compare-testbeds-skx-clx-ref"
3483 #  compare:
3484 #    title: "2n-clx"
3485 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3486 #  data: "vpp-compare-testbeds-skx-clx"
3487 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3488 #  filter: "'4T2C'"
3489 #  parameters:
3490 #  - "name"
3491 #  - "parent"
3492 #  - "throughput"
3493 #  - "tags"
3494 #
3495 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3496 #- type: "table"
3497 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3498 #  algorithm: "table_perf_comparison"
3499 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3500 #  reference:
3501 #    title: "2n-skx"
3502 #    data: "vpp-compare-testbeds-skx-clx-ref"
3503 #  compare:
3504 #    title: "2n-clx"
3505 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3506 #  data: "vpp-compare-testbeds-skx-clx"
3507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508 #  filter: "'2T1C'"
3509 #  parameters:
3510 #  - "name"
3511 #  - "parent"
3512 #  - "throughput"
3513 #  - "tags"
3514 #
3515 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3516 #- type: "table"
3517 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3518 #  algorithm: "table_perf_comparison"
3519 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3520 #  reference:
3521 #    title: "2n-skx"
3522 #    data: "vpp-compare-testbeds-skx-clx-ref"
3523 #  compare:
3524 #    title: "2n-clx"
3525 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3526 #  data: "vpp-compare-testbeds-skx-clx"
3527 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3528 #  filter: "'4T2C'"
3529 #  parameters:
3530 #  - "name"
3531 #  - "parent"
3532 #  - "throughput"
3533 #  - "tags"
3534 #
3535 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3536 #- type: "table"
3537 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3538 #  algorithm: "table_perf_comparison"
3539 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3540 #  reference:
3541 #    title: "3-Node Skx"
3542 #    data: "vpp-compare-topologies-ref"
3543 #  compare:
3544 #    title: "2-Node Skx"
3545 #    data: "vpp-compare-topologies-cmp"
3546 #  data: "vpp-compare-topologies"
3547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3548 #  filter: "'NDRPDR' and '1C'"
3549 #  parameters:
3550 #  - "name"
3551 #  - "parent"
3552 #  - "throughput"
3553 #
3554 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3555 #- type: "table"
3556 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3557 #  algorithm: "table_perf_comparison"
3558 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3559 #  reference:
3560 #    title: "3-Node Skx"
3561 #    data: "vpp-compare-topologies-ref"
3562 #  compare:
3563 #    title: "2-Node Skx"
3564 #    data: "vpp-compare-topologies-cmp"
3565 #  data: "vpp-compare-topologies"
3566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3567 #  filter: "'NDRPDR' and '2C'"
3568 #  parameters:
3569 #  - "name"
3570 #  - "parent"
3571 #  - "throughput"
3572 #
3573 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3574 #- type: "table"
3575 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3576 #  algorithm: "table_perf_comparison"
3577 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3578 #  reference:
3579 #    title: "3-Node Skx"
3580 #    data: "vpp-compare-topologies-ref"
3581 #  compare:
3582 #    title: "2-Node Skx"
3583 #    data: "vpp-compare-topologies-cmp"
3584 #  data: "vpp-compare-topologies"
3585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586 #  filter: "'NDRPDR' and '1C'"
3587 #  parameters:
3588 #  - "name"
3589 #  - "parent"
3590 #  - "throughput"
3591 #
3592 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3593 #- type: "table"
3594 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3595 #  algorithm: "table_perf_comparison"
3596 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3597 #  reference:
3598 #    title: "3-Node Skx"
3599 #    data: "vpp-compare-topologies-ref"
3600 #  compare:
3601 #    title: "2-Node Skx"
3602 #    data: "vpp-compare-topologies-cmp"
3603 #  data: "vpp-compare-topologies"
3604 #  include-tests: "PDR"
3605 #  filter: "'NDRPDR' and '2C'"
3606 #  parameters:
3607 #  - "name"
3608 #  - "parent"
3609 #  - "throughput"
3610
3611 # VPP Performance Changes 3n-hsw 1t1c MRR
3612 - type: "table"
3613   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3614   algorithm: "table_perf_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3616   history:
3617     - title: "rls1904"
3618       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3619   reference:
3620     title: "rls1908"
3621     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3622   compare:
3623     title: "rls2001"
3624     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3625   data: "vpp-performance-changes-3n-hsw-mrr"
3626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3627   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3628   parameters:
3629   - "name"
3630   - "parent"
3631   - "result"
3632
3633 # VPP Performance Changes 3n-hsw 2t2c MRR
3634 - type: "table"
3635   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3636   algorithm: "table_perf_comparison"
3637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3638   history:
3639     - title: "rls1904"
3640       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3641   reference:
3642     title: "rls1908"
3643     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3644   compare:
3645     title: "rls2001"
3646     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3647   data: "vpp-performance-changes-3n-hsw-mrr"
3648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3649   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "result"
3654
3655 # VPP Performance Changes 3n-hsw 4t4c MRR
3656 - type: "table"
3657   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3658   algorithm: "table_perf_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3660   history:
3661     - title: "rls1904"
3662       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3663   reference:
3664     title: "rls1908"
3665     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3666   compare:
3667     title: "rls2001"
3668     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3669   data: "vpp-performance-changes-3n-hsw-mrr"
3670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3671   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3672   parameters:
3673   - "name"
3674   - "parent"
3675   - "result"
3676
3677 ## VPP Performance Changes 3n-skx 2t1c MRR
3678 #- type: "table"
3679 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3680 #  algorithm: "table_perf_comparison"
3681 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3682 #  history:
3683 #    - title: "rls1904"
3684 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3685 #  reference:
3686 #    title: "rls1908"
3687 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3688 #  compare:
3689 #    title: "rls2001"
3690 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3691 #  data: "vpp-performance-changes-3n-skx-mrr"
3692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3693 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3694 #  parameters:
3695 #  - "name"
3696 #  - "parent"
3697 #  - "result"
3698 #
3699 ## VPP Performance Changes 3n-skx 4t2c MRR
3700 #- type: "table"
3701 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3702 #  algorithm: "table_perf_comparison"
3703 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3704 #  history:
3705 #    - title: "rls1904"
3706 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3707 #  reference:
3708 #    title: "rls1908"
3709 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3710 #  compare:
3711 #    title: "rls2001"
3712 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3713 #  data: "vpp-performance-changes-3n-skx-mrr"
3714 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3715 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3716 #  parameters:
3717 #  - "name"
3718 #  - "parent"
3719 #  - "result"
3720 #
3721 ## VPP Performance Changes 3n-skx 8t4c MRR
3722 #- type: "table"
3723 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3724 #  algorithm: "table_perf_comparison"
3725 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3726 #  history:
3727 #    - title: "rls1904"
3728 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3729 #  reference:
3730 #    title: "rls1908"
3731 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3732 #  compare:
3733 #    title: "rls2001"
3734 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3735 #  data: "vpp-performance-changes-3n-skx-mrr"
3736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3737 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3738 #  parameters:
3739 #  - "name"
3740 #  - "parent"
3741 #  - "result"
3742 #
3743 ## VPP Performance Changes 2n-skx 2t1c MRR
3744 #- type: "table"
3745 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3746 #  algorithm: "table_perf_comparison"
3747 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3748 #  history:
3749 #    - title: "rls1904"
3750 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3751 #  reference:
3752 #    title: "rls1908"
3753 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3754 #  compare:
3755 #    title: "rls2001"
3756 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3757 #  data: "vpp-performance-changes-2n-skx-mrr"
3758 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3759 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3760 #  parameters:
3761 #  - "name"
3762 #  - "parent"
3763 #  - "result"
3764 #
3765 ## VPP Performance Changes 2n-skx 4t2c MRR
3766 #- type: "table"
3767 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3768 #  algorithm: "table_perf_comparison"
3769 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3770 #  history:
3771 #    - title: "rls1904"
3772 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3773 #  reference:
3774 #    title: "rls1908"
3775 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3776 #  compare:
3777 #    title: "rls2001"
3778 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3779 #  data: "vpp-performance-changes-2n-skx-mrr"
3780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3781 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3782 #  parameters:
3783 #  - "name"
3784 #  - "parent"
3785 #  - "result"
3786 #
3787 ## VPP Performance Changes 2n-skx 8t4c MRR
3788 #- type: "table"
3789 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3790 #  algorithm: "table_perf_comparison"
3791 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3792 #  history:
3793 #    - title: "rls1904"
3794 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3795 #  reference:
3796 #    title: "rls1908"
3797 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3798 #  compare:
3799 #    title: "rls2001"
3800 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3801 #  data: "vpp-performance-changes-2n-skx-mrr"
3802 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3803 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3804 #  parameters:
3805 #  - "name"
3806 #  - "parent"
3807 #  - "result"
3808 #
3809 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3810 #- type: "table"
3811 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3812 #  algorithm: "table_perf_comparison"
3813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3814 #  reference:
3815 #    title: "rls1908"
3816 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3817 #  compare:
3818 #    title: "rls2001"
3819 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3820 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3821 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3822 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3823 #  parameters:
3824 #  - "name"
3825 #  - "parent"
3826 #  - "result"
3827 #
3828 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3829 #- type: "table"
3830 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3831 #  algorithm: "table_perf_comparison"
3832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3833 #  reference:
3834 #    title: "rls1908"
3835 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3836 #  compare:
3837 #    title: "rls2001"
3838 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3839 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3841 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3842 #  parameters:
3843 #  - "name"
3844 #  - "parent"
3845 #  - "result"
3846 #
3847 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3848 #- type: "table"
3849 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3850 #  algorithm: "table_perf_comparison"
3851 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3852 #  reference:
3853 #    title: "rls1908"
3854 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3855 #  compare:
3856 #    title: "rls2001"
3857 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3858 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3860 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3861 #  parameters:
3862 #  - "name"
3863 #  - "parent"
3864 #  - "result"
3865
3866 # VPP Performance Changes 2n-dnv 1t1c MRR
3867 - type: "table"
3868   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3869   algorithm: "table_perf_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3871   reference:
3872     title: "rls1908"
3873     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3874   compare:
3875     title: "rls2001"
3876     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3877   data: "vpp-performance-changes-2n-dnv-mrr"
3878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3879   filter: "'1T1C' and 'MRR'"
3880   parameters:
3881   - "name"
3882   - "parent"
3883   - "result"
3884
3885 # VPP Performance Changes 2n-dnv 2t2c MRR
3886 - type: "table"
3887   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3888   algorithm: "table_perf_comparison"
3889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3890   reference:
3891     title: "rls1908"
3892     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3893   compare:
3894     title: "rls2001"
3895     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3896   data: "vpp-performance-changes-2n-dnv-mrr"
3897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3898   filter: "'2T2C' and 'MRR'"
3899   parameters:
3900   - "name"
3901   - "parent"
3902   - "result"
3903
3904 # VPP Performance Changes 2n-dnv 4t4c MRR
3905 - type: "table"
3906   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3907   algorithm: "table_perf_comparison"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3909   reference:
3910     title: "rls1908"
3911     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3912   compare:
3913     title: "rls2001"
3914     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3915   data: "vpp-performance-changes-2n-dnv-mrr"
3916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3917   filter: "'4T4C' and 'MRR'"
3918   parameters:
3919   - "name"
3920   - "parent"
3921   - "result"
3922
3923 # VPP Performance Changes 3n-dnv 1t1c MRR
3924 - type: "table"
3925   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3926   algorithm: "table_perf_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3928   reference:
3929     title: "rls1908"
3930     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3931   compare:
3932     title: "rls2001"
3933     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3934   data: "vpp-performance-changes-3n-dnv-mrr"
3935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3936   filter: "'1T1C' and 'MRR'"
3937   parameters:
3938   - "name"
3939   - "parent"
3940   - "result"
3941
3942 # VPP Performance Changes 3n-dnv 2t2c MRR
3943 - type: "table"
3944   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3945   algorithm: "table_perf_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3947   reference:
3948     title: "rls1908"
3949     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3950   compare:
3951     title: "rls2001"
3952     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3953   data: "vpp-performance-changes-3n-dnv-mrr"
3954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3955   filter: "'2T2C' and 'MRR'"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "result"
3960
3961 # VPP Performance Changes 3n-dnv 4t4c MRR
3962 - type: "table"
3963   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3964   algorithm: "table_perf_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3966   reference:
3967     title: "rls1908"
3968     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3969   compare:
3970     title: "rls2001"
3971     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3972   data: "vpp-performance-changes-3n-dnv-mrr"
3973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3974   filter: "'4T4C' and 'MRR'"
3975   parameters:
3976   - "name"
3977   - "parent"
3978   - "result"
3979
3980 # VPP Performance Changes 3n-tsh 1t1c MRR
3981 - type: "table"
3982   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3983   algorithm: "table_perf_comparison"
3984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3985   reference:
3986     title: "rls1908"
3987     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3988   compare:
3989     title: "rls2001"
3990     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3991   data: "vpp-performance-changes-3n-tsh-mrr"
3992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3993   filter: "'1T1C' and 'MRR'"
3994   parameters:
3995   - "name"
3996   - "parent"
3997   - "result"
3998
3999 # VPP Performance Changes 3n-tsh 2t2c MRR
4000 - type: "table"
4001   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4002   algorithm: "table_perf_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4004   reference:
4005     title: "rls1908"
4006     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4007   compare:
4008     title: "rls2001"
4009     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4010   data: "vpp-performance-changes-3n-tsh-mrr"
4011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4012   filter: "'2T2C' and 'MRR'"
4013   parameters:
4014   - "name"
4015   - "parent"
4016   - "result"
4017
4018 # VPP Performance Changes 3n-tsh 4t4c MRR
4019 - type: "table"
4020   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4021   algorithm: "table_perf_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4023   reference:
4024     title: "rls1908"
4025     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4026   compare:
4027     title: "rls2001"
4028     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4029   data: "vpp-performance-changes-3n-tsh-mrr"
4030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4031   filter: "'4T4C' and 'MRR'"
4032   parameters:
4033   - "name"
4034   - "parent"
4035   - "result"
4036
4037 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4038 #- type: "table"
4039 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4040 #  algorithm: "table_perf_comparison_nic"
4041 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4042 #  reference:
4043 #    title: "3n-hsw xl710"
4044 #    data: "vpp-compare-testbeds-mrr-ref"
4045 #    nic: "NIC_Intel-XL710"
4046 #  compare:
4047 #    title: "3n-skx xxv710"
4048 #    data: "vpp-compare-testbeds-mrr-cmp"
4049 #    nic: "NIC_Intel-XXV710"
4050 #  data: "vpp-compare-testbeds-mrr"
4051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4052 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4053 #  parameters:
4054 #  - "name"
4055 #  - "parent"
4056 #  - "result"
4057 #  - "tags"
4058 #
4059 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4060 #- type: "table"
4061 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4062 #  algorithm: "table_perf_comparison_nic"
4063 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4064 #  reference:
4065 #    title: "3n-hsw xl710"
4066 #    data: "vpp-compare-testbeds-mrr-ref"
4067 #    nic: "NIC_Intel-XL710"
4068 #  compare:
4069 #    title: "3n-skx xxv710"
4070 #    data: "vpp-compare-testbeds-mrr-cmp"
4071 #    nic: "NIC_Intel-XXV710"
4072 #  data: "vpp-compare-testbeds-mrr"
4073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4074 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4075 #  parameters:
4076 #  - "name"
4077 #  - "parent"
4078 #  - "result"
4079 #  - "tags"
4080 #
4081 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4082 #- type: "table"
4083 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4084 #  algorithm: "table_perf_comparison_nic"
4085 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4086 #  reference:
4087 #    title: "3n-hsw xl710"
4088 #    data: "vpp-compare-testbeds-mrr-ref"
4089 #    nic: "NIC_Intel-XL710"
4090 #  compare:
4091 #    title: "3n-skx xxv710"
4092 #    data: "vpp-compare-testbeds-mrr-cmp"
4093 #    nic: "NIC_Intel-XXV710"
4094 #  data: "vpp-compare-testbeds-mrr"
4095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4096 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4097 #  parameters:
4098 #  - "name"
4099 #  - "parent"
4100 #  - "result"
4101 #  - "tags"
4102 #
4103 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4104 #- type: "table"
4105 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4106 #  algorithm: "table_perf_comparison"
4107 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4108 #  reference:
4109 #    title: "2n-skx"
4110 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4111 #  compare:
4112 #    title: "2n-clx"
4113 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4114 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4116 #  filter: "'2T1C'"
4117 #  parameters:
4118 #  - "name"
4119 #  - "parent"
4120 #  - "result"
4121 #  - "tags"
4122 #
4123 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4124 #- type: "table"
4125 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4126 #  algorithm: "table_perf_comparison"
4127 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4128 #  reference:
4129 #    title: "2n-skx"
4130 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4131 #  compare:
4132 #    title: "2n-clx"
4133 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4134 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4136 #  filter: "'4T2C'"
4137 #  parameters:
4138 #  - "name"
4139 #  - "parent"
4140 #  - "result"
4141 #  - "tags"
4142 #
4143 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4144 #- type: "table"
4145 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4146 #  algorithm: "table_perf_comparison"
4147 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4148 #  reference:
4149 #    title: "2n-skx"
4150 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4151 #  compare:
4152 #    title: "2n-clx"
4153 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4154 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4156 #  filter: "'8T4C'"
4157 #  parameters:
4158 #  - "name"
4159 #  - "parent"
4160 #  - "result"
4161 #  - "tags"
4162 #
4163 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4164 #- type: "table"
4165 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4166 #  algorithm: "table_perf_comparison"
4167 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4168 #  reference:
4169 #    title: "3-Node Skx"
4170 #    data: "vpp-compare-topologies-mrr-ref"
4171 #  compare:
4172 #    title: "2-Node Skx"
4173 #    data: "vpp-compare-topologies-mrr-cmp"
4174 #  data: "vpp-compare-topologies-mrr"
4175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4176 #  filter: "'MRR' and '1C'"
4177 #  parameters:
4178 #  - "name"
4179 #  - "parent"
4180 #  - "result"
4181 #
4182 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4183 #- type: "table"
4184 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4185 #  algorithm: "table_perf_comparison"
4186 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4187 #  reference:
4188 #    title: "3-Node Skx"
4189 #    data: "vpp-compare-topologies-mrr-ref"
4190 #  compare:
4191 #    title: "2-Node Skx"
4192 #    data: "vpp-compare-topologies-mrr-cmp"
4193 #  data: "vpp-compare-topologies-mrr"
4194 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4195 #  filter: "'MRR' and '2C'"
4196 #  parameters:
4197 #  - "name"
4198 #  - "parent"
4199 #  - "result"
4200 #
4201 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4202 #- type: "table"
4203 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4204 #  algorithm: "table_perf_comparison"
4205 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4206 #  reference:
4207 #    title: "3-Node Skx"
4208 #    data: "vpp-compare-topologies-mrr-ref"
4209 #  compare:
4210 #    title: "2-Node Skx"
4211 #    data: "vpp-compare-topologies-mrr-cmp"
4212 #  data: "vpp-compare-topologies-mrr"
4213 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4214 #  filter: "'MRR' and '4C'"
4215 #  parameters:
4216 #  - "name"
4217 #  - "parent"
4218 #  - "result"
4219
4220 # Detailed Test Results - VPP Performance Results 3n-hsw
4221 - type: "table"
4222   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4223   algorithm: "table_merged_details"
4224   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4225   columns:
4226   - title: " |prein| Test Name |preout| "
4227     data: "data name"
4228   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4229     data: "data msg"
4230   data: "vpp-perf-results-3n-hsw"
4231   filter: "all"
4232   parameters:
4233   - "name"
4234   - "parent"
4235   - "msg"
4236
4237 ## Detailed Test Results - VPP Performance Results 3n-skx
4238 #- type: "table"
4239 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4240 #  algorithm: "table_merged_details"
4241 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4242 #  columns:
4243 #  - title: " |prein| Test Name |preout| "
4244 #    data: "data name"
4245 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4246 #    data: "data msg"
4247 #  data: "vpp-perf-results-3n-skx"
4248 #  filter: "all"
4249 #  parameters:
4250 #  - "name"
4251 #  - "parent"
4252 #  - "msg"
4253 #
4254 ## Detailed Test Results - VPP Performance Results 2n-skx
4255 #- type: "table"
4256 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4257 #  algorithm: "table_merged_details"
4258 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4259 #  columns:
4260 #  - title: " |prein| Test Name |preout| "
4261 #    data: "data name"
4262 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4263 #    data: "data msg"
4264 #  data: "vpp-perf-results-2n-skx"
4265 #  filter: "all"
4266 #  parameters:
4267 #  - "name"
4268 #  - "parent"
4269 #  - "msg"
4270
4271 # Detailed Test Results - VPP Performance Results 2n-clx
4272 - type: "table"
4273   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4274   algorithm: "table_merged_details"
4275   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4276   columns:
4277   - title: " |prein| Test Name |preout| "
4278     data: "data name"
4279   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4280     data: "data msg"
4281   data: "vpp-perf-results-2n-clx"
4282   filter: "all"
4283   parameters:
4284   - "name"
4285   - "parent"
4286   - "msg"
4287
4288 # Detailed Test Results - VPP Performance Results 3n-tsh
4289 - type: "table"
4290   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4291   algorithm: "table_merged_details"
4292   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4293   columns:
4294   - title: " |prein| Test Name |preout| "
4295     data: "data name"
4296   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4297     data: "data msg"
4298   data: "vpp-perf-results-3n-tsh"
4299   filter: "all"
4300   parameters:
4301   - "name"
4302   - "parent"
4303   - "msg"
4304
4305 # Detailed Test Results - VPP Performance Results 3n-dnv
4306 - type: "table"
4307   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4308   algorithm: "table_merged_details"
4309   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4310   columns:
4311   - title: " |prein| Test Name |preout| "
4312     data: "data name"
4313   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4314     data: "data msg"
4315   data: "vpp-perf-results-3n-dnv"
4316   filter: "all"
4317   parameters:
4318   - "name"
4319   - "parent"
4320   - "msg"
4321
4322 # Detailed Test Results - VPP Performance Results 2n-dnv
4323 - type: "table"
4324   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4325   algorithm: "table_merged_details"
4326   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4327   columns:
4328   - title: " |prein| Test Name |preout| "
4329     data: "data name"
4330   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
4331     data: "data msg"
4332   data: "vpp-perf-results-2n-dnv"
4333   filter: "all"
4334   parameters:
4335   - "name"
4336   - "parent"
4337   - "msg"
4338
4339 # Test configuration - VPP Performance Test Configs 3n-hsw
4340 - type: "table"
4341   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4342   algorithm: "table_merged_details"
4343   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4344   columns:
4345   - title: " |prein| Test Name |preout| "
4346     data: "data name"
4347   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4348     data: "data conf-history"
4349   data: "vpp-perf-results-3n-hsw"
4350   filter: "all"
4351   parameters:
4352   - "parent"
4353   - "name"
4354   - "conf-history"
4355
4356 ## Test configuration - VPP Performance Test Configs 3n-skx
4357 #- type: "table"
4358 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4359 #  algorithm: "table_merged_details"
4360 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4361 #  columns:
4362 #  - title: " |prein| Test Name |preout| "
4363 #    data: "data name"
4364 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4365 #    data: "data conf-history"
4366 #  data: "vpp-perf-results-3n-skx"
4367 #  filter: "all"
4368 #  parameters:
4369 #  - "parent"
4370 #  - "name"
4371 #  - "conf-history"
4372 #
4373 ## Test configuration - VPP Performance Test Configs 2n-skx
4374 #- type: "table"
4375 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4376 #  algorithm: "table_merged_details"
4377 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4378 #  columns:
4379 #  - title: " |prein| Test Name |preout| "
4380 #    data: "data name"
4381 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4382 #    data: "data conf-history"
4383 #  data: "vpp-perf-results-2n-skx"
4384 #  filter: "all"
4385 #  parameters:
4386 #  - "parent"
4387 #  - "name"
4388 #  - "conf-history"
4389
4390 # Test configuration - VPP Performance Test Configs 2n-clx
4391 - type: "table"
4392   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4393   algorithm: "table_merged_details"
4394   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4395   columns:
4396   - title: " |prein| Test Name |preout| "
4397     data: "data name"
4398   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4399     data: "data conf-history"
4400   data: "vpp-perf-results-2n-clx"
4401   filter: "all"
4402   parameters:
4403   - "parent"
4404   - "name"
4405   - "conf-history"
4406
4407 # Test configuration - VPP Performance Test Configs 3n-tsh
4408 - type: "table"
4409   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4410   algorithm: "table_merged_details"
4411   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4412   columns:
4413   - title: " |prein| Test Name |preout| "
4414     data: "data name"
4415   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4416     data: "data conf-history"
4417   data: "vpp-perf-results-3n-tsh"
4418   filter: "all"
4419   parameters:
4420   - "parent"
4421   - "name"
4422   - "conf-history"
4423
4424 # Test configuration - VPP Performance Test Configs 3n-dnv
4425 - type: "table"
4426   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4427   algorithm: "table_merged_details"
4428   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4429   columns:
4430   - title: " |prein| Test Name |preout| "
4431     data: "data name"
4432   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4433     data: "data conf-history"
4434   data: "vpp-perf-results-3n-dnv"
4435   filter: "all"
4436   parameters:
4437   - "parent"
4438   - "name"
4439   - "conf-history"
4440
4441 # Test configuration - VPP Performance Test Configs 2n-dnv
4442 - type: "table"
4443   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4444   algorithm: "table_merged_details"
4445   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4446   columns:
4447   - title: " |prein| Test Name |preout| "
4448     data: "data name"
4449   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4450     data: "data conf-history"
4451   data: "vpp-perf-results-2n-dnv"
4452   filter: "all"
4453   parameters:
4454   - "parent"
4455   - "name"
4456   - "conf-history"
4457
4458 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4459 - type: "table"
4460   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4461   algorithm: "table_oper_data_html"
4462   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4463   data: "vpp-perf-results-3n-hsw"
4464   filter: "all"
4465
4466 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4467 #- type: "table"
4468 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4469 #  algorithm: "table_oper_data_html"
4470 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4471 #  data: "vpp-perf-results-3n-skx"
4472 #  filter: "all"
4473 #
4474 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4475 #- type: "table"
4476 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4477 #  algorithm: "table_oper_data_html"
4478 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4479 #  data: "vpp-perf-results-2n-skx"
4480 #  filter: "all"
4481
4482 # Test Operational Data - VPP Performance Operational Data 2n-clx
4483 - type: "table"
4484   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4485   algorithm: "table_oper_data_html"
4486   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4487   data: "vpp-perf-results-2n-clx"
4488   filter: "all"
4489
4490 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4491 - type: "table"
4492   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4493   algorithm: "table_oper_data_html"
4494   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4495   data: "vpp-perf-results-3n-tsh"
4496   filter: "all"
4497
4498 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4499 - type: "table"
4500   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4501   algorithm: "table_oper_data_html"
4502   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4503   data: "vpp-perf-results-3n-dnv"
4504   filter: "all"
4505
4506 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4507 - type: "table"
4508   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4509   algorithm: "table_oper_data_html"
4510   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4511   data: "vpp-perf-results-2n-dnv"
4512   filter: "all"
4513
4514 # Detailed Test Results - VPP MRR Results 3n-hsw
4515 - type: "table"
4516   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4517   algorithm: "table_merged_details"
4518   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4519   columns:
4520   - title: " |prein| Test Name |preout| "
4521     data: "data name"
4522   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4523     data: "data msg"
4524   data: "vpp-mrr-results-3n-hsw"
4525   filter: "all"
4526   parameters:
4527   - "name"
4528   - "parent"
4529   - "msg"
4530
4531 ## Detailed Test Results - VPP MRR Results 3n-skx
4532 #- type: "table"
4533 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4534 #  algorithm: "table_merged_details"
4535 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4536 #  columns:
4537 #  - title: " |prein| Test Name |preout| "
4538 #    data: "data name"
4539 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4540 #    data: "data msg"
4541 #  data: "vpp-mrr-results-3n-skx"
4542 #  filter: "all"
4543 #  parameters:
4544 #  - "name"
4545 #  - "parent"
4546 #  - "msg"
4547 #
4548 ## Detailed Test Results - VPP MRR Results 2n-skx
4549 #- type: "table"
4550 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4551 #  algorithm: "table_merged_details"
4552 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4553 #  columns:
4554 #  - title: " |prein| Test Name |preout| "
4555 #    data: "data name"
4556 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4557 #    data: "data msg"
4558 #  data: "vpp-mrr-results-2n-skx"
4559 #  filter: "all"
4560 #  parameters:
4561 #  - "name"
4562 #  - "parent"
4563 #  - "msg"
4564
4565 # Detailed Test Results - VPP MRR Results 2n-clx
4566 - type: "table"
4567   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4568   algorithm: "table_merged_details"
4569   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4570   columns:
4571   - title: " |prein| Test Name |preout| "
4572     data: "data name"
4573   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4574     data: "data msg"
4575   data: "vpp-mrr-results-2n-clx"
4576   filter: "all"
4577   parameters:
4578   - "name"
4579   - "parent"
4580   - "msg"
4581
4582 # Detailed Test Results - VPP MRR Results 3n-tsh
4583 - type: "table"
4584   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4585   algorithm: "table_merged_details"
4586   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4587   columns:
4588   - title: " |prein| Test Name |preout| "
4589     data: "data name"
4590   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4591     data: "data msg"
4592   data: "vpp-mrr-results-3n-tsh"
4593   filter: "all"
4594   parameters:
4595   - "name"
4596   - "parent"
4597   - "msg"
4598
4599 # Detailed Test Results - VPP MRR Results 3n-dnv
4600 - type: "table"
4601   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4602   algorithm: "table_merged_details"
4603   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4604   columns:
4605   - title: " |prein| Test Name |preout| "
4606     data: "data name"
4607   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4608     data: "data msg"
4609   data: "vpp-mrr-results-3n-dnv"
4610   filter: "all"
4611   parameters:
4612   - "name"
4613   - "parent"
4614   - "msg"
4615
4616 # Detailed Test Results - VPP MRR Results 2n-dnv
4617 - type: "table"
4618   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4619   algorithm: "table_merged_details"
4620   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4621   columns:
4622   - title: " |prein| Test Name |preout| "
4623     data: "data name"
4624   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4625     data: "data msg"
4626   data: "vpp-mrr-results-2n-dnv"
4627   filter: "all"
4628   parameters:
4629   - "name"
4630   - "parent"
4631   - "msg"
4632
4633 # Test configuration - VPP MRR Test Configs 3n-hsw
4634 - type: "table"
4635   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4636   algorithm: "table_merged_details"
4637   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4638   columns:
4639   - title: " |prein| Test Name |preout| "
4640     data: "data name"
4641   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4642     data: "data conf-history"
4643   data: "vpp-mrr-results-3n-hsw"
4644   filter: "all"
4645   parameters:
4646   - "parent"
4647   - "name"
4648   - "conf-history"
4649
4650 ## Test configuration - VPP MRR Test Configs 3n-skx
4651 #- type: "table"
4652 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4653 #  algorithm: "table_merged_details"
4654 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4655 #  columns:
4656 #  - title: " |prein| Test Name |preout| "
4657 #    data: "data name"
4658 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4659 #    data: "data conf-history"
4660 #  data: "vpp-mrr-results-3n-skx"
4661 #  filter: "all"
4662 #  parameters:
4663 #  - "parent"
4664 #  - "name"
4665 #  - "conf-history"
4666 #
4667 ## Test configuration - VPP MRR Test Configs 2n-skx
4668 #- type: "table"
4669 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4670 #  algorithm: "table_merged_details"
4671 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4672 #  columns:
4673 #  - title: " |prein| Test Name |preout| "
4674 #    data: "data name"
4675 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4676 #    data: "data conf-history"
4677 #  data: "vpp-mrr-results-2n-skx"
4678 #  filter: "all"
4679 #  parameters:
4680 #  - "parent"
4681 #  - "name"
4682 #  - "conf-history"
4683
4684 # Test configuration - VPP MRR Test Configs 2n-clx
4685 - type: "table"
4686   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4687   algorithm: "table_merged_details"
4688   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4689   columns:
4690   - title: " |prein| Test Name |preout| "
4691     data: "data name"
4692   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4693     data: "data conf-history"
4694   data: "vpp-mrr-results-2n-clx"
4695   filter: "all"
4696   parameters:
4697   - "parent"
4698   - "name"
4699   - "conf-history"
4700
4701 # Test configuration - VPP MRR Test Configs 3n-tsh
4702 - type: "table"
4703   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4704   algorithm: "table_merged_details"
4705   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4706   columns:
4707   - title: " |prein| Test Name |preout| "
4708     data: "data name"
4709   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4710     data: "data conf-history"
4711   data: "vpp-mrr-results-3n-tsh"
4712   filter: "all"
4713   parameters:
4714   - "parent"
4715   - "name"
4716   - "conf-history"
4717
4718 # Test configuration - VPP MRR Test Configs 3n-dnv
4719 - type: "table"
4720   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4721   algorithm: "table_merged_details"
4722   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4723   columns:
4724   - title: " |prein| Test Name |preout| "
4725     data: "data name"
4726   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4727     data: "data conf-history"
4728   data: "vpp-mrr-results-3n-dnv"
4729   filter: "all"
4730   parameters:
4731   - "parent"
4732   - "name"
4733   - "conf-history"
4734
4735 # Test configuration - VPP MRR Test Configs 2n-dnv
4736 - type: "table"
4737   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4738   algorithm: "table_merged_details"
4739   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4740   columns:
4741   - title: " |prein| Test Name |preout| "
4742     data: "data name"
4743   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4744     data: "data conf-history"
4745   data: "vpp-mrr-results-2n-dnv"
4746   filter: "all"
4747   parameters:
4748   - "parent"
4749   - "name"
4750   - "conf-history"
4751
4752 # Detailed Test Results - VPP Device Results - Ubuntu
4753 - type: "table"
4754   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4755   algorithm: "table_merged_details"
4756   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4757   columns:
4758   - title: " |prein| Test Name |preout| "
4759     data: "data name"
4760   - title: " |prein| Status |preout| "
4761     data: "data status"
4762   data: "vpp-device-results-ubuntu"
4763   filter: "all"
4764   parameters:
4765   - "name"
4766   - "parent"
4767   - "doc"
4768   - "status"
4769
4770 # Test configuration - VPP Device Test Configs - Ubuntu
4771 - type: "table"
4772   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4773   algorithm: "table_merged_details"
4774   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4775   columns:
4776   - title: " |prein| Test Name |preout| "
4777     data: "data name"
4778   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4779     data: "data conf-history"
4780   data: "vpp-device-results-ubuntu"
4781   filter: "all"
4782   parameters:
4783   - "parent"
4784   - "name"
4785   - "conf-history"
4786
4787 ################################################################################
4788
4789 # DPDK Performance Changes 3n-hsw 1t1c pdr
4790 - type: "table"
4791   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4792   algorithm: "table_perf_comparison"
4793   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4794   history:
4795     - title: "rls1904"
4796       data: "dpdk-performance-changes-3n-hsw-h1"
4797   reference:
4798     title: "rls1908"
4799     data: "dpdk-performance-changes-3n-hsw-ref"
4800   compare:
4801     title: "rls2001"
4802     data: "dpdk-performance-changes-3n-hsw-cmp"
4803   data: "dpdk-performance-changes-3n-hsw"
4804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4805   filter: "'1T1C'"
4806   parameters:
4807   - "name"
4808   - "parent"
4809   - "throughput"
4810
4811 # DPDK Performance Changes 3n-hsw 2t2c pdr
4812 - type: "table"
4813   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4814   algorithm: "table_perf_comparison"
4815   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4816   history:
4817     - title: "rls1904"
4818       data: "dpdk-performance-changes-3n-hsw-h1"
4819   reference:
4820     title: "rls1908"
4821     data: "dpdk-performance-changes-3n-hsw-ref"
4822   compare:
4823     title: "rls2001"
4824     data: "dpdk-performance-changes-3n-hsw-cmp"
4825   data: "dpdk-performance-changes-3n-hsw"
4826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4827   filter: "'2T2C'"
4828   parameters:
4829   - "name"
4830   - "parent"
4831   - "throughput"
4832
4833 # DPDK Performance Changes 3n-hsw 1t1c ndr
4834 - type: "table"
4835   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4836   algorithm: "table_perf_comparison"
4837   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4838   history:
4839     - title: "rls1904"
4840       data: "dpdk-performance-changes-3n-hsw-h1"
4841   reference:
4842     title: "rls1908"
4843     data: "dpdk-performance-changes-3n-hsw-ref"
4844   compare:
4845     title: "rls2001"
4846     data: "dpdk-performance-changes-3n-hsw-cmp"
4847   data: "dpdk-performance-changes-3n-hsw"
4848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4849   filter: "'1T1C'"
4850   parameters:
4851   - "name"
4852   - "parent"
4853   - "throughput"
4854
4855 # DPDK Performance Changes 3n-hsw 2t2c ndr
4856 - type: "table"
4857   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4858   algorithm: "table_perf_comparison"
4859   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4860   history:
4861     - title: "rls1904"
4862       data: "dpdk-performance-changes-3n-hsw-h1"
4863   reference:
4864     title: "rls1908"
4865     data: "dpdk-performance-changes-3n-hsw-ref"
4866   compare:
4867     title: "rls2001"
4868     data: "dpdk-performance-changes-3n-hsw-cmp"
4869   data: "dpdk-performance-changes-3n-hsw"
4870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4871   filter: "'2T2C'"
4872   parameters:
4873   - "name"
4874   - "parent"
4875   - "throughput"
4876
4877 ## DPDK Performance Changes 3n-skx 2t1c pdr
4878 #- type: "table"
4879 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4880 #  algorithm: "table_perf_comparison"
4881 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4882 #  history:
4883 #    - title: "rls1904"
4884 #      data: "dpdk-performance-changes-3n-skx-h1"
4885 #  reference:
4886 #    title: "rls1908"
4887 #    data: "dpdk-performance-changes-3n-skx-ref"
4888 #  compare:
4889 #    title: "rls2001"
4890 #    data: "dpdk-performance-changes-3n-skx-cmp"
4891 #  data: "dpdk-performance-changes-3n-skx"
4892 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4893 #  filter: "'2T1C'"
4894 #  parameters:
4895 #  - "name"
4896 #  - "parent"
4897 #  - "throughput"
4898 #
4899 ## DPDK Performance Changes 3n-skx 4t2c pdr
4900 #- type: "table"
4901 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4902 #  algorithm: "table_perf_comparison"
4903 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4904 #  history:
4905 #    - title: "rls1904"
4906 #      data: "dpdk-performance-changes-3n-skx-h1"
4907 #  reference:
4908 #    title: "rls1908"
4909 #    data: "dpdk-performance-changes-3n-skx-ref"
4910 #  compare:
4911 #    title: "rls2001"
4912 #    data: "dpdk-performance-changes-3n-skx-cmp"
4913 #  data: "dpdk-performance-changes-3n-skx"
4914 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4915 #  filter: "'4T2C'"
4916 #  parameters:
4917 #  - "name"
4918 #  - "parent"
4919 #  - "throughput"
4920 #
4921 ## DPDK Performance Changes 3n-skx 2t1c ndr
4922 #- type: "table"
4923 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4924 #  algorithm: "table_perf_comparison"
4925 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4926 #  history:
4927 #    - title: "rls1904"
4928 #      data: "dpdk-performance-changes-3n-skx-h1"
4929 #  reference:
4930 #    title: "rls1908"
4931 #    data: "dpdk-performance-changes-3n-skx-ref"
4932 #  compare:
4933 #    title: "rls2001"
4934 #    data: "dpdk-performance-changes-3n-skx-cmp"
4935 #  data: "dpdk-performance-changes-3n-skx"
4936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4937 #  filter: "'2T1C'"
4938 #  parameters:
4939 #  - "name"
4940 #  - "parent"
4941 #  - "throughput"
4942 #
4943 ## DPDK Performance Changes 3n-skx 4t2c ndr
4944 #- type: "table"
4945 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4946 #  algorithm: "table_perf_comparison"
4947 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4948 #  history:
4949 #    - title: "rls1904"
4950 #      data: "dpdk-performance-changes-3n-skx-h1"
4951 #  reference:
4952 #    title: "rls1908"
4953 #    data: "dpdk-performance-changes-3n-skx-ref"
4954 #  compare:
4955 #    title: "rls2001"
4956 #    data: "dpdk-performance-changes-3n-skx-cmp"
4957 #  data: "dpdk-performance-changes-3n-skx"
4958 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4959 #  filter: "'4T2C'"
4960 #  parameters:
4961 #  - "name"
4962 #  - "parent"
4963 #  - "throughput"
4964 #
4965 ## DPDK Performance Changes 2n-skx 2t1c pdr
4966 #- type: "table"
4967 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4968 #  algorithm: "table_perf_comparison"
4969 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4970 #  history:
4971 #    - title: "rls1904"
4972 #      data: "dpdk-performance-changes-2n-skx-h1"
4973 #  reference:
4974 #    title: "rls1908"
4975 #    data: "dpdk-performance-changes-2n-skx-ref"
4976 #  compare:
4977 #    title: "rls2001"
4978 #    data: "dpdk-performance-changes-2n-skx-cmp"
4979 #  data: "dpdk-performance-changes-2n-skx"
4980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4981 #  filter: "'2T1C'"
4982 #  parameters:
4983 #  - "name"
4984 #  - "parent"
4985 #  - "throughput"
4986 #
4987 ## DPDK Performance Changes 2n-skx 4t2c pdr
4988 #- type: "table"
4989 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4990 #  algorithm: "table_perf_comparison"
4991 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4992 #  history:
4993 #    - title: "rls1904"
4994 #      data: "dpdk-performance-changes-2n-skx-h1"
4995 #  reference:
4996 #    title: "rls1908"
4997 #    data: "dpdk-performance-changes-2n-skx-ref"
4998 #  compare:
4999 #    title: "rls2001"
5000 #    data: "dpdk-performance-changes-2n-skx-cmp"
5001 #  data: "dpdk-performance-changes-2n-skx"
5002 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5003 #  filter: "'4T2C'"
5004 #  parameters:
5005 #  - "name"
5006 #  - "parent"
5007 #  - "throughput"
5008 #
5009 ## DPDK Performance Changes 2n-skx 2t1c ndr
5010 #- type: "table"
5011 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5012 #  algorithm: "table_perf_comparison"
5013 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5014 #  history:
5015 #    - title: "rls1904"
5016 #      data: "dpdk-performance-changes-2n-skx-h1"
5017 #  reference:
5018 #    title: "rls1908"
5019 #    data: "dpdk-performance-changes-2n-skx-ref"
5020 #  compare:
5021 #    title: "rls2001"
5022 #    data: "dpdk-performance-changes-2n-skx-cmp"
5023 #  data: "dpdk-performance-changes-2n-skx"
5024 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5025 #  filter: "'2T1C'"
5026 #  parameters:
5027 #  - "name"
5028 #  - "parent"
5029 #  - "throughput"
5030 #
5031 ## DPDK Performance Changes 2n-skx 4t2c ndr
5032 #- type: "table"
5033 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5034 #  algorithm: "table_perf_comparison"
5035 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5036 #  history:
5037 #    - title: "rls1904"
5038 #      data: "dpdk-performance-changes-2n-skx-h1"
5039 #  reference:
5040 #    title: "rls1908"
5041 #    data: "dpdk-performance-changes-2n-skx-ref"
5042 #  compare:
5043 #    title: "rls2001"
5044 #    data: "dpdk-performance-changes-2n-skx-cmp"
5045 #  data: "dpdk-performance-changes-2n-skx"
5046 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5047 #  filter: "'4T2C'"
5048 #  parameters:
5049 #  - "name"
5050 #  - "parent"
5051 #  - "throughput"
5052 #
5053 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5054 #- type: "table"
5055 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5056 #  algorithm: "table_perf_comparison"
5057 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5058 #  reference:
5059 #    title: "3-Node Hsw"
5060 #    data: "dpdk-compare-testbeds-ref"
5061 #  compare:
5062 #    title: "3-Node Skx"
5063 #    data: "dpdk-compare-testbeds-cmp"
5064 #  data: "dpdk-compare-testbeds"
5065 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5066 #  filter: "'NIC_Intel-X710'"
5067 #  parameters:
5068 #  - "name"
5069 #  - "parent"
5070 #  - "throughput"
5071 #
5072 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5073 #- type: "table"
5074 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5075 #  algorithm: "table_perf_comparison"
5076 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5077 #  reference:
5078 #    title: "3-Node Hsw"
5079 #    data: "dpdk-compare-testbeds-ref"
5080 #  compare:
5081 #    title: "3-Node Skx"
5082 #    data: "dpdk-compare-testbeds-cmp"
5083 #  data: "dpdk-compare-testbeds"
5084 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5085 #  filter: "'NIC_Intel-X710'"
5086 #  parameters:
5087 #  - "name"
5088 #  - "parent"
5089 #  - "throughput"
5090 #
5091 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5092 #- type: "table"
5093 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5094 #  algorithm: "table_perf_comparison"
5095 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5096 #  reference:
5097 #    title: "2-Node Skx"
5098 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5099 #  compare:
5100 #    title: "2-Node Clx"
5101 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5102 #  data: "dpdk-compare-testbeds-skx-clx"
5103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5104 #  filter: "all"
5105 #  parameters:
5106 #  - "name"
5107 #  - "parent"
5108 #  - "throughput"
5109 #
5110 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5111 #- type: "table"
5112 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5113 #  algorithm: "table_perf_comparison"
5114 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5115 #  reference:
5116 #    title: "2-Node Skx"
5117 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5118 #  compare:
5119 #    title: "2-Node Clx"
5120 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5121 #  data: "dpdk-compare-testbeds-skx-clx"
5122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5123 #  filter: "all"
5124 #  parameters:
5125 #  - "name"
5126 #  - "parent"
5127 #  - "throughput"
5128 #
5129 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5130 #- type: "table"
5131 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5132 #  algorithm: "table_perf_comparison"
5133 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5134 #  reference:
5135 #    title: "3-Node Skx"
5136 #    data: "dpdk-compare-topologies-ref"
5137 #  compare:
5138 #    title: "2-Node Skx"
5139 #    data: "dpdk-compare-topologies-cmp"
5140 #  data: "dpdk-compare-topologies"
5141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5142 #  filter: "all"
5143 #  parameters:
5144 #  - "name"
5145 #  - "parent"
5146 #  - "throughput"
5147 #
5148 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5149 #- type: "table"
5150 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5151 #  algorithm: "table_perf_comparison"
5152 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5153 #  reference:
5154 #    title: "3-Node Skx"
5155 #    data: "dpdk-compare-topologies-ref"
5156 #  compare:
5157 #    title: "2-Node Skx"
5158 #    data: "dpdk-compare-topologies-cmp"
5159 #  data: "dpdk-compare-topologies"
5160 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5161 #  filter: "all"
5162 #  parameters:
5163 #  - "name"
5164 #  - "parent"
5165 #  - "throughput"
5166
5167 # Detailed Test Results - DPDK Performance Results 3n-hsw
5168 - type: "table"
5169   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5170   algorithm: "table_merged_details"
5171   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5172   columns:
5173   - title: " |prein| Test Name |preout| "
5174     data: "data name"
5175   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5176     data: "data msg"
5177   data: "dpdk-perf-results-3n-hsw"
5178   filter: "all"
5179   parameters:
5180   - "name"
5181   - "parent"
5182   - "msg"
5183
5184 ## Detailed Test Results - DPDK Performance Results 3n-skx
5185 #- type: "table"
5186 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5187 #  algorithm: "table_merged_details"
5188 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5189 #  columns:
5190 #  - title: " |prein| Test Name |preout| "
5191 #    data: "data name"
5192 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5193 #    data: "data msg"
5194 #  data: "dpdk-perf-results-3n-skx"
5195 #  filter: "all"
5196 #  parameters:
5197 #  - "name"
5198 #  - "parent"
5199 #  - "msg"
5200 #
5201 ## Detailed Test Results - DPDK Performance Results 2n-skx
5202 #- type: "table"
5203 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5204 #  algorithm: "table_merged_details"
5205 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5206 #  columns:
5207 #  - title: " |prein| Test Name |preout| "
5208 #    data: "data name"
5209 #  - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5210 #    data: "data msg"
5211 #  data: "dpdk-perf-results-2n-skx"
5212 #  filter: "all"
5213 #  parameters:
5214 #  - "name"
5215 #  - "parent"
5216 #  - "msg"
5217
5218 # Detailed Test Results - DPDK Performance Results 2n-clx
5219 - type: "table"
5220   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5221   algorithm: "table_merged_details"
5222   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5223   columns:
5224   - title: " |prein| Test Name |preout| "
5225     data: "data name"
5226   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5227     data: "data msg"
5228   data: "dpdk-perf-results-2n-clx"
5229   filter: "all"
5230   parameters:
5231   - "name"
5232   - "parent"
5233   - "msg"
5234
5235 # Detailed Test Results - DPDK Performance Results 2n-dnv
5236 - type: "table"
5237   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5238   algorithm: "table_merged_details"
5239   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5240   columns:
5241   - title: " |prein| Test Name |preout| "
5242     data: "data name"
5243   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5244     data: "data msg"
5245   data: "dpdk-perf-results-2n-dnv"
5246   filter: "all"
5247   parameters:
5248   - "name"
5249   - "parent"
5250   - "msg"
5251
5252 # Detailed Test Results - DPDK Performance Results 3n-dnv
5253 - type: "table"
5254   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5255   algorithm: "table_merged_details"
5256   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5257   columns:
5258   - title: " |prein| Test Name |preout| "
5259     data: "data name"
5260   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5261     data: "data msg"
5262   data: "dpdk-perf-results-3n-dnv"
5263   filter: "all"
5264   parameters:
5265   - "name"
5266   - "parent"
5267   - "msg"
5268
5269 # Detailed Test Results - DPDK Performance Results 3n-tsh
5270 - type: "table"
5271   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5272   algorithm: "table_merged_details"
5273   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5274   columns:
5275   - title: " |prein| Test Name |preout| "
5276     data: "data name"
5277   - title: " |prein| Throughput: |br| 1. Mpps      Gbps (NDR) |br| 2. Mpps      Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3. P50 P90 P99      P50 P90 P99 (10% PDR) |br| 4. P50 P90 P99      P50 P90 P99 (50% PDR) |br| 5. P50 P90 P99      P50 P90 P99 (90% PDR) |preout| "
5278     data: "data msg"
5279   data: "dpdk-perf-results-3n-tsh"
5280   filter: "all"
5281   parameters:
5282   - "name"
5283   - "parent"
5284   - "msg"
5285
5286 ################################################################################
5287 ###                                F I L E S                                 ###
5288 ################################################################################
5289
5290 # VPP Performance Results 3n-hsw
5291 - type: "file"
5292   title: "VPP Performance Results 3n-hsw"
5293   algorithm: "file_test_results"
5294   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5295   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5296   data: "vpp-perf-results-3n-hsw"
5297   filter: "all"
5298   data-start-level: 4
5299
5300 ## VPP Performance Results 3n-skx
5301 #- type: "file"
5302 #  title: "VPP Performance Results 3n-skx"
5303 #  algorithm: "file_test_results"
5304 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5305 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5306 #  data: "vpp-perf-results-3n-skx"
5307 #  filter: "all"
5308 #  data-start-level: 4
5309 #
5310 ## VPP Performance Results 2n-skx
5311 #- type: "file"
5312 #  title: "VPP Performance Results 2n-skx"
5313 #  algorithm: "file_test_results"
5314 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5315 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5316 #  data: "vpp-perf-results-2n-skx"
5317 #  filter: "all"
5318 #  data-start-level: 4
5319
5320 # VPP Performance Results 2n-clx
5321 - type: "file"
5322   title: "VPP Performance Results 2n-clx"
5323   algorithm: "file_test_results"
5324   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5325   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5326   data: "vpp-perf-results-2n-clx"
5327   filter: "all"
5328   data-start-level: 4
5329
5330 # VPP Performance Results 3n-tsh
5331 - type: "file"
5332   title: "VPP Performance Results 3n-tsh"
5333   algorithm: "file_test_results"
5334   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5335   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5336   data: "vpp-perf-results-3n-tsh"
5337   filter: "all"
5338   data-start-level: 4
5339
5340 # VPP Performance Results 3n-dnv
5341 - type: "file"
5342   title: "VPP Performance Results 3n-dnv"
5343   algorithm: "file_test_results"
5344   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5345   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5346   data: "vpp-perf-results-3n-dnv"
5347   filter: "all"
5348   data-start-level: 4
5349
5350 # VPP Performance Results 2n-dnv
5351 - type: "file"
5352   title: "VPP Performance Results 2n-dnv"
5353   algorithm: "file_test_results"
5354   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5355   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5356   data: "vpp-perf-results-2n-dnv"
5357   filter: "all"
5358   data-start-level: 4
5359
5360 # VPP Performance Configuration 3n-hsw
5361 - type: "file"
5362   title: "VPP Performance Configuration 3n-hsw"
5363   algorithm: "file_test_results"
5364   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5365   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5366   data: "vpp-perf-results-3n-hsw"
5367   filter: "all"
5368   data-start-level: 4
5369
5370 ## VPP Performance Configuration 3n-skx
5371 #- type: "file"
5372 #  title: "VPP Performance Configuration 3n-skx"
5373 #  algorithm: "file_test_results"
5374 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5375 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5376 #  data: "vpp-perf-results-3n-skx"
5377 #  filter: "all"
5378 #  data-start-level: 4
5379 #
5380 ## VPP Performance Configuration 2n-skx
5381 #- type: "file"
5382 #  title: "VPP Performance Configuration 2n-skx"
5383 #  algorithm: "file_test_results"
5384 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5385 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5386 #  data: "vpp-perf-results-2n-skx"
5387 #  filter: "all"
5388 #  data-start-level: 4
5389
5390 # VPP Performance Configuration 2n-clx
5391 - type: "file"
5392   title: "VPP Performance Configuration 2n-clx"
5393   algorithm: "file_test_results"
5394   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5395   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5396   data: "vpp-perf-results-2n-clx"
5397   filter: "all"
5398   data-start-level: 4
5399
5400 # VPP Performance Configuration 3n-tsh
5401 - type: "file"
5402   title: "VPP Performance Configuration 3n-tsh"
5403   algorithm: "file_test_results"
5404   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5405   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5406   data: "vpp-perf-results-3n-tsh"
5407   filter: "all"
5408   data-start-level: 4
5409
5410 # VPP Performance Configuration 3n-dnv
5411 - type: "file"
5412   title: "VPP Performance Configuration 3n-dnv"
5413   algorithm: "file_test_results"
5414   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5415   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5416   data: "vpp-perf-results-3n-dnv"
5417   filter: "all"
5418   data-start-level: 4
5419
5420 # VPP Performance Configuration 2n-dnv
5421 - type: "file"
5422   title: "VPP Performance Configuration 2n-dnv"
5423   algorithm: "file_test_results"
5424   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5425   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5426   data: "vpp-perf-results-2n-dnv"
5427   filter: "all"
5428   data-start-level: 4
5429
5430 # VPP Performance Operational Data 3n-hsw
5431 - type: "file"
5432   title: "VPP Performance Operational Data 3n-hsw"
5433   algorithm: "file_test_results_html"
5434   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5435   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5436   data: "vpp-perf-results-3n-hsw"
5437   filter: "all"
5438   data-start-level: 4
5439
5440 ## VPP Performance Operational Data 3n-skx
5441 #- type: "file"
5442 #  title: "VPP Performance Operational Data 3n-skx"
5443 #  algorithm: "file_test_results_html"
5444 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5445 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5446 #  data: "vpp-perf-results-3n-skx"
5447 #  filter: "all"
5448 #  data-start-level: 4
5449 #
5450 ## VPP Performance Operational Data 2n-skx
5451 #- type: "file"
5452 #  title: "VPP Performance Operational Data 2n-skx"
5453 #  algorithm: "file_test_results_html"
5454 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5455 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5456 #  data: "vpp-perf-results-2n-skx"
5457 #  filter: "all"
5458 #  data-start-level: 4
5459
5460 # VPP Performance Operational Data 2n-clx
5461 - type: "file"
5462   title: "VPP Performance Operational Data 2n-clx"
5463   algorithm: "file_test_results_html"
5464   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5465   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5466   data: "vpp-perf-results-2n-clx"
5467   filter: "all"
5468   data-start-level: 4
5469
5470 # VPP Performance Operational Data 3n-tsh
5471 - type: "file"
5472   title: "VPP Performance Operational Data 3n-tsh"
5473   algorithm: "file_test_results_html"
5474   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5475   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5476   data: "vpp-perf-results-3n-tsh"
5477   filter: "all"
5478   data-start-level: 4
5479
5480 # VPP Performance Operational Data 3n-dnv
5481 - type: "file"
5482   title: "VPP Performance Operational Data 3n-dnv"
5483   algorithm: "file_test_results_html"
5484   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5485   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5486   data: "vpp-perf-results-3n-dnv"
5487   filter: "all"
5488   data-start-level: 4
5489
5490 # VPP Performance Operational Data 2n-dnv
5491 - type: "file"
5492   title: "VPP Performance Operational Data 2n-dnv"
5493   algorithm: "file_test_results_html"
5494   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5495   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5496   data: "vpp-perf-results-2n-dnv"
5497   filter: "all"
5498   data-start-level: 4
5499
5500 # VPP MRR Results 3n-hsw
5501 - type: "file"
5502   title: "VPP MRR Results 3n-hsw"
5503   algorithm: "file_test_results"
5504   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5505   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5506   data: "vpp-mrr-results-3n-hsw"
5507   filter: "all"
5508   data-start-level: 4
5509
5510 ## VPP MRR Results 3n-skx
5511 #- type: "file"
5512 #  title: "VPP MRR Results 3n-skx"
5513 #  algorithm: "file_test_results"
5514 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5515 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5516 #  data: "vpp-mrr-results-3n-skx"
5517 #  filter: "all"
5518 #  data-start-level: 4
5519 #
5520 ## VPP MRR Results 2n-skx
5521 #- type: "file"
5522 #  title: "VPP MRR Results 2n-skx"
5523 #  algorithm: "file_test_results"
5524 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5525 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5526 #  data: "vpp-mrr-results-2n-skx"
5527 #  filter: "all"
5528 #  data-start-level: 4
5529
5530 # VPP MRR Results 2n-clx
5531 - type: "file"
5532   title: "VPP MRR Results 2n-clx"
5533   algorithm: "file_test_results"
5534   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5535   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5536   data: "vpp-mrr-results-2n-clx"
5537   filter: "all"
5538   data-start-level: 4
5539
5540 # VPP MRR Results 3n-tsh
5541 - type: "file"
5542   title: "VPP MRR Results 3n-tsh"
5543   algorithm: "file_test_results"
5544   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5545   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5546   data: "vpp-mrr-results-3n-tsh"
5547   filter: "all"
5548   data-start-level: 4
5549
5550 # VPP MRR Results 3n-dnv
5551 - type: "file"
5552   title: "VPP MRR Results 3n-dnv"
5553   algorithm: "file_test_results"
5554   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5555   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5556   data: "vpp-mrr-results-3n-dnv"
5557   filter: "all"
5558   data-start-level: 4
5559
5560 # VPP MRR Results 2n-dnv
5561 - type: "file"
5562   title: "VPP MRR Results 2n-dnv"
5563   algorithm: "file_test_results"
5564   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5565   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5566   data: "vpp-mrr-results-2n-dnv"
5567   filter: "all"
5568   data-start-level: 4
5569
5570 # VPP MRR Configuration 3n-hsw
5571 - type: "file"
5572   title: "VPP MRR Configuration 3n-hsw"
5573   algorithm: "file_test_results"
5574   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5575   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5576   data: "vpp-mrr-results-3n-hsw"
5577   filter: "all"
5578   data-start-level: 4
5579
5580 ## VPP MRR Configuration 3n-skx
5581 #- type: "file"
5582 #  title: "VPP MRR Configuration 3n-skx"
5583 #  algorithm: "file_test_results"
5584 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5585 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5586 #  data: "vpp-mrr-results-3n-skx"
5587 #  filter: "all"
5588 #  data-start-level: 4
5589 #
5590 ## VPP MRR Configuration 2n-skx
5591 #- type: "file"
5592 #  title: "VPP MRR Configuration 2n-skx"
5593 #  algorithm: "file_test_results"
5594 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5595 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5596 #  data: "vpp-mrr-results-2n-skx"
5597 #  filter: "all"
5598 #  data-start-level: 4
5599
5600 # VPP MRR Configuration 2n-clx
5601 - type: "file"
5602   title: "VPP MRR Configuration 2n-clx"
5603   algorithm: "file_test_results"
5604   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5605   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5606   data: "vpp-mrr-results-2n-clx"
5607   filter: "all"
5608   data-start-level: 4
5609
5610 # VPP MRR Configuration 3n-tsh
5611 - type: "file"
5612   title: "VPP MRR Configuration 3n-tsh"
5613   algorithm: "file_test_results"
5614   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5615   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5616   data: "vpp-mrr-results-3n-tsh"
5617   filter: "all"
5618   data-start-level: 4
5619
5620 # VPP MRR Configuration 3n-dnv
5621 - type: "file"
5622   title: "VPP MRR Configuration 3n-dnv"
5623   algorithm: "file_test_results"
5624   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5625   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5626   data: "vpp-mrr-results-3n-dnv"
5627   filter: "all"
5628   data-start-level: 4
5629
5630 # VPP MRR Configuration 2n-dnv
5631 - type: "file"
5632   title: "VPP MRR Configuration 2n-dnv"
5633   algorithm: "file_test_results"
5634   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5635   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5636   data: "vpp-mrr-results-2n-dnv"
5637   filter: "all"
5638   data-start-level: 4
5639
5640 # VPP Device Results - Ubuntu
5641 - type: "file"
5642   title: "VPP Device Results - Ubuntu"
5643   algorithm: "file_test_results"
5644   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5645   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5646   data: "vpp-device-results-ubuntu"
5647   filter: "all"
5648   data-start-level: 4
5649
5650 # VPP Device Configuration - Ubuntu
5651 - type: "file"
5652   title: "VPP Device Configuration - Ubuntu"
5653   algorithm: "file_test_results"
5654   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5655   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5656   data: "vpp-device-results-ubuntu"
5657   filter: "all"
5658   data-start-level: 4
5659
5660 # DPDK Performance Results 3n-hsw
5661 - type: "file"
5662   title: "DPDK Performance Results 3n-hsw"
5663   algorithm: "file_test_results"
5664   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5665   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5666   data: "dpdk-perf-results-3n-hsw"
5667   filter: "all"
5668   data-start-level: 4
5669
5670 ## DPDK Performance Results 3n-skx
5671 #- type: "file"
5672 #  title: "DPDK Performance Results 3n-skx"
5673 #  algorithm: "file_test_results"
5674 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5675 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5676 #  data: "dpdk-perf-results-3n-skx"
5677 #  filter: "all"
5678 #  data-start-level: 4
5679 #
5680 ## DPDK Performance Results 2n-skx
5681 #- type: "file"
5682 #  title: "DPDK Performance Results 2n-skx"
5683 #  algorithm: "file_test_results"
5684 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5685 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5686 #  data: "dpdk-perf-results-2n-skx"
5687 #  filter: "all"
5688 #  data-start-level: 4
5689
5690 # DPDK Performance Results 2n-clx
5691 - type: "file"
5692   title: "DPDK Performance Results 2n-clx"
5693   algorithm: "file_test_results"
5694   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5695   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5696   data: "dpdk-perf-results-2n-clx"
5697   filter: "all"
5698   data-start-level: 4
5699
5700 # DPDK Performance Results 2n-dnv
5701 - type: "file"
5702   title: "DPDK Performance Results 2n-dnv"
5703   algorithm: "file_test_results"
5704   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5705   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5706   data: "dpdk-perf-results-2n-dnv"
5707   filter: "all"
5708   data-start-level: 4
5709
5710 # DPDK Performance Results 3n-dnv
5711 - type: "file"
5712   title: "DPDK Performance Results 3n-dnv"
5713   algorithm: "file_test_results"
5714   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5715   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5716   data: "dpdk-perf-results-3n-dnv"
5717   filter: "all"
5718   data-start-level: 4
5719
5720 # DPDK Performance Results 3n-tsh
5721 - type: "file"
5722   title: "DPDK Performance Results 3n-tsh"
5723   algorithm: "file_test_results"
5724   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5725   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5726   data: "dpdk-perf-results-3n-tsh"
5727   filter: "all"
5728   data-start-level: 4
5729
5730 ################################################################################
5731 ###                                P L O T S                                 ###
5732 ################################################################################
5733
5734 ## Plots VPP HTTP Server Performance
5735 #- type: "plot"
5736 #  title: "VPP HTTP Server Performance"
5737 #  algorithm: "plot_http_server_perf_box"
5738 #  output-file-type: ".html"
5739 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5740 #  data:
5741 #    "plot-vpp-http-server-performance"
5742 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5743 #  # each tag is enclosed with ' (apostrophe).
5744 #  filter: "'HTTP' and 'TCP_CPS'"
5745 #  parameters:
5746 #  - "result"
5747 #  - "name"
5748 #  traces:
5749 #    hoverinfo: "y+name"
5750 #    boxpoints: "outliers"
5751 #    whiskerwidth: 0
5752 #  layout:
5753 #    title: "VPP HTTP Server Performance"
5754 #    layout:
5755 #      "plot-cps"
5756 #
5757 #- type: "plot"
5758 #  title: "VPP HTTP Server Performance"
5759 #  algorithm: "plot_http_server_perf_box"
5760 #  output-file-type: ".html"
5761 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5762 #  data:
5763 #    "plot-vpp-http-server-performance"
5764 #  filter: "'HTTP' and 'TCP_RPS'"
5765 #  parameters:
5766 #  - "result"
5767 #  - "name"
5768 #  traces:
5769 #    hoverinfo: "y+name"
5770 #    boxpoints: "outliers"
5771 #    whiskerwidth: 0
5772 #  layout:
5773 #    title: "VPP HTTP Server Performance"
5774 #    layout:
5775 #      "plot-rps"
5776
5777 ################################################################################
5778
5779 ## Soak Test (PLRsearch), boxes
5780 #- type: "plot"
5781 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5782 #  algorithm: "plot_perf_box_name"
5783 #  output-file-type: ".html"
5784 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5785 #  data: "plot-vpp-soak-2n-skx"
5786 #  include:
5787 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5788 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5789 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5790 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5791 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5792 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5793 #  layout:
5794 #    title: "30 Minutes Soak Test (PLRsearch)"
5795 #    layout: "plot-soak-throughput"
5796 #
5797 ## Soak Test (PLRsearch), boxes
5798 #- type: "plot"
5799 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5800 #  algorithm: "plot_perf_box_name"
5801 #  output-file-type: ".html"
5802 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5803 #  data: "plot-vpp-soak-2n-skx"
5804 #  include:
5805 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5806 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5807 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5808 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5809 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5810 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5811 #  layout:
5812 #    title: "30 Minutes Soak Test (PLRsearch)"
5813 #    layout: "plot-soak-throughput"
5814
5815 ###############################################################################
5816
5817 #- type: "plot"
5818 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5819 #  algorithm: "plot_nf_reconf_box_name"
5820 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5821 #  data: "plot-vpp-nfv-reconf-2n-skx"
5822 #  include:
5823 #    - "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"
5824 #    - "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"
5825 #    - "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"
5826 #    - "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"
5827 #    - "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"
5828 #    - "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"
5829 #  layout:
5830 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5831 #    layout: "plot-throughput"
5832 #
5833 #- type: "plot"
5834 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5835 #  algorithm: "plot_nf_reconf_box_name"
5836 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5837 #  data: "plot-vpp-nfv-reconf-2n-skx"
5838 #  include:
5839 #    - "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"
5840 #    - "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"
5841 #    - "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"
5842 #    - "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"
5843 #    - "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"
5844 #    - "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"
5845 #  layout:
5846 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5847 #    layout: "plot-throughput"
5848 #
5849 #- type: "plot"
5850 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5851 #  algorithm: "plot_nf_reconf_box_name"
5852 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5853 #  data: "plot-vpp-nfv-reconf-2n-skx"
5854 #  include:
5855 #    - "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"
5856 #    - "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"
5857 #    - "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"
5858 #    - "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"
5859 #    - "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"
5860 #    - "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"
5861 #  layout:
5862 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5863 #    layout: "plot-throughput"
5864 #
5865 ################################################################################
5866 ## Plots - NF Density - VSC - MRR 64b
5867 #- type: "plot"
5868 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5869 #  algorithm: "plot_nf_heatmap"
5870 #  output-file-type: ".html"
5871 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5872 #  data: "plot-vpp-nfv-2n-skx-mrr"
5873 #  filter: "'NIC_Intel-XXV710' and
5874 #           'NF_DENSITY' and
5875 #           'VHOST' and
5876 #           not 'VXLAN' and
5877 #           'CHAIN' and
5878 #           'NF_VPPIP4' and
5879 #           '64B' and
5880 #           '2T1C' and
5881 #           'MRR'"
5882 #  parameters:
5883 #  - "result"
5884 #  - "name"
5885 #  - "tags"
5886 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5887 #  x-axis: "X = VNFs per Service Chain"
5888 #  y-axis: "Y = Number of Service Chains"
5889 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5890 #  layout:
5891 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5892 #    layout: "plot-service-density"
5893 #
5894 #- type: "plot"
5895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5896 #  algorithm: "plot_nf_heatmap"
5897 #  output-file-type: ".html"
5898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5899 #  data: "plot-vpp-nfv-2n-skx-mrr"
5900 #  filter: "'NIC_Intel-XXV710' and
5901 #           'NF_DENSITY' and
5902 #           'VHOST' and
5903 #           not 'VXLAN' and
5904 #           'CHAIN' and
5905 #           'NF_VPPIP4' and
5906 #           '64B' and
5907 #           '4T2C' and
5908 #           'MRR'"
5909 #  parameters:
5910 #  - "result"
5911 #  - "name"
5912 #  - "tags"
5913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5914 #  x-axis: "X = VNFs per Service Chain"
5915 #  y-axis: "Y = Number of Service Chains"
5916 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5917 #  layout:
5918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5919 #    layout: "plot-service-density"
5920 #
5921 #- type: "plot"
5922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5923 #  algorithm: "plot_nf_heatmap"
5924 #  output-file-type: ".html"
5925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5926 #  data: "plot-vpp-nfv-2n-skx-mrr"
5927 #  filter: "'NIC_Intel-XXV710' and
5928 #           'NF_DENSITY' and
5929 #           'VHOST' and
5930 #           not 'VXLAN' and
5931 #           'CHAIN' and
5932 #           'NF_VPPIP4' and
5933 #           '64B' and
5934 #           '8T4C' and
5935 #           'MRR'"
5936 #  parameters:
5937 #  - "result"
5938 #  - "name"
5939 #  - "tags"
5940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5941 #  x-axis: "X = VNFs per Service Chain"
5942 #  y-axis: "Y = Number of Service Chains"
5943 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5944 #  layout:
5945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5946 #    layout: "plot-service-density"
5947 #
5948 ## Plots - NF Density - VSC - MRR IMIX
5949 #- type: "plot"
5950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5951 #  algorithm: "plot_nf_heatmap"
5952 #  output-file-type: ".html"
5953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5954 #  data: "plot-vpp-nfv-2n-skx-mrr"
5955 #  filter: "'NIC_Intel-XXV710' and
5956 #           'NF_DENSITY' and
5957 #           'VHOST' and
5958 #           not 'VXLAN' and
5959 #           'CHAIN' and
5960 #           'NF_VPPIP4' and
5961 #           'IMIX' and
5962 #           '2T1C' and
5963 #           'MRR'"
5964 #  parameters:
5965 #  - "result"
5966 #  - "name"
5967 #  - "tags"
5968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5969 #  x-axis: "X = VNFs per Service Chain"
5970 #  y-axis: "Y = Number of Service Chains"
5971 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5972 #  layout:
5973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5974 #    layout: "plot-service-density"
5975 #
5976 #- type: "plot"
5977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5978 #  algorithm: "plot_nf_heatmap"
5979 #  output-file-type: ".html"
5980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5981 #  data: "plot-vpp-nfv-2n-skx-mrr"
5982 #  filter: "'NIC_Intel-XXV710' and
5983 #           'NF_DENSITY' and
5984 #           'VHOST' and
5985 #           not 'VXLAN' and
5986 #           'CHAIN' and
5987 #           'NF_VPPIP4' and
5988 #           'IMIX' and
5989 #           '4T2C' and
5990 #           'MRR'"
5991 #  parameters:
5992 #  - "result"
5993 #  - "name"
5994 #  - "tags"
5995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5996 #  x-axis: "X = VNFs per Service Chain"
5997 #  y-axis: "Y = Number of Service Chains"
5998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5999 #  layout:
6000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6001 #    layout: "plot-service-density"
6002 #
6003 #- type: "plot"
6004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6005 #  algorithm: "plot_nf_heatmap"
6006 #  output-file-type: ".html"
6007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6008 #  data: "plot-vpp-nfv-2n-skx-mrr"
6009 #  filter: "'NIC_Intel-XXV710' and
6010 #           'NF_DENSITY' and
6011 #           'VHOST' and
6012 #           not 'VXLAN' and
6013 #           'CHAIN' and
6014 #           'NF_VPPIP4' and
6015 #           'IMIX' and
6016 #           '8T4C' and
6017 #           'MRR'"
6018 #  parameters:
6019 #  - "result"
6020 #  - "name"
6021 #  - "tags"
6022 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6023 #  x-axis: "X = VNFs per Service Chain"
6024 #  y-axis: "Y = Number of Service Chains"
6025 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6026 #  layout:
6027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6028 #    layout: "plot-service-density"
6029 #
6030 ## Plots - NF Density - VSC - NDR 64b
6031 #- type: "plot"
6032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6033 #  algorithm: "plot_nf_heatmap"
6034 #  output-file-type: ".html"
6035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6037 #  filter: "'NIC_Intel-XXV710' and
6038 #           'NF_DENSITY' and
6039 #           'VHOST' and
6040 #           not 'VXLAN' and
6041 #           'CHAIN' and
6042 #           'NF_VPPIP4' and
6043 #           '64B' and
6044 #           '2T1C' and
6045 #           'NDRPDR'"
6046 #  parameters:
6047 #  - "throughput"
6048 #  - "name"
6049 #  - "tags"
6050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6051 #  x-axis: "X = VNFs per Service Chain"
6052 #  y-axis: "Y = Number of Service Chains"
6053 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6054 #  layout:
6055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6056 #    layout: "plot-service-density"
6057 #
6058 #- type: "plot"
6059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6060 #  algorithm: "plot_nf_heatmap"
6061 #  output-file-type: ".html"
6062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6064 #  filter: "'NIC_Intel-XXV710' and
6065 #           'NF_DENSITY' and
6066 #           'VHOST' and
6067 #           not 'VXLAN' and
6068 #           'CHAIN' and
6069 #           'NF_VPPIP4' and
6070 #           '64B' and
6071 #           '4T2C' and
6072 #           'NDRPDR'"
6073 #  parameters:
6074 #  - "throughput"
6075 #  - "name"
6076 #  - "tags"
6077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6078 #  x-axis: "X = VNFs per Service Chain"
6079 #  y-axis: "Y = Number of Service Chains"
6080 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6081 #  layout:
6082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6083 #    layout: "plot-service-density"
6084 #
6085 #- type: "plot"
6086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6087 #  algorithm: "plot_nf_heatmap"
6088 #  output-file-type: ".html"
6089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6091 #  filter: "'NIC_Intel-XXV710' and
6092 #           'NF_DENSITY' and
6093 #           'VHOST' and
6094 #           not 'VXLAN' and
6095 #           'CHAIN' and
6096 #           'NF_VPPIP4' and
6097 #           '64B' and
6098 #           '8T4C' and
6099 #           'NDRPDR'"
6100 #  parameters:
6101 #  - "throughput"
6102 #  - "name"
6103 #  - "tags"
6104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6105 #  x-axis: "X = VNFs per Service Chain"
6106 #  y-axis: "Y = Number of Service Chains"
6107 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6108 #  layout:
6109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6110 #    layout: "plot-service-density"
6111 #
6112 ## Plots - NF Density - VSC - NDR IMIX
6113 #- type: "plot"
6114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6115 #  algorithm: "plot_nf_heatmap"
6116 #  output-file-type: ".html"
6117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6119 #  filter: "'NIC_Intel-XXV710' and
6120 #           'NF_DENSITY' and
6121 #           'VHOST' and
6122 #           not 'VXLAN' and
6123 #           'CHAIN' and
6124 #           'NF_VPPIP4' and
6125 #           'IMIX' and
6126 #           '2T1C' and
6127 #           'NDRPDR'"
6128 #  parameters:
6129 #  - "throughput"
6130 #  - "name"
6131 #  - "tags"
6132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6133 #  x-axis: "X = VNFs per Service Chain"
6134 #  y-axis: "Y = Number of Service Chains"
6135 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6136 #  layout:
6137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6138 #    layout: "plot-service-density"
6139 #
6140 #- type: "plot"
6141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6142 #  algorithm: "plot_nf_heatmap"
6143 #  output-file-type: ".html"
6144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6146 #  filter: "'NIC_Intel-XXV710' and
6147 #           'NF_DENSITY' and
6148 #           'VHOST' and
6149 #           not 'VXLAN' and
6150 #           'CHAIN' and
6151 #           'NF_VPPIP4' and
6152 #           'IMIX' and
6153 #           '4T2C' and
6154 #           'NDRPDR'"
6155 #  parameters:
6156 #  - "throughput"
6157 #  - "name"
6158 #  - "tags"
6159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6160 #  x-axis: "X = VNFs per Service Chain"
6161 #  y-axis: "Y = Number of Service Chains"
6162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6163 #  layout:
6164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6165 #    layout: "plot-service-density"
6166 #
6167 #- type: "plot"
6168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6169 #  algorithm: "plot_nf_heatmap"
6170 #  output-file-type: ".html"
6171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6173 #  filter: "'NIC_Intel-XXV710' and
6174 #           'NF_DENSITY' and
6175 #           'VHOST' and
6176 #           not 'VXLAN' and
6177 #           'CHAIN' and
6178 #           'NF_VPPIP4' and
6179 #           'IMIX' and
6180 #           '8T4C' and
6181 #           'NDRPDR'"
6182 #  parameters:
6183 #  - "throughput"
6184 #  - "name"
6185 #  - "tags"
6186 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6187 #  x-axis: "X = VNFs per Service Chain"
6188 #  y-axis: "Y = Number of Service Chains"
6189 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6190 #  layout:
6191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6192 #    layout: "plot-service-density"
6193 #
6194 ## Plots - NF Density - VSC - PDR 64b
6195 #- type: "plot"
6196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6197 #  algorithm: "plot_nf_heatmap"
6198 #  output-file-type: ".html"
6199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6201 #  filter: "'NIC_Intel-XXV710' and
6202 #           'NF_DENSITY' and
6203 #           'VHOST' and
6204 #           not 'VXLAN' and
6205 #           'CHAIN' and
6206 #           'NF_VPPIP4' and
6207 #           '64B' and
6208 #           '2T1C' and
6209 #           'NDRPDR'"
6210 #  parameters:
6211 #  - "throughput"
6212 #  - "name"
6213 #  - "tags"
6214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6215 #  x-axis: "X = VNFs per Service Chain"
6216 #  y-axis: "Y = Number of Service Chains"
6217 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6218 #  layout:
6219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6220 #    layout: "plot-service-density"
6221 #
6222 #- type: "plot"
6223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6224 #  algorithm: "plot_nf_heatmap"
6225 #  output-file-type: ".html"
6226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6228 #  filter: "'NIC_Intel-XXV710' and
6229 #           'NF_DENSITY' and
6230 #           'VHOST' and
6231 #           not 'VXLAN' and
6232 #           'CHAIN' and
6233 #           'NF_VPPIP4' and
6234 #           '64B' and
6235 #           '4T2C' and
6236 #           'NDRPDR'"
6237 #  parameters:
6238 #  - "throughput"
6239 #  - "name"
6240 #  - "tags"
6241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6242 #  x-axis: "X = VNFs per Service Chain"
6243 #  y-axis: "Y = Number of Service Chains"
6244 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6245 #  layout:
6246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6247 #    layout: "plot-service-density"
6248 #
6249 #- type: "plot"
6250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6251 #  algorithm: "plot_nf_heatmap"
6252 #  output-file-type: ".html"
6253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6255 #  filter: "'NIC_Intel-XXV710' and
6256 #           'NF_DENSITY' and
6257 #           'VHOST' and
6258 #           not 'VXLAN' and
6259 #           'CHAIN' and
6260 #           'NF_VPPIP4' and
6261 #           '64B' and
6262 #           '8T4C' and
6263 #           'NDRPDR'"
6264 #  parameters:
6265 #  - "throughput"
6266 #  - "name"
6267 #  - "tags"
6268 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6269 #  x-axis: "X = VNFs per Service Chain"
6270 #  y-axis: "Y = Number of Service Chains"
6271 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6272 #  layout:
6273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6274 #    layout: "plot-service-density"
6275 #
6276 ## Plots - NF Density - VSC - PDR IMIX
6277 #- type: "plot"
6278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6279 #  algorithm: "plot_nf_heatmap"
6280 #  output-file-type: ".html"
6281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6283 #  filter: "'NIC_Intel-XXV710' and
6284 #           'NF_DENSITY' and
6285 #           'VHOST' and
6286 #           not 'VXLAN' and
6287 #           'CHAIN' and
6288 #           'NF_VPPIP4' and
6289 #           'IMIX' and
6290 #           '2T1C' and
6291 #           'NDRPDR'"
6292 #  parameters:
6293 #  - "throughput"
6294 #  - "name"
6295 #  - "tags"
6296 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6297 #  x-axis: "X = VNFs per Service Chain"
6298 #  y-axis: "Y = Number of Service Chains"
6299 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6300 #  layout:
6301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6302 #    layout: "plot-service-density"
6303 #
6304 #- type: "plot"
6305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6306 #  algorithm: "plot_nf_heatmap"
6307 #  output-file-type: ".html"
6308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6309 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6310 #  filter: "'NIC_Intel-XXV710' and
6311 #           'NF_DENSITY' and
6312 #           'VHOST' and
6313 #           not 'VXLAN' and
6314 #           'CHAIN' and
6315 #           'NF_VPPIP4' and
6316 #           'IMIX' and
6317 #           '4T2C' and
6318 #           'NDRPDR'"
6319 #  parameters:
6320 #  - "throughput"
6321 #  - "name"
6322 #  - "tags"
6323 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6324 #  x-axis: "X = VNFs per Service Chain"
6325 #  y-axis: "Y = Number of Service Chains"
6326 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6327 #  layout:
6328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6329 #    layout: "plot-service-density"
6330 #
6331 #- type: "plot"
6332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6333 #  algorithm: "plot_nf_heatmap"
6334 #  output-file-type: ".html"
6335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6336 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6337 #  filter: "'NIC_Intel-XXV710' and
6338 #           'NF_DENSITY' and
6339 #           'VHOST' and
6340 #           not 'VXLAN' and
6341 #           'CHAIN' and
6342 #           'NF_VPPIP4' and
6343 #           'IMIX' and
6344 #           '8T4C' and
6345 #           'NDRPDR'"
6346 #  parameters:
6347 #  - "throughput"
6348 #  - "name"
6349 #  - "tags"
6350 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6351 #  x-axis: "X = VNFs per Service Chain"
6352 #  y-axis: "Y = Number of Service Chains"
6353 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6354 #  layout:
6355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6356 #    layout: "plot-service-density"
6357 #
6358 ################################################################################
6359 ## Plots - NF Density - VSC - MRR 64b
6360 #- type: "plot"
6361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6362 #  algorithm: "plot_nf_heatmap"
6363 #  output-file-type: ".html"
6364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6365 #  data: "plot-vpp-nfv-2n-skx-mrr"
6366 #  filter: "'NIC_Intel-XXV710' and
6367 #           'NF_DENSITY' and
6368 #           'VHOST' and
6369 #           'VXLAN' and
6370 #           'CHAIN' and
6371 #           '118' and
6372 #           '2T1C' and
6373 #           'MRR'"
6374 #  parameters:
6375 #  - "result"
6376 #  - "name"
6377 #  - "tags"
6378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6379 #  x-axis: "X = VNFs per Service Chain"
6380 #  y-axis: "Y = Number of Service Chains"
6381 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6382 #  layout:
6383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6384 #    layout: "plot-service-density"
6385 #
6386 #- type: "plot"
6387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6388 #  algorithm: "plot_nf_heatmap"
6389 #  output-file-type: ".html"
6390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6391 #  data: "plot-vpp-nfv-2n-skx-mrr"
6392 #  filter: "'NIC_Intel-XXV710' and
6393 #           'NF_DENSITY' and
6394 #           'VHOST' and
6395 #           'VXLAN' and
6396 #           'CHAIN' and
6397 #           '118' and
6398 #           '4T2C' and
6399 #           'MRR'"
6400 #  parameters:
6401 #  - "result"
6402 #  - "name"
6403 #  - "tags"
6404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6405 #  x-axis: "X = VNFs per Service Chain"
6406 #  y-axis: "Y = Number of Service Chains"
6407 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6408 #  layout:
6409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6410 #    layout: "plot-service-density"
6411 #
6412 #- type: "plot"
6413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6414 #  algorithm: "plot_nf_heatmap"
6415 #  output-file-type: ".html"
6416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6417 #  data: "plot-vpp-nfv-2n-skx-mrr"
6418 #  filter: "'NIC_Intel-XXV710' and
6419 #           'NF_DENSITY' and
6420 #           'VHOST' and
6421 #           'VXLAN' and
6422 #           'CHAIN' and
6423 #           '118' and
6424 #           '8T4C' and
6425 #           'MRR'"
6426 #  parameters:
6427 #  - "result"
6428 #  - "name"
6429 #  - "tags"
6430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6431 #  x-axis: "X = VNFs per Service Chain"
6432 #  y-axis: "Y = Number of Service Chains"
6433 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6434 #  layout:
6435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6436 #    layout: "plot-service-density"
6437 #
6438 ## Plots - NF Density - VSC - MRR IMIX
6439 #- type: "plot"
6440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6441 #  algorithm: "plot_nf_heatmap"
6442 #  output-file-type: ".html"
6443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6444 #  data: "plot-vpp-nfv-2n-skx-mrr"
6445 #  filter: "'NIC_Intel-XXV710' and
6446 #           'NF_DENSITY' and
6447 #           'VHOST' and
6448 #           'VXLAN' and
6449 #           'CHAIN' and
6450 #           'IMIX' and
6451 #           '2T1C' and
6452 #           'MRR'"
6453 #  parameters:
6454 #  - "result"
6455 #  - "name"
6456 #  - "tags"
6457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6458 #  x-axis: "X = VNFs per Service Chain"
6459 #  y-axis: "Y = Number of Service Chains"
6460 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6461 #  layout:
6462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6463 #    layout: "plot-service-density"
6464 #
6465 #- type: "plot"
6466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6467 #  algorithm: "plot_nf_heatmap"
6468 #  output-file-type: ".html"
6469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6470 #  data: "plot-vpp-nfv-2n-skx-mrr"
6471 #  filter: "'NIC_Intel-XXV710' and
6472 #           'NF_DENSITY' and
6473 #           'VHOST' and
6474 #           'VXLAN' and
6475 #           'CHAIN' and
6476 #           'IMIX' and
6477 #           '4T2C' and
6478 #           'MRR'"
6479 #  parameters:
6480 #  - "result"
6481 #  - "name"
6482 #  - "tags"
6483 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6484 #  x-axis: "X = VNFs per Service Chain"
6485 #  y-axis: "Y = Number of Service Chains"
6486 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6487 #  layout:
6488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6489 #    layout: "plot-service-density"
6490 #
6491 #- type: "plot"
6492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6493 #  algorithm: "plot_nf_heatmap"
6494 #  output-file-type: ".html"
6495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6496 #  data: "plot-vpp-nfv-2n-skx-mrr"
6497 #  filter: "'NIC_Intel-XXV710' and
6498 #           'NF_DENSITY' and
6499 #           'VHOST' and
6500 #           'VXLAN' and
6501 #           'CHAIN' and
6502 #           'IMIX' and
6503 #           '8T4C' and
6504 #           'MRR'"
6505 #  parameters:
6506 #  - "result"
6507 #  - "name"
6508 #  - "tags"
6509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6510 #  x-axis: "X = VNFs per Service Chain"
6511 #  y-axis: "Y = Number of Service Chains"
6512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6513 #  layout:
6514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6515 #    layout: "plot-service-density"
6516 #
6517 ## Plots - NF Density - VSC - NDR 64b
6518 #- type: "plot"
6519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6520 #  algorithm: "plot_nf_heatmap"
6521 #  output-file-type: ".html"
6522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6524 #  filter: "'NIC_Intel-XXV710' and
6525 #           'NF_DENSITY' and
6526 #           'VHOST' and
6527 #           'VXLAN' and
6528 #           'CHAIN' and
6529 #           '118' and
6530 #           '2T1C' and
6531 #           'NDRPDR'"
6532 #  parameters:
6533 #  - "throughput"
6534 #  - "name"
6535 #  - "tags"
6536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6537 #  x-axis: "X = VNFs per Service Chain"
6538 #  y-axis: "Y = Number of Service Chains"
6539 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6540 #  layout:
6541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6542 #    layout: "plot-service-density"
6543 #
6544 #- type: "plot"
6545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6546 #  algorithm: "plot_nf_heatmap"
6547 #  output-file-type: ".html"
6548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6550 #  filter: "'NIC_Intel-XXV710' and
6551 #           'NF_DENSITY' and
6552 #           'VHOST' and
6553 #           'VXLAN' and
6554 #           'CHAIN' and
6555 #           '118' and
6556 #           '4T2C' and
6557 #           'NDRPDR'"
6558 #  parameters:
6559 #  - "throughput"
6560 #  - "name"
6561 #  - "tags"
6562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6563 #  x-axis: "X = VNFs per Service Chain"
6564 #  y-axis: "Y = Number of Service Chains"
6565 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6566 #  layout:
6567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6568 #    layout: "plot-service-density"
6569 #
6570 #- type: "plot"
6571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6572 #  algorithm: "plot_nf_heatmap"
6573 #  output-file-type: ".html"
6574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6576 #  filter: "'NIC_Intel-XXV710' and
6577 #           'NF_DENSITY' and
6578 #           'VHOST' and
6579 #           'VXLAN' and
6580 #           'CHAIN' and
6581 #           '118' and
6582 #           '8T4C' and
6583 #           'NDRPDR'"
6584 #  parameters:
6585 #  - "throughput"
6586 #  - "name"
6587 #  - "tags"
6588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6589 #  x-axis: "X = VNFs per Service Chain"
6590 #  y-axis: "Y = Number of Service Chains"
6591 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6592 #  layout:
6593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6594 #    layout: "plot-service-density"
6595 #
6596 ## Plots - NF Density - VSC - NDR IMIX
6597 #- type: "plot"
6598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6599 #  algorithm: "plot_nf_heatmap"
6600 #  output-file-type: ".html"
6601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6603 #  filter: "'NIC_Intel-XXV710' and
6604 #           'NF_DENSITY' and
6605 #           'VHOST' and
6606 #           'VXLAN' and
6607 #           'CHAIN' and
6608 #           'IMIX' and
6609 #           '2T1C' and
6610 #           'NDRPDR'"
6611 #  parameters:
6612 #  - "throughput"
6613 #  - "name"
6614 #  - "tags"
6615 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6616 #  x-axis: "X = VNFs per Service Chain"
6617 #  y-axis: "Y = Number of Service Chains"
6618 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6619 #  layout:
6620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6621 #    layout: "plot-service-density"
6622 #
6623 #- type: "plot"
6624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6625 #  algorithm: "plot_nf_heatmap"
6626 #  output-file-type: ".html"
6627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6629 #  filter: "'NIC_Intel-XXV710' and
6630 #           'NF_DENSITY' and
6631 #           'VHOST' and
6632 #           'VXLAN' and
6633 #           'CHAIN' and
6634 #           'IMIX' and
6635 #           '4T2C' and
6636 #           'NDRPDR'"
6637 #  parameters:
6638 #  - "throughput"
6639 #  - "name"
6640 #  - "tags"
6641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6642 #  x-axis: "X = VNFs per Service Chain"
6643 #  y-axis: "Y = Number of Service Chains"
6644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6645 #  layout:
6646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6647 #    layout: "plot-service-density"
6648 #
6649 #- type: "plot"
6650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6651 #  algorithm: "plot_nf_heatmap"
6652 #  output-file-type: ".html"
6653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6655 #  filter: "'NIC_Intel-XXV710' and
6656 #           'NF_DENSITY' and
6657 #           'VHOST' and
6658 #           'VXLAN' and
6659 #           'CHAIN' and
6660 #           'IMIX' and
6661 #           '8T4C' and
6662 #           'NDRPDR'"
6663 #  parameters:
6664 #  - "throughput"
6665 #  - "name"
6666 #  - "tags"
6667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6668 #  x-axis: "X = VNFs per Service Chain"
6669 #  y-axis: "Y = Number of Service Chains"
6670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6671 #  layout:
6672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6673 #    layout: "plot-service-density"
6674 #
6675 ## Plots - NF Density - VSC - PDR 64b
6676 #- type: "plot"
6677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6678 #  algorithm: "plot_nf_heatmap"
6679 #  output-file-type: ".html"
6680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6682 #  filter: "'NIC_Intel-XXV710' and
6683 #           'NF_DENSITY' and
6684 #           'VHOST' and
6685 #           'VXLAN' and
6686 #           'CHAIN' and
6687 #           '118' and
6688 #           '2T1C' and
6689 #           'NDRPDR'"
6690 #  parameters:
6691 #  - "throughput"
6692 #  - "name"
6693 #  - "tags"
6694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6695 #  x-axis: "X = VNFs per Service Chain"
6696 #  y-axis: "Y = Number of Service Chains"
6697 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6698 #  layout:
6699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6700 #    layout: "plot-service-density"
6701 #
6702 #- type: "plot"
6703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6704 #  algorithm: "plot_nf_heatmap"
6705 #  output-file-type: ".html"
6706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6708 #  filter: "'NIC_Intel-XXV710' and
6709 #           'NF_DENSITY' and
6710 #           'VHOST' and
6711 #           'VXLAN' and
6712 #           'CHAIN' and
6713 #           '118' and
6714 #           '4T2C' and
6715 #           'NDRPDR'"
6716 #  parameters:
6717 #  - "throughput"
6718 #  - "name"
6719 #  - "tags"
6720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6721 #  x-axis: "X = VNFs per Service Chain"
6722 #  y-axis: "Y = Number of Service Chains"
6723 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6724 #  layout:
6725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6726 #    layout: "plot-service-density"
6727 #
6728 #- type: "plot"
6729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6730 #  algorithm: "plot_nf_heatmap"
6731 #  output-file-type: ".html"
6732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6733 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6734 #  filter: "'NIC_Intel-XXV710' and
6735 #           'NF_DENSITY' and
6736 #           'VHOST' and
6737 #           'VXLAN' and
6738 #           'CHAIN' and
6739 #           '118' and
6740 #           '8T4C' and
6741 #           'NDRPDR'"
6742 #  parameters:
6743 #  - "throughput"
6744 #  - "name"
6745 #  - "tags"
6746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6747 #  x-axis: "X = VNFs per Service Chain"
6748 #  y-axis: "Y = Number of Service Chains"
6749 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6750 #  layout:
6751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6752 #    layout: "plot-service-density"
6753 #
6754 ## Plots - NF Density - VSC - PDR IMIX
6755 #- type: "plot"
6756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6757 #  algorithm: "plot_nf_heatmap"
6758 #  output-file-type: ".html"
6759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6761 #  filter: "'NIC_Intel-XXV710' and
6762 #           'NF_DENSITY' and
6763 #           'VHOST' and
6764 #           'VXLAN' and
6765 #           'CHAIN' and
6766 #           'IMIX' and
6767 #           '2T1C' and
6768 #           'NDRPDR'"
6769 #  parameters:
6770 #  - "throughput"
6771 #  - "name"
6772 #  - "tags"
6773 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6774 #  x-axis: "X = VNFs per Service Chain"
6775 #  y-axis: "Y = Number of Service Chains"
6776 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6777 #  layout:
6778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6779 #    layout: "plot-service-density"
6780 #
6781 #- type: "plot"
6782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6783 #  algorithm: "plot_nf_heatmap"
6784 #  output-file-type: ".html"
6785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6787 #  filter: "'NIC_Intel-XXV710' and
6788 #           'NF_DENSITY' and
6789 #           'VHOST' and
6790 #           'VXLAN' and
6791 #           'CHAIN' and
6792 #           'IMIX' and
6793 #           '4T2C' and
6794 #           'NDRPDR'"
6795 #  parameters:
6796 #  - "throughput"
6797 #  - "name"
6798 #  - "tags"
6799 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6800 #  x-axis: "X = VNFs per Service Chain"
6801 #  y-axis: "Y = Number of Service Chains"
6802 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6803 #  layout:
6804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6805 #    layout: "plot-service-density"
6806 #
6807 #- type: "plot"
6808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6809 #  algorithm: "plot_nf_heatmap"
6810 #  output-file-type: ".html"
6811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6812 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6813 #  filter: "'NIC_Intel-XXV710' and
6814 #           'NF_DENSITY' and
6815 #           'VHOST' and
6816 #           'VXLAN' and
6817 #           'CHAIN' and
6818 #           'IMIX' and
6819 #           '8T4C' and
6820 #           'NDRPDR'"
6821 #  parameters:
6822 #  - "throughput"
6823 #  - "name"
6824 #  - "tags"
6825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6826 #  x-axis: "X = VNFs per Service Chain"
6827 #  y-axis: "Y = Number of Service Chains"
6828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6829 #  layout:
6830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6831 #    layout: "plot-service-density"
6832 #
6833 ################################################################################
6834 ## Plots - NF Density - CSC - MRR 64b
6835 #- type: "plot"
6836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6837 #  algorithm: "plot_nf_heatmap"
6838 #  output-file-type: ".html"
6839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6840 #  data: "plot-vpp-nfv-2n-skx-mrr"
6841 #  filter: "'NIC_Intel-XXV710' and
6842 #           'NF_DENSITY' and
6843 #           'DOCKER' and
6844 #           'CHAIN' and
6845 #           'NF_VPPIP4' and
6846 #           '64B' and
6847 #           '2T1C' and
6848 #           'MRR'"
6849 #  parameters:
6850 #  - "result"
6851 #  - "name"
6852 #  - "tags"
6853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6854 #  x-axis: "X = CNFs per Service Chain"
6855 #  y-axis: "Y = Number of Service Chains"
6856 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6857 #  layout:
6858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6859 #    layout: "plot-service-density"
6860 #
6861 #- type: "plot"
6862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6863 #  algorithm: "plot_nf_heatmap"
6864 #  output-file-type: ".html"
6865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6866 #  data: "plot-vpp-nfv-2n-skx-mrr"
6867 #  filter: "'NIC_Intel-XXV710' and
6868 #           'NF_DENSITY' and
6869 #           'DOCKER' and
6870 #           'CHAIN' and
6871 #           'NF_VPPIP4' and
6872 #           '64B' and
6873 #           '4T2C' and
6874 #           'MRR'"
6875 #  parameters:
6876 #  - "result"
6877 #  - "name"
6878 #  - "tags"
6879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6880 #  x-axis: "X = CNFs per Service Chain"
6881 #  y-axis: "Y = Number of Service Chains"
6882 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6883 #  layout:
6884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6885 #    layout: "plot-service-density"
6886 #
6887 #- type: "plot"
6888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6889 #  algorithm: "plot_nf_heatmap"
6890 #  output-file-type: ".html"
6891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6892 #  data: "plot-vpp-nfv-2n-skx-mrr"
6893 #  filter: "'NIC_Intel-XXV710' and
6894 #           'NF_DENSITY' and
6895 #           'DOCKER' and
6896 #           'CHAIN' and
6897 #           'NF_VPPIP4' and
6898 #           '64B' and
6899 #           '8T4C' and
6900 #           'MRR'"
6901 #  parameters:
6902 #  - "result"
6903 #  - "name"
6904 #  - "tags"
6905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6906 #  x-axis: "X = CNFs per Service Chain"
6907 #  y-axis: "Y = Number of Service Chains"
6908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6909 #  layout:
6910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6911 #    layout: "plot-service-density"
6912 #
6913 ## Plots - NF Density - CSC - MRR IMIX
6914 #- type: "plot"
6915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6916 #  algorithm: "plot_nf_heatmap"
6917 #  output-file-type: ".html"
6918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6919 #  data: "plot-vpp-nfv-2n-skx-mrr"
6920 #  filter: "'NIC_Intel-XXV710' and
6921 #           'NF_DENSITY' and
6922 #           'DOCKER' and
6923 #           'CHAIN' and
6924 #           'NF_VPPIP4' and
6925 #           'IMIX' and
6926 #           '2T1C' and
6927 #           'MRR'"
6928 #  parameters:
6929 #  - "result"
6930 #  - "name"
6931 #  - "tags"
6932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6933 #  x-axis: "X = CNFs per Service Chain"
6934 #  y-axis: "Y = Number of Service Chains"
6935 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6936 #  layout:
6937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6938 #    layout: "plot-service-density"
6939 #
6940 #- type: "plot"
6941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6942 #  algorithm: "plot_nf_heatmap"
6943 #  output-file-type: ".html"
6944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6945 #  data: "plot-vpp-nfv-2n-skx-mrr"
6946 #  filter: "'NIC_Intel-XXV710' and
6947 #           'NF_DENSITY' and
6948 #           'DOCKER' and
6949 #           'CHAIN' and
6950 #           'NF_VPPIP4' and
6951 #           'IMIX' and
6952 #           '4T2C' and
6953 #           'MRR'"
6954 #  parameters:
6955 #  - "result"
6956 #  - "name"
6957 #  - "tags"
6958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6959 #  x-axis: "X = CNFs per Service Chain"
6960 #  y-axis: "Y = Number of Service Chains"
6961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6962 #  layout:
6963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6964 #    layout: "plot-service-density"
6965 #
6966 #- type: "plot"
6967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6968 #  algorithm: "plot_nf_heatmap"
6969 #  output-file-type: ".html"
6970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6971 #  data: "plot-vpp-nfv-2n-skx-mrr"
6972 #  filter: "'NIC_Intel-XXV710' and
6973 #           'NF_DENSITY' and
6974 #           'DOCKER' and
6975 #           'CHAIN' and
6976 #           'NF_VPPIP4' and
6977 #           'IMIX' and
6978 #           '8T4C' and
6979 #           'MRR'"
6980 #  parameters:
6981 #  - "result"
6982 #  - "name"
6983 #  - "tags"
6984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6985 #  x-axis: "X = CNFs per Service Chain"
6986 #  y-axis: "Y = Number of Service Chains"
6987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6988 #  layout:
6989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6990 #    layout: "plot-service-density"
6991 #
6992 ## Plots - NF Density - CSC - NDR 64b
6993 #- type: "plot"
6994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6995 #  algorithm: "plot_nf_heatmap"
6996 #  output-file-type: ".html"
6997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6998 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6999 #  filter: "'NIC_Intel-XXV710' and
7000 #           'NF_DENSITY' and
7001 #           'DOCKER' and
7002 #           'CHAIN' and
7003 #           'NF_VPPIP4' and
7004 #           '64B' and
7005 #           '2T1C' and
7006 #           'NDRPDR'"
7007 #  parameters:
7008 #  - "throughput"
7009 #  - "name"
7010 #  - "tags"
7011 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7012 #  x-axis: "X = CNFs per Service Chain"
7013 #  y-axis: "Y = Number of Service Chains"
7014 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7015 #  layout:
7016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7017 #    layout: "plot-service-density"
7018 #
7019 #- type: "plot"
7020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7021 #  algorithm: "plot_nf_heatmap"
7022 #  output-file-type: ".html"
7023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7024 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7025 #  filter: "'NIC_Intel-XXV710' and
7026 #           'NF_DENSITY' and
7027 #           'DOCKER' and
7028 #           'CHAIN' and
7029 #           'NF_VPPIP4' and
7030 #           '64B' and
7031 #           '4T2C' and
7032 #           'NDRPDR'"
7033 #  parameters:
7034 #  - "throughput"
7035 #  - "name"
7036 #  - "tags"
7037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7038 #  x-axis: "X = CNFs per Service Chain"
7039 #  y-axis: "Y = Number of Service Chains"
7040 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7041 #  layout:
7042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7043 #    layout: "plot-service-density"
7044 #
7045 #- type: "plot"
7046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7047 #  algorithm: "plot_nf_heatmap"
7048 #  output-file-type: ".html"
7049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7051 #  filter: "'NIC_Intel-XXV710' and
7052 #           'NF_DENSITY' and
7053 #           'DOCKER' and
7054 #           'CHAIN' and
7055 #           'NF_VPPIP4' and
7056 #           '64B' and
7057 #           '8T4C' and
7058 #           'NDRPDR'"
7059 #  parameters:
7060 #  - "throughput"
7061 #  - "name"
7062 #  - "tags"
7063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7064 #  x-axis: "X = CNFs per Service Chain"
7065 #  y-axis: "Y = Number of Service Chains"
7066 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7067 #  layout:
7068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7069 #    layout: "plot-service-density"
7070 #
7071 ## Plots - NF Density - CSC - NDR IMIX
7072 #- type: "plot"
7073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7074 #  algorithm: "plot_nf_heatmap"
7075 #  output-file-type: ".html"
7076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7077 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7078 #  filter: "'NIC_Intel-XXV710' and
7079 #           'NF_DENSITY' and
7080 #           'DOCKER' and
7081 #           'CHAIN' and
7082 #           'NF_VPPIP4' and
7083 #           'IMIX' and
7084 #           '2T1C' and
7085 #           'NDRPDR'"
7086 #  parameters:
7087 #  - "throughput"
7088 #  - "name"
7089 #  - "tags"
7090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7091 #  x-axis: "X = CNFs per Service Chain"
7092 #  y-axis: "Y = Number of Service Chains"
7093 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7094 #  layout:
7095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7096 #    layout: "plot-service-density"
7097 #
7098 #- type: "plot"
7099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7100 #  algorithm: "plot_nf_heatmap"
7101 #  output-file-type: ".html"
7102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7103 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7104 #  filter: "'NIC_Intel-XXV710' and
7105 #           'NF_DENSITY' and
7106 #           'DOCKER' and
7107 #           'CHAIN' and
7108 #           'NF_VPPIP4' and
7109 #           'IMIX' and
7110 #           '4T2C' and
7111 #           'NDRPDR'"
7112 #  parameters:
7113 #  - "throughput"
7114 #  - "name"
7115 #  - "tags"
7116 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7117 #  x-axis: "X = CNFs per Service Chain"
7118 #  y-axis: "Y = Number of Service Chains"
7119 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7120 #  layout:
7121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7122 #    layout: "plot-service-density"
7123 #
7124 #- type: "plot"
7125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7126 #  algorithm: "plot_nf_heatmap"
7127 #  output-file-type: ".html"
7128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7130 #  filter: "'NIC_Intel-XXV710' and
7131 #           'NF_DENSITY' and
7132 #           'DOCKER' and
7133 #           'CHAIN' and
7134 #           'NF_VPPIP4' and
7135 #           'IMIX' and
7136 #           '8T4C' and
7137 #           'NDRPDR'"
7138 #  parameters:
7139 #  - "throughput"
7140 #  - "name"
7141 #  - "tags"
7142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7143 #  x-axis: "X = CNFs per Service Chain"
7144 #  y-axis: "Y = Number of Service Chains"
7145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7146 #  layout:
7147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7148 #    layout: "plot-service-density"
7149 #
7150 ## Plots - NF Density - CSC - PDR 64b
7151 #- type: "plot"
7152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7153 #  algorithm: "plot_nf_heatmap"
7154 #  output-file-type: ".html"
7155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7157 #  filter: "'NIC_Intel-XXV710' and
7158 #           'NF_DENSITY' and
7159 #           'DOCKER' and
7160 #           'CHAIN' and
7161 #           'NF_VPPIP4' and
7162 #           '64B' and
7163 #           '2T1C' and
7164 #           'NDRPDR'"
7165 #  parameters:
7166 #  - "throughput"
7167 #  - "name"
7168 #  - "tags"
7169 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7170 #  x-axis: "X = CNFs per Service Chain"
7171 #  y-axis: "Y = Number of Service Chains"
7172 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7173 #  layout:
7174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7175 #    layout: "plot-service-density"
7176 #
7177 #- type: "plot"
7178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7179 #  algorithm: "plot_nf_heatmap"
7180 #  output-file-type: ".html"
7181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7183 #  filter: "'NIC_Intel-XXV710' and
7184 #           'NF_DENSITY' and
7185 #           'DOCKER' and
7186 #           'CHAIN' and
7187 #           'NF_VPPIP4' and
7188 #           '64B' and
7189 #           '4T2C' and
7190 #           'NDRPDR'"
7191 #  parameters:
7192 #  - "throughput"
7193 #  - "name"
7194 #  - "tags"
7195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7196 #  x-axis: "X = CNFs per Service Chain"
7197 #  y-axis: "Y = Number of Service Chains"
7198 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7199 #  layout:
7200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7201 #    layout: "plot-service-density"
7202 #
7203 #- type: "plot"
7204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7205 #  algorithm: "plot_nf_heatmap"
7206 #  output-file-type: ".html"
7207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7209 #  filter: "'NIC_Intel-XXV710' and
7210 #           'NF_DENSITY' and
7211 #           'DOCKER' and
7212 #           'CHAIN' and
7213 #           'NF_VPPIP4' and
7214 #           '64B' and
7215 #           '8T4C' and
7216 #           'NDRPDR'"
7217 #  parameters:
7218 #  - "throughput"
7219 #  - "name"
7220 #  - "tags"
7221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7222 #  x-axis: "X = CNFs per Service Chain"
7223 #  y-axis: "Y = Number of Service Chains"
7224 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7225 #  layout:
7226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7227 #    layout: "plot-service-density"
7228 #
7229 ## Plots - NF Density - CSC - PDR IMIX
7230 #- type: "plot"
7231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7232 #  algorithm: "plot_nf_heatmap"
7233 #  output-file-type: ".html"
7234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7236 #  filter: "'NIC_Intel-XXV710' and
7237 #           'NF_DENSITY' and
7238 #           'DOCKER' and
7239 #           'CHAIN' and
7240 #           'NF_VPPIP4' and
7241 #           'IMIX' and
7242 #           '2T1C' and
7243 #           'NDRPDR'"
7244 #  parameters:
7245 #  - "throughput"
7246 #  - "name"
7247 #  - "tags"
7248 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7249 #  x-axis: "X = CNFs per Service Chain"
7250 #  y-axis: "Y = Number of Service Chains"
7251 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7252 #  layout:
7253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7254 #    layout: "plot-service-density"
7255 #
7256 #- type: "plot"
7257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7258 #  algorithm: "plot_nf_heatmap"
7259 #  output-file-type: ".html"
7260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7262 #  filter: "'NIC_Intel-XXV710' and
7263 #           'NF_DENSITY' and
7264 #           'DOCKER' and
7265 #           'CHAIN' and
7266 #           'NF_VPPIP4' and
7267 #           'IMIX' and
7268 #           '4T2C' and
7269 #           'NDRPDR'"
7270 #  parameters:
7271 #  - "throughput"
7272 #  - "name"
7273 #  - "tags"
7274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7275 #  x-axis: "X = CNFs per Service Chain"
7276 #  y-axis: "Y = Number of Service Chains"
7277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7278 #  layout:
7279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7280 #    layout: "plot-service-density"
7281 #
7282 #- type: "plot"
7283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7284 #  algorithm: "plot_nf_heatmap"
7285 #  output-file-type: ".html"
7286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7288 #  filter: "'NIC_Intel-XXV710' and
7289 #           'NF_DENSITY' and
7290 #           'DOCKER' and
7291 #           'CHAIN' and
7292 #           'NF_VPPIP4' and
7293 #           'IMIX' and
7294 #           '8T4C' and
7295 #           'NDRPDR'"
7296 #  parameters:
7297 #  - "throughput"
7298 #  - "name"
7299 #  - "tags"
7300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7301 #  x-axis: "X = CNFs per Service Chain"
7302 #  y-axis: "Y = Number of Service Chains"
7303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7304 #  layout:
7305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7306 #    layout: "plot-service-density"
7307 #
7308 ################################################################################
7309 #
7310 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7311 #- type: "plot"
7312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7313 #  algorithm: "plot_nf_heatmap"
7314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7315 #  data: "plot-vpp-nfv-3n-skx-mrr"
7316 #  filter: "'NIC_Intel-XXV710' and
7317 #           'NF_DENSITY' and
7318 #           'DOCKER' and
7319 #           'CHAIN' and
7320 #           'NF_VPPIP4' and
7321 #           'IPSEC' and
7322 #           'TNL_4' and
7323 #           'IMIX' and
7324 #           '2T1C' and
7325 #           'MRR'"
7326 #  parameters:
7327 #  - "result"
7328 #  - "name"
7329 #  - "tags"
7330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7331 #  x-axis: "X = CNFs per Service Chain"
7332 #  y-axis: "Y = Number of Service Chains"
7333 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7334 #  layout:
7335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7336 #    layout: "plot-service-density"
7337 #
7338 #- type: "plot"
7339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7340 #  algorithm: "plot_nf_heatmap"
7341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7342 #  data: "plot-vpp-nfv-3n-skx-mrr"
7343 #  filter: "'NIC_Intel-XXV710' and
7344 #           'NF_DENSITY' and
7345 #           'DOCKER' and
7346 #           'CHAIN' and
7347 #           'NF_VPPIP4' and
7348 #           'IPSEC' and
7349 #           'TNL_4' and
7350 #           'IMIX' and
7351 #           '4T2C' and
7352 #           'MRR'"
7353 #  parameters:
7354 #  - "result"
7355 #  - "name"
7356 #  - "tags"
7357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7358 #  x-axis: "X = CNFs per Service Chain"
7359 #  y-axis: "Y = Number of Service Chains"
7360 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7361 #  layout:
7362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7363 #    layout: "plot-service-density"
7364 #
7365 #- type: "plot"
7366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7367 #  algorithm: "plot_nf_heatmap"
7368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7369 #  data: "plot-vpp-nfv-3n-skx-mrr"
7370 #  filter: "'NIC_Intel-XXV710' and
7371 #           'NF_DENSITY' and
7372 #           'DOCKER' and
7373 #           'CHAIN' and
7374 #           'NF_VPPIP4' and
7375 #           'IPSEC' and
7376 #           'TNL_4' and
7377 #           'IMIX' and
7378 #           '8T4C' and
7379 #           'MRR'"
7380 #  parameters:
7381 #  - "result"
7382 #  - "name"
7383 #  - "tags"
7384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7385 #  x-axis: "X = CNFs per Service Chain"
7386 #  y-axis: "Y = Number of Service Chains"
7387 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7388 #  layout:
7389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7390 #    layout: "plot-service-density"
7391 #
7392 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7393 #- type: "plot"
7394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7395 #  algorithm: "plot_nf_heatmap"
7396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7397 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7398 #  filter: "'NIC_Intel-XXV710' and
7399 #           'NF_DENSITY' and
7400 #           'DOCKER' and
7401 #           'CHAIN' and
7402 #           'NF_VPPIP4' and
7403 #           'IPSEC' and
7404 #           'TNL_4' and
7405 #           'IMIX' and
7406 #           '2T1C' and
7407 #           'NDRPDR'"
7408 #  parameters:
7409 #  - "throughput"
7410 #  - "name"
7411 #  - "tags"
7412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7413 #  x-axis: "X = CNFs per Service Chain"
7414 #  y-axis: "Y = Number of Service Chains"
7415 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7416 #  layout:
7417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7418 #    layout: "plot-service-density"
7419 #
7420 #- type: "plot"
7421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7422 #  algorithm: "plot_nf_heatmap"
7423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7424 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7425 #  filter: "'NIC_Intel-XXV710' and
7426 #           'NF_DENSITY' and
7427 #           'DOCKER' and
7428 #           'CHAIN' and
7429 #           'NF_VPPIP4' and
7430 #           'IPSEC' and
7431 #           'TNL_4' and
7432 #           'IMIX' and
7433 #           '4T2C' and
7434 #           'NDRPDR'"
7435 #  parameters:
7436 #  - "throughput"
7437 #  - "name"
7438 #  - "tags"
7439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7440 #  x-axis: "X = CNFs per Service Chain"
7441 #  y-axis: "Y = Number of Service Chains"
7442 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7443 #  layout:
7444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7445 #    layout: "plot-service-density"
7446 #
7447 #- type: "plot"
7448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7449 #  algorithm: "plot_nf_heatmap"
7450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7451 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7452 #  filter: "'NIC_Intel-XXV710' and
7453 #           'NF_DENSITY' and
7454 #           'DOCKER' and
7455 #           'CHAIN' and
7456 #           'NF_VPPIP4' and
7457 #           'IPSEC' and
7458 #           'TNL_4' and
7459 #           'IMIX' and
7460 #           '8T4C' and
7461 #           'NDRPDR'"
7462 #  parameters:
7463 #  - "throughput"
7464 #  - "name"
7465 #  - "tags"
7466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7467 #  x-axis: "X = CNFs per Service Chain"
7468 #  y-axis: "Y = Number of Service Chains"
7469 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7470 #  layout:
7471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7472 #    layout: "plot-service-density"
7473 #
7474 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7475 #- type: "plot"
7476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7477 #  algorithm: "plot_nf_heatmap"
7478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7479 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7480 #  filter: "'NIC_Intel-XXV710' and
7481 #           'NF_DENSITY' and
7482 #           'DOCKER' and
7483 #           'CHAIN' and
7484 #           'NF_VPPIP4' and
7485 #           'IPSEC' and
7486 #           'TNL_4' and
7487 #           'IMIX' and
7488 #           '2T1C' and
7489 #           'NDRPDR'"
7490 #  parameters:
7491 #  - "throughput"
7492 #  - "name"
7493 #  - "tags"
7494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7495 #  x-axis: "X = CNFs per Service Chain"
7496 #  y-axis: "Y = Number of Service Chains"
7497 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7498 #  layout:
7499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7500 #    layout: "plot-service-density"
7501 #
7502 #- type: "plot"
7503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7504 #  algorithm: "plot_nf_heatmap"
7505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7506 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7507 #  filter: "'NIC_Intel-XXV710' and
7508 #           'NF_DENSITY' and
7509 #           'DOCKER' and
7510 #           'CHAIN' and
7511 #           'NF_VPPIP4' and
7512 #           'IPSEC' and
7513 #           'TNL_4' and
7514 #           'IMIX' and
7515 #           '4T2C' and
7516 #           'NDRPDR'"
7517 #  parameters:
7518 #  - "throughput"
7519 #  - "name"
7520 #  - "tags"
7521 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7522 #  x-axis: "X = CNFs per Service Chain"
7523 #  y-axis: "Y = Number of Service Chains"
7524 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7525 #  layout:
7526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7527 #    layout: "plot-service-density"
7528 #
7529 #- type: "plot"
7530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7531 #  algorithm: "plot_nf_heatmap"
7532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7533 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7534 #  filter: "'NIC_Intel-XXV710' and
7535 #           'NF_DENSITY' and
7536 #           'DOCKER' and
7537 #           'CHAIN' and
7538 #           'NF_VPPIP4' and
7539 #           'IPSEC' and
7540 #           'TNL_4' and
7541 #           'IMIX' and
7542 #           '8T4C' and
7543 #           'NDRPDR'"
7544 #  parameters:
7545 #  - "throughput"
7546 #  - "name"
7547 #  - "tags"
7548 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7549 #  x-axis: "X = CNFs per Service Chain"
7550 #  y-axis: "Y = Number of Service Chains"
7551 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7552 #  layout:
7553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7554 #    layout: "plot-service-density"
7555
7556 ###############################################################################
7557
7558 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7559 - type: "plot"
7560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7561   algorithm: "plot_nf_heatmap"
7562   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7563   data: "plot-vpp-nfv-3n-hsw-mrr"
7564   filter: "'NIC_Intel-XL710' and
7565            'NF_DENSITY' and
7566            'DOCKER' and
7567            'CHAIN' and
7568            'NF_VPPIP4' and
7569            'IMIX' and
7570            'TNL_4' and
7571            '1T1C' and
7572            'MRR'"
7573   parameters:
7574   - "result"
7575   - "name"
7576   - "tags"
7577   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7578   x-axis: "X = CNFs per Service Chain"
7579   y-axis: "Y = Number of Service Chains"
7580   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7581   layout:
7582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7583     layout: "plot-service-density"
7584
7585 - type: "plot"
7586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7587   algorithm: "plot_nf_heatmap"
7588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7589   data: "plot-vpp-nfv-3n-hsw-mrr"
7590   filter: "'NIC_Intel-XL710' and
7591            'NF_DENSITY' and
7592            'DOCKER' and
7593            'CHAIN' and
7594            'NF_VPPIP4' and
7595            'IPSEC' and
7596            'TNL_4' and
7597            'IMIX' and
7598            '2T2C' and
7599            'MRR'"
7600   parameters:
7601   - "result"
7602   - "name"
7603   - "tags"
7604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7605   x-axis: "X = CNFs per Service Chain"
7606   y-axis: "Y = Number of Service Chains"
7607   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7608   layout:
7609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7610     layout: "plot-service-density"
7611
7612 - type: "plot"
7613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7614   algorithm: "plot_nf_heatmap"
7615   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7616   data: "plot-vpp-nfv-3n-hsw-mrr"
7617   filter: "'NIC_Intel-XL710' and
7618            'NF_DENSITY' and
7619            'DOCKER' and
7620            'CHAIN' and
7621            'NF_VPPIP4' and
7622            'IPSEC' and
7623            'TNL_4' and
7624            'IMIX' and
7625            '4T4C' and
7626            'MRR'"
7627   parameters:
7628   - "result"
7629   - "name"
7630   - "tags"
7631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7632   x-axis: "X = CNFs per Service Chain"
7633   y-axis: "Y = Number of Service Chains"
7634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7635   layout:
7636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7637     layout: "plot-service-density"
7638
7639 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7640 - type: "plot"
7641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7642   algorithm: "plot_nf_heatmap"
7643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7644   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7645   filter: "'NIC_Intel-XL710' and
7646            'NF_DENSITY' and
7647            'DOCKER' and
7648            'CHAIN' and
7649            'NF_VPPIP4' and
7650            'IPSEC' and
7651            'TNL_4' and
7652            'IMIX' and
7653            '1T1C' and
7654            'NDRPDR'"
7655   parameters:
7656   - "throughput"
7657   - "name"
7658   - "tags"
7659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7660   x-axis: "X = CNFs per Service Chain"
7661   y-axis: "Y = Number of Service Chains"
7662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7663   layout:
7664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7665     layout: "plot-service-density"
7666
7667 - type: "plot"
7668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7669   algorithm: "plot_nf_heatmap"
7670   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7671   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7672   filter: "'NIC_Intel-XL710' and
7673            'NF_DENSITY' and
7674            'DOCKER' and
7675            'CHAIN' and
7676            'NF_VPPIP4' and
7677            'IPSEC' and
7678            'TNL_4' and
7679            'IMIX' and
7680            '2T2C' and
7681            'NDRPDR'"
7682   parameters:
7683   - "throughput"
7684   - "name"
7685   - "tags"
7686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7687   x-axis: "X = CNFs per Service Chain"
7688   y-axis: "Y = Number of Service Chains"
7689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7690   layout:
7691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7692     layout: "plot-service-density"
7693
7694 - type: "plot"
7695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7696   algorithm: "plot_nf_heatmap"
7697   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7698   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7699   filter: "'NIC_Intel-XL710' and
7700            'NF_DENSITY' and
7701            'DOCKER' and
7702            'CHAIN' and
7703            'NF_VPPIP4' and
7704            'IPSEC' and
7705            'TNL_4' and
7706            'IMIX' and
7707            '4T4C' and
7708            'NDRPDR'"
7709   parameters:
7710   - "throughput"
7711   - "name"
7712   - "tags"
7713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7714   x-axis: "X = CNFs per Service Chain"
7715   y-axis: "Y = Number of Service Chains"
7716   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7717   layout:
7718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7719     layout: "plot-service-density"
7720
7721 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7722 - type: "plot"
7723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7724   algorithm: "plot_nf_heatmap"
7725   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7726   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7727   filter: "'NIC_Intel-XL710' and
7728            'NF_DENSITY' and
7729            'DOCKER' and
7730            'CHAIN' and
7731            'NF_VPPIP4' and
7732            'IPSEC' and
7733            'TNL_4' and
7734            'IMIX' and
7735            '1T1C' and
7736            'NDRPDR'"
7737   parameters:
7738   - "throughput"
7739   - "name"
7740   - "tags"
7741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7742   x-axis: "X = CNFs per Service Chain"
7743   y-axis: "Y = Number of Service Chains"
7744   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7745   layout:
7746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7747     layout: "plot-service-density"
7748
7749 - type: "plot"
7750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7751   algorithm: "plot_nf_heatmap"
7752   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7753   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7754   filter: "'NIC_Intel-XL710' and
7755            'NF_DENSITY' and
7756            'DOCKER' and
7757            'CHAIN' and
7758            'NF_VPPIP4' and
7759            'IPSEC' and
7760            'TNL_4' and
7761            'IMIX' and
7762            '2T2C' and
7763            'NDRPDR'"
7764   parameters:
7765   - "throughput"
7766   - "name"
7767   - "tags"
7768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7769   x-axis: "X = CNFs per Service Chain"
7770   y-axis: "Y = Number of Service Chains"
7771   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7772   layout:
7773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7774     layout: "plot-service-density"
7775
7776 - type: "plot"
7777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7778   algorithm: "plot_nf_heatmap"
7779   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7780   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7781   filter: "'NIC_Intel-XL710' and
7782            'NF_DENSITY' and
7783            'DOCKER' and
7784            'CHAIN' and
7785            'NF_VPPIP4' and
7786            'IPSEC' and
7787            'TNL_4' and
7788            'IMIX' and
7789            '4T4C' and
7790            'NDRPDR'"
7791   parameters:
7792   - "throughput"
7793   - "name"
7794   - "tags"
7795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7796   x-axis: "X = CNFs per Service Chain"
7797   y-axis: "Y = Number of Service Chains"
7798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7799   layout:
7800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7801     layout: "plot-service-density"
7802
7803 ###############################################################################
7804
7805 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7810 #  data: "plot-vpp-nfv-3n-skx-mrr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           'IPSEC' and
7817 #           'TNL_1000' and
7818 #           'IMIX' and
7819 #           '2T1C' and
7820 #           'MRR'"
7821 #  parameters:
7822 #  - "result"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = CNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7831 #    layout: "plot-service-density"
7832 #
7833 #- type: "plot"
7834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7835 #  algorithm: "plot_nf_heatmap"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7837 #  data: "plot-vpp-nfv-3n-skx-mrr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'DOCKER' and
7841 #           'CHAIN' and
7842 #           'NF_VPPIP4' and
7843 #           'IPSEC' and
7844 #           'TNL_1000' and
7845 #           'IMIX' and
7846 #           '4T2C' and
7847 #           'MRR'"
7848 #  parameters:
7849 #  - "result"
7850 #  - "name"
7851 #  - "tags"
7852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7853 #  x-axis: "X = CNFs per Service Chain"
7854 #  y-axis: "Y = Number of Service Chains"
7855 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7856 #  layout:
7857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7858 #    layout: "plot-service-density"
7859 #
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7864 #  data: "plot-vpp-nfv-3n-skx-mrr"
7865 #  filter: "'NIC_Intel-XXV710' and
7866 #           'NF_DENSITY' and
7867 #           'DOCKER' and
7868 #           'CHAIN' and
7869 #           'NF_VPPIP4' and
7870 #           'IPSEC' and
7871 #           'TNL_1000' and
7872 #           'IMIX' and
7873 #           '8T4C' and
7874 #           'MRR'"
7875 #  parameters:
7876 #  - "result"
7877 #  - "name"
7878 #  - "tags"
7879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7880 #  x-axis: "X = CNFs per Service Chain"
7881 #  y-axis: "Y = Number of Service Chains"
7882 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7883 #  layout:
7884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7885 #    layout: "plot-service-density"
7886 #
7887 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7888 #- type: "plot"
7889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7890 #  algorithm: "plot_nf_heatmap"
7891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7892 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7893 #  filter: "'NIC_Intel-XXV710' and
7894 #           'NF_DENSITY' and
7895 #           'DOCKER' and
7896 #           'CHAIN' and
7897 #           'NF_VPPIP4' and
7898 #           'IPSEC' and
7899 #           'TNL_1000' and
7900 #           'IMIX' and
7901 #           '2T1C' and
7902 #           'NDRPDR'"
7903 #  parameters:
7904 #  - "throughput"
7905 #  - "name"
7906 #  - "tags"
7907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7908 #  x-axis: "X = CNFs per Service Chain"
7909 #  y-axis: "Y = Number of Service Chains"
7910 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7911 #  layout:
7912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7913 #    layout: "plot-service-density"
7914 #
7915 #- type: "plot"
7916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7917 #  algorithm: "plot_nf_heatmap"
7918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7919 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7920 #  filter: "'NIC_Intel-XXV710' and
7921 #           'NF_DENSITY' and
7922 #           'DOCKER' and
7923 #           'CHAIN' and
7924 #           'NF_VPPIP4' and
7925 #           'IPSEC' and
7926 #           'TNL_1000' and
7927 #           'IMIX' and
7928 #           '4T2C' and
7929 #           'NDRPDR'"
7930 #  parameters:
7931 #  - "throughput"
7932 #  - "name"
7933 #  - "tags"
7934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7935 #  x-axis: "X = CNFs per Service Chain"
7936 #  y-axis: "Y = Number of Service Chains"
7937 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7938 #  layout:
7939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7940 #    layout: "plot-service-density"
7941 #
7942 #- type: "plot"
7943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7944 #  algorithm: "plot_nf_heatmap"
7945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7946 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7947 #  filter: "'NIC_Intel-XXV710' and
7948 #           'NF_DENSITY' and
7949 #           'DOCKER' and
7950 #           'CHAIN' and
7951 #           'NF_VPPIP4' and
7952 #           'IPSEC' and
7953 #           'TNL_1000' and
7954 #           'IMIX' and
7955 #           '8T4C' and
7956 #           'NDRPDR'"
7957 #  parameters:
7958 #  - "throughput"
7959 #  - "name"
7960 #  - "tags"
7961 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7962 #  x-axis: "X = CNFs per Service Chain"
7963 #  y-axis: "Y = Number of Service Chains"
7964 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7965 #  layout:
7966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7967 #    layout: "plot-service-density"
7968 #
7969 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7970 #- type: "plot"
7971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7972 #  algorithm: "plot_nf_heatmap"
7973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7974 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7975 #  filter: "'NIC_Intel-XXV710' and
7976 #           'NF_DENSITY' and
7977 #           'DOCKER' and
7978 #           'CHAIN' and
7979 #           'NF_VPPIP4' and
7980 #           'IPSEC' and
7981 #           'TNL_1000' and
7982 #           'IMIX' and
7983 #           '2T1C' and
7984 #           'NDRPDR'"
7985 #  parameters:
7986 #  - "throughput"
7987 #  - "name"
7988 #  - "tags"
7989 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7990 #  x-axis: "X = CNFs per Service Chain"
7991 #  y-axis: "Y = Number of Service Chains"
7992 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7993 #  layout:
7994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7995 #    layout: "plot-service-density"
7996 #
7997 #- type: "plot"
7998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7999 #  algorithm: "plot_nf_heatmap"
8000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8001 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8002 #  filter: "'NIC_Intel-XXV710' and
8003 #           'NF_DENSITY' and
8004 #           'DOCKER' and
8005 #           'CHAIN' and
8006 #           'NF_VPPIP4' and
8007 #           'IPSEC' and
8008 #           'TNL_1000' and
8009 #           'IMIX' and
8010 #           '4T2C' and
8011 #           'NDRPDR'"
8012 #  parameters:
8013 #  - "throughput"
8014 #  - "name"
8015 #  - "tags"
8016 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8017 #  x-axis: "X = CNFs per Service Chain"
8018 #  y-axis: "Y = Number of Service Chains"
8019 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8020 #  layout:
8021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8022 #    layout: "plot-service-density"
8023 #
8024 #- type: "plot"
8025 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8026 #  algorithm: "plot_nf_heatmap"
8027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8028 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8029 #  filter: "'NIC_Intel-XXV710' and
8030 #           'NF_DENSITY' and
8031 #           'DOCKER' and
8032 #           'CHAIN' and
8033 #           'NF_VPPIP4' and
8034 #           'IPSEC' and
8035 #           'TNL_1000' and
8036 #           'IMIX' and
8037 #           '8T4C' and
8038 #           'NDRPDR'"
8039 #  parameters:
8040 #  - "throughput"
8041 #  - "name"
8042 #  - "tags"
8043 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8044 #  x-axis: "X = CNFs per Service Chain"
8045 #  y-axis: "Y = Number of Service Chains"
8046 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8047 #  layout:
8048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8049 #    layout: "plot-service-density"
8050
8051 ###############################################################################
8052
8053 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8058   data: "plot-vpp-nfv-3n-hsw-mrr"
8059   filter: "'NIC_Intel-XL710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IMIX' and
8065            'TNL_1000' and
8066            '1T1C' and
8067            'MRR'"
8068   parameters:
8069   - "result"
8070   - "name"
8071   - "tags"
8072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = CNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8078     layout: "plot-service-density"
8079
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8084   data: "plot-vpp-nfv-3n-hsw-mrr"
8085   filter: "'NIC_Intel-XL710' and
8086            'NF_DENSITY' and
8087            'DOCKER' and
8088            'CHAIN' and
8089            'NF_VPPIP4' and
8090            'IPSEC' and
8091            'TNL_1000' and
8092            'IMIX' and
8093            '2T2C' and
8094            'MRR'"
8095   parameters:
8096   - "result"
8097   - "name"
8098   - "tags"
8099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8100   x-axis: "X = CNFs per Service Chain"
8101   y-axis: "Y = Number of Service Chains"
8102   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8103   layout:
8104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8105     layout: "plot-service-density"
8106
8107 - type: "plot"
8108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8109   algorithm: "plot_nf_heatmap"
8110   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8111   data: "plot-vpp-nfv-3n-hsw-mrr"
8112   filter: "'NIC_Intel-XL710' and
8113            'NF_DENSITY' and
8114            'DOCKER' and
8115            'CHAIN' and
8116            'NF_VPPIP4' and
8117            'IPSEC' and
8118            'TNL_1000' and
8119            'IMIX' and
8120            '4T4C' and
8121            'MRR'"
8122   parameters:
8123   - "result"
8124   - "name"
8125   - "tags"
8126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8127   x-axis: "X = CNFs per Service Chain"
8128   y-axis: "Y = Number of Service Chains"
8129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8130   layout:
8131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8132     layout: "plot-service-density"
8133
8134 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8135 - type: "plot"
8136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8137   algorithm: "plot_nf_heatmap"
8138   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8139   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8140   filter: "'NIC_Intel-XL710' and
8141            'NF_DENSITY' and
8142            'DOCKER' and
8143            'CHAIN' and
8144            'NF_VPPIP4' and
8145            'IPSEC' and
8146            'TNL_1000' and
8147            'IMIX' and
8148            '1T1C' and
8149            'NDRPDR'"
8150   parameters:
8151   - "throughput"
8152   - "name"
8153   - "tags"
8154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8155   x-axis: "X = CNFs per Service Chain"
8156   y-axis: "Y = Number of Service Chains"
8157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8158   layout:
8159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8160     layout: "plot-service-density"
8161
8162 - type: "plot"
8163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8164   algorithm: "plot_nf_heatmap"
8165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8166   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8167   filter: "'NIC_Intel-XL710' and
8168            'NF_DENSITY' and
8169            'DOCKER' and
8170            'CHAIN' and
8171            'NF_VPPIP4' and
8172            'IPSEC' and
8173            'TNL_1000' and
8174            'IMIX' and
8175            '2T2C' and
8176            'NDRPDR'"
8177   parameters:
8178   - "throughput"
8179   - "name"
8180   - "tags"
8181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8182   x-axis: "X = CNFs per Service Chain"
8183   y-axis: "Y = Number of Service Chains"
8184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8185   layout:
8186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8187     layout: "plot-service-density"
8188
8189 - type: "plot"
8190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8191   algorithm: "plot_nf_heatmap"
8192   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8193   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8194   filter: "'NIC_Intel-XL710' and
8195            'NF_DENSITY' and
8196            'DOCKER' and
8197            'CHAIN' and
8198            'NF_VPPIP4' and
8199            'IPSEC' and
8200            'TNL_1000' and
8201            'IMIX' and
8202            '4T4C' and
8203            'NDRPDR'"
8204   parameters:
8205   - "throughput"
8206   - "name"
8207   - "tags"
8208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8209   x-axis: "X = CNFs per Service Chain"
8210   y-axis: "Y = Number of Service Chains"
8211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8212   layout:
8213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8214     layout: "plot-service-density"
8215
8216 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8217 - type: "plot"
8218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8219   algorithm: "plot_nf_heatmap"
8220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8221   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8222   filter: "'NIC_Intel-XL710' and
8223            'NF_DENSITY' and
8224            'DOCKER' and
8225            'CHAIN' and
8226            'NF_VPPIP4' and
8227            'IPSEC' and
8228            'TNL_1000' and
8229            'IMIX' and
8230            '1T1C' and
8231            'NDRPDR'"
8232   parameters:
8233   - "throughput"
8234   - "name"
8235   - "tags"
8236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8237   x-axis: "X = CNFs per Service Chain"
8238   y-axis: "Y = Number of Service Chains"
8239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8240   layout:
8241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8242     layout: "plot-service-density"
8243
8244 - type: "plot"
8245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8246   algorithm: "plot_nf_heatmap"
8247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8248   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8249   filter: "'NIC_Intel-XL710' and
8250            'NF_DENSITY' and
8251            'DOCKER' and
8252            'CHAIN' and
8253            'NF_VPPIP4' and
8254            'IPSEC' and
8255            'TNL_1000' and
8256            'IMIX' and
8257            '2T2C' and
8258            'NDRPDR'"
8259   parameters:
8260   - "throughput"
8261   - "name"
8262   - "tags"
8263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8264   x-axis: "X = CNFs per Service Chain"
8265   y-axis: "Y = Number of Service Chains"
8266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8267   layout:
8268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8269     layout: "plot-service-density"
8270
8271 - type: "plot"
8272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8273   algorithm: "plot_nf_heatmap"
8274   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8275   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8276   filter: "'NIC_Intel-XL710' and
8277            'NF_DENSITY' and
8278            'DOCKER' and
8279            'CHAIN' and
8280            'NF_VPPIP4' and
8281            'IPSEC' and
8282            'TNL_1000' and
8283            'IMIX' and
8284            '4T4C' and
8285            'NDRPDR'"
8286   parameters:
8287   - "throughput"
8288   - "name"
8289   - "tags"
8290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8291   x-axis: "X = CNFs per Service Chain"
8292   y-axis: "Y = Number of Service Chains"
8293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8294   layout:
8295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8296     layout: "plot-service-density"
8297
8298 ###############################################################################
8299
8300 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8301 #- type: "plot"
8302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8303 #  algorithm: "plot_nf_heatmap"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8305 #  data: "plot-vpp-nfv-3n-skx-mrr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'DOCKER' and
8309 #           'CHAIN' and
8310 #           'NF_VPPIP4' and
8311 #           'IPSEC' and
8312 #           'TNL_10000' and
8313 #           'IMIX' and
8314 #           '2T1C' and
8315 #           'MRR'"
8316 #  parameters:
8317 #  - "result"
8318 #  - "name"
8319 #  - "tags"
8320 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8321 #  x-axis: "X = CNFs per Service Chain"
8322 #  y-axis: "Y = Number of Service Chains"
8323 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8324 #  layout:
8325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8326 #    layout: "plot-service-density"
8327 #
8328 #- type: "plot"
8329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8330 #  algorithm: "plot_nf_heatmap"
8331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8332 #  data: "plot-vpp-nfv-3n-skx-mrr"
8333 #  filter: "'NIC_Intel-XXV710' and
8334 #           'NF_DENSITY' and
8335 #           'DOCKER' and
8336 #           'CHAIN' and
8337 #           'NF_VPPIP4' and
8338 #           'IPSEC' and
8339 #           'TNL_10000' and
8340 #           'IMIX' and
8341 #           '4T2C' and
8342 #           'MRR'"
8343 #  parameters:
8344 #  - "result"
8345 #  - "name"
8346 #  - "tags"
8347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8348 #  x-axis: "X = CNFs per Service Chain"
8349 #  y-axis: "Y = Number of Service Chains"
8350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8351 #  layout:
8352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8353 #    layout: "plot-service-density"
8354 #
8355 #- type: "plot"
8356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8357 #  algorithm: "plot_nf_heatmap"
8358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8359 #  data: "plot-vpp-nfv-3n-skx-mrr"
8360 #  filter: "'NIC_Intel-XXV710' and
8361 #           'NF_DENSITY' and
8362 #           'DOCKER' and
8363 #           'CHAIN' and
8364 #           'NF_VPPIP4' and
8365 #           'IPSEC' and
8366 #           'TNL_10000' and
8367 #           'IMIX' and
8368 #           '8T4C' and
8369 #           'MRR'"
8370 #  parameters:
8371 #  - "result"
8372 #  - "name"
8373 #  - "tags"
8374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8375 #  x-axis: "X = CNFs per Service Chain"
8376 #  y-axis: "Y = Number of Service Chains"
8377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8378 #  layout:
8379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8380 #    layout: "plot-service-density"
8381 #
8382 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8383 #- type: "plot"
8384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8385 #  algorithm: "plot_nf_heatmap"
8386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8387 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8388 #  filter: "'NIC_Intel-XXV710' and
8389 #           'NF_DENSITY' and
8390 #           'DOCKER' and
8391 #           'CHAIN' and
8392 #           'NF_VPPIP4' and
8393 #           'IPSEC' and
8394 #           'TNL_10000' and
8395 #           'IMIX' and
8396 #           '2T1C' and
8397 #           'NDRPDR'"
8398 #  parameters:
8399 #  - "throughput"
8400 #  - "name"
8401 #  - "tags"
8402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8403 #  x-axis: "X = CNFs per Service Chain"
8404 #  y-axis: "Y = Number of Service Chains"
8405 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8406 #  layout:
8407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8408 #    layout: "plot-service-density"
8409 #
8410 #- type: "plot"
8411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8412 #  algorithm: "plot_nf_heatmap"
8413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8414 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8415 #  filter: "'NIC_Intel-XXV710' and
8416 #           'NF_DENSITY' and
8417 #           'DOCKER' and
8418 #           'CHAIN' and
8419 #           'NF_VPPIP4' and
8420 #           'IPSEC' and
8421 #           'TNL_10000' and
8422 #           'IMIX' and
8423 #           '4T2C' and
8424 #           'NDRPDR'"
8425 #  parameters:
8426 #  - "throughput"
8427 #  - "name"
8428 #  - "tags"
8429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8430 #  x-axis: "X = CNFs per Service Chain"
8431 #  y-axis: "Y = Number of Service Chains"
8432 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8433 #  layout:
8434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8435 #    layout: "plot-service-density"
8436 #
8437 #- type: "plot"
8438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8439 #  algorithm: "plot_nf_heatmap"
8440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8441 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8442 #  filter: "'NIC_Intel-XXV710' and
8443 #           'NF_DENSITY' and
8444 #           'DOCKER' and
8445 #           'CHAIN' and
8446 #           'NF_VPPIP4' and
8447 #           'IPSEC' and
8448 #           'TNL_10000' and
8449 #           'IMIX' and
8450 #           '8T4C' and
8451 #           'NDRPDR'"
8452 #  parameters:
8453 #  - "throughput"
8454 #  - "name"
8455 #  - "tags"
8456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8457 #  x-axis: "X = CNFs per Service Chain"
8458 #  y-axis: "Y = Number of Service Chains"
8459 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8460 #  layout:
8461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8462 #    layout: "plot-service-density"
8463 #
8464 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8465 #- type: "plot"
8466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8467 #  algorithm: "plot_nf_heatmap"
8468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8469 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8470 #  filter: "'NIC_Intel-XXV710' and
8471 #           'NF_DENSITY' and
8472 #           'DOCKER' and
8473 #           'CHAIN' and
8474 #           'NF_VPPIP4' and
8475 #           'IPSEC' and
8476 #           'TNL_10000' and
8477 #           'IMIX' and
8478 #           '2T1C' and
8479 #           'NDRPDR'"
8480 #  parameters:
8481 #  - "throughput"
8482 #  - "name"
8483 #  - "tags"
8484 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8485 #  x-axis: "X = CNFs per Service Chain"
8486 #  y-axis: "Y = Number of Service Chains"
8487 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8488 #  layout:
8489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8490 #    layout: "plot-service-density"
8491 #
8492 #- type: "plot"
8493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8494 #  algorithm: "plot_nf_heatmap"
8495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8496 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8497 #  filter: "'NIC_Intel-XXV710' and
8498 #           'NF_DENSITY' and
8499 #           'DOCKER' and
8500 #           'CHAIN' and
8501 #           'NF_VPPIP4' and
8502 #           'IPSEC' and
8503 #           'TNL_10000' and
8504 #           'IMIX' and
8505 #           '4T2C' and
8506 #           'NDRPDR'"
8507 #  parameters:
8508 #  - "throughput"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8517 #    layout: "plot-service-density"
8518 #
8519 #- type: "plot"
8520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8521 #  algorithm: "plot_nf_heatmap"
8522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8523 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8524 #  filter: "'NIC_Intel-XXV710' and
8525 #           'NF_DENSITY' and
8526 #           'DOCKER' and
8527 #           'CHAIN' and
8528 #           'NF_VPPIP4' and
8529 #           'IPSEC' and
8530 #           'TNL_10000' and
8531 #           'IMIX' and
8532 #           '8T4C' and
8533 #           'NDRPDR'"
8534 #  parameters:
8535 #  - "throughput"
8536 #  - "name"
8537 #  - "tags"
8538 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8539 #  x-axis: "X = CNFs per Service Chain"
8540 #  y-axis: "Y = Number of Service Chains"
8541 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8542 #  layout:
8543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8544 #    layout: "plot-service-density"
8545
8546 ###############################################################################
8547
8548 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8553   data: "plot-vpp-nfv-3n-hsw-mrr"
8554   filter: "'NIC_Intel-XL710' and
8555            'NF_DENSITY' and
8556            'DOCKER' and
8557            'CHAIN' and
8558            'NF_VPPIP4' and
8559            'IMIX' and
8560            'TNL_10000' and
8561            '1T1C' and
8562            'MRR'"
8563   parameters:
8564   - "result"
8565   - "name"
8566   - "tags"
8567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = CNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8573     layout: "plot-service-density"
8574
8575 - type: "plot"
8576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8577   algorithm: "plot_nf_heatmap"
8578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8579   data: "plot-vpp-nfv-3n-hsw-mrr"
8580   filter: "'NIC_Intel-XL710' and
8581            'NF_DENSITY' and
8582            'DOCKER' and
8583            'CHAIN' and
8584            'NF_VPPIP4' and
8585            'IPSEC' and
8586            'TNL_10000' and
8587            'IMIX' and
8588            '2T2C' and
8589            'MRR'"
8590   parameters:
8591   - "result"
8592   - "name"
8593   - "tags"
8594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8595   x-axis: "X = CNFs per Service Chain"
8596   y-axis: "Y = Number of Service Chains"
8597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8598   layout:
8599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8600     layout: "plot-service-density"
8601
8602 - type: "plot"
8603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8604   algorithm: "plot_nf_heatmap"
8605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8606   data: "plot-vpp-nfv-3n-hsw-mrr"
8607   filter: "'NIC_Intel-XL710' and
8608            'NF_DENSITY' and
8609            'DOCKER' and
8610            'CHAIN' and
8611            'NF_VPPIP4' and
8612            'IPSEC' and
8613            'TNL_10000' and
8614            'IMIX' and
8615            '4T4C' and
8616            'MRR'"
8617   parameters:
8618   - "result"
8619   - "name"
8620   - "tags"
8621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8622   x-axis: "X = CNFs per Service Chain"
8623   y-axis: "Y = Number of Service Chains"
8624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8625   layout:
8626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8627     layout: "plot-service-density"
8628
8629 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8634   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8635   filter: "'NIC_Intel-XL710' and
8636            'NF_DENSITY' and
8637            'DOCKER' and
8638            'CHAIN' and
8639            'NF_VPPIP4' and
8640            'IPSEC' and
8641            'TNL_10000' and
8642            'IMIX' and
8643            '1T1C' and
8644            'NDRPDR'"
8645   parameters:
8646   - "throughput"
8647   - "name"
8648   - "tags"
8649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8650   x-axis: "X = CNFs per Service Chain"
8651   y-axis: "Y = Number of Service Chains"
8652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8653   layout:
8654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8655     layout: "plot-service-density"
8656
8657 - type: "plot"
8658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8659   algorithm: "plot_nf_heatmap"
8660   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8661   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8662   filter: "'NIC_Intel-XL710' and
8663            'NF_DENSITY' and
8664            'DOCKER' and
8665            'CHAIN' and
8666            'NF_VPPIP4' and
8667            'IPSEC' and
8668            'TNL_10000' and
8669            'IMIX' and
8670            '2T2C' and
8671            'NDRPDR'"
8672   parameters:
8673   - "throughput"
8674   - "name"
8675   - "tags"
8676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8677   x-axis: "X = CNFs per Service Chain"
8678   y-axis: "Y = Number of Service Chains"
8679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8680   layout:
8681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8682     layout: "plot-service-density"
8683
8684 - type: "plot"
8685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8686   algorithm: "plot_nf_heatmap"
8687   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8688   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8689   filter: "'NIC_Intel-XL710' and
8690            'NF_DENSITY' and
8691            'DOCKER' and
8692            'CHAIN' and
8693            'NF_VPPIP4' and
8694            'IPSEC' and
8695            'TNL_10000' and
8696            'IMIX' and
8697            '4T4C' and
8698            'NDRPDR'"
8699   parameters:
8700   - "throughput"
8701   - "name"
8702   - "tags"
8703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8704   x-axis: "X = CNFs per Service Chain"
8705   y-axis: "Y = Number of Service Chains"
8706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8707   layout:
8708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8709     layout: "plot-service-density"
8710
8711 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8712 - type: "plot"
8713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8714   algorithm: "plot_nf_heatmap"
8715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8716   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8717   filter: "'NIC_Intel-XL710' and
8718            'NF_DENSITY' and
8719            'DOCKER' and
8720            'CHAIN' and
8721            'NF_VPPIP4' and
8722            'IPSEC' and
8723            'TNL_10000' and
8724            'IMIX' and
8725            '1T1C' and
8726            'NDRPDR'"
8727   parameters:
8728   - "throughput"
8729   - "name"
8730   - "tags"
8731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8732   x-axis: "X = CNFs per Service Chain"
8733   y-axis: "Y = Number of Service Chains"
8734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8735   layout:
8736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8737     layout: "plot-service-density"
8738
8739 - type: "plot"
8740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8741   algorithm: "plot_nf_heatmap"
8742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8743   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8744   filter: "'NIC_Intel-XL710' and
8745            'NF_DENSITY' and
8746            'DOCKER' and
8747            'CHAIN' and
8748            'NF_VPPIP4' and
8749            'IPSEC' and
8750            'TNL_10000' and
8751            'IMIX' and
8752            '2T2C' and
8753            'NDRPDR'"
8754   parameters:
8755   - "throughput"
8756   - "name"
8757   - "tags"
8758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8759   x-axis: "X = CNFs per Service Chain"
8760   y-axis: "Y = Number of Service Chains"
8761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8762   layout:
8763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8764     layout: "plot-service-density"
8765
8766 - type: "plot"
8767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8768   algorithm: "plot_nf_heatmap"
8769   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8770   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8771   filter: "'NIC_Intel-XL710' and
8772            'NF_DENSITY' and
8773            'DOCKER' and
8774            'CHAIN' and
8775            'NF_VPPIP4' and
8776            'IPSEC' and
8777            'TNL_10000' and
8778            'IMIX' and
8779            '4T4C' and
8780            'NDRPDR'"
8781   parameters:
8782   - "throughput"
8783   - "name"
8784   - "tags"
8785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8786   x-axis: "X = CNFs per Service Chain"
8787   y-axis: "Y = Number of Service Chains"
8788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8789   layout:
8790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8791     layout: "plot-service-density"
8792
8793 ###############################################################################
8794
8795 # Plots - NF Density - CSP - MRR 64b
8796
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file-type: ".html"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8802 #  data: "plot-vpp-nfv-2n-skx-mrr"
8803 #  filter: "'NIC_Intel-XXV710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'PIPELINE' and
8807 #           'NF_VPPIP4' and
8808 #           '64B' and
8809 #           '2T1C' and
8810 #           'MRR'"
8811 #  parameters:
8812 #  - "result"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Pipeline"
8817 #  y-axis: "Y = Number of Service Pipelines"
8818 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8821 #    layout: "plot-service-density"
8822 #
8823 #- type: "plot"
8824 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8825 #  algorithm: "plot_nf_heatmap"
8826 #  output-file-type: ".html"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8828 #  data: "plot-vpp-nfv-2n-skx-mrr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'PIPELINE' and
8833 #           'NF_VPPIP4' and
8834 #           '64B' and
8835 #           '4T2C' and
8836 #           'MRR'"
8837 #  parameters:
8838 #  - "result"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Pipeline"
8843 #  y-axis: "Y = Number of Service Pipelines"
8844 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8847 #    layout: "plot-service-density"
8848 #
8849 #- type: "plot"
8850 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8851 #  algorithm: "plot_nf_heatmap"
8852 #  output-file-type: ".html"
8853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8854 #  data: "plot-vpp-nfv-2n-skx-mrr"
8855 #  filter: "'NIC_Intel-XXV710' and
8856 #           'NF_DENSITY' and
8857 #           'DOCKER' and
8858 #           'PIPELINE' and
8859 #           'NF_VPPIP4' and
8860 #           '64B' and
8861 #           '8T4C' and
8862 #           'MRR'"
8863 #  parameters:
8864 #  - "result"
8865 #  - "name"
8866 #  - "tags"
8867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8868 #  x-axis: "X = CNFs per Service Pipeline"
8869 #  y-axis: "Y = Number of Service Pipelines"
8870 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8871 #  layout:
8872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8873 #    layout: "plot-service-density"
8874 #
8875 ## Plots - NF Density - CSP - MRR IMIX
8876 #- type: "plot"
8877 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8878 #  algorithm: "plot_nf_heatmap"
8879 #  output-file-type: ".html"
8880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8881 #  data: "plot-vpp-nfv-2n-skx-mrr"
8882 #  filter: "'NIC_Intel-XXV710' and
8883 #           'NF_DENSITY' and
8884 #           'DOCKER' and
8885 #           'PIPELINE' and
8886 #           'NF_VPPIP4' and
8887 #           'IMIX' and
8888 #           '2T1C' and
8889 #           'MRR'"
8890 #  parameters:
8891 #  - "result"
8892 #  - "name"
8893 #  - "tags"
8894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8895 #  x-axis: "X = CNFs per Service Pipeline"
8896 #  y-axis: "Y = Number of Service Pipelines"
8897 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8898 #  layout:
8899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8900 #    layout: "plot-service-density"
8901 #
8902 #- type: "plot"
8903 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8904 #  algorithm: "plot_nf_heatmap"
8905 #  output-file-type: ".html"
8906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8907 #  data: "plot-vpp-nfv-2n-skx-mrr"
8908 #  filter: "'NIC_Intel-XXV710' and
8909 #           'NF_DENSITY' and
8910 #           'DOCKER' and
8911 #           'PIPELINE' and
8912 #           'NF_VPPIP4' and
8913 #           'IMIX' and
8914 #           '4T2C' and
8915 #           'MRR'"
8916 #  parameters:
8917 #  - "result"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Pipeline"
8922 #  y-axis: "Y = Number of Service Pipelines"
8923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8926 #    layout: "plot-service-density"
8927 #
8928 #- type: "plot"
8929 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8930 #  algorithm: "plot_nf_heatmap"
8931 #  output-file-type: ".html"
8932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8933 #  data: "plot-vpp-nfv-2n-skx-mrr"
8934 #  filter: "'NIC_Intel-XXV710' and
8935 #           'NF_DENSITY' and
8936 #           'DOCKER' and
8937 #           'PIPELINE' and
8938 #           'NF_VPPIP4' and
8939 #           'IMIX' and
8940 #           '8T4C' and
8941 #           'MRR'"
8942 #  parameters:
8943 #  - "result"
8944 #  - "name"
8945 #  - "tags"
8946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8947 #  x-axis: "X = CNFs per Service Pipeline"
8948 #  y-axis: "Y = Number of Service Pipelines"
8949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8950 #  layout:
8951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8952 #    layout: "plot-service-density"
8953 #
8954 ## Plots - NF Density - CSP - NDR 64b
8955 #- type: "plot"
8956 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8957 #  algorithm: "plot_nf_heatmap"
8958 #  output-file-type: ".html"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8960 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8961 #  filter: "'NIC_Intel-XXV710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'PIPELINE' and
8965 #           'NF_VPPIP4' and
8966 #           '64B' and
8967 #           '2T1C' and
8968 #           'NDRPDR'"
8969 #  parameters:
8970 #  - "throughput"
8971 #  - "name"
8972 #  - "tags"
8973 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8974 #  x-axis: "X = CNFs per Service Pipeline"
8975 #  y-axis: "Y = Number of Service Pipelines"
8976 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8977 #  layout:
8978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8979 #    layout: "plot-service-density"
8980 #
8981 #- type: "plot"
8982 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8983 #  algorithm: "plot_nf_heatmap"
8984 #  output-file-type: ".html"
8985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
8986 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8987 #  filter: "'NIC_Intel-XXV710' and
8988 #           'NF_DENSITY' and
8989 #           'DOCKER' and
8990 #           'PIPELINE' and
8991 #           'NF_VPPIP4' and
8992 #           '64B' and
8993 #           '4T2C' and
8994 #           'NDRPDR'"
8995 #  parameters:
8996 #  - "throughput"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Pipeline"
9001 #  y-axis: "Y = Number of Service Pipelines"
9002 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9005 #    layout: "plot-service-density"
9006 #
9007 #- type: "plot"
9008 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9009 #  algorithm: "plot_nf_heatmap"
9010 #  output-file-type: ".html"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9012 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9013 #  filter: "'NIC_Intel-XXV710' and
9014 #           'NF_DENSITY' and
9015 #           'DOCKER' and
9016 #           'PIPELINE' and
9017 #           'NF_VPPIP4' and
9018 #           '64B' and
9019 #           '8T4C' and
9020 #           'NDRPDR'"
9021 #  parameters:
9022 #  - "throughput"
9023 #  - "name"
9024 #  - "tags"
9025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9026 #  x-axis: "X = CNFs per Service Pipeline"
9027 #  y-axis: "Y = Number of Service Pipelines"
9028 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9029 #  layout:
9030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9031 #    layout: "plot-service-density"
9032 #
9033 ## Plots - NF Density - CSP - NDR IMIX
9034 #- type: "plot"
9035 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9036 #  algorithm: "plot_nf_heatmap"
9037 #  output-file-type: ".html"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9039 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9040 #  filter: "'NIC_Intel-XXV710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'PIPELINE' and
9044 #           'NF_VPPIP4' and
9045 #           'IMIX' and
9046 #           '2T1C' and
9047 #           'NDRPDR'"
9048 #  parameters:
9049 #  - "throughput"
9050 #  - "name"
9051 #  - "tags"
9052 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9053 #  x-axis: "X = CNFs per Service Pipeline"
9054 #  y-axis: "Y = Number of Service Pipelines"
9055 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9056 #  layout:
9057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9058 #    layout: "plot-service-density"
9059 #
9060 #- type: "plot"
9061 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9062 #  algorithm: "plot_nf_heatmap"
9063 #  output-file-type: ".html"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9065 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9066 #  filter: "'NIC_Intel-XXV710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'PIPELINE' and
9070 #           'NF_VPPIP4' and
9071 #           'IMIX' and
9072 #           '4T2C' and
9073 #           'NDRPDR'"
9074 #  parameters:
9075 #  - "throughput"
9076 #  - "name"
9077 #  - "tags"
9078 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9079 #  x-axis: "X = CNFs per Service Pipeline"
9080 #  y-axis: "Y = Number of Service Pipelines"
9081 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9082 #  layout:
9083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9084 #    layout: "plot-service-density"
9085 #
9086 #- type: "plot"
9087 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9088 #  algorithm: "plot_nf_heatmap"
9089 #  output-file-type: ".html"
9090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9091 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9092 #  filter: "'NIC_Intel-XXV710' and
9093 #           'NF_DENSITY' and
9094 #           'DOCKER' and
9095 #           'PIPELINE' and
9096 #           'NF_VPPIP4' and
9097 #           'IMIX' and
9098 #           '8T4C' and
9099 #           'NDRPDR'"
9100 #  parameters:
9101 #  - "throughput"
9102 #  - "name"
9103 #  - "tags"
9104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9105 #  x-axis: "X = CNFs per Service Pipeline"
9106 #  y-axis: "Y = Number of Service Pipelines"
9107 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9108 #  layout:
9109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9110 #    layout: "plot-service-density"
9111 #
9112 ## Plots - NF Density - CSP - PDR 64b
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file-type: ".html"
9117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9119 #  filter: "'NIC_Intel-XXV710' and
9120 #           'NF_DENSITY' and
9121 #           'DOCKER' and
9122 #           'PIPELINE' and
9123 #           'NF_VPPIP4' and
9124 #           '64B' and
9125 #           '2T1C' and
9126 #           'NDRPDR'"
9127 #  parameters:
9128 #  - "throughput"
9129 #  - "name"
9130 #  - "tags"
9131 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9132 #  x-axis: "X = CNFs per Service Pipeline"
9133 #  y-axis: "Y = Number of Service Pipelines"
9134 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9135 #  layout:
9136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9137 #    layout: "plot-service-density"
9138 #
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file-type: ".html"
9143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9144 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9145 #  filter: "'NIC_Intel-XXV710' and
9146 #           'NF_DENSITY' and
9147 #           'DOCKER' and
9148 #           'PIPELINE' and
9149 #           'NF_VPPIP4' and
9150 #           '64B' and
9151 #           '4T2C' and
9152 #           'NDRPDR'"
9153 #  parameters:
9154 #  - "throughput"
9155 #  - "name"
9156 #  - "tags"
9157 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9158 #  x-axis: "X = CNFs per Service Pipeline"
9159 #  y-axis: "Y = Number of Service Pipelines"
9160 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9161 #  layout:
9162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9163 #    layout: "plot-service-density"
9164 #
9165 #- type: "plot"
9166 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9167 #  algorithm: "plot_nf_heatmap"
9168 #  output-file-type: ".html"
9169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9171 #  filter: "'NIC_Intel-XXV710' and
9172 #           'NF_DENSITY' and
9173 #           'DOCKER' and
9174 #           'PIPELINE' and
9175 #           'NF_VPPIP4' and
9176 #           '64B' and
9177 #           '8T4C' and
9178 #           'NDRPDR'"
9179 #  parameters:
9180 #  - "throughput"
9181 #  - "name"
9182 #  - "tags"
9183 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9184 #  x-axis: "X = CNFs per Service Pipeline"
9185 #  y-axis: "Y = Number of Service Pipelines"
9186 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9187 #  layout:
9188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9189 #    layout: "plot-service-density"
9190 #
9191 ## Plots - NF Density - CSP - PDR IMIX
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file-type: ".html"
9196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9198 #  filter: "'NIC_Intel-XXV710' and
9199 #           'NF_DENSITY' and
9200 #           'DOCKER' and
9201 #           'PIPELINE' and
9202 #           'NF_VPPIP4' and
9203 #           'IMIX' and
9204 #           '2T1C' and
9205 #           'NDRPDR'"
9206 #  parameters:
9207 #  - "throughput"
9208 #  - "name"
9209 #  - "tags"
9210 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9211 #  x-axis: "X = CNFs per Service Pipeline"
9212 #  y-axis: "Y = Number of Service Pipelines"
9213 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9214 #  layout:
9215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9216 #    layout: "plot-service-density"
9217 #
9218 #- type: "plot"
9219 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9220 #  algorithm: "plot_nf_heatmap"
9221 #  output-file-type: ".html"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9224 #  filter: "'NIC_Intel-XXV710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'PIPELINE' and
9228 #           'NF_VPPIP4' and
9229 #           'IMIX' and
9230 #           '4T2C' and
9231 #           'NDRPDR'"
9232 #  parameters:
9233 #  - "throughput"
9234 #  - "name"
9235 #  - "tags"
9236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9237 #  x-axis: "X = CNFs per Service Pipeline"
9238 #  y-axis: "Y = Number of Service Pipelines"
9239 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9240 #  layout:
9241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9242 #    layout: "plot-service-density"
9243 #
9244 #- type: "plot"
9245 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9246 #  algorithm: "plot_nf_heatmap"
9247 #  output-file-type: ".html"
9248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9250 #  filter: "'NIC_Intel-XXV710' and
9251 #           'NF_DENSITY' and
9252 #           'DOCKER' and
9253 #           'PIPELINE' and
9254 #           'NF_VPPIP4' and
9255 #           'IMIX' and
9256 #           '8T4C' and
9257 #           'NDRPDR'"
9258 #  parameters:
9259 #  - "throughput"
9260 #  - "name"
9261 #  - "tags"
9262 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9263 #  x-axis: "X = CNFs per Service Pipeline"
9264 #  y-axis: "Y = Number of Service Pipelines"
9265 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9266 #  layout:
9267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9268 #    layout: "plot-service-density"
9269
9270 ###############################################################################
9271 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9272
9273 - type: "plot"
9274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9275   algorithm: "plot_nf_heatmap"
9276   output-file-type: ".html"
9277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9278   data: "plot-vpp-nfv-2n-clx-mrr"
9279   filter: "'NIC_Intel-XXV710' and
9280            'NF_DENSITY' and
9281            'VHOST' and
9282            not 'VXLAN' and
9283            'CHAIN' and
9284            'NF_VPPIP4' and
9285            'IMIX' and
9286            '2T1C' and
9287            'MRR'"
9288   parameters:
9289   - "result"
9290   - "name"
9291   - "tags"
9292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9293   x-axis: "X = VNFs per Service Chain"
9294   y-axis: "Y = Number of Service Chains"
9295   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9296   layout:
9297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9298     layout: "plot-service-density"
9299
9300 - type: "plot"
9301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9302   algorithm: "plot_nf_heatmap"
9303   output-file-type: ".html"
9304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9305   data: "plot-vpp-nfv-2n-clx-mrr"
9306   filter: "'NIC_Intel-XXV710' and
9307            'NF_DENSITY' and
9308            'VHOST' and
9309            not 'VXLAN' and
9310            'CHAIN' and
9311            'NF_VPPIP4' and
9312            'IMIX' and
9313            '4T2C' and
9314            'MRR'"
9315   parameters:
9316   - "result"
9317   - "name"
9318   - "tags"
9319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9320   x-axis: "X = VNFs per Service Chain"
9321   y-axis: "Y = Number of Service Chains"
9322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9323   layout:
9324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9325     layout: "plot-service-density"
9326
9327 - type: "plot"
9328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9329   algorithm: "plot_nf_heatmap"
9330   output-file-type: ".html"
9331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9332   data: "plot-vpp-nfv-2n-clx-mrr"
9333   filter: "'NIC_Intel-XXV710' and
9334            'NF_DENSITY' and
9335            'VHOST' and
9336            not 'VXLAN' and
9337            'CHAIN' and
9338            'NF_VPPIP4' and
9339            'IMIX' and
9340            '8T4C' and
9341            'MRR'"
9342   parameters:
9343   - "result"
9344   - "name"
9345   - "tags"
9346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9347   x-axis: "X = VNFs per Service Chain"
9348   y-axis: "Y = Number of Service Chains"
9349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9350   layout:
9351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9352     layout: "plot-service-density"
9353
9354 # Plots - NF Density - VSC - NDR IMIX
9355 - type: "plot"
9356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9357   algorithm: "plot_nf_heatmap"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9360   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9361   filter: "'NIC_Intel-XXV710' and
9362            'NF_DENSITY' and
9363            'VHOST' and
9364            not 'VXLAN' and
9365            'CHAIN' and
9366            'NF_VPPIP4' and
9367            'IMIX' and
9368            '2T1C' and
9369            'NDRPDR'"
9370   parameters:
9371   - "throughput"
9372   - "name"
9373   - "tags"
9374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9375   x-axis: "X = VNFs per Service Chain"
9376   y-axis: "Y = Number of Service Chains"
9377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9378   layout:
9379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9380     layout: "plot-service-density"
9381
9382 - type: "plot"
9383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9384   algorithm: "plot_nf_heatmap"
9385   output-file-type: ".html"
9386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9388   filter: "'NIC_Intel-XXV710' and
9389            'NF_DENSITY' and
9390            'VHOST' and
9391            not 'VXLAN' and
9392            'CHAIN' and
9393            'NF_VPPIP4' and
9394            'IMIX' and
9395            '4T2C' and
9396            'NDRPDR'"
9397   parameters:
9398   - "throughput"
9399   - "name"
9400   - "tags"
9401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9402   x-axis: "X = VNFs per Service Chain"
9403   y-axis: "Y = Number of Service Chains"
9404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9405   layout:
9406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9407     layout: "plot-service-density"
9408
9409 - type: "plot"
9410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9411   algorithm: "plot_nf_heatmap"
9412   output-file-type: ".html"
9413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9415   filter: "'NIC_Intel-XXV710' and
9416            'NF_DENSITY' and
9417            'VHOST' and
9418            not 'VXLAN' and
9419            'CHAIN' and
9420            'NF_VPPIP4' and
9421            'IMIX' and
9422            '8T4C' and
9423            'NDRPDR'"
9424   parameters:
9425   - "throughput"
9426   - "name"
9427   - "tags"
9428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9429   x-axis: "X = VNFs per Service Chain"
9430   y-axis: "Y = Number of Service Chains"
9431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9432   layout:
9433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9434     layout: "plot-service-density"
9435
9436 # Plots - NF Density - VSC - PDR IMIX
9437 - type: "plot"
9438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9439   algorithm: "plot_nf_heatmap"
9440   output-file-type: ".html"
9441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9442   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9443   filter: "'NIC_Intel-XXV710' and
9444            'NF_DENSITY' and
9445            'VHOST' and
9446            not 'VXLAN' and
9447            'CHAIN' and
9448            'NF_VPPIP4' and
9449            'IMIX' and
9450            '2T1C' and
9451            'NDRPDR'"
9452   parameters:
9453   - "throughput"
9454   - "name"
9455   - "tags"
9456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9457   x-axis: "X = VNFs per Service Chain"
9458   y-axis: "Y = Number of Service Chains"
9459   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9460   layout:
9461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9462     layout: "plot-service-density"
9463
9464 - type: "plot"
9465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9466   algorithm: "plot_nf_heatmap"
9467   output-file-type: ".html"
9468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9469   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9470   filter: "'NIC_Intel-XXV710' and
9471            'NF_DENSITY' and
9472            'VHOST' and
9473            not 'VXLAN' and
9474            'CHAIN' and
9475            'NF_VPPIP4' and
9476            'IMIX' and
9477            '4T2C' and
9478            'NDRPDR'"
9479   parameters:
9480   - "throughput"
9481   - "name"
9482   - "tags"
9483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9484   x-axis: "X = VNFs per Service Chain"
9485   y-axis: "Y = Number of Service Chains"
9486   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9487   layout:
9488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9489     layout: "plot-service-density"
9490
9491 - type: "plot"
9492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9493   algorithm: "plot_nf_heatmap"
9494   output-file-type: ".html"
9495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9496   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9497   filter: "'NIC_Intel-XXV710' and
9498            'NF_DENSITY' and
9499            'VHOST' and
9500            not 'VXLAN' and
9501            'CHAIN' and
9502            'NF_VPPIP4' and
9503            'IMIX' and
9504            '8T4C' and
9505            'NDRPDR'"
9506   parameters:
9507   - "throughput"
9508   - "name"
9509   - "tags"
9510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9511   x-axis: "X = VNFs per Service Chain"
9512   y-axis: "Y = Number of Service Chains"
9513   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9514   layout:
9515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9516     layout: "plot-service-density"
9517
9518 # Plots - NF Density - VSC - MRR IMIX
9519 - type: "plot"
9520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9521   algorithm: "plot_nf_heatmap"
9522   output-file-type: ".html"
9523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9524   data: "plot-vpp-nfv-2n-clx-mrr"
9525   filter: "'NIC_Intel-XXV710' and
9526            'NF_DENSITY' and
9527            'VHOST' and
9528            'VXLAN' and
9529            'CHAIN' and
9530            'IMIX' and
9531            '2T1C' and
9532            'MRR'"
9533   parameters:
9534   - "result"
9535   - "name"
9536   - "tags"
9537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9538   x-axis: "X = VNFs per Service Chain"
9539   y-axis: "Y = Number of Service Chains"
9540   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9541   layout:
9542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9543     layout: "plot-service-density"
9544
9545 - type: "plot"
9546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9547   algorithm: "plot_nf_heatmap"
9548   output-file-type: ".html"
9549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9550   data: "plot-vpp-nfv-2n-clx-mrr"
9551   filter: "'NIC_Intel-XXV710' and
9552            'NF_DENSITY' and
9553            'VHOST' and
9554            'VXLAN' and
9555            'CHAIN' and
9556            'IMIX' and
9557            '4T2C' and
9558            'MRR'"
9559   parameters:
9560   - "result"
9561   - "name"
9562   - "tags"
9563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9564   x-axis: "X = VNFs per Service Chain"
9565   y-axis: "Y = Number of Service Chains"
9566   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9567   layout:
9568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9569     layout: "plot-service-density"
9570
9571 - type: "plot"
9572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9573   algorithm: "plot_nf_heatmap"
9574   output-file-type: ".html"
9575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9576   data: "plot-vpp-nfv-2n-clx-mrr"
9577   filter: "'NIC_Intel-XXV710' and
9578            'NF_DENSITY' and
9579            'VHOST' and
9580            'VXLAN' and
9581            'CHAIN' and
9582            'IMIX' and
9583            '8T4C' and
9584            'MRR'"
9585   parameters:
9586   - "result"
9587   - "name"
9588   - "tags"
9589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9590   x-axis: "X = VNFs per Service Chain"
9591   y-axis: "Y = Number of Service Chains"
9592   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9593   layout:
9594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9595     layout: "plot-service-density"
9596
9597 # Plots - NF Density - VSC - NDR IMIX
9598 - type: "plot"
9599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9600   algorithm: "plot_nf_heatmap"
9601   output-file-type: ".html"
9602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9603   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9604   filter: "'NIC_Intel-XXV710' and
9605            'NF_DENSITY' and
9606            'VHOST' and
9607            'VXLAN' and
9608            'CHAIN' a
9609            'IMIX' and
9610            '2T1C' and
9611            'NDRPDR'"
9612   parameters:
9613   - "throughput"
9614   - "name"
9615   - "tags"
9616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9617   x-axis: "X = VNFs per Service Chain"
9618   y-axis: "Y = Number of Service Chains"
9619   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9620   layout:
9621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9622     layout: "plot-service-density"
9623
9624 - type: "plot"
9625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9626   algorithm: "plot_nf_heatmap"
9627   output-file-type: ".html"
9628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9629   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9630   filter: "'NIC_Intel-XXV710' and
9631            'NF_DENSITY' and
9632            'VHOST' and
9633            'VXLAN' and
9634            'CHAIN' and
9635            'IMIX' and
9636            '4T2C' and
9637            'NDRPDR'"
9638   parameters:
9639   - "throughput"
9640   - "name"
9641   - "tags"
9642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = VNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9648     layout: "plot-service-density"
9649
9650 - type: "plot"
9651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9652   algorithm: "plot_nf_heatmap"
9653   output-file-type: ".html"
9654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9655   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9656   filter: "'NIC_Intel-XXV710' and
9657            'NF_DENSITY' and
9658            'VHOST' and
9659            'VXLAN' and
9660            'CHAIN' and
9661            'IMIX' and
9662            '8T4C' and
9663            'NDRPDR'"
9664   parameters:
9665   - "throughput"
9666   - "name"
9667   - "tags"
9668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9669   x-axis: "X = VNFs per Service Chain"
9670   y-axis: "Y = Number of Service Chains"
9671   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9672   layout:
9673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9674     layout: "plot-service-density"
9675
9676 # Plots - NF Density - VSC - PDR IMIX
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9683   filter: "'NIC_Intel-XXV710' and
9684            'NF_DENSITY' and
9685            'VHOST' and
9686            'VXLAN' and
9687            'CHAIN' and
9688            'IMIX' and
9689            '2T1C' and
9690            'NDRPDR'"
9691   parameters:
9692   - "throughput"
9693   - "name"
9694   - "tags"
9695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9696   x-axis: "X = VNFs per Service Chain"
9697   y-axis: "Y = Number of Service Chains"
9698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9699   layout:
9700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9701     layout: "plot-service-density"
9702
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file-type: ".html"
9707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9709   filter: "'NIC_Intel-XXV710' and
9710            'NF_DENSITY' and
9711            'VHOST' and
9712            'VXLAN' and
9713            'CHAIN' and
9714            'IMIX' and
9715            '4T2C' and
9716            'NDRPDR'"
9717   parameters:
9718   - "throughput"
9719   - "name"
9720   - "tags"
9721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9722   x-axis: "X = VNFs per Service Chain"
9723   y-axis: "Y = Number of Service Chains"
9724   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9725   layout:
9726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9727     layout: "plot-service-density"
9728
9729 - type: "plot"
9730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9731   algorithm: "plot_nf_heatmap"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9734   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9735   filter: "'NIC_Intel-XXV710' and
9736            'NF_DENSITY' and
9737            'VHOST' and
9738            'VXLAN' and
9739            'CHAIN' and
9740            'IMIX' and
9741            '8T4C' and
9742            'NDRPDR'"
9743   parameters:
9744   - "throughput"
9745   - "name"
9746   - "tags"
9747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9748   x-axis: "X = VNFs per Service Chain"
9749   y-axis: "Y = Number of Service Chains"
9750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9751   layout:
9752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9753     layout: "plot-service-density"
9754
9755 # Plots - NF Density - CSC - MRR IMIX
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9761   data: "plot-vpp-nfv-2n-clx-mrr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'DOCKER' and
9765            'CHAIN' and
9766            'NF_VPPIP4' and
9767            'IMIX' and
9768            '2T1C' and
9769            'MRR'"
9770   parameters:
9771   - "result"
9772   - "name"
9773   - "tags"
9774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9775   x-axis: "X = CNFs per Service Chain"
9776   y-axis: "Y = Number of Service Chains"
9777   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9778   layout:
9779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9780     layout: "plot-service-density"
9781
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9787   data: "plot-vpp-nfv-2n-clx-mrr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'DOCKER' and
9791            'CHAIN' and
9792            'NF_VPPIP4' and
9793            'IMIX' and
9794            '4T2C' and
9795            'MRR'"
9796   parameters:
9797   - "result"
9798   - "name"
9799   - "tags"
9800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = CNFs per Service Chain"
9802   y-axis: "Y = Number of Service Chains"
9803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9806     layout: "plot-service-density"
9807
9808 - type: "plot"
9809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9810   algorithm: "plot_nf_heatmap"
9811   output-file-type: ".html"
9812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9813   data: "plot-vpp-nfv-2n-clx-mrr"
9814   filter: "'NIC_Intel-XXV710' and
9815            'NF_DENSITY' and
9816            'DOCKER' and
9817            'CHAIN' and
9818            'NF_VPPIP4' and
9819            'IMIX' and
9820            '8T4C' and
9821            'MRR'"
9822   parameters:
9823   - "result"
9824   - "name"
9825   - "tags"
9826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9827   x-axis: "X = CNFs per Service Chain"
9828   y-axis: "Y = Number of Service Chains"
9829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9830   layout:
9831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9832     layout: "plot-service-density"
9833
9834 # Plots - NF Density - CSC - NDR IMIX
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file-type: ".html"
9839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9841   filter: "'NIC_Intel-XXV710' and
9842            'NF_DENSITY' and
9843            'DOCKER' and
9844            'CHAIN' and
9845            'NF_VPPIP4' and
9846            'IMIX' and
9847            '2T1C' and
9848            'NDRPDR'"
9849   parameters:
9850   - "throughput"
9851   - "name"
9852   - "tags"
9853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9854   x-axis: "X = CNFs per Service Chain"
9855   y-axis: "Y = Number of Service Chains"
9856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9857   layout:
9858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9859     layout: "plot-service-density"
9860
9861 - type: "plot"
9862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9863   algorithm: "plot_nf_heatmap"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9867   filter: "'NIC_Intel-XXV710' and
9868            'NF_DENSITY' and
9869            'DOCKER' and
9870            'CHAIN' and
9871            'NF_VPPIP4' and
9872            'IMIX' and
9873            '4T2C' and
9874            'NDRPDR'"
9875   parameters:
9876   - "throughput"
9877   - "name"
9878   - "tags"
9879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = CNFs per Service Chain"
9881   y-axis: "Y = Number of Service Chains"
9882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9885     layout: "plot-service-density"
9886
9887 - type: "plot"
9888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9889   algorithm: "plot_nf_heatmap"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9892   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9893   filter: "'NIC_Intel-XXV710' and
9894            'NF_DENSITY' and
9895            'DOCKER' and
9896            'CHAIN' and
9897            'NF_VPPIP4' and
9898            'IMIX' and
9899            '8T4C' and
9900            'NDRPDR'"
9901   parameters:
9902   - "throughput"
9903   - "name"
9904   - "tags"
9905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9906   x-axis: "X = CNFs per Service Chain"
9907   y-axis: "Y = Number of Service Chains"
9908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9909   layout:
9910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9911     layout: "plot-service-density"
9912
9913 # Plots - NF Density - CSC - PDR IMIX
9914 - type: "plot"
9915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9916   algorithm: "plot_nf_heatmap"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9920   filter: "'NIC_Intel-XXV710' and
9921            'NF_DENSITY' and
9922            'DOCKER' and
9923            'CHAIN' and
9924            'NF_VPPIP4' and
9925            'IMIX' and
9926            '2T1C' and
9927            'NDRPDR'"
9928   parameters:
9929   - "throughput"
9930   - "name"
9931   - "tags"
9932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9933   x-axis: "X = CNFs per Service Chain"
9934   y-axis: "Y = Number of Service Chains"
9935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9936   layout:
9937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9938     layout: "plot-service-density"
9939
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'DOCKER' and
9949            'CHAIN' and
9950            'NF_VPPIP4' and
9951            'IMIX' and
9952            '4T2C' and
9953            'NDRPDR'"
9954   parameters:
9955   - "throughput"
9956   - "name"
9957   - "tags"
9958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = CNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9964     layout: "plot-service-density"
9965
9966 - type: "plot"
9967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9968   algorithm: "plot_nf_heatmap"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9971   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9972   filter: "'NIC_Intel-XXV710' and
9973            'NF_DENSITY' and
9974            'DOCKER' and
9975            'CHAIN' and
9976            'NF_VPPIP4' and
9977            'IMIX' and
9978            '8T4C' and
9979            'NDRPDR'"
9980   parameters:
9981   - "throughput"
9982   - "name"
9983   - "tags"
9984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9985   x-axis: "X = CNFs per Service Chain"
9986   y-axis: "Y = Number of Service Chains"
9987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9988   layout:
9989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9990     layout: "plot-service-density"
9991
9992 # Plots - NF Density - CSP - MRR IMIX
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
9998   data: "plot-vpp-nfv-2n-clx-mrr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'DOCKER' and
10002            'PIPELINE' and
10003            'NF_VPPIP4' and
10004            'IMIX' and
10005            '2T1C' and
10006            'MRR'"
10007   parameters:
10008   - "result"
10009   - "name"
10010   - "tags"
10011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10012   x-axis: "X = CNFs per Service Pipeline"
10013   y-axis: "Y = Number of Service Pipelines"
10014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10015   layout:
10016     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10017     layout: "plot-service-density"
10018
10019 - type: "plot"
10020   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10021   algorithm: "plot_nf_heatmap"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10024   data: "plot-vpp-nfv-2n-clx-mrr"
10025   filter: "'NIC_Intel-XXV710' and
10026            'NF_DENSITY' and
10027            'DOCKER' and
10028            'PIPELINE' and
10029            'NF_VPPIP4' and
10030            'IMIX' and
10031            '4T2C' and
10032            'MRR'"
10033   parameters:
10034   - "result"
10035   - "name"
10036   - "tags"
10037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10038   x-axis: "X = CNFs per Service Pipeline"
10039   y-axis: "Y = Number of Service Pipelines"
10040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10041   layout:
10042     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10043     layout: "plot-service-density"
10044
10045 - type: "plot"
10046   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10047   algorithm: "plot_nf_heatmap"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10050   data: "plot-vpp-nfv-2n-clx-mrr"
10051   filter: "'NIC_Intel-XXV710' and
10052            'NF_DENSITY' and
10053            'DOCKER' and
10054            'PIPELINE' and
10055            'NF_VPPIP4' and
10056            'IMIX' and
10057            '8T4C' and
10058            'MRR'"
10059   parameters:
10060   - "result"
10061   - "name"
10062   - "tags"
10063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10064   x-axis: "X = CNFs per Service Pipeline"
10065   y-axis: "Y = Number of Service Pipelines"
10066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10067   layout:
10068     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10069     layout: "plot-service-density"
10070
10071 # Plots - NF Density - CSP - NDR IMIX
10072 - type: "plot"
10073   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10074   algorithm: "plot_nf_heatmap"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10077   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10078   filter: "'NIC_Intel-XXV710' and
10079            'NF_DENSITY' and
10080            'DOCKER' and
10081            'PIPELINE' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '2T1C' and
10085            'NDRPDR'"
10086   parameters:
10087   - "throughput"
10088   - "name"
10089   - "tags"
10090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = CNFs per Service Pipeline"
10092   y-axis: "Y = Number of Service Pipelines"
10093   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'DOCKER' and
10107            'PIPELINE' and
10108            'NF_VPPIP4' and
10109            'IMIX' and
10110            '4T2C' and
10111            'NDRPDR'"
10112   parameters:
10113   - "throughput"
10114   - "name"
10115   - "tags"
10116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10117   x-axis: "X = CNFs per Service Pipeline"
10118   y-axis: "Y = Number of Service Pipelines"
10119   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10120   layout:
10121     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10122     layout: "plot-service-density"
10123
10124 - type: "plot"
10125   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10126   algorithm: "plot_nf_heatmap"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10129   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10130   filter: "'NIC_Intel-XXV710' and
10131            'NF_DENSITY' and
10132            'DOCKER' and
10133            'PIPELINE' and
10134            'NF_VPPIP4' and
10135            'IMIX' and
10136            '8T4C' and
10137            'NDRPDR'"
10138   parameters:
10139   - "throughput"
10140   - "name"
10141   - "tags"
10142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10143   x-axis: "X = CNFs per Service Pipeline"
10144   y-axis: "Y = Number of Service Pipelines"
10145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10146   layout:
10147     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10148     layout: "plot-service-density"
10149
10150 # Plots - NF Density - CSP - PDR IMIX
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10156   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'DOCKER' and
10160            'PIPELINE' and
10161            'NF_VPPIP4' and
10162            'IMIX' and
10163            '2T1C' and
10164            'NDRPDR'"
10165   parameters:
10166   - "throughput"
10167   - "name"
10168   - "tags"
10169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = CNFs per Service Pipeline"
10171   y-axis: "Y = Number of Service Pipelines"
10172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10175     layout: "plot-service-density"
10176
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'DOCKER' and
10186            'PIPELINE' and
10187            'NF_VPPIP4' and
10188            'IMIX' and
10189            '4T2C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = CNFs per Service Pipeline"
10197   y-axis: "Y = Number of Service Pipelines"
10198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file-type: ".html"
10207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10209   filter: "'NIC_Intel-XXV710' and
10210            'NF_DENSITY' and
10211            'DOCKER' and
10212            'PIPELINE' and
10213            'NF_VPPIP4' and
10214            'IMIX' and
10215            '8T4C' and
10216            'NDRPDR'"
10217   parameters:
10218   - "throughput"
10219   - "name"
10220   - "tags"
10221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10222   x-axis: "X = CNFs per Service Pipeline"
10223   y-axis: "Y = Number of Service Pipelines"
10224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10225   layout:
10226     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10227     layout: "plot-service-density"
10228
10229 ################################################################################
10230
10231 # Packet Throughput
10232
10233 #- type: "plot"
10234 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10235 #  algorithm: "plot_perf_box_name"
10236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10238 #  include:
10239 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10240 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10241 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10242 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10243 #  layout:
10244 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10245 #    layout: "plot-throughput"
10246 #
10247 #- type: "plot"
10248 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10249 #  algorithm: "plot_perf_box_name"
10250 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10251 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10252 #  include:
10253 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10254 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10255 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10256 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10257 #  layout:
10258 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10259 #    layout: "plot-throughput"
10260 #
10261 #- type: "plot"
10262 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10263 #  algorithm: "plot_perf_box_name"
10264 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10265 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10266 #  include:
10267 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10268 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10269 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10270 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10271 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10272 #  layout:
10273 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10274 #    layout: "plot-throughput"
10275 #
10276 #- type: "plot"
10277 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10278 #  algorithm: "plot_perf_box_name"
10279 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10280 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10281 #  include:
10282 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10283 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10284 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10285 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10286 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10287 #  layout:
10288 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10289 #    layout: "plot-throughput"
10290
10291 - type: "plot"
10292   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10293   algorithm: "plot_perf_box_name"
10294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10296   include:
10297     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10302   layout:
10303     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10304     layout: "plot-throughput"
10305
10306 - type: "plot"
10307   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10308   algorithm: "plot_perf_box_name"
10309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10311   include:
10312     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10313     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10314     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10315     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10316     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10317   layout:
10318     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10319     layout: "plot-throughput"
10320
10321 #- type: "plot"
10322 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10323 #  algorithm: "plot_perf_box_name"
10324 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10325 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10326 #  include:
10327 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10328 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10329 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10330 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10331 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10332 #  layout:
10333 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10334 #    layout: "plot-throughput"
10335 #
10336 #- type: "plot"
10337 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10338 #  algorithm: "plot_perf_box_name"
10339 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10340 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10341 #  include:
10342 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10343 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10344 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10345 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10346 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10347 #  layout:
10348 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10349 #    layout: "plot-throughput"
10350 #
10351 #- type: "plot"
10352 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10353 #  algorithm: "plot_perf_box_name"
10354 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10355 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10356 #  include:
10357 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10358 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10359 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10360 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10361 #  layout:
10362 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10363 #    layout: "plot-throughput"
10364 #
10365 #- type: "plot"
10366 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10367 #  algorithm: "plot_perf_box_name"
10368 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10369 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10370 #  include:
10371 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10372 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10373 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10374 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10375 #  layout:
10376 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10377 #    layout: "plot-throughput"
10378 #
10379 #- type: "plot"
10380 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10381 #  algorithm: "plot_perf_box_name"
10382 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10383 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10384 #  include:
10385 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10386 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10387 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10388 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10389 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10390 #  layout:
10391 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10392 #    layout: "plot-throughput"
10393 #
10394 #- type: "plot"
10395 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10396 #  algorithm: "plot_perf_box_name"
10397 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10398 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10399 #  include:
10400 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10401 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10402 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10403 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10404 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10405 #  layout:
10406 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10407 #    layout: "plot-throughput"
10408 #
10409 #- type: "plot"
10410 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10411 #  algorithm: "plot_perf_box_name"
10412 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10413 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10414 #  include:
10415 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10416 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10417 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10418 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10419 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10420 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10421 #  layout:
10422 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10423 #    layout: "plot-throughput"
10424 #
10425 #- type: "plot"
10426 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10427 #  algorithm: "plot_perf_box_name"
10428 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10429 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10430 #  include:
10431 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10433 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10434 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10435 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10436 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10437 #  layout:
10438 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10439 #    layout: "plot-throughput"
10440
10441 - type: "plot"
10442   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10443   algorithm: "plot_perf_box_name"
10444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10446   include:
10447     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10449     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10450   layout:
10451     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10452     layout: "plot-throughput"
10453
10454 - type: "plot"
10455   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10456   algorithm: "plot_perf_box_name"
10457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10459   include:
10460     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10461     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10462     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10463   layout:
10464     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10465     layout: "plot-throughput"
10466
10467 #- type: "plot"
10468 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10469 #  algorithm: "plot_perf_box_name"
10470 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10471 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10472 #  include:
10473 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10474 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10475 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10476 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10477 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10478 #  layout:
10479 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10480 #    layout: "plot-throughput"
10481 #
10482 #- type: "plot"
10483 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10484 #  algorithm: "plot_perf_box_name"
10485 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10486 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10487 #  include:
10488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10490 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10493 #  layout:
10494 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10495 #    layout: "plot-throughput"
10496 #
10497 #- type: "plot"
10498 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10499 #  algorithm: "plot_perf_box_name"
10500 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10501 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10502 #  include:
10503 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10504 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10505 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10506 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10507 #  layout:
10508 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10509 #    layout: "plot-throughput"
10510 #
10511 #- type: "plot"
10512 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10513 #  algorithm: "plot_perf_box_name"
10514 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10515 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10516 #  include:
10517 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10521 #  layout:
10522 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10523 #    layout: "plot-throughput"
10524 #
10525 #- type: "plot"
10526 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10527 #  algorithm: "plot_perf_box_name"
10528 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10529 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10530 #  include:
10531 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10532 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10534 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10535 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10536 #  layout:
10537 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10538 #    layout: "plot-throughput"
10539 #
10540 #- type: "plot"
10541 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10542 #  algorithm: "plot_perf_box_name"
10543 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10544 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10545 #  include:
10546 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10547 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10548 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10549 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10550 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10551 #  layout:
10552 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10553 #    layout: "plot-throughput"
10554 #
10555 #- type: "plot"
10556 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10557 #  algorithm: "plot_perf_box_name"
10558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10560 #  include:
10561 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10562 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10563 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10564 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10565 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10566 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10567 #  layout:
10568 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10569 #    layout: "plot-throughput"
10570 #
10571 #- type: "plot"
10572 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10573 #  algorithm: "plot_perf_box_name"
10574 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10575 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10576 #  include:
10577 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10579 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10580 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10582 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10583 #  layout:
10584 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10585 #    layout: "plot-throughput"
10586
10587 - type: "plot"
10588   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10589   algorithm: "plot_perf_box_name"
10590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10592   include:
10593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10598   layout:
10599     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10600     layout: "plot-throughput"
10601
10602 - type: "plot"
10603   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10604   algorithm: "plot_perf_box_name"
10605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10607   include:
10608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10613   layout:
10614     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10615     layout: "plot-throughput"
10616
10617 - type: "plot"
10618   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10619   algorithm: "plot_perf_box_name"
10620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10622   include:
10623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10629   layout:
10630     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10631     layout: "plot-throughput"
10632
10633 - type: "plot"
10634   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10635   algorithm: "plot_perf_box_name"
10636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10638   include:
10639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10645   layout:
10646     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10647     layout: "plot-throughput"
10648
10649 - type: "plot"
10650   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10651   algorithm: "plot_perf_box_name"
10652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10654   include:
10655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10660   layout:
10661     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10662     layout: "plot-throughput"
10663
10664 - type: "plot"
10665   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10666   algorithm: "plot_perf_box_name"
10667   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10668   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10669   include:
10670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10675   layout:
10676     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10677     layout: "plot-throughput"
10678
10679 - type: "plot"
10680   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10681   algorithm: "plot_perf_box_name"
10682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10684   include:
10685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10691   layout:
10692     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10693     layout: "plot-throughput"
10694
10695 - type: "plot"
10696   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10697   algorithm: "plot_perf_box_name"
10698   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10699   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10700   include:
10701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10707   layout:
10708     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10709     layout: "plot-throughput"
10710
10711 - type: "plot"
10712   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10713   algorithm: "plot_perf_box_name"
10714   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10715   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10716   include:
10717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10722   layout:
10723     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10724     layout: "plot-throughput"
10725
10726 - type: "plot"
10727   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10728   algorithm: "plot_perf_box_name"
10729   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10730   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10731   include:
10732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10737   layout:
10738     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10739     layout: "plot-throughput"
10740
10741 - type: "plot"
10742   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10743   algorithm: "plot_perf_box_name"
10744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10746   include:
10747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10753   layout:
10754     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10755     layout: "plot-throughput"
10756
10757 - type: "plot"
10758   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10759   algorithm: "plot_perf_box_name"
10760   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10761   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10762   include:
10763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10769   layout:
10770     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10771     layout: "plot-throughput"
10772
10773 - type: "plot"
10774   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10775   algorithm: "plot_perf_box_name"
10776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10778   include:
10779     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10781   layout:
10782     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10783     layout: "plot-throughput"
10784
10785 - type: "plot"
10786   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10787   algorithm: "plot_perf_box_name"
10788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10790   include:
10791     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10793   layout:
10794     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10795     layout: "plot-throughput"
10796
10797 #- type: "plot"
10798 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10799 #  algorithm: "plot_perf_box_name"
10800 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10801 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10802 #  include:
10803 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10804 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10805 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10806 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10807 #  layout:
10808 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10809 #    layout: "plot-throughput"
10810 #
10811 #- type: "plot"
10812 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10813 #  algorithm: "plot_perf_box_name"
10814 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10815 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10816 #  include:
10817 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10818 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10819 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10820 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10821 #  layout:
10822 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10823 #    layout: "plot-throughput"
10824
10825 - type: "plot"
10826   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10827   algorithm: "plot_perf_box_name"
10828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10830   include:
10831     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10835   layout:
10836     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10837     layout: "plot-throughput"
10838
10839 - type: "plot"
10840   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10841   algorithm: "plot_perf_box_name"
10842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10844   include:
10845     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10849   layout:
10850     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10851     layout: "plot-throughput"
10852
10853 - type: "plot"
10854   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10855   algorithm: "plot_perf_box_name"
10856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10858   include:
10859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10863   layout:
10864     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10865     layout: "plot-throughput"
10866
10867 - type: "plot"
10868   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10869   algorithm: "plot_perf_box_name"
10870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10872   include:
10873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10877   layout:
10878     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10879     layout: "plot-throughput"
10880
10881 #- type: "plot"
10882 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10883 #  algorithm: "plot_perf_box_name"
10884 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10885 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886 #  include:
10887 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10888 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10889 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10890 #  layout:
10891 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10892 #    layout: "plot-throughput"
10893 #
10894 #- type: "plot"
10895 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10896 #  algorithm: "plot_perf_box_name"
10897 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10898 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10899 #  include:
10900 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10901 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10902 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10903 #  layout:
10904 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10905 #    layout: "plot-throughput"
10906 #
10907 #- type: "plot"
10908 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10909 #  algorithm: "plot_perf_box_name"
10910 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10911 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10912 #  include:
10913 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10914 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10915 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10916 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10917 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10918 #  layout:
10919 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10920 #    layout: "plot-throughput"
10921 #
10922 #- type: "plot"
10923 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10924 #  algorithm: "plot_perf_box_name"
10925 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10926 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10927 #  include:
10928 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10929 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10930 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10931 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10932 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10933 #  layout:
10934 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10935 #    layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10942   include:
10943     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10946   layout:
10947     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10948     layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10955   include:
10956     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10959   layout:
10960     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10961     layout: "plot-throughput"
10962
10963 #- type: "plot"
10964 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10965 #  algorithm: "plot_perf_box_name"
10966 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10967 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10968 #  include:
10969 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10970 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10971 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10972 #  layout:
10973 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10974 #    layout: "plot-throughput"
10975 #
10976 #- type: "plot"
10977 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10978 #  algorithm: "plot_perf_box_name"
10979 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10980 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10981 #  include:
10982 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10983 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10984 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10985 #  layout:
10986 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10987 #    layout: "plot-throughput"
10988 #
10989 #- type: "plot"
10990 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10991 #  algorithm: "plot_perf_box_name"
10992 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10993 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10994 #  include:
10995 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10996 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10997 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10998 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10999 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11000 #  layout:
11001 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11002 #    layout: "plot-throughput"
11003 #
11004 #- type: "plot"
11005 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11006 #  algorithm: "plot_perf_box_name"
11007 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11008 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11009 #  include:
11010 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11011 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11012 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11013 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11014 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11015 #  layout:
11016 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11017 #    layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11024   include:
11025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11030   layout:
11031     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11039   include:
11040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11045   layout:
11046     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11047     layout: "plot-throughput"
11048
11049 - type: "plot"
11050   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11051   algorithm: "plot_perf_box_name"
11052   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11053   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11054   include:
11055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11060   layout:
11061     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11068   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11069   include:
11070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11075   layout:
11076     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11077     layout: "plot-throughput"
11078
11079 - type: "plot"
11080   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11081   algorithm: "plot_perf_box_name"
11082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11084   include:
11085     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11090   layout:
11091     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11092     layout: "plot-throughput"
11093
11094 - type: "plot"
11095   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11096   algorithm: "plot_perf_box_name"
11097   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11098   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11099   include:
11100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11105   layout:
11106     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11114   include:
11115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11121   layout:
11122     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11130   include:
11131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11137   layout:
11138     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11146   include:
11147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11151   layout:
11152     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11153     layout: "plot-throughput"
11154
11155 - type: "plot"
11156   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11157   algorithm: "plot_perf_box_name"
11158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11160   include:
11161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11162     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11165   layout:
11166     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11167     layout: "plot-throughput"
11168
11169 #- type: "plot"
11170 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11171 #  algorithm: "plot_perf_box_name"
11172 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11173 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11174 #  include:
11175 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11176 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11179 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11180 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11181 #  layout:
11182 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11183 #    layout: "plot-throughput"
11184 #
11185 #- type: "plot"
11186 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11187 #  algorithm: "plot_perf_box_name"
11188 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11189 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11190 #  include:
11191 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11194 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11195 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11196 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11197 #  layout:
11198 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11199 #    layout: "plot-throughput"
11200
11201 - type: "plot"
11202   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11203   algorithm: "plot_perf_box_name"
11204   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11206   include:
11207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11210 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11211     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11212 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11213   layout:
11214     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11221   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11222   include:
11223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11224 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11226 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11227     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11228 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11229   layout:
11230     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11235   algorithm: "plot_perf_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11237   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11238   include:
11239     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11243     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11245   layout:
11246     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11254   include:
11255     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11261   layout:
11262     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11263     layout: "plot-throughput"
11264
11265 #- type: "plot"
11266 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11267 #  algorithm: "plot_perf_box_name"
11268 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11269 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11270 #  include:
11271 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11272 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11273 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11274 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11275 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11276 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11277 #  layout:
11278 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11279 #    layout: "plot-throughput"
11280 #
11281 #- type: "plot"
11282 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11283 #  algorithm: "plot_perf_box_name"
11284 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286 #  include:
11287 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11288 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11289 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11290 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11291 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11292 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11293 #  layout:
11294 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11295 #    layout: "plot-throughput"
11296 #
11297 #- type: "plot"
11298 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11299 #  algorithm: "plot_perf_box_name"
11300 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11301 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11302 #  include:
11303 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11304 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11305 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11306 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11307 #  layout:
11308 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11309 #    layout: "plot-throughput"
11310 #
11311 #- type: "plot"
11312 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11313 #  algorithm: "plot_perf_box_name"
11314 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11315 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11316 #  include:
11317 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11318 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11319 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11320 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11321 #  layout:
11322 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11323 #    layout: "plot-throughput"
11324 #
11325 #- type: "plot"
11326 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11327 #  algorithm: "plot_perf_box_name"
11328 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11329 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11330 #  include:
11331 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11332 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11333 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11334 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11335 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11336 #  layout:
11337 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11338 #    layout: "plot-throughput"
11339 #
11340 #- type: "plot"
11341 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11342 #  algorithm: "plot_perf_box_name"
11343 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11344 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11345 #  include:
11346 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11347 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11348 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11349 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11350 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11351 #  layout:
11352 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11353 #    layout: "plot-throughput"
11354 #
11355 #- type: "plot"
11356 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11357 #  algorithm: "plot_perf_box_name"
11358 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11359 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11360 #  include:
11361 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11362 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11363 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11364 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11365 #  layout:
11366 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11367 #    layout: "plot-throughput"
11368 #
11369 #- type: "plot"
11370 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11371 #  algorithm: "plot_perf_box_name"
11372 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11373 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11374 #  include:
11375 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11376 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11377 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11378 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11379 #  layout:
11380 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11381 #    layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11388   include:
11389     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11390     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11391     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11392     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11393     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11395   layout:
11396     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11404   include:
11405     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11406     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11407     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11408     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11409     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11410     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11411   layout:
11412     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11413     layout: "plot-throughput"
11414
11415 #- type: "plot"
11416 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11417 #  algorithm: "plot_perf_box_name"
11418 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11419 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11420 #  include:
11421 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11422 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11423 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11424 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11425 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11426 #  layout:
11427 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11428 #    layout: "plot-throughput"
11429 #
11430 #- type: "plot"
11431 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11432 #  algorithm: "plot_perf_box_name"
11433 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11434 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11435 #  include:
11436 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11437 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11438 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11439 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11440 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11441 #  layout:
11442 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11443 #    layout: "plot-throughput"
11444 #
11445 #- type: "plot"
11446 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11447 #  algorithm: "plot_perf_box_name"
11448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11450 #  include:
11451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11454 #  layout:
11455 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11456 #    layout: "plot-throughput"
11457 #
11458 #- type: "plot"
11459 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11460 #  algorithm: "plot_perf_box_name"
11461 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11462 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11463 #  include:
11464 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11465 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11466 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11467 #  layout:
11468 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11469 #    layout: "plot-throughput"
11470 #
11471 #- type: "plot"
11472 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11473 #  algorithm: "plot_perf_box_name"
11474 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11475 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11476 #  include:
11477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11478 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11479 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11480 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11481 #  layout:
11482 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11483 #    layout: "plot-throughput"
11484 #
11485 #- type: "plot"
11486 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11487 #  algorithm: "plot_perf_box_name"
11488 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11489 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11490 #  include:
11491 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11492 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11493 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11494 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11495 #  layout:
11496 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11497 #    layout: "plot-throughput"
11498 #
11499 #- type: "plot"
11500 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11501 #  algorithm: "plot_perf_box_name"
11502 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11503 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11504 #  include:
11505 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11506 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11507 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11509 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11510 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11511 #  layout:
11512 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11513 #    layout: "plot-throughput"
11514 #
11515 #- type: "plot"
11516 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11517 #  algorithm: "plot_perf_box_name"
11518 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11519 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11520 #  include:
11521 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11522 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11523 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11524 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11525 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11526 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11527 #  layout:
11528 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11529 #    layout: "plot-throughput"
11530 #
11531 #- type: "plot"
11532 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11533 #  algorithm: "plot_perf_box_name"
11534 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11535 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11536 #  include:
11537 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11538 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11539 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11540 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11541 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11542 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11543 #  layout:
11544 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11545 #    layout: "plot-throughput"
11546 #
11547 #- type: "plot"
11548 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11549 #  algorithm: "plot_perf_box_name"
11550 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11551 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11552 #  include:
11553 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11554 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11555 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11556 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11557 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11558 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11559 #  layout:
11560 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11561 #    layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11568   include:
11569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11573   layout:
11574     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11582   include:
11583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11587   layout:
11588     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11596   include:
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11603   layout:
11604     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11612   include:
11613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11619   layout:
11620     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11628   include:
11629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11635   layout:
11636     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11644   include:
11645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11651   layout:
11652     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11660   include:
11661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11665   layout:
11666     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11674   include:
11675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11679   layout:
11680     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11688   include:
11689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11695   layout:
11696     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11704   include:
11705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11711   layout:
11712     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11720   include:
11721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11725   layout:
11726     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11734   include:
11735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11739   layout:
11740     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11748   include:
11749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11755   layout:
11756     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11757     layout: "plot-throughput"
11758
11759 - type: "plot"
11760   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11761   algorithm: "plot_perf_box_name"
11762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11764   include:
11765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11771   layout:
11772     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11780   include:
11781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11787   layout:
11788     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11796   include:
11797     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11798     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11803   layout:
11804     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11812   include:
11813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11819   layout:
11820     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11828   include:
11829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11835   layout:
11836     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11837     layout: "plot-throughput"
11838
11839 #- type: "plot"
11840 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11841 #  algorithm: "plot_perf_box_name"
11842 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11843 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11844 #  include:
11845 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11846 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11847 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11848 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11849 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11850 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11851 #  layout:
11852 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11853 #    layout: "plot-throughput"
11854 #
11855 #- type: "plot"
11856 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11857 #  algorithm: "plot_perf_box_name"
11858 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11859 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11860 #  include:
11861 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11862 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11863 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11864 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11865 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11866 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11867 #  layout:
11868 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11869 #    layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11876   include:
11877     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11878     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11879     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11883   layout:
11884     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11892   include:
11893     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11894     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11899   layout:
11900     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11901     layout: "plot-throughput"
11902
11903 #- type: "plot"
11904 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11905 #  algorithm: "plot_perf_box_name"
11906 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11907 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11908 #  include:
11909 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11910 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11911 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11912 #  layout:
11913 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11914 #    layout: "plot-throughput"
11915 #
11916 #- type: "plot"
11917 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11918 #  algorithm: "plot_perf_box_name"
11919 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11920 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11921 #  include:
11922 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11923 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11924 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11925 #  layout:
11926 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11927 #    layout: "plot-throughput"
11928
11929 #- type: "plot"
11930 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11931 #  algorithm: "plot_perf_box_name"
11932 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11933 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934 #  include:
11935 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11936 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11937 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11938 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11939 #  layout:
11940 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11941 #    layout: "plot-throughput"
11942 #
11943 #- type: "plot"
11944 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11945 #  algorithm: "plot_perf_box_name"
11946 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11947 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11948 #  include:
11949 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11950 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11951 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11952 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11953 #  layout:
11954 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11955 #    layout: "plot-throughput"
11956 #
11957 #- type: "plot"
11958 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11959 #  algorithm: "plot_perf_box_name"
11960 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11961 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11962 #  include:
11963 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11964 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11965 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11966 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11967 #  layout:
11968 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11969 #    layout: "plot-throughput"
11970 #
11971 #- type: "plot"
11972 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11973 #  algorithm: "plot_perf_box_name"
11974 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11975 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976 #  include:
11977 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11978 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11979 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11980 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11981 #  layout:
11982 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11983 #    layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11990   include:
11991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11995   layout:
11996     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12004   include:
12005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12009   layout:
12010     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12018   include:
12019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12023   layout:
12024     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12032   include:
12033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12037   layout:
12038     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12039     layout: "plot-throughput"
12040
12041 #- type: "plot"
12042 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12043 #  algorithm: "plot_perf_box_name"
12044 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12045 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12046 #  include:
12047 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12048 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12050 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12051 #  layout:
12052 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12053 #    layout: "plot-throughput"
12054 #
12055 #- type: "plot"
12056 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12057 #  algorithm: "plot_perf_box_name"
12058 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12059 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12060 #  include:
12061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12063 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12064 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12065 #  layout:
12066 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12067 #    layout: "plot-throughput"
12068 #
12069 #- type: "plot"
12070 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12071 #  algorithm: "plot_perf_box_name"
12072 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12073 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12074 #  include:
12075 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12076 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12077 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12078 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12079 #  layout:
12080 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12081 #    layout: "plot-throughput"
12082 #
12083 #- type: "plot"
12084 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12085 #  algorithm: "plot_perf_box_name"
12086 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12087 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12088 #  include:
12089 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12090 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12091 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12092 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12093 #  layout:
12094 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12095 #    layout: "plot-throughput"
12096 #
12097 #- type: "plot"
12098 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12099 #  algorithm: "plot_perf_box_name"
12100 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12101 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12102 #  include:
12103 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12104 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12105 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12106 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12107 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12108 #  layout:
12109 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12110 #    layout: "plot-throughput"
12111 #
12112 #- type: "plot"
12113 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12114 #  algorithm: "plot_perf_box_name"
12115 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12116 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117 #  include:
12118 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12119 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12120 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12121 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12122 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12123 #  layout:
12124 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12125 #    layout: "plot-throughput"
12126 #
12127 #- type: "plot"
12128 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12129 #  algorithm: "plot_perf_box_name"
12130 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12131 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132 #  include:
12133 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12134 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12135 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12136 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12137 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12138 #  layout:
12139 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12140 #    layout: "plot-throughput"
12141 #
12142 #- type: "plot"
12143 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12144 #  algorithm: "plot_perf_box_name"
12145 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12146 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12147 #  include:
12148 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12149 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12150 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12151 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12152 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12153 #  layout:
12154 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12155 #    layout: "plot-throughput"
12156 #
12157 #- type: "plot"
12158 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12159 #  algorithm: "plot_perf_box_name"
12160 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12161 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162 #  include:
12163 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12164 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12165 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12169 #  layout:
12170 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12171 #    layout: "plot-throughput"
12172 #
12173 #- type: "plot"
12174 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12175 #  algorithm: "plot_perf_box_name"
12176 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12177 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12178 #  include:
12179 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12183 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12184 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12185 #  layout:
12186 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12187 #    layout: "plot-throughput"
12188 #
12189 #- type: "plot"
12190 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12191 #  algorithm: "plot_perf_box_name"
12192 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12193 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12194 #  include:
12195 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12197 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12201 #  layout:
12202 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12203 #    layout: "plot-throughput"
12204 #
12205 #- type: "plot"
12206 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12207 #  algorithm: "plot_perf_box_name"
12208 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12209 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12210 #  include:
12211 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12216 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12217 #  layout:
12218 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12219 #    layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12226   include:
12227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12232   layout:
12233     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12241   include:
12242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12247   layout:
12248     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12249     layout: "plot-throughput"
12250
12251 #- type: "plot"
12252 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12253 #  algorithm: "plot_perf_box_name"
12254 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12255 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12256 #  include:
12257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12258 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12260 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12261 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12262 #  layout:
12263 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12264 #    layout: "plot-throughput"
12265 #
12266 #- type: "plot"
12267 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12268 #  algorithm: "plot_perf_box_name"
12269 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12270 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12271 #  include:
12272 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12274 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12275 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12276 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12277 #  layout:
12278 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12279 #    layout: "plot-throughput"
12280
12281 #- type: "plot"
12282 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12283 #  algorithm: "plot_perf_box_name"
12284 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12285 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12286 #  include:
12287 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12288 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12289 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12290 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12291 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12292 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12293 #  layout:
12294 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12295 #    layout: "plot-throughput"
12296 #
12297 #- type: "plot"
12298 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12299 #  algorithm: "plot_perf_box_name"
12300 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12301 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12302 #  include:
12303 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12304 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12305 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12306 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12307 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12308 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12309 #  layout:
12310 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12311 #    layout: "plot-throughput"
12312
12313 #- type: "plot"
12314 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12315 #  algorithm: "plot_perf_box_name"
12316 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12317 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12318 #  include:
12319 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12320 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12321 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12322 #  layout:
12323 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12324 #    layout: "plot-throughput"
12325 #
12326 #- type: "plot"
12327 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12328 #  algorithm: "plot_perf_box_name"
12329 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12330 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12331 #  include:
12332 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12333 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12334 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12335 #  layout:
12336 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12337 #    layout: "plot-throughput"
12338
12339 ################################################################################
12340
12341 # Packet Speedup
12342
12343 #- type: "plot"
12344 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12345 #  algorithm: "plot_tsa_name"
12346 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12347 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12348 #  include:
12349 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12350 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12351 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12353 #  layout:
12354 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12355 #    layout: "plot-throughput-speedup-analysis"
12356 #
12357 #- type: "plot"
12358 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12359 #  algorithm: "plot_tsa_name"
12360 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12361 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12362 #  include:
12363 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12364 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12365 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12367 #  layout:
12368 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12369 #    layout: "plot-throughput-speedup-analysis"
12370 #
12371 #- type: "plot"
12372 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12373 #  algorithm: "plot_tsa_name"
12374 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12375 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12376 #  include:
12377 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12378 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12379 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12382 #  layout:
12383 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12384 #    layout: "plot-throughput-speedup-analysis"
12385 #
12386 #- type: "plot"
12387 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12388 #  algorithm: "plot_tsa_name"
12389 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12390 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12391 #  include:
12392 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12393 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12394 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12397 #  layout:
12398 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12399 #    layout: "plot-throughput-speedup-analysis"
12400 #
12401 #- type: "plot"
12402 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12403 #  algorithm: "plot_tsa_name"
12404 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12405 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12406 #  include:
12407 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12408 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12409 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12412 #  layout:
12413 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12414 #    layout: "plot-throughput-speedup-analysis"
12415 #
12416 #- type: "plot"
12417 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12418 #  algorithm: "plot_tsa_name"
12419 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12420 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12421 #  include:
12422 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12423 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12424 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12425 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12427 #  layout:
12428 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12429 #    layout: "plot-throughput-speedup-analysis"
12430 #
12431 #- type: "plot"
12432 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12433 #  algorithm: "plot_tsa_name"
12434 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12435 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12436 #  include:
12437 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12438 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12439 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12441 #  layout:
12442 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12443 #    layout: "plot-throughput-speedup-analysis"
12444 #
12445 #- type: "plot"
12446 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12447 #  algorithm: "plot_tsa_name"
12448 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12449 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12450 #  include:
12451 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12452 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12453 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12454 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12455 #  layout:
12456 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12457 #    layout: "plot-throughput-speedup-analysis"
12458 #
12459 #- type: "plot"
12460 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12461 #  algorithm: "plot_tsa_name"
12462 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12464 #  include:
12465 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12466 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12467 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12468 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12469 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12470 #  layout:
12471 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12472 #    layout: "plot-throughput-speedup-analysis"
12473 #
12474 #- type: "plot"
12475 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12476 #  algorithm: "plot_tsa_name"
12477 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12478 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12479 #  include:
12480 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12481 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12484 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12485 #  layout:
12486 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12487 #    layout: "plot-throughput-speedup-analysis"
12488 #
12489 #- type: "plot"
12490 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12491 #  algorithm: "plot_tsa_name"
12492 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12493 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12494 #  include:
12495 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12497 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12498 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12499 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12501 #  layout:
12502 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12503 #    layout: "plot-throughput-speedup-analysis"
12504 #
12505 #- type: "plot"
12506 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12507 #  algorithm: "plot_tsa_name"
12508 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12509 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12510 #  include:
12511 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12512 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12513 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12514 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12516 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12517 #  layout:
12518 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12519 #    layout: "plot-throughput-speedup-analysis"
12520
12521 - type: "plot"
12522   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12523   algorithm: "plot_tsa_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12530   layout:
12531     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12532     layout: "plot-throughput-speedup-analysis"
12533
12534 - type: "plot"
12535   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12536   algorithm: "plot_tsa_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12539   include:
12540     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12543   layout:
12544     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12545     layout: "plot-throughput-speedup-analysis"
12546
12547 #- type: "plot"
12548 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12549 #  algorithm: "plot_tsa_name"
12550 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12551 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12552 #  include:
12553 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12555 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12556 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12557 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12558 #  layout:
12559 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12560 #    layout: "plot-throughput-speedup-analysis"
12561 #
12562 #- type: "plot"
12563 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12564 #  algorithm: "plot_tsa_name"
12565 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12566 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12567 #  include:
12568 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12570 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12571 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12572 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12573 #  layout:
12574 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12575 #    layout: "plot-throughput-speedup-analysis"
12576 #
12577 #- type: "plot"
12578 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12579 #  algorithm: "plot_tsa_name"
12580 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12582 #  include:
12583 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12587 #  layout:
12588 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12589 #    layout: "plot-throughput-speedup-analysis"
12590 #
12591 #- type: "plot"
12592 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12593 #  algorithm: "plot_tsa_name"
12594 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12595 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12596 #  include:
12597 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12600 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12601 #  layout:
12602 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12603 #    layout: "plot-throughput-speedup-analysis"
12604 #
12605 #- type: "plot"
12606 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12607 #  algorithm: "plot_tsa_name"
12608 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12609 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610 #  include:
12611 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12616 #  layout:
12617 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12618 #    layout: "plot-throughput-speedup-analysis"
12619 #
12620 #- type: "plot"
12621 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12622 #  algorithm: "plot_tsa_name"
12623 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12624 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12625 #  include:
12626 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12631 #  layout:
12632 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12633 #    layout: "plot-throughput-speedup-analysis"
12634 #
12635 #- type: "plot"
12636 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12637 #  algorithm: "plot_tsa_name"
12638 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12639 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640 #  include:
12641 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12647 #  layout:
12648 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12649 #    layout: "plot-throughput-speedup-analysis"
12650 #
12651 #- type: "plot"
12652 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12653 #  algorithm: "plot_tsa_name"
12654 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12655 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656 #  include:
12657 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12663 #  layout:
12664 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12665 #    layout: "plot-throughput-speedup-analysis"
12666
12667 - type: "plot"
12668   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12669   algorithm: "plot_tsa_name"
12670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12672   include:
12673     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12675   layout:
12676     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12677     layout: "plot-throughput-speedup-analysis"
12678
12679 - type: "plot"
12680   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12681   algorithm: "plot_tsa_name"
12682   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12684   include:
12685     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12687   layout:
12688     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12689     layout: "plot-throughput-speedup-analysis"
12690
12691 #- type: "plot"
12692 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12693 #  algorithm: "plot_tsa_name"
12694 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12695 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12696 #  include:
12697 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12698 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12701 #  layout:
12702 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12703 #    layout: "plot-throughput-speedup-analysis"
12704 #
12705 #- type: "plot"
12706 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12707 #  algorithm: "plot_tsa_name"
12708 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12709 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12710 #  include:
12711 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12712 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12715 #  layout:
12716 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12717 #    layout: "plot-throughput-speedup-analysis"
12718 #
12719 #- type: "plot"
12720 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12721 #  algorithm: "plot_tsa_name"
12722 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12723 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12724 #  include:
12725 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12726 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12728 #  layout:
12729 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12730 #    layout: "plot-throughput-speedup-analysis"
12731 #
12732 #- type: "plot"
12733 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12734 #  algorithm: "plot_tsa_name"
12735 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12736 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12737 #  include:
12738 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12739 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12740 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12741 #  layout:
12742 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12743 #    layout: "plot-throughput-speedup-analysis"
12744 #
12745 #- type: "plot"
12746 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12747 #  algorithm: "plot_tsa_name"
12748 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12749 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12750 #  include:
12751 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12753 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12754 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12755 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12756 #  layout:
12757 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12758 #    layout: "plot-throughput-speedup-analysis"
12759 #
12760 #- type: "plot"
12761 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12762 #  algorithm: "plot_tsa_name"
12763 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12764 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12765 #  include:
12766 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12767 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12768 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12770 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12771 #  layout:
12772 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12773 #    layout: "plot-throughput-speedup-analysis"
12774
12775 - type: "plot"
12776   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12777   algorithm: "plot_tsa_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12780   include:
12781     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12784   layout:
12785     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12786     layout: "plot-throughput-speedup-analysis"
12787
12788 - type: "plot"
12789   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12790   algorithm: "plot_tsa_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12793   include:
12794     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12797   layout:
12798     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12799     layout: "plot-throughput-speedup-analysis"
12800
12801 #- type: "plot"
12802 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12803 #  algorithm: "plot_tsa_name"
12804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12806 #  include:
12807 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12808 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12809 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12810 #  layout:
12811 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12812 #    layout: "plot-throughput-speedup-analysis"
12813 #
12814 #- type: "plot"
12815 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12816 #  algorithm: "plot_tsa_name"
12817 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12818 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12819 #  include:
12820 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12821 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12822 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12823 #  layout:
12824 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12825 #    layout: "plot-throughput-speedup-analysis"
12826 #
12827 #- type: "plot"
12828 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12829 #  algorithm: "plot_tsa_name"
12830 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12831 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832 #  include:
12833 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12836 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12837 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12838 #  layout:
12839 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12840 #    layout: "plot-throughput-speedup-analysis"
12841 #
12842 #- type: "plot"
12843 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12844 #  algorithm: "plot_tsa_name"
12845 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12846 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847 #  include:
12848 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12851 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12852 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12853 #  layout:
12854 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12855 #    layout: "plot-throughput-speedup-analysis"
12856
12857 - type: "plot"
12858   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12859   algorithm: "plot_tsa_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12862   include:
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869   layout:
12870     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12871     layout: "plot-throughput-speedup-analysis"
12872
12873 - type: "plot"
12874   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12875   algorithm: "plot_tsa_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12878   include:
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885   layout:
12886     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12887     layout: "plot-throughput-speedup-analysis"
12888
12889 - type: "plot"
12890   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12891   algorithm: "plot_tsa_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12894   include:
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12899   layout:
12900     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12901     layout: "plot-throughput-speedup-analysis"
12902
12903 - type: "plot"
12904   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12905   algorithm: "plot_tsa_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12908   include:
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12915     layout: "plot-throughput-speedup-analysis"
12916
12917 #- type: "plot"
12918 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12919 #  algorithm: "plot_tsa_name"
12920 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12921 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922 #  include:
12923 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929 #  layout:
12930 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12931 #    layout: "plot-throughput-speedup-analysis"
12932 #
12933 #- type: "plot"
12934 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12935 #  algorithm: "plot_tsa_name"
12936 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12937 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938 #  include:
12939 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945 #  layout:
12946 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12947 #    layout: "plot-throughput-speedup-analysis"
12948 #
12949 #- type: "plot"
12950 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12951 #  algorithm: "plot_tsa_name"
12952 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12953 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12954 #  include:
12955 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12956 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12957 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12958 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12959 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12960 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12961 #  layout:
12962 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12963 #    layout: "plot-throughput-speedup-analysis"
12964 #
12965 #- type: "plot"
12966 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12967 #  algorithm: "plot_tsa_name"
12968 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12969 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12970 #  include:
12971 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12972 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12973 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12974 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12975 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12976 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12977 #  layout:
12978 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12979 #    layout: "plot-throughput-speedup-analysis"
12980 #
12981 #- type: "plot"
12982 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12983 #  algorithm: "plot_tsa_name"
12984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12985 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986 #  include:
12987 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12988 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12989 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12990 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12991 #  layout:
12992 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12993 #    layout: "plot-throughput-speedup-analysis"
12994 #
12995 #- type: "plot"
12996 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12997 #  algorithm: "plot_tsa_name"
12998 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12999 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13000 #  include:
13001 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13002 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13003 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13004 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13005 #  layout:
13006 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13007 #    layout: "plot-throughput-speedup-analysis"
13008 #
13009 #- type: "plot"
13010 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13011 #  algorithm: "plot_tsa_name"
13012 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13013 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014 #  include:
13015 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13016 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13017 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13018 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13019 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13020 #  layout:
13021 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13022 #    layout: "plot-throughput-speedup-analysis"
13023 #
13024 #- type: "plot"
13025 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13026 #  algorithm: "plot_tsa_name"
13027 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13028 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13029 #  include:
13030 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13031 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13032 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13033 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13034 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13035 #  layout:
13036 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13037 #    layout: "plot-throughput-speedup-analysis"
13038 #
13039 #- type: "plot"
13040 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13041 #  algorithm: "plot_tsa_name"
13042 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13043 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13044 #  include:
13045 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13046 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13047 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13048 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13049 #  layout:
13050 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13051 #    layout: "plot-throughput-speedup-analysis"
13052 #
13053 #- type: "plot"
13054 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13055 #  algorithm: "plot_tsa_name"
13056 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13057 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13058 #  include:
13059 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13060 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13061 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13062 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13063 #  layout:
13064 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13065 #    layout: "plot-throughput-speedup-analysis"
13066
13067 - type: "plot"
13068   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13069   algorithm: "plot_tsa_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13072   include:
13073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13079   layout:
13080     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13081     layout: "plot-throughput-speedup-analysis"
13082
13083 - type: "plot"
13084   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13085   algorithm: "plot_tsa_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13088   include:
13089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13095   layout:
13096     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13097     layout: "plot-throughput-speedup-analysis"
13098
13099 #- type: "plot"
13100 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13101 #  algorithm: "plot_tsa_name"
13102 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13103 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13104 #  include:
13105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13110 #  layout:
13111 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13112 #    layout: "plot-throughput-speedup-analysis"
13113 #
13114 #- type: "plot"
13115 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13116 #  algorithm: "plot_tsa_name"
13117 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13118 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13119 #  include:
13120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13125 #  layout:
13126 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13127 #    layout: "plot-throughput-speedup-analysis"
13128 #
13129 #- type: "plot"
13130 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13131 #  algorithm: "plot_tsa_name"
13132 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13133 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13134 #  include:
13135 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13136 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13137 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13138 #  layout:
13139 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13140 #    layout: "plot-throughput-speedup-analysis"
13141 #
13142 #- type: "plot"
13143 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13144 #  algorithm: "plot_tsa_name"
13145 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13146 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13147 #  include:
13148 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13149 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13150 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13151 #  layout:
13152 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13153 #    layout: "plot-throughput-speedup-analysis"
13154 #
13155 #- type: "plot"
13156 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13157 #  algorithm: "plot_tsa_name"
13158 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13159 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13160 #  include:
13161 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13162 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13163 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13164 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13165 #  layout:
13166 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13167 #    layout: "plot-throughput-speedup-analysis"
13168 #
13169 #- type: "plot"
13170 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13171 #  algorithm: "plot_tsa_name"
13172 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13173 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13174 #  include:
13175 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13176 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13177 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13178 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13179 #  layout:
13180 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13181 #    layout: "plot-throughput-speedup-analysis"
13182 #
13183 #- type: "plot"
13184 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13185 #  algorithm: "plot_tsa_name"
13186 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13187 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13188 #  include:
13189 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13195 #  layout:
13196 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13197 #    layout: "plot-throughput-speedup-analysis"
13198 #
13199 #- type: "plot"
13200 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13201 #  algorithm: "plot_tsa_name"
13202 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13203 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13204 #  include:
13205 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13211 #  layout:
13212 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13213 #    layout: "plot-throughput-speedup-analysis"
13214 #
13215 #- type: "plot"
13216 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13217 #  algorithm: "plot_tsa_name"
13218 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13219 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220 #  include:
13221 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13222 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13223 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13224 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13225 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13226 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13227 #  layout:
13228 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13229 #    layout: "plot-throughput-speedup-analysis"
13230 #
13231 #- type: "plot"
13232 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13233 #  algorithm: "plot_tsa_name"
13234 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13235 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13236 #  include:
13237 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13238 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13242 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13243 #  layout:
13244 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13245 #    layout: "plot-throughput-speedup-analysis"
13246
13247 - type: "plot"
13248   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13249   algorithm: "plot_tsa_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13252   include:
13253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13254     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13255     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13256     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13257     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13258     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13259   layout:
13260     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13261     layout: "plot-throughput-speedup-analysis"
13262
13263 - type: "plot"
13264   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13265   algorithm: "plot_tsa_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13268   include:
13269     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13270     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13275   layout:
13276     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13277     layout: "plot-throughput-speedup-analysis"
13278
13279 #- type: "plot"
13280 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13281 #  algorithm: "plot_tsa_name"
13282 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13283 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284 #  include:
13285 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13286 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13287 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13288 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13289 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13290 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13291 #  layout:
13292 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13293 #    layout: "plot-throughput-speedup-analysis"
13294 #
13295 #- type: "plot"
13296 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13297 #  algorithm: "plot_tsa_name"
13298 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13299 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13300 #  include:
13301 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13302 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13303 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13304 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13305 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13306 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13307 #  layout:
13308 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13309 #    layout: "plot-throughput-speedup-analysis"
13310 #
13311 #- type: "plot"
13312 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13313 #  algorithm: "plot_tsa_name"
13314 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13315 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13316 #  include:
13317 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13318 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13319 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13320 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13321 #  layout:
13322 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13323 #    layout: "plot-throughput-speedup-analysis"
13324 #
13325 #- type: "plot"
13326 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13327 #  algorithm: "plot_tsa_name"
13328 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13329 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13330 #  include:
13331 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13332 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13333 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13335 #  layout:
13336 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13337 #    layout: "plot-throughput-speedup-analysis"
13338 #
13339 #- type: "plot"
13340 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13341 #  algorithm: "plot_tsa_name"
13342 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13343 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13344 #  include:
13345 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13347 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13348 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13349 #  layout:
13350 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13351 #    layout: "plot-throughput-speedup-analysis"
13352 #
13353 #- type: "plot"
13354 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13355 #  algorithm: "plot_tsa_name"
13356 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13357 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13358 #  include:
13359 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13360 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13361 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13363 #  layout:
13364 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13365 #    layout: "plot-throughput-speedup-analysis"
13366
13367 - type: "plot"
13368   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13369   algorithm: "plot_tsa_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13372   include:
13373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13377   layout:
13378     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13379     layout: "plot-throughput-speedup-analysis"
13380
13381 - type: "plot"
13382   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13383   algorithm: "plot_tsa_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13391   layout:
13392     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13393     layout: "plot-throughput-speedup-analysis"
13394
13395 - type: "plot"
13396   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13397   algorithm: "plot_tsa_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13400   include:
13401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13405   layout:
13406     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13407     layout: "plot-throughput-speedup-analysis"
13408
13409 - type: "plot"
13410   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13411   algorithm: "plot_tsa_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13414   include:
13415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13419   layout:
13420     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13421     layout: "plot-throughput-speedup-analysis"
13422
13423 #- type: "plot"
13424 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13425 #  algorithm: "plot_tsa_name"
13426 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13427 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428 #  include:
13429 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13430 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13431 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13433 #  layout:
13434 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13435 #    layout: "plot-throughput-speedup-analysis"
13436 #
13437 #- type: "plot"
13438 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13439 #  algorithm: "plot_tsa_name"
13440 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13441 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13442 #  include:
13443 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13444 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13445 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13446 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13447 #  layout:
13448 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13449 #    layout: "plot-throughput-speedup-analysis"
13450 #
13451 #- type: "plot"
13452 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13453 #  algorithm: "plot_tsa_name"
13454 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13455 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13456 #  include:
13457 #    - "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"
13458 #    - "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"
13459 #    - "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"
13460 #    - "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"
13461 #  layout:
13462 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13463 #    layout: "plot-throughput-speedup-analysis"
13464 #
13465 #- type: "plot"
13466 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13467 #  algorithm: "plot_tsa_name"
13468 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13469 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13470 #  include:
13471 #    - "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"
13472 #    - "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"
13473 #    - "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"
13474 #    - "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"
13475 #  layout:
13476 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13477 #    layout: "plot-throughput-speedup-analysis"
13478 #
13479 #- type: "plot"
13480 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13481 #  algorithm: "plot_tsa_name"
13482 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13483 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13484 #  include:
13485 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13486 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13487 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13490 #  layout:
13491 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13492 #    layout: "plot-throughput-speedup-analysis"
13493 #
13494 #- type: "plot"
13495 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13496 #  algorithm: "plot_tsa_name"
13497 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13498 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13499 #  include:
13500 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13505 #  layout:
13506 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13507 #    layout: "plot-throughput-speedup-analysis"
13508 #
13509 #- type: "plot"
13510 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13511 #  algorithm: "plot_tsa_name"
13512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514 #  include:
13515 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13520 #  layout:
13521 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13522 #    layout: "plot-throughput-speedup-analysis"
13523 #
13524 #- type: "plot"
13525 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13526 #  algorithm: "plot_tsa_name"
13527 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13528 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529 #  include:
13530 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13535 #  layout:
13536 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13537 #    layout: "plot-throughput-speedup-analysis"
13538 #
13539 #- type: "plot"
13540 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13541 #  algorithm: "plot_tsa_name"
13542 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13543 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544 #  include:
13545 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13547 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13551 #  layout:
13552 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13553 #    layout: "plot-throughput-speedup-analysis"
13554 #
13555 #- type: "plot"
13556 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13557 #  algorithm: "plot_tsa_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567 #  layout:
13568 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13569 #    layout: "plot-throughput-speedup-analysis"
13570 #
13571 #- type: "plot"
13572 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13573 #  algorithm: "plot_tsa_name"
13574 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13575 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13576 #  include:
13577 #    - "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"
13578 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580 #    - "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"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583 #  layout:
13584 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13585 #    layout: "plot-throughput-speedup-analysis"
13586 #
13587 #- type: "plot"
13588 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13589 #  algorithm: "plot_tsa_name"
13590 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13591 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592 #  include:
13593 #    - "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"
13594 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596 #    - "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"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599 #  layout:
13600 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13601 #    layout: "plot-throughput-speedup-analysis"
13602 #
13603 #- type: "plot"
13604 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13605 #  algorithm: "plot_tsa_name"
13606 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13607 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608 #  include:
13609 #    - "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"
13610 #    - "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"
13611 #    - "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"
13612 #  layout:
13613 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13614 #    layout: "plot-throughput-speedup-analysis"
13615 #
13616 #- type: "plot"
13617 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13618 #  algorithm: "plot_tsa_name"
13619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13620 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13621 #  include:
13622 #    - "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"
13623 #    - "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"
13624 #    - "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"
13625 #  layout:
13626 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13627 #    layout: "plot-throughput-speedup-analysis"
13628
13629 - type: "plot"
13630   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13631   algorithm: "plot_tsa_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13634   include:
13635     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13636     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13637     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13638     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13640   layout:
13641     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13649   include:
13650     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13651     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13652     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13655   layout:
13656     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13657     layout: "plot-throughput-speedup-analysis"
13658
13659 - type: "plot"
13660   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13661   algorithm: "plot_tsa_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13664   include:
13665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13670   layout:
13671     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13672     layout: "plot-throughput-speedup-analysis"
13673
13674 - type: "plot"
13675   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13676   algorithm: "plot_tsa_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13678   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13679   include:
13680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13685   layout:
13686     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13687     layout: "plot-throughput-speedup-analysis"
13688
13689 - type: "plot"
13690   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13691   algorithm: "plot_tsa_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13694   include:
13695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13701   layout:
13702     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13703     layout: "plot-throughput-speedup-analysis"
13704
13705 - type: "plot"
13706   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13707   algorithm: "plot_tsa_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13710   include:
13711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13717   layout:
13718     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13719     layout: "plot-throughput-speedup-analysis"
13720
13721 - type: "plot"
13722   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13723   algorithm: "plot_tsa_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13725   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13726   include:
13727     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13731   layout:
13732     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13733     layout: "plot-throughput-speedup-analysis"
13734
13735 - type: "plot"
13736   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13737   algorithm: "plot_tsa_name"
13738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13740   include:
13741     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13742     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13745   layout:
13746     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13754   include:
13755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13760   layout:
13761     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13762     layout: "plot-throughput-speedup-analysis"
13763
13764 - type: "plot"
13765   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13766   algorithm: "plot_tsa_name"
13767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13769   include:
13770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13775   layout:
13776     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13777     layout: "plot-throughput-speedup-analysis"
13778
13779 - type: "plot"
13780   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13781   algorithm: "plot_tsa_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13784   include:
13785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13786     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13787     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13788     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13789     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13790     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13791   layout:
13792     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13793     layout: "plot-throughput-speedup-analysis"
13794
13795 - type: "plot"
13796   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13797   algorithm: "plot_tsa_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13800   include:
13801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13802     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13803     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13804     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13805     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13806     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13807   layout:
13808     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13809     layout: "plot-throughput-speedup-analysis"
13810
13811 - type: "plot"
13812   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13813   algorithm: "plot_tsa_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13816   include:
13817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13821   layout:
13822     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13823     layout: "plot-throughput-speedup-analysis"
13824
13825 - type: "plot"
13826   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13827   algorithm: "plot_tsa_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13830   include:
13831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13835   layout:
13836     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13837     layout: "plot-throughput-speedup-analysis"
13838
13839 - type: "plot"
13840   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13841   algorithm: "plot_tsa_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13844   include:
13845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13851   layout:
13852     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13853     layout: "plot-throughput-speedup-analysis"
13854
13855 - type: "plot"
13856   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13857   algorithm: "plot_tsa_name"
13858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13860   include:
13861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13867   layout:
13868     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13869     layout: "plot-throughput-speedup-analysis"
13870
13871 - type: "plot"
13872   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13873   algorithm: "plot_tsa_name"
13874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13876   include:
13877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13883   layout:
13884     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13892   include:
13893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13899   layout:
13900     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13901     layout: "plot-throughput-speedup-analysis"
13902
13903 - type: "plot"
13904   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13905   algorithm: "plot_tsa_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13908   include:
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13915   layout:
13916     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13917     layout: "plot-throughput-speedup-analysis"
13918
13919 - type: "plot"
13920   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13921   algorithm: "plot_tsa_name"
13922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13924   include:
13925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13927     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13928     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13930     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13933     layout: "plot-throughput-speedup-analysis"
13934
13935 - type: "plot"
13936   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13937   algorithm: "plot_tsa_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961   layout:
13962     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 #- type: "plot"
13966 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13967 #  algorithm: "plot_tsa_name"
13968 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13969 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970 #  include:
13971 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13976 #  layout:
13977 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13978 #    layout: "plot-throughput-speedup-analysis"
13979 #
13980 #- type: "plot"
13981 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13982 #  algorithm: "plot_tsa_name"
13983 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13984 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13985 #  include:
13986 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13987 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13991 #  layout:
13992 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13993 #    layout: "plot-throughput-speedup-analysis"
13994
13995 #- type: "plot"
13996 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13997 #  algorithm: "plot_tsa_name"
13998 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13999 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14000 #  include:
14001 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14006 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14007 #  layout:
14008 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14009 #    layout: "plot-throughput-speedup-analysis"
14010 #
14011 #- type: "plot"
14012 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14013 #  algorithm: "plot_tsa_name"
14014 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14015 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14016 #  include:
14017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14020 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14021 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14022 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14023 #  layout:
14024 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14025 #    layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14032   include:
14033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14038   layout:
14039     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14047   include:
14048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14053   layout:
14054     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14062   include:
14063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14069   layout:
14070     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14085   layout:
14086     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14094   include:
14095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14100   layout:
14101     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14109   include:
14110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14115   layout:
14116     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14124   include:
14125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14129   layout:
14130     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14138   include:
14139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14143   layout:
14144     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14152   include:
14153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14159   layout:
14160     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14161     layout: "plot-throughput-speedup-analysis"
14162
14163 - type: "plot"
14164   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14165   algorithm: "plot_tsa_name"
14166   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14167   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14168   include:
14169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14175   layout:
14176     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14184   include:
14185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14190   layout:
14191     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14192     layout: "plot-throughput-speedup-analysis"
14193
14194 - type: "plot"
14195   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14196   algorithm: "plot_tsa_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14199   include:
14200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14205   layout:
14206     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14214   include:
14215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14221   layout:
14222     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14230   include:
14231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14237   layout:
14238     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14246   include:
14247     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14251   layout:
14252     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14253     layout: "plot-throughput-speedup-analysis"
14254
14255 - type: "plot"
14256   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14257   algorithm: "plot_tsa_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14259   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14260   include:
14261     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14265   layout:
14266     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14274   include:
14275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14280   layout:
14281     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14289   include:
14290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14295   layout:
14296     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14304   include:
14305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14311   layout:
14312     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14313     layout: "plot-throughput-speedup-analysis"
14314
14315 - type: "plot"
14316   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14317   algorithm: "plot_tsa_name"
14318   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14319   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14320   include:
14321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14327   layout:
14328     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14329     layout: "plot-throughput-speedup-analysis"
14330
14331 - type: "plot"
14332   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14333   algorithm: "plot_tsa_name"
14334   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14335   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14336   include:
14337     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14341   layout:
14342     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14343     layout: "plot-throughput-speedup-analysis"
14344
14345 - type: "plot"
14346   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14347   algorithm: "plot_tsa_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14349   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14350   include:
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14355   layout:
14356     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14364   include:
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14371   layout:
14372     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14380   include:
14381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14384     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14385     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14387   layout:
14388     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14396   include:
14397     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14400     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14403   layout:
14404     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14412   include:
14413     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14419   layout:
14420     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 #- type: "plot"
14424 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14425 #  algorithm: "plot_tsa_name"
14426 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14427 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14428 #  include:
14429 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14430 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14431 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14432 #  layout:
14433 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14434 #    layout: "plot-throughput-speedup-analysis"
14435 #
14436 #- type: "plot"
14437 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14438 #  algorithm: "plot_tsa_name"
14439 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14440 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14441 #  include:
14442 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14443 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14444 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14445 #  layout:
14446 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14447 #    layout: "plot-throughput-speedup-analysis"
14448
14449 ################################################################################
14450
14451 # Packet Throughput - DPDK
14452
14453 # 2n-skx-xxv710
14454
14455 #- type: "plot"
14456 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14457 #  algorithm: "plot_perf_box_name"
14458 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14459 #  data: "plot-dpdk-throughput-latency-2n-skx"
14460 #  include:
14461 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14462 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14463 #  layout:
14464 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14465 #    layout: "plot-throughput"
14466 #
14467 #- type: "plot"
14468 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14469 #  algorithm: "plot_perf_box_name"
14470 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14471 #  data: "plot-dpdk-throughput-latency-2n-skx"
14472 #  include:
14473 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14474 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14475 #  layout:
14476 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14477 #    layout: "plot-throughput"
14478 #
14479 #- type: "plot"
14480 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14481 #  algorithm: "plot_perf_box_name"
14482 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14483 #  data: "plot-dpdk-throughput-latency-2n-skx"
14484 #  include:
14485 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14486 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14487 #  layout:
14488 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14489 #    layout: "plot-throughput"
14490 #
14491 #- type: "plot"
14492 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14493 #  algorithm: "plot_perf_box_name"
14494 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14495 #  data: "plot-dpdk-throughput-latency-2n-skx"
14496 #  include:
14497 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14498 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14499 #  layout:
14500 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14501 #    layout: "plot-throughput"
14502 #
14503 ## 2n-skx-x710
14504 #
14505 #- type: "plot"
14506 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14507 #  algorithm: "plot_perf_box_name"
14508 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14509 #  data: "plot-dpdk-throughput-latency-2n-skx"
14510 #  include:
14511 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14512 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14513 #  layout:
14514 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14515 #    layout: "plot-throughput"
14516 #
14517 #- type: "plot"
14518 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14519 #  algorithm: "plot_perf_box_name"
14520 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14521 #  data: "plot-dpdk-throughput-latency-2n-skx"
14522 #  include:
14523 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14524 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14525 #  layout:
14526 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14527 #    layout: "plot-throughput"
14528 #
14529 #- type: "plot"
14530 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14531 #  algorithm: "plot_perf_box_name"
14532 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14533 #  data: "plot-dpdk-throughput-latency-2n-skx"
14534 #  include:
14535 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14536 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14537 #  layout:
14538 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14539 #    layout: "plot-throughput"
14540 #
14541 #- type: "plot"
14542 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14543 #  algorithm: "plot_perf_box_name"
14544 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14545 #  data: "plot-dpdk-throughput-latency-2n-skx"
14546 #  include:
14547 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14548 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14549 #  layout:
14550 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14551 #    layout: "plot-throughput"
14552 #
14553 ## 3n-skx-xxv710
14554 #
14555 #- type: "plot"
14556 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14557 #  algorithm: "plot_perf_box_name"
14558 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14559 #  data: "plot-dpdk-throughput-latency-3n-skx"
14560 #  include:
14561 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14562 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14563 #  layout:
14564 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14565 #    layout: "plot-throughput"
14566 #
14567 #- type: "plot"
14568 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14569 #  algorithm: "plot_perf_box_name"
14570 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14571 #  data: "plot-dpdk-throughput-latency-3n-skx"
14572 #  include:
14573 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14574 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14575 #  layout:
14576 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14577 #    layout: "plot-throughput"
14578 #
14579 #- type: "plot"
14580 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14581 #  algorithm: "plot_perf_box_name"
14582 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14583 #  data: "plot-dpdk-throughput-latency-3n-skx"
14584 #  include:
14585 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14586 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14587 #  layout:
14588 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14589 #    layout: "plot-throughput"
14590 #
14591 #- type: "plot"
14592 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14593 #  algorithm: "plot_perf_box_name"
14594 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14595 #  data: "plot-dpdk-throughput-latency-3n-skx"
14596 #  include:
14597 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14598 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14599 #  layout:
14600 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14601 #    layout: "plot-throughput"
14602 #
14603 ## 3n-skx-x710
14604 #
14605 #- type: "plot"
14606 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14607 #  algorithm: "plot_perf_box_name"
14608 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14609 #  data: "plot-dpdk-throughput-latency-3n-skx"
14610 #  include:
14611 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14612 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14613 #  layout:
14614 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14615 #    layout: "plot-throughput"
14616 #
14617 #- type: "plot"
14618 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14619 #  algorithm: "plot_perf_box_name"
14620 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14621 #  data: "plot-dpdk-throughput-latency-3n-skx"
14622 #  include:
14623 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14624 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14625 #  layout:
14626 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14627 #    layout: "plot-throughput"
14628 #
14629 #- type: "plot"
14630 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14631 #  algorithm: "plot_perf_box_name"
14632 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14633 #  data: "plot-dpdk-throughput-latency-3n-skx"
14634 #  include:
14635 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14636 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14637 #  layout:
14638 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14639 #    layout: "plot-throughput"
14640 #
14641 #- type: "plot"
14642 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14643 #  algorithm: "plot_perf_box_name"
14644 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14645 #  data: "plot-dpdk-throughput-latency-3n-skx"
14646 #  include:
14647 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14648 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14649 #  layout:
14650 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14651 #    layout: "plot-throughput"
14652
14653 # 3n-hsw-xl710
14654
14655 - type: "plot"
14656   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14657   algorithm: "plot_perf_box_name"
14658   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14659   data: "plot-dpdk-throughput-latency-3n-hsw"
14660   include:
14661     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14662     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14663   layout:
14664     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14665     layout: "plot-throughput"
14666
14667 - type: "plot"
14668   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14669   algorithm: "plot_perf_box_name"
14670   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14671   data: "plot-dpdk-throughput-latency-3n-hsw"
14672   include:
14673     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14674     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14675   layout:
14676     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14677     layout: "plot-throughput"
14678
14679 - type: "plot"
14680   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14681   algorithm: "plot_perf_box_name"
14682   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14683   data: "plot-dpdk-throughput-latency-3n-hsw"
14684   include:
14685     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14686     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14687   layout:
14688     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14689     layout: "plot-throughput"
14690
14691 - type: "plot"
14692   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14693   algorithm: "plot_perf_box_name"
14694   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14695   data: "plot-dpdk-throughput-latency-3n-hsw"
14696   include:
14697     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14698     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14699   layout:
14700     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14701     layout: "plot-throughput"
14702
14703 # 3n-hsw-x710
14704
14705 - type: "plot"
14706   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14707   algorithm: "plot_perf_box_name"
14708   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14709   data: "plot-dpdk-throughput-latency-3n-hsw"
14710   include:
14711     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14712     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14713   layout:
14714     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14715     layout: "plot-throughput"
14716
14717 - type: "plot"
14718   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14719   algorithm: "plot_perf_box_name"
14720   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14721   data: "plot-dpdk-throughput-latency-3n-hsw"
14722   include:
14723     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14724     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14725   layout:
14726     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14727     layout: "plot-throughput"
14728
14729 - type: "plot"
14730   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14731   algorithm: "plot_perf_box_name"
14732   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14733   data: "plot-dpdk-throughput-latency-3n-hsw"
14734   include:
14735     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14736     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14737   layout:
14738     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14739     layout: "plot-throughput"
14740
14741 - type: "plot"
14742   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14743   algorithm: "plot_perf_box_name"
14744   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14745   data: "plot-dpdk-throughput-latency-3n-hsw"
14746   include:
14747     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14748     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14749   layout:
14750     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14751     layout: "plot-throughput"
14752
14753 # 2n-dnv-x553
14754
14755 - type: "plot"
14756   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14757   algorithm: "plot_perf_box_name"
14758   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14759   data: "plot-dpdk-throughput-latency-2n-dnv"
14760   include:
14761     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14762     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14763   layout:
14764     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14765     layout: "plot-throughput"
14766
14767 - type: "plot"
14768   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14769   algorithm: "plot_perf_box_name"
14770   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14771   data: "plot-dpdk-throughput-latency-2n-dnv"
14772   include:
14773     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14774     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14775   layout:
14776     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14777     layout: "plot-throughput"
14778
14779 - type: "plot"
14780   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14781   algorithm: "plot_perf_box_name"
14782   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14783   data: "plot-dpdk-throughput-latency-2n-dnv"
14784   include:
14785     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14786     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14787   layout:
14788     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14789     layout: "plot-throughput"
14790
14791 - type: "plot"
14792   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14793   algorithm: "plot_perf_box_name"
14794   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14795   data: "plot-dpdk-throughput-latency-2n-dnv"
14796   include:
14797     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14798     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14799   layout:
14800     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14801     layout: "plot-throughput"
14802
14803 # 3n-dnv-x553
14804
14805 - type: "plot"
14806   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14807   algorithm: "plot_perf_box_name"
14808   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14809   data: "plot-dpdk-throughput-latency-3n-dnv"
14810   include:
14811     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14812     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14813   layout:
14814     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14815     layout: "plot-throughput"
14816
14817 - type: "plot"
14818   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14819   algorithm: "plot_perf_box_name"
14820   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14821   data: "plot-dpdk-throughput-latency-3n-dnv"
14822   include:
14823     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14824     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14825   layout:
14826     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14827     layout: "plot-throughput"
14828
14829 - type: "plot"
14830   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14831   algorithm: "plot_perf_box_name"
14832   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14833   data: "plot-dpdk-throughput-latency-3n-dnv"
14834   include:
14835     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14836     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14837   layout:
14838     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14839     layout: "plot-throughput"
14840
14841 - type: "plot"
14842   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14843   algorithm: "plot_perf_box_name"
14844   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14845   data: "plot-dpdk-throughput-latency-3n-dnv"
14846   include:
14847     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14848     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14849   layout:
14850     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14851     layout: "plot-throughput"
14852
14853 # 3n-tsh-x520
14854
14855 - type: "plot"
14856   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14857   algorithm: "plot_perf_box_name"
14858   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14859   data: "plot-dpdk-throughput-latency-3n-tsh"
14860   include:
14861     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14862     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14863   layout:
14864     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14865     layout: "plot-throughput"
14866
14867 - type: "plot"
14868   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
14869   algorithm: "plot_perf_box_name"
14870   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
14871   data: "plot-dpdk-throughput-latency-3n-tsh"
14872   include:
14873     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14874     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14875   layout:
14876     title: "3n-tsh-x520-64b-2t2c-base-ndr"
14877     layout: "plot-throughput"
14878
14879 - type: "plot"
14880   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
14881   algorithm: "plot_perf_box_name"
14882   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
14883   data: "plot-dpdk-throughput-latency-3n-tsh"
14884   include:
14885     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14886     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14887   layout:
14888     title: "3n-tsh-x520-64b-1t1c-base-pdr"
14889     layout: "plot-throughput"
14890
14891 - type: "plot"
14892   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
14893   algorithm: "plot_perf_box_name"
14894   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
14895   data: "plot-dpdk-throughput-latency-3n-tsh"
14896   include:
14897     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14898     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14899   layout:
14900     title: "3n-tsh-x520-64b-2t2c-base-pdr"
14901     layout: "plot-throughput"
14902
14903 ################################################################################
14904 ###   2n-clx                                                                 ###
14905 ################################################################################
14906
14907 # Packet Throughput
14908
14909 - type: "plot"
14910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14911   algorithm: "plot_perf_box_name"
14912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14914   include:
14915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14919   layout:
14920     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14921     layout: "plot-throughput"
14922
14923 - type: "plot"
14924   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14925   algorithm: "plot_perf_box_name"
14926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14928   include:
14929     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14930     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14933   layout:
14934     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14935     layout: "plot-throughput"
14936
14937 - type: "plot"
14938   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14939   algorithm: "plot_perf_box_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14942   include:
14943     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14944     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14945     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14946     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14947   layout:
14948     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14949     layout: "plot-throughput"
14950
14951 - type: "plot"
14952   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14953   algorithm: "plot_perf_box_name"
14954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14956   include:
14957     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14958     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14959     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14960     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14961   layout:
14962     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14963     layout: "plot-throughput"
14964
14965 - type: "plot"
14966   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14967   algorithm: "plot_perf_box_name"
14968   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14976   layout:
14977     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14978     layout: "plot-throughput"
14979
14980 - type: "plot"
14981   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14982   algorithm: "plot_perf_box_name"
14983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14991   layout:
14992     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14993     layout: "plot-throughput"
14994
14995 - type: "plot"
14996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14997   algorithm: "plot_perf_box_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15000   include:
15001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15005   layout:
15006     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15007     layout: "plot-throughput"
15008
15009 - type: "plot"
15010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15011   algorithm: "plot_perf_box_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15014   include:
15015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15019   layout:
15020     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15021     layout: "plot-throughput"
15022
15023 - type: "plot"
15024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15025   algorithm: "plot_perf_box_name"
15026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15028   include:
15029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15034   layout:
15035     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15036     layout: "plot-throughput"
15037
15038 - type: "plot"
15039   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15040   algorithm: "plot_perf_box_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15049   layout:
15050     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15051     layout: "plot-throughput"
15052
15053 - type: "plot"
15054   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15055   algorithm: "plot_perf_box_name"
15056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15058   include:
15059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15065   layout:
15066     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15067     layout: "plot-throughput"
15068
15069 - type: "plot"
15070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15071   algorithm: "plot_perf_box_name"
15072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15074   include:
15075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15081   layout:
15082     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15083     layout: "plot-throughput"
15084
15085 - type: "plot"
15086   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15087   algorithm: "plot_perf_box_name"
15088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15090   include:
15091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15093   layout:
15094     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15095     layout: "plot-throughput"
15096
15097 - type: "plot"
15098   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15099   algorithm: "plot_perf_box_name"
15100   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15105   layout:
15106     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15107     layout: "plot-throughput"
15108
15109 - type: "plot"
15110   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15111   algorithm: "plot_perf_box_name"
15112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15121   layout:
15122     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15123     layout: "plot-throughput"
15124
15125 - type: "plot"
15126   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15127   algorithm: "plot_perf_box_name"
15128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15130   include:
15131     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15137   layout:
15138     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15143   algorithm: "plot_perf_box_name"
15144   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15146   include:
15147     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15153   layout:
15154     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15155     layout: "plot-throughput"
15156
15157 - type: "plot"
15158   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15159   algorithm: "plot_perf_box_name"
15160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15169   layout:
15170     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15171     layout: "plot-throughput"
15172
15173 - type: "plot"
15174   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15175   algorithm: "plot_perf_box_name"
15176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15178   include:
15179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15182   layout:
15183     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15184     layout: "plot-throughput"
15185
15186 - type: "plot"
15187   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15191   include:
15192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15195   layout:
15196     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15197     layout: "plot-throughput"
15198
15199 - type: "plot"
15200   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15201   algorithm: "plot_perf_box_name"
15202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15204   include:
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15210   layout:
15211     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15212     layout: "plot-throughput"
15213
15214 - type: "plot"
15215   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15216   algorithm: "plot_perf_box_name"
15217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15219   include:
15220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15225   layout:
15226     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15231   algorithm: "plot_perf_box_name"
15232   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15234   include:
15235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15240   layout:
15241     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15242     layout: "plot-throughput"
15243
15244 - type: "plot"
15245   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15246   algorithm: "plot_perf_box_name"
15247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15249   include:
15250     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15255   layout:
15256     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15257     layout: "plot-throughput"
15258
15259 - type: "plot"
15260   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15261   algorithm: "plot_perf_box_name"
15262   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15264   include:
15265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15271   layout:
15272     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15273     layout: "plot-throughput"
15274
15275 - type: "plot"
15276   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15277   algorithm: "plot_perf_box_name"
15278   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15280   include:
15281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15287   layout:
15288     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15289     layout: "plot-throughput"
15290
15291 - type: "plot"
15292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15293   algorithm: "plot_perf_box_name"
15294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15296   include:
15297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15301   layout:
15302     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15303     layout: "plot-throughput"
15304
15305 - type: "plot"
15306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15307   algorithm: "plot_perf_box_name"
15308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15310   include:
15311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15315   layout:
15316     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15317     layout: "plot-throughput"
15318
15319 - type: "plot"
15320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15321   algorithm: "plot_perf_box_name"
15322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15324   include:
15325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15330   layout:
15331     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15332     layout: "plot-throughput"
15333
15334 - type: "plot"
15335   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15336   algorithm: "plot_perf_box_name"
15337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15339   include:
15340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15345   layout:
15346     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15347     layout: "plot-throughput"
15348
15349 - type: "plot"
15350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15351   algorithm: "plot_perf_box_name"
15352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15354   include:
15355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15359   layout:
15360     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15361     layout: "plot-throughput"
15362
15363 - type: "plot"
15364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15365   algorithm: "plot_perf_box_name"
15366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15368   include:
15369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15373   layout:
15374     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15375     layout: "plot-throughput"
15376
15377 - type: "plot"
15378   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15379   algorithm: "plot_perf_box_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15382   include:
15383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15389   layout:
15390     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15391     layout: "plot-throughput"
15392
15393 - type: "plot"
15394   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15395   algorithm: "plot_perf_box_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15398   include:
15399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15405   layout:
15406     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15407     layout: "plot-throughput"
15408
15409 - type: "plot"
15410   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15411   algorithm: "plot_perf_box_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15414   include:
15415     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15419   layout:
15420     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15421     layout: "plot-throughput"
15422
15423 - type: "plot"
15424   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15425   algorithm: "plot_perf_box_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15428   include:
15429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15433   layout:
15434     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15435     layout: "plot-throughput"
15436
15437 - type: "plot"
15438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15439   algorithm: "plot_perf_box_name"
15440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15442   include:
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15447   layout:
15448     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15449     layout: "plot-throughput"
15450
15451 - type: "plot"
15452   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15453   algorithm: "plot_perf_box_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15456   include:
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15461   layout:
15462     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15463     layout: "plot-throughput"
15464
15465 - type: "plot"
15466   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15467   algorithm: "plot_perf_box_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15475   layout:
15476     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15477     layout: "plot-throughput"
15478
15479 - type: "plot"
15480   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15481   algorithm: "plot_perf_box_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15484   include:
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15489   layout:
15490     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15491     layout: "plot-throughput"
15492
15493 - type: "plot"
15494   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15495   algorithm: "plot_perf_box_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15498   include:
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503   layout:
15504     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15505     layout: "plot-throughput"
15506
15507 - type: "plot"
15508   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15509   algorithm: "plot_perf_box_name"
15510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15512   include:
15513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15517   layout:
15518     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15519     layout: "plot-throughput"
15520
15521 - type: "plot"
15522   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15523   algorithm: "plot_perf_box_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15526   include:
15527     - "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"
15528     - "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"
15529     - "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"
15530     - "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"
15531   layout:
15532     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15533     layout: "plot-throughput"
15534
15535 - type: "plot"
15536   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15537   algorithm: "plot_perf_box_name"
15538   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15540   include:
15541     - "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"
15542     - "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"
15543     - "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"
15544     - "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"
15545   layout:
15546     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15547     layout: "plot-throughput"
15548
15549 ################################################################################
15550
15551 # Packet Speedup
15552
15553 - type: "plot"
15554   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15558   include:
15559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15563   layout:
15564     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15572   include:
15573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15577   layout:
15578     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15586   include:
15587     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15588     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15589     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15590     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15591   layout:
15592     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15600   include:
15601     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15602     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15603     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15605   layout:
15606     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15614   include:
15615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15620   layout:
15621     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15629   include:
15630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15635   layout:
15636     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644   include:
15645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15649   layout:
15650     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15658   include:
15659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15663   layout:
15664     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15672   include:
15673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15678   layout:
15679     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15687   include:
15688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15693   layout:
15694     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15702   include:
15703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15709   layout:
15710     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718   include:
15719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15725   layout:
15726     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15734   include:
15735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15737   layout:
15738     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15746   include:
15747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15749   layout:
15750     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15758   include:
15759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15765   layout:
15766     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15774   include:
15775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15781   layout:
15782     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15790   include:
15791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15797   layout:
15798     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15806   include:
15807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15813   layout:
15814     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15822   include:
15823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15826   layout:
15827     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15835   include:
15836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15839   layout:
15840     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15848   include:
15849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15854   layout:
15855     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15863   include:
15864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15869   layout:
15870     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15878   include:
15879     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15884   layout:
15885     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15893   include:
15894     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15899   layout:
15900     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15908   include:
15909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15915   layout:
15916     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15924   include:
15925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15931   layout:
15932     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15940   include:
15941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15945   layout:
15946     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15954   include:
15955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15959   layout:
15960     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15968   include:
15969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15974   layout:
15975     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15983   include:
15984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15989   layout:
15990     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15998   include:
15999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16003   layout:
16004     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16012   include:
16013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16017   layout:
16018     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16019     layout: "plot-throughput-speedup-analysis"
16020
16021 - type: "plot"
16022   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16023   algorithm: "plot_tsa_name"
16024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16026   include:
16027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16033   layout:
16034     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16035     layout: "plot-throughput-speedup-analysis"
16036
16037 - type: "plot"
16038   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16039   algorithm: "plot_tsa_name"
16040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16042   include:
16043     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16049   layout:
16050     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16058   include:
16059     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16063   layout:
16064     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16072   include:
16073     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16077   layout:
16078     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086   include:
16087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16091   layout:
16092     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16105   layout:
16106     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16119   layout:
16120     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16128   include:
16129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16133   layout:
16134     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16135     layout: "plot-throughput-speedup-analysis"
16136
16137 - type: "plot"
16138   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16139   algorithm: "plot_tsa_name"
16140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16142   include:
16143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147   layout:
16148     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16156   include:
16157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161   layout:
16162     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16170   include:
16171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175   layout:
16176     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16184   include:
16185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16189   layout:
16190     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 ################################################################################
16194
16195 # Packet Throughput - DPDK
16196
16197 # 2n-clx-xxv710
16198
16199 - type: "plot"
16200   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16201   algorithm: "plot_perf_box_name"
16202   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16203   data: "plot-dpdk-throughput-latency-2n-clx"
16204   include:
16205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16206     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16207   layout:
16208     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16209     layout: "plot-throughput"
16210
16211 - type: "plot"
16212   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16213   algorithm: "plot_perf_box_name"
16214   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16215   data: "plot-dpdk-throughput-latency-2n-clx"
16216   include:
16217     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16218     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16219   layout:
16220     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16221     layout: "plot-throughput"
16222
16223 - type: "plot"
16224   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16225   algorithm: "plot_perf_box_name"
16226   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16227   data: "plot-dpdk-throughput-latency-2n-clx"
16228   include:
16229     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16230     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16231   layout:
16232     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16233     layout: "plot-throughput"
16234
16235 - type: "plot"
16236   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16237   algorithm: "plot_perf_box_name"
16238   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16239   data: "plot-dpdk-throughput-latency-2n-clx"
16240   include:
16241     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16242     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16243   layout:
16244     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16245     layout: "plot-throughput"
16246
16247 # 2n-clx-x710
16248
16249 - type: "plot"
16250   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16253   data: "plot-dpdk-throughput-latency-2n-clx"
16254   include:
16255     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16256     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16257   layout:
16258     title: "2n-clx-x710-64b-2t1c-base-ndr"
16259     layout: "plot-throughput"
16260
16261 - type: "plot"
16262   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16263   algorithm: "plot_perf_box_name"
16264   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16265   data: "plot-dpdk-throughput-latency-2n-clx"
16266   include:
16267     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16268     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16269   layout:
16270     title: "2n-clx-x710-64b-4t2c-base-ndr"
16271     layout: "plot-throughput"
16272
16273 - type: "plot"
16274   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16275   algorithm: "plot_perf_box_name"
16276   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16277   data: "plot-dpdk-throughput-latency-2n-clx"
16278   include:
16279     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16280     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16281   layout:
16282     title: "2n-clx-x710-64b-2t1c-base-pdr"
16283     layout: "plot-throughput"
16284
16285 - type: "plot"
16286   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16287   algorithm: "plot_perf_box_name"
16288   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16289   data: "plot-dpdk-throughput-latency-2n-clx"
16290   include:
16291     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16292     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16293   layout:
16294     title: "2n-clx-x710-64b-4t2c-base-pdr"
16295     layout: "plot-throughput"
16296
16297 ################################################################################
16298
16299 #- type: "plot"
16300 #  title: "Latency by percentile: 2n-skx"
16301 #  algorithm: "plot_hdrh_lat_by_percentile"
16302 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16303 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16304 #  target-links: "../../_static/vpp"
16305 #  data: "plot-vpp-hdrh-lat-2n-skx"
16306 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16307 #  layout:
16308 #    layout: "plot-hdrh-latency-by-percentile"
16309
16310 #- type: "plot"
16311 #  title: "Latency by percentile: 3n-skx"
16312 #  algorithm: "plot_hdrh_lat_by_percentile"
16313 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16314 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16315 #  target-links: "../../_static/vpp"
16316 #  data: "plot-vpp-hdrh-lat-3n-skx"
16317 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16318 #  layout:
16319 #    layout: "plot-hdrh-latency-by-percentile"
16320
16321 - type: "plot"
16322   title: "Latency by percentile: 2n-clx"
16323   algorithm: "plot_hdrh_lat_by_percentile"
16324   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16325   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16326   target-links: "../../_static/vpp"
16327   data: "plot-vpp-hdrh-lat-2n-clx"
16328   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16329   layout:
16330     layout: "plot-hdrh-latency-by-percentile"
16331
16332 - type: "plot"
16333   title: "Latency by percentile: 3n-hsw"
16334   algorithm: "plot_hdrh_lat_by_percentile"
16335   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16336   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16337   target-links: "../../_static/vpp"
16338   data: "plot-vpp-hdrh-lat-3n-hsw"
16339   filter: "'1T1C' and 'NIC_Intel-XL710'"
16340   layout:
16341     layout: "plot-hdrh-latency-by-percentile"
16342
16343 - type: "plot"
16344   title: "Latency by percentile: 3n-tsh"
16345   algorithm: "plot_hdrh_lat_by_percentile"
16346   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16347   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16348   target-links: "../../_static/vpp"
16349   data: "plot-vpp-hdrh-lat-3n-tsh"
16350   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16351   layout:
16352     layout: "plot-hdrh-latency-by-percentile"
16353
16354 - type: "plot"
16355   title: "Latency by percentile: DPDK 2n-clx"
16356   algorithm: "plot_hdrh_lat_by_percentile"
16357   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16358   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16359   target-links: "../../_static/dpdk"
16360   data: "plot-dpdk-hdrh-lat-2n-clx"
16361   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16362   layout:
16363     layout: "plot-hdrh-latency-by-percentile"
16364
16365 - type: "plot"
16366   title: "Latency by percentile: DPDK 3n-hsw"
16367   algorithm: "plot_hdrh_lat_by_percentile"
16368   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16369   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16370   target-links: "../../_static/dpdk"
16371   data: "plot-dpdk-hdrh-lat-3n-hsw"
16372   filter: "'1T1C' and 'NIC_Intel-XL710'"
16373   layout:
16374     layout: "plot-hdrh-latency-by-percentile"
16375
16376 - type: "plot"
16377   title: "Latency by percentile: DPDK 3n-tsh"
16378   algorithm: "plot_hdrh_lat_by_percentile"
16379   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16380   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16381   target-links: "../../_static/dpdk"
16382   data: "plot-dpdk-hdrh-lat-3n-tsh"
16383   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16384   layout:
16385     layout: "plot-hdrh-latency-by-percentile"