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: 148809523
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
383
384     plot-vpp-hdrh-lat-2n-clx:
385       csit-vpp-perf-verify-2001-2n-clx:
386         - 28  # NDRPDR sel
387
388     plot-vpp-nfv-2n-clx-ndrpdr:
389       # TODO: Add the data
390       csit-vpp-perf-verify-2001-2n-clx:
391         - 28  # NDRPDR sel
392         - 29  # NDRPDR sel
393         - 32  # NDRPDR sel
394
395
396     plot-vpp-nfv-2n-clx-mrr:
397       # TODO: Replace the data
398       csit-vpp-perf-verify-2001-2n-clx:
399         - 28  # NDRPDR sel
400
401     plot-dpdk-throughput-latency-2n-clx:
402       csit-dpdk-perf-verify-2001-2n-clx:
403         - 14  # NDRPDR sel
404         - 15  # NDRPDR sel
405         - 16  # NDRPDR sel
406         - 17  # NDRPDR sel
407         - 18  # NDRPDR sel
408         - 19  # NDRPDR sel
409         - 20  # NDRPDR sel
410         - 21  # NDRPDR sel
411         - 22  # NDRPDR sel
412         - 23  # NDRPDR sel
413
414
415     plot-dpdk-hdrh-lat-2n-clx:
416       csit-dpdk-perf-verify-2001-2n-clx:
417         - 15  # NDRPDR sel
418
419     # 3n-tsh
420
421     plot-vpp-throughput-lat-tsa-3n-tsh:
422       # TODO: Add the data
423       csit-vpp-perf-verify-2001-3n-tsh:
424         - 3   # NDRPDR sel
425         - 4   # NDRPDR sel
426         - 7   # NDRPDR sel
427         - 8   # NDRPDR sel
428         - 10  # NDRPDR sel
429         - 12  # NDRPDR sel
430
431     plot-vpp-hdrh-lat-3n-tsh:
432       csit-vpp-perf-verify-2001-3n-tsh:
433         - 4   # NDRPDR sel
434
435     plot-dpdk-throughput-latency-3n-tsh:
436       csit-dpdk-perf-verify-2001-3n-tsh:
437         - 3   # NDRPDR sel
438         - 4   # NDRPDR sel
439         - 5   # NDRPDR sel
440         - 9   # NDRPDR sel
441         - 10  # NDRPDR sel
442         - 11  # NDRPDR sel
443         - 12  # NDRPDR sel
444         - 14  # NDRPDR sel
445         - 15  # NDRPDR sel
446         - 18  # NDRPDR sel
447
448     plot-dpdk-hdrh-lat-3n-tsh:
449       csit-dpdk-perf-verify-2001-3n-tsh:
450         - 3   # NDRPDR sel
451
452     # 3n-dnv
453
454     plot-vpp-throughput-lat-tsa-3n-dnv:
455       csit-vpp-perf-verify-2001-3n-dnv:
456         - 5   # NDRPDR sel
457         - 6   # NDRPDR sel
458         - 7   # NDRPDR sel
459         - 8   # NDRPDR sel
460         - 9   # NDRPDR sel
461         - 10  # NDRPDR sel
462         - 12  # NDRPDR sel
463         - 16  # NDRPDR sel
464         - 17  # NDRPDR sel
465         - 18  # NDRPDR sel
466
467     plot-dpdk-throughput-latency-3n-dnv:
468       csit-dpdk-perf-verify-2001-3n-dnv:
469         - 12  # NDRPDR sel
470         - 13  # NDRPDR sel
471         - 14  # NDRPDR sel
472         - 15  # NDRPDR sel
473         - 16  # NDRPDR sel
474         - 17  # NDRPDR sel
475         - 18  # NDRPDR sel
476         - 19  # NDRPDR sel
477         - 20  # NDRPDR sel
478         - 22  # NDRPDR sel
479
480     # 2n-dnv
481
482     plot-vpp-throughput-lat-tsa-2n-dnv:
483       csit-vpp-perf-verify-2001-2n-dnv:
484         - 4   # NDRPDR sel
485         - 5   # NDRPDR sel
486         - 6   # NDRPDR sel
487         - 7   # NDRPDR sel
488         - 8   # NDRPDR sel
489         - 9   # NDRPDR sel
490         - 10  # NDRPDR sel
491         - 11  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 16  # NDRPDR sel
494
495     plot-dpdk-throughput-latency-2n-dnv:
496       csit-dpdk-perf-verify-2001-2n-dnv:
497         - 9   # NDRPDR sel
498         - 10  # NDRPDR sel
499         - 11  # NDRPDR sel
500         - 12  # NDRPDR sel
501         - 13  # NDRPDR sel
502         - 14  # NDRPDR sel
503         - 15  # NDRPDR sel
504         - 16  # NDRPDR sel
505         - 17  # NDRPDR sel
506         - 18  # NDRPDR sel
507
508     ###########################################################################
509     # Simple tables (only one data set):
510
511     # NIC Comparisons
512
513     vpp-nic-comparison-3n-skx:
514       # TODO: Add the data
515       csit-vpp-perf-verify-2001-3n-skx:
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519
520     vpp-nic-comparison-2n-skx:
521       # TODO: Add the data
522       csit-vpp-perf-verify-2001-2n-skx:
523         - 21  # NDRPDR sel
524         - 22  # NDRPDR sel
525         - 23  # NDRPDR sel
526         - 26  # NDRPDR sel
527
528     vpp-nic-comparison-3n-skx-mrr:
529       # TODO: Replace
530       # csit-vpp-perf-verify-2001-3n-skx:
531       csit-vpp-perf-verify-1908-3n-skx:
532         - 36  # MRR sel
533
534     vpp-nic-comparison-2n-skx-mrr:
535       # TODO: Replace
536       # csit-vpp-perf-verify-2001-2n-skx:
537       csit-vpp-perf-verify-1908-2n-skx:
538         - 69  # MRR sel
539
540     # Results
541
542     vpp-perf-results-3n-hsw:
543       csit-vpp-perf-verify-2001-3n-hsw:
544         - 18  # NDRPDR full
545         - 20  # NDRPDR full
546         - 28  # NDRPDR full
547         - 35  # NDRPDR full
548         - 42  # NDRPDR full
549         - 46  # NDRPDR full
550         - 47  # NDRPDR full
551         - 48  # NDRPDR full
552         - 49  # NDRPDR full
553         - 50  # NDRPDR full
554         - 51  # NDRPDR full
555         - 52  # NDRPDR full
556         - 53  # NDRPDR full
557         - 54  # NDRPDR full
558         - 55  # NDRPDR full
559         - 56  # NDRPDR full
560         - 57  # NDRPDR full
561         - 58  # NDRPDR full
562         - 59  # NDRPDR full
563         - 61  # NDRPDR full
564         - 62  # NDRPDR full
565         - 63  # NDRPDR full
566         - 64  # NDRPDR full
567         - 65  # NDRPDR full
568         - 67  # NDRPDR full
569
570     vpp-perf-results-3n-skx:
571       # TODO: Replace
572       csit-vpp-perf-verify-2001-3n-skx:
573         - 14  # NDRPDR sel
574
575     vpp-perf-results-2n-skx:
576       csit-vpp-perf-verify-2001-2n-skx:
577         - 32  # NDRPDR full
578         - 33  # NDRPDR full
579
580     vpp-perf-results-2n-clx:
581       # TODO: Add data
582       csit-vpp-perf-verify-2001-2n-clx:
583         - 34  # NDRPDR full
584         - 35  # NDRPDR full
585         - 36  # NDRPDR full
586         - 38  # NDRPDR full
587
588     vpp-perf-results-3n-tsh:
589       # TODO: Replace
590       csit-vpp-perf-verify-2001-3n-tsh:
591         - 3   # NDRPDR sel
592
593     vpp-perf-results-3n-dnv:
594       csit-vpp-perf-verify-2001-3n-dnv:
595         - 19  # NDRPDR full
596         - 20  # NDRPDR full
597         - 21  # NDRPDR full
598         - 22  # NDRPDR full
599         - 23  # NDRPDR full
600         - 24  # NDRPDR full
601         - 25  # NDRPDR full
602         - 26  # NDRPDR full
603
604     vpp-perf-results-2n-dnv:
605       csit-vpp-perf-verify-2001-2n-dnv:
606         - 21  # NDRPDR full
607         - 22  # NDRPDR full
608         - 25  # NDRPDR full
609         - 26  # NDRPDR full
610         - 27  # NDRPDR full
611         - 28  # NDRPDR full
612
613     vpp-mrr-results-3n-hsw:
614       csit-vpp-perf-verify-2001-3n-hsw:
615         - 17  # MRR sel
616
617     vpp-mrr-results-3n-skx:
618       # TODO: Replace
619       # csit-vpp-perf-verify-2001-3n-skx:
620       csit-vpp-perf-verify-1908-3n-skx:
621         - 36  # MRR sel
622
623     vpp-mrr-results-2n-skx:
624       # TODO: Replace
625       # csit-vpp-perf-verify-2001-2n-skx:
626       csit-vpp-perf-verify-1908-2n-skx:
627         - 69  # MRR sel
628
629     vpp-mrr-results-2n-clx:
630       # TODO: Replace
631       # csit-vpp-perf-verify-2001-2n-clx:
632       csit-vpp-perf-verify-1908-2n-skx:
633         - 69  # MRR sel
634
635     vpp-mrr-results-3n-tsh:
636       csit-vpp-perf-verify-2001-3n-tsh:
637         - 9   # MRR sel
638
639     vpp-mrr-results-3n-dnv:
640       csit-vpp-perf-verify-2001-3n-dnv:
641         - 11  # MRR sel
642
643     vpp-mrr-results-2n-dnv:
644       csit-vpp-perf-verify-2001-2n-dnv:
645         - 12  # MRR sel
646
647     vpp-device-results-ubuntu:
648       csit-vpp-device-2001-ubuntu1804-1n-skx:
649         - 57
650
651     dpdk-perf-results-3n-hsw:
652       csit-dpdk-perf-verify-2001-3n-hsw:
653         - 25  # NDRPDR full
654         - 26  # NDRPDR full
655
656     dpdk-perf-results-3n-skx:
657       csit-dpdk-perf-verify-2001-3n-skx:
658         - 1   # NDRPDR sel
659
660     dpdk-perf-results-2n-skx:
661       csit-dpdk-perf-verify-2001-2n-skx:
662         - 1   # NDRPDR sel
663
664     dpdk-perf-results-2n-clx:
665       csit-dpdk-perf-verify-2001-2n-clx:
666         - 15  # NDRPDR sel
667
668     dpdk-perf-results-2n-dnv:
669       csit-dpdk-perf-verify-2001-2n-dnv:
670         - 16  # NDRPDR sel
671
672     dpdk-perf-results-3n-dnv:
673       csit-dpdk-perf-verify-2001-3n-dnv:
674         - 12  # NDRPDR sel
675
676     dpdk-perf-results-3n-tsh:
677       csit-dpdk-perf-verify-2001-3n-tsh:
678         - 3   # NDRPDR sel
679
680 ###########################################################################
681     # Tables (more than one data set)
682
683     # Performance changes
684
685     vpp-performance-changes-3n-hsw-h1:
686       csit-vpp-perf-verify-1904-3n-hsw:
687         - 11  # NDRPDR sel
688         - 12  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 23  # NDRPDR sel
692         - 24  # NDRPDR sel
693         - 25  # NDRPDR sel
694         - 26  # NDRPDR sel
695         - 29  # NDRPDR sel
696         - 30  # NDRPDR sel
697     vpp-performance-changes-3n-hsw-ref:
698       csit-vpp-perf-verify-1908-3n-hsw:
699         - 12  # NDRPDR sel
700         - 13  # NDRPDR sel
701         - 14  # NDRPDR sel
702         - 15  # NDRPDR sel
703         - 16  # NDRPDR sel
704         - 17  # NDRPDR sel
705         - 18  # NDRPDR sel
706         - 19  # NDRPDR sel
707         - 20  # NDRPDR sel
708         - 21  # NDRPDR sel
709     vpp-performance-changes-3n-hsw-cmp:
710       csit-vpp-perf-verify-2001-3n-hsw:
711         - 21  # NDRPDR sel
712         - 22  # NDRPDR sel
713         - 23  # NDRPDR sel
714         - 24  # NDRPDR sel
715         - 25  # NDRPDR sel
716         - 29  # NDRPDR sel
717         - 30  # NDRPDR sel
718         - 31  # NDRPDR sel
719         - 32  # NDRPDR sel
720         - 34  # NDRPDR sel
721     vpp-performance-changes-3n-hsw:
722       - "vpp-performance-changes-3n-hsw-h1"
723       - "vpp-performance-changes-3n-hsw-ref"
724       - "vpp-performance-changes-3n-hsw-cmp"
725
726     vpp-performance-changes-3n-skx-h1:
727       csit-vpp-perf-verify-1904-3n-skx:
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 14  # NDRPDR sel
734         - 16  # NDRPDR sel
735         - 21  # NDRPDR sel
736         - 23  # NDRPDR sel
737         - 25  # NDRPDR sel
738     vpp-performance-changes-3n-skx-ref:
739       csit-vpp-perf-verify-1908-3n-skx:
740         - 14  # NDRPDR sel
741         - 16  # NDRPDR sel
742         - 19  # NDRPDR sel
743         - 20  # NDRPDR sel
744         - 22  # NDRPDR sel
745         - 23  # NDRPDR sel
746         - 24  # NDRPDR sel
747         - 25  # NDRPDR sel
748         - 26  # NDRPDR sel
749         - 29  # NDRPDR sel
750     vpp-performance-changes-3n-skx-cmp:
751       # TODO: Add the data
752       csit-vpp-perf-verify-2001-3n-skx:
753         - 14  # NDRPDR sel
754         - 15  # NDRPDR sel
755         - 16  # NDRPDR sel
756     vpp-performance-changes-3n-skx:
757       - "vpp-performance-changes-3n-skx-h1"
758       - "vpp-performance-changes-3n-skx-ref"
759       - "vpp-performance-changes-3n-skx-cmp"
760
761     vpp-performance-changes-2n-skx-h1:
762       csit-vpp-perf-verify-1904-2n-skx:
763         - 12  # NDRPDR sel
764         - 14  # NDRPDR sel
765         - 16  # NDRPDR sel
766         - 17  # NDRPDR sel
767         - 18  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 27  # NDRPDR sel
770         - 30  # NDRPDR sel
771         - 31  # NDRPDR sel
772         - 32  # NDRPDR sel
773     vpp-performance-changes-2n-skx-ref:
774       csit-vpp-perf-verify-1908-2n-skx:
775         - 26  # NDRPDR sel
776         - 27  # NDRPDR sel
777         - 34  # NDRPDR sel
778         - 35  # NDRPDR sel
779         - 36  # NDRPDR sel
780         - 42  # NDRPDR sel
781         - 43  # NDRPDR sel
782         - 44  # NDRPDR sel
783         - 45  # NDRPDR sel
784         - 46  # NDRPDR sel
785     vpp-performance-changes-2n-skx-cmp:
786       # TODO: Add the data
787       csit-vpp-perf-verify-2001-2n-skx:
788         - 21  # NDRPDR sel
789         - 22  # NDRPDR sel
790         - 23  # NDRPDR sel
791         - 26  # NDRPDR sel
792         - 27  # NDRPDR sel
793         - 29  # NDRPDR sel
794     vpp-performance-changes-2n-skx:
795       - "vpp-performance-changes-2n-skx-h1"
796       - "vpp-performance-changes-2n-skx-ref"
797       - "vpp-performance-changes-2n-skx-cmp"
798
799     vpp-performance-changes-nfv-2n-skx-ref:
800       csit-vpp-perf-verify-1908-2n-skx:
801         - 22  # NFV
802         - 31  # NFV
803         - 32  # NFV
804     vpp-performance-changes-nfv-2n-skx-cmp:
805       # TODO: Add the data
806       csit-vpp-perf-verify-2001-2n-skx:
807         - 30  # NFV
808         - 31  # NFV
809     vpp-performance-changes-nfv-2n-skx:
810       - "vpp-performance-changes-nfv-2n-skx-ref"
811       - "vpp-performance-changes-nfv-2n-skx-cmp"
812
813     vpp-performance-changes-2n-dnv-ref:
814       csit-vpp-perf-verify-1908-2n-dnv:
815         - 1   # NDRPDR sel
816         - 2   # NDRPDR sel
817         - 3   # NDRPDR sel
818         - 4   # NDRPDR sel
819         - 5   # NDRPDR sel
820         - 6   # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825     vpp-performance-changes-2n-dnv-cmp:
826       csit-vpp-perf-verify-2001-2n-dnv:
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         - 11  # NDRPDR sel
835         - 13  # NDRPDR sel
836         - 16  # NDRPDR sel
837     vpp-performance-changes-2n-dnv:
838       - "vpp-performance-changes-2n-dnv-ref"
839       - "vpp-performance-changes-2n-dnv-cmp"
840
841     vpp-performance-changes-3n-dnv-ref:
842       csit-vpp-perf-verify-1908-3n-dnv:
843         - 6   # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 12  # NDRPDR sel
849         - 13  # NDRPDR sel
850         - 14  # NDRPDR sel
851         - 15  # NDRPDR sel
852         - 16  # NDRPDR sel
853     vpp-performance-changes-3n-dnv-cmp:
854       csit-vpp-perf-verify-2001-3n-dnv:
855         - 5   # NDRPDR sel
856         - 6   # NDRPDR sel
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861         - 12  # NDRPDR sel
862         - 16  # NDRPDR sel
863         - 17  # NDRPDR sel
864         - 18  # NDRPDR sel
865     vpp-performance-changes-3n-dnv:
866       - "vpp-performance-changes-3n-dnv-ref"
867       - "vpp-performance-changes-3n-dnv-cmp"
868
869     vpp-performance-changes-3n-tsh-ref:
870       csit-vpp-perf-verify-1908-3n-tsh:
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 11  # NDRPDR sel
876         - 12  # NDRPDR sel
877         - 13  # NDRPDR sel
878         - 14  # NDRPDR sel
879         - 15  # NDRPDR sel
880         - 16  # NDRPDR sel
881     vpp-performance-changes-3n-tsh-cmp:
882       # TODO: Add the data
883       csit-vpp-perf-verify-2001-3n-tsh:
884         - 3   # NDRPDR sel
885         - 4   # NDRPDR sel
886         - 7   # NDRPDR sel
887         - 8   # NDRPDR sel
888         - 10  # NDRPDR sel
889         - 12  # NDRPDR sel
890     vpp-performance-changes-3n-tsh:
891       - "vpp-performance-changes-3n-tsh-ref"
892       - "vpp-performance-changes-3n-tsh-cmp"
893
894     vpp-soak-vs-ndr-2n-skx-ref:
895       # TODO: Replace
896       # csit-vpp-perf-verify-2001-2n-skx:
897       csit-vpp-perf-verify-1908-2n-skx:
898         - 26  # NDRPDR sel
899         - 27  # NDRPDR sel
900         - 34  # NDRPDR sel
901     vpp-soak-vs-ndr-2n-skx-cmp:
902       # TODO: Replace
903       # csit-vpp-perf-verify-2001-2n-skx:
904       csit-vpp-perf-verify-1908-2n-skx:
905         - 83  # SOAK
906         - 86  # SOAK
907     vpp-soak-vs-ndr-2n-skx:
908       # TODO: Replace
909       # csit-vpp-perf-verify-2001-2n-skx:
910       csit-vpp-perf-verify-1908-2n-skx:
911         - 26  # NDRPDR sel
912         - 27  # NDRPDR sel
913         - 34  # NDRPDR sel
914         - 83  # SOAK
915         - 86  # SOAK
916
917     vpp-performance-changes-3n-hsw-mrr-h1:
918       csit-vpp-perf-verify-1904-3n-hsw:
919         - 9   # MRR sel
920     vpp-performance-changes-3n-hsw-mrr-ref:
921       csit-vpp-perf-verify-1908-3n-hsw:
922         - 39  # MRR sel
923     vpp-performance-changes-3n-hsw-mrr-cmp:
924       csit-vpp-perf-verify-2001-3n-hsw:
925         - 17  # MRR sel
926     vpp-performance-changes-3n-hsw-mrr:
927       - "vpp-performance-changes-3n-hsw-mrr-h1"
928       - "vpp-performance-changes-3n-hsw-mrr-ref"
929       - "vpp-performance-changes-3n-hsw-mrr-cmp"
930
931     vpp-performance-changes-3n-skx-mrr-h1:
932       csit-vpp-perf-verify-1904-3n-skx:
933         - 7   # MRR sel
934     vpp-performance-changes-3n-skx-mrr-ref:
935       csit-vpp-perf-verify-1908-3n-skx:
936         - 36  # MRR sel
937     vpp-performance-changes-3n-skx-mrr-cmp:
938       # TODO: Replace
939       # csit-vpp-perf-verify-2001-3n-skx:
940       csit-vpp-perf-verify-1908-3n-skx:
941         - 36  # MRR sel
942     vpp-performance-changes-3n-skx-mrr:
943       - "vpp-performance-changes-3n-skx-mrr-h1"
944       - "vpp-performance-changes-3n-skx-mrr-ref"
945       - "vpp-performance-changes-3n-skx-mrr-cmp"
946
947     vpp-performance-changes-2n-skx-mrr-h1:
948       csit-vpp-perf-verify-1904-2n-skx:
949         - 11  # MRR sel
950     vpp-performance-changes-2n-skx-mrr-ref:
951       csit-vpp-perf-verify-1908-2n-skx:
952         - 69  # MRR sel
953     vpp-performance-changes-2n-skx-mrr-cmp:
954       # TODO: Replace
955       # csit-vpp-perf-verify-2001-2n-skx:
956       csit-vpp-perf-verify-1908-2n-skx:
957         - 69  # MRR sel
958     vpp-performance-changes-2n-skx-mrr:
959       - "vpp-performance-changes-2n-skx-mrr-h1"
960       - "vpp-performance-changes-2n-skx-mrr-ref"
961       - "vpp-performance-changes-2n-skx-mrr-cmp"
962
963     vpp-performance-changes-nfv-2n-skx-mrr-ref:
964       csit-vpp-perf-verify-1908-2n-skx:
965         - 71  # NFV MRR
966     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
967       # TODO: Replace
968       # csit-vpp-perf-verify-2001-2n-skx:
969       csit-vpp-perf-verify-1908-2n-skx:
970         - 71  # NFV MRR
971     vpp-performance-changes-nfv-2n-skx-mrr:
972       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
973       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
974
975     vpp-performance-changes-2n-dnv-mrr-ref:
976       csit-vpp-perf-verify-1908-2n-dnv:
977         - 11  # MRR sel
978     vpp-performance-changes-2n-dnv-mrr-cmp:
979       csit-vpp-perf-verify-2001-2n-dnv:
980         - 12  # MRR sel
981     vpp-performance-changes-2n-dnv-mrr:
982       - "vpp-performance-changes-2n-dnv-mrr-ref"
983       - "vpp-performance-changes-2n-dnv-mrr-cmp"
984
985     vpp-performance-changes-3n-dnv-mrr-ref:
986       csit-vpp-perf-verify-1908-3n-dnv:
987         - 17  # MRR sel
988     vpp-performance-changes-3n-dnv-mrr-cmp:
989       csit-vpp-perf-verify-2001-3n-dnv:
990         - 11  # MRR sel
991     vpp-performance-changes-3n-dnv-mrr:
992       - "vpp-performance-changes-3n-dnv-mrr-ref"
993       - "vpp-performance-changes-3n-dnv-mrr-cmp"
994
995     vpp-performance-changes-3n-tsh-mrr-ref:
996       csit-vpp-perf-verify-1908-3n-tsh:
997         - 17  # MRR sel
998     vpp-performance-changes-3n-tsh-mrr-cmp:
999       csit-vpp-perf-verify-2001-3n-tsh:
1000         - 9   # MRR sel
1001     vpp-performance-changes-3n-tsh-mrr:
1002       - "vpp-performance-changes-3n-tsh-mrr-ref"
1003       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1004
1005     dpdk-performance-changes-3n-hsw-h1:
1006       csit-dpdk-perf-verify-1904-3n-hsw:
1007         - 2   # NDRPDR sel
1008         - 3   # NDRPDR sel
1009         - 5   # NDRPDR sel
1010         - 6   # NDRPDR sel
1011         - 13  # NDRPDR sel
1012         - 14  # NDRPDR sel
1013         - 15  # NDRPDR sel
1014         - 18  # NDRPDR sel
1015         - 19  # NDRPDR sel
1016         - 20  # NDRPDR sel
1017     dpdk-performance-changes-3n-hsw-ref:
1018       csit-dpdk-perf-verify-1908-3n-hsw:
1019         - 2   # NDRPDR sel
1020         - 3   # NDRPDR sel
1021         - 4   # NDRPDR sel
1022         - 5   # NDRPDR sel
1023         - 6   # NDRPDR sel
1024         - 7   # NDRPDR sel
1025         - 8   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029     dpdk-performance-changes-3n-hsw-cmp:
1030       csit-dpdk-perf-verify-2001-3n-hsw:
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         - 12  # NDRPDR sel
1040         - 13  # NDRPDR sel
1041         - 15  # NDRPDR sel
1042         - 16  # NDRPDR sel
1043         - 17  # NDRPDR sel
1044         - 18  # NDRPDR sel
1045         - 19  # NDRPDR sel
1046         - 20  # NDRPDR sel
1047         - 21  # NDRPDR sel
1048         - 22  # NDRPDR sel
1049         - 23  # NDRPDR sel
1050         - 24  # NDRPDR sel
1051     dpdk-performance-changes-3n-hsw:
1052       - "dpdk-performance-changes-3n-hsw-h1"
1053       - "dpdk-performance-changes-3n-hsw-ref"
1054       - "dpdk-performance-changes-3n-hsw-cmp"
1055
1056     dpdk-performance-changes-3n-skx-h1:
1057       csit-dpdk-perf-verify-1904-3n-skx:
1058         - 2   # NDRPDR sel
1059         - 3   # NDRPDR sel
1060         - 4   # NDRPDR sel
1061         - 5   # NDRPDR sel
1062         - 6   # NDRPDR sel
1063         - 7   # NDRPDR sel
1064         - 11  # NDRPDR sel
1065         - 12  # NDRPDR sel
1066         - 13  # NDRPDR sel
1067         - 14  # NDRPDR sel
1068     dpdk-performance-changes-3n-skx-ref:
1069       csit-dpdk-perf-verify-1908-3n-skx:
1070         - 3   # NDRPDR sel
1071         - 4   # NDRPDR sel
1072         - 5   # NDRPDR sel
1073         - 6   # NDRPDR sel
1074         - 7   # NDRPDR sel
1075         - 8   # NDRPDR sel
1076         - 9   # NDRPDR sel
1077         - 10  # NDRPDR sel
1078         - 11  # NDRPDR sel
1079         - 12  # NDRPDR sel
1080     dpdk-performance-changes-3n-skx-cmp:
1081       csit-dpdk-perf-verify-2001-3n-skx:
1082         - 1   # NDRPDR sel
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 4   # NDRPDR sel
1086         - 5   # NDRPDR sel
1087         - 6   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 8   # NDRPDR sel
1090         - 9   # NDRPDR sel
1091         - 10  # NDRPDR sel
1092     dpdk-performance-changes-3n-skx:
1093       - "dpdk-performance-changes-3n-skx-h1"
1094       - "dpdk-performance-changes-3n-skx-ref"
1095       - "dpdk-performance-changes-3n-skx-cmp"
1096
1097     dpdk-performance-changes-2n-skx-h1:
1098       csit-dpdk-perf-verify-1904-2n-skx:
1099         - 2   # NDRPDR sel
1100         - 3   # NDRPDR sel
1101         - 4   # NDRPDR sel
1102         - 5   # NDRPDR sel
1103         - 7   # NDRPDR sel
1104         - 8   # NDRPDR sel
1105         - 9   # NDRPDR sel
1106         - 10  # NDRPDR sel
1107         - 11  # NDRPDR sel
1108         - 12  # NDRPDR sel
1109     dpdk-performance-changes-2n-skx-ref:
1110       csit-dpdk-perf-verify-1908-2n-skx:
1111         - 2   # NDRPDR sel
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 9   # NDRPDR sel
1118         - 10  # NDRPDR sel
1119         - 11  # NDRPDR sel
1120         - 12  # NDRPDR sel
1121     dpdk-performance-changes-2n-skx-cmp:
1122       csit-dpdk-perf-verify-2001-2n-skx:
1123         - 1   # NDRPDR sel
1124         - 2   # NDRPDR sel
1125         - 3   # NDRPDR sel
1126         - 4   # NDRPDR sel
1127         - 5   # NDRPDR sel
1128         - 6   # NDRPDR sel
1129         - 7   # NDRPDR sel
1130         - 8   # NDRPDR sel
1131         - 9   # NDRPDR sel
1132         - 10  # NDRPDR sel
1133         - 11  # NDRPDR sel
1134         - 13  # NDRPDR sel
1135         - 26  # NDRPDR sel
1136         - 16  # NDRPDR sel
1137         - 17  # NDRPDR sel
1138         - 18  # NDRPDR sel
1139         - 19  # NDRPDR sel
1140         - 27  # NDRPDR sel
1141         - 21  # NDRPDR sel
1142         - 25  # NDRPDR sel
1143     dpdk-performance-changes-2n-skx:
1144       - "dpdk-performance-changes-2n-skx-h1"
1145       - "dpdk-performance-changes-2n-skx-ref"
1146       - "dpdk-performance-changes-2n-skx-cmp"
1147
1148     # Compare testbeds
1149
1150     vpp-compare-testbeds-ref:
1151       csit-vpp-perf-verify-2001-3n-hsw:
1152         - 21  # NDRPDR sel
1153         - 22  # NDRPDR sel
1154         - 23  # NDRPDR sel
1155         - 24  # NDRPDR sel
1156         - 25  # NDRPDR sel
1157         - 29  # NDRPDR sel
1158         - 30  # NDRPDR sel
1159         - 31  # NDRPDR sel
1160         - 32  # NDRPDR sel
1161         - 34  # NDRPDR sel
1162     vpp-compare-testbeds-cmp:
1163       # TODO: Add the data
1164       csit-vpp-perf-verify-2001-3n-skx:
1165         - 14  # NDRPDR sel
1166         - 15  # NDRPDR sel
1167         - 16  # NDRPDR sel
1168     vpp-compare-testbeds:
1169       - "vpp-compare-testbeds-ref"
1170       - "vpp-compare-testbeds-cmp"
1171
1172     vpp-compare-testbeds-skx-clx-ref:
1173       # TODO: Add the data
1174       csit-vpp-perf-verify-2001-2n-skx:
1175         - 21  # NDRPDR sel
1176         - 22  # NDRPDR sel
1177         - 23  # NDRPDR sel
1178         - 26  # NDRPDR sel
1179         - 27  # NDRPDR sel
1180         - 29  # NDRPDR sel
1181     vpp-compare-testbeds-skx-clx-cmp:
1182       # TODO: Add the data
1183       csit-vpp-perf-verify-2001-2n-clx:
1184         - 28  # NDRPDR sel
1185         - 29  # NDRPDR sel
1186         - 32  # NDRPDR sel
1187
1188     vpp-compare-testbeds-skx-clx:
1189       - "vpp-compare-testbeds-skx-clx-ref"
1190       - "vpp-compare-testbeds-skx-clx-cmp"
1191
1192     vpp-compare-testbeds-mrr-ref:
1193       csit-vpp-perf-verify-2001-3n-hsw:
1194         - 17  # MRR sel
1195     vpp-compare-testbeds-mrr-cmp:
1196       # TODO: Replace
1197       # csit-vpp-perf-verify-2001-3n-skx:
1198       csit-vpp-perf-verify-1908-3n-skx:
1199         - 36  # MRR sel
1200     vpp-compare-testbeds-mrr:
1201       - "vpp-compare-testbeds-mrr-ref"
1202       - "vpp-compare-testbeds-mrr-cmp"
1203
1204     vpp-compare-testbeds-mrr-skx-clx-ref:
1205       # TODO: Replace
1206       # csit-vpp-perf-verify-2001-2n-skx:
1207       csit-vpp-perf-verify-1908-2n-skx:
1208         - 69  # MRR sel
1209     vpp-compare-testbeds-mrr-skx-clx-cmp:
1210       # TODO: Replace
1211       # csit-vpp-perf-verify-2001-2n-clx:
1212       csit-vpp-perf-verify-1908-2n-skx:
1213         - 69  # MRR sel
1214     vpp-compare-testbeds-mrr-skx-clx:
1215       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1216       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1217
1218     dpdk-compare-testbeds-ref:
1219       csit-dpdk-perf-verify-2001-3n-hsw:
1220         - 4   # NDRPDR sel
1221         - 5   # NDRPDR sel
1222         - 6   # NDRPDR sel
1223         - 7   # NDRPDR sel
1224         - 8   # NDRPDR sel
1225         - 9   # NDRPDR sel
1226         - 10  # NDRPDR sel
1227         - 11  # NDRPDR sel
1228         - 12  # NDRPDR sel
1229         - 13  # NDRPDR sel
1230         - 15  # NDRPDR sel
1231         - 16  # NDRPDR sel
1232         - 17  # NDRPDR sel
1233         - 18  # NDRPDR sel
1234         - 19  # NDRPDR sel
1235         - 20  # NDRPDR sel
1236         - 21  # NDRPDR sel
1237         - 22  # NDRPDR sel
1238         - 23  # NDRPDR sel
1239         - 24  # NDRPDR sel
1240     dpdk-compare-testbeds-cmp:
1241       csit-dpdk-perf-verify-2001-3n-skx:
1242         - 1   # NDRPDR sel
1243         - 2   # NDRPDR sel
1244         - 3   # NDRPDR sel
1245         - 4   # NDRPDR sel
1246         - 5   # NDRPDR sel
1247         - 6   # NDRPDR sel
1248         - 7   # NDRPDR sel
1249         - 8   # NDRPDR sel
1250         - 9   # NDRPDR sel
1251         - 10  # NDRPDR sel
1252     dpdk-compare-testbeds:
1253       - "dpdk-compare-testbeds-ref"
1254       - "dpdk-compare-testbeds-cmp"
1255
1256     dpdk-compare-testbeds-skx-clx-ref:
1257       csit-dpdk-perf-verify-2001-2n-skx:
1258         - 1   # NDRPDR sel
1259         - 2   # NDRPDR sel
1260         - 3   # NDRPDR sel
1261         - 4   # NDRPDR sel
1262         - 5   # NDRPDR sel
1263         - 6   # NDRPDR sel
1264         - 7   # NDRPDR sel
1265         - 8   # NDRPDR sel
1266         - 9   # NDRPDR sel
1267         - 10  # NDRPDR sel
1268         - 11  # NDRPDR sel
1269         - 13  # NDRPDR sel
1270         - 26  # NDRPDR sel
1271         - 16  # NDRPDR sel
1272         - 17  # NDRPDR sel
1273         - 18  # NDRPDR sel
1274         - 19  # NDRPDR sel
1275         - 27  # NDRPDR sel
1276         - 21  # NDRPDR sel
1277         - 25  # NDRPDR sel
1278     dpdk-compare-testbeds-skx-clx-cmp:
1279       csit-dpdk-perf-verify-2001-2n-clx:
1280         - 14  # NDRPDR sel
1281         - 15  # NDRPDR sel
1282         - 16  # NDRPDR sel
1283         - 17  # NDRPDR sel
1284         - 18  # NDRPDR sel
1285         - 19  # NDRPDR sel
1286         - 20  # NDRPDR sel
1287         - 21  # NDRPDR sel
1288         - 22  # NDRPDR sel
1289         - 23  # NDRPDR sel
1290
1291     dpdk-compare-testbeds-skx-clx:
1292       - "dpdk-compare-testbeds-skx-clx-ref"
1293       - "dpdk-compare-testbeds-skx-clx-cmp"
1294
1295     # Compare topologies
1296
1297     vpp-compare-topologies-ref:
1298       # TODO: Add the data
1299       csit-vpp-perf-verify-2001-3n-skx:
1300         - 14  # NDRPDR sel
1301         - 15  # NDRPDR sel
1302         - 16  # NDRPDR sel
1303     vpp-compare-topologies-cmp:
1304       # TODO: Add the data
1305       csit-vpp-perf-verify-2001-2n-skx:
1306         - 21  # NDRPDR sel
1307         - 22  # NDRPDR sel
1308         - 23  # NDRPDR sel
1309         - 26  # NDRPDR sel
1310         - 27  # NDRPDR sel
1311         - 29  # NDRPDR sel
1312     vpp-compare-topologies:
1313       - "vpp-compare-topologies-ref"
1314       - "vpp-compare-topologies-cmp"
1315
1316     vpp-compare-topologies-mrr-ref:
1317       # TODO: Replace
1318       # csit-vpp-perf-verify-2001-3n-skx:
1319       csit-vpp-perf-verify-1908-3n-skx:
1320         - 36  # MRR sel
1321     vpp-compare-topologies-mrr-cmp:
1322       # TODO: Replace
1323       # csit-vpp-perf-verify-2001-2n-skx:
1324       csit-vpp-perf-verify-1908-2n-skx:
1325         - 69  # MRR sel
1326     vpp-compare-topologies-mrr:
1327       - "vpp-compare-topologies-mrr-ref"
1328       - "vpp-compare-topologies-mrr-cmp"
1329
1330     dpdk-compare-topologies-ref:
1331       csit-dpdk-perf-verify-2001-3n-skx:
1332         - 1   # NDRPDR sel
1333         - 2   # NDRPDR sel
1334         - 3   # NDRPDR sel
1335         - 4   # NDRPDR sel
1336         - 5   # NDRPDR sel
1337         - 6   # NDRPDR sel
1338         - 7   # NDRPDR sel
1339         - 8   # NDRPDR sel
1340         - 9   # NDRPDR sel
1341         - 10  # NDRPDR sel
1342     dpdk-compare-topologies-cmp:
1343       csit-dpdk-perf-verify-2001-2n-skx:
1344         - 1   # NDRPDR sel
1345         - 2   # NDRPDR sel
1346         - 3   # NDRPDR sel
1347         - 4   # NDRPDR sel
1348         - 5   # NDRPDR sel
1349         - 6   # NDRPDR sel
1350         - 7   # NDRPDR sel
1351         - 8   # NDRPDR sel
1352         - 9   # NDRPDR sel
1353         - 10  # NDRPDR sel
1354         - 11  # NDRPDR sel
1355         - 13  # NDRPDR sel
1356         - 26  # NDRPDR sel
1357         - 16  # NDRPDR sel
1358         - 17  # NDRPDR sel
1359         - 18  # NDRPDR sel
1360         - 19  # NDRPDR sel
1361         - 27  # NDRPDR sel
1362         - 21  # NDRPDR sel
1363         - 25  # NDRPDR sel
1364     dpdk-compare-topologies:
1365       - "dpdk-compare-topologies-ref"
1366       - "dpdk-compare-topologies-cmp"
1367
1368   plot-layouts:
1369
1370     plot-soak-throughput:
1371       titlefont:
1372         size: 18
1373       xaxis:
1374         title: "<b>Test Cases [Index]</b>"
1375         titlefont:
1376           size: 16
1377         autorange: True
1378         fixedrange: False
1379         gridcolor: "rgb(230, 230, 230)"
1380         linecolor: "rgb(220, 220, 220)"
1381         linewidth: 1
1382         showgrid: True
1383         showline: True
1384         showticklabels: True
1385         tickcolor: "rgb(220, 220, 220)"
1386         tickmode: "linear"
1387         tickfont:
1388           size: 16
1389         zeroline: False
1390       yaxis:
1391         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1392         titlefont:
1393           size: 16
1394         gridcolor: "rgb(230, 230, 230)"
1395         hoverformat: ".4r"
1396         tickformat: ".3r"
1397         linecolor: "rgb(220, 220, 220)"
1398         linewidth: 1
1399         showgrid: True
1400         showline: True
1401         showticklabels: True
1402         tickcolor: "rgb(220, 220, 220)"
1403         tickfont:
1404           size: 16
1405         zeroline: False
1406         range: [0,50]
1407       autosize: False
1408       margin:
1409         t: 50
1410         b: 0
1411         l: 80
1412         r: 20
1413       showlegend: True
1414       legend:
1415         orientation: "h"
1416         font:
1417           size: 16
1418       width: 700
1419       height: 900
1420       paper_bgcolor: "#fff"
1421       plot_bgcolor: "#fff"
1422       hoverlabel:
1423         namelength: -1
1424
1425     plot-service-density:
1426       titlefont:
1427         size: 18
1428       xaxis:
1429         side: "top"
1430         autorange: True
1431         fixedrange: False
1432         showgrid: False
1433         showline: False
1434         showticklabels: False
1435         ticks: ""
1436         ticklen: 0
1437         tickwidth: 0
1438         zeroline: False
1439       yaxis:
1440         autorange: "reversed"
1441         showgrid: False
1442         showline: False
1443         showticklabels: False
1444         ticks: ""
1445         ticklen: 0
1446         tickwidth: 0
1447         zeroline: False
1448       showlegend: False
1449       paper_bgcolor: "#fff"
1450       plot_bgcolor: "#fff"
1451       width: 700
1452       height: 700
1453       hoverlabel:
1454         namelength: -1
1455
1456     plot-cps:
1457       titlefont:
1458         size: 18
1459       xaxis:
1460         title: "<b>Test Cases [Index]</b>"
1461         titlefont:
1462           size: 16
1463         autorange: True
1464         fixedrange: False
1465         gridcolor: "rgb(230, 230, 230)"
1466         linecolor: "rgb(220, 220, 220)"
1467         linewidth: 1
1468         showgrid: True
1469         showline: True
1470         showticklabels: True
1471         tickcolor: "rgb(220, 220, 220)"
1472         tickmode: "linear"
1473         tickfont:
1474           size: 16
1475         zeroline: False
1476       yaxis:
1477         title: "<b>Connections Per Second [cps]</b>"
1478         titlefont:
1479           size: 16
1480         gridcolor: "rgb(230, 230, 230)"
1481         hoverformat: ".4s"
1482         linecolor: "rgb(220, 220, 220)"
1483         linewidth: 1
1484         rangemode: "tozero"
1485         showgrid: True
1486         showline: True
1487         showticklabels: True
1488         tickcolor: "rgb(220, 220, 220)"
1489         tickformat: ".3s"
1490         tickfont:
1491           size: 16
1492         zeroline: False
1493       boxmode: "group"
1494       boxgroupgap: 0.5
1495       autosize: False
1496       margin:
1497         t: 50
1498         b: 20
1499         l: 80
1500         r: 20
1501       showlegend: True
1502       legend:
1503         orientation: "h"
1504         font:
1505           size: 16
1506       width: 700
1507       height: 800
1508       paper_bgcolor: "#fff"
1509       plot_bgcolor: "#fff"
1510       hoverlabel:
1511         namelength: -1
1512
1513     plot-rps:
1514       titlefont:
1515         size: 18
1516       xaxis:
1517         title: "<b>Test Cases [Index]</b>"
1518         titlefont:
1519           size: 16
1520         autorange: True
1521         fixedrange: False
1522         gridcolor: "rgb(230, 230, 230)"
1523         linecolor: "rgb(220, 220, 220)"
1524         linewidth: 1
1525         showgrid: True
1526         showline: True
1527         showticklabels: True
1528         tickcolor: "rgb(220, 220, 220)"
1529         tickmode: "linear"
1530         tickfont:
1531           size: 16
1532         zeroline: False
1533       yaxis:
1534         title: "<b>Requests Per Second [rps]</b>"
1535         titlefont:
1536           size: 16
1537         gridcolor: "rgb(230, 230, 230)"
1538         hoverformat: ".4s"
1539         linecolor: "rgb(220, 220, 220)"
1540         linewidth: 1
1541         rangemode: "tozero"
1542         showgrid: True
1543         showline: True
1544         showticklabels: True
1545         tickcolor: "rgb(230, 230, 230)"
1546         tickformat: ".3s"
1547         tickfont:
1548           size: 16
1549         zeroline: False
1550       boxmode: "group"
1551       boxgroupgap: 0.5
1552       autosize: False
1553       margin:
1554         t: 50
1555         b: 20
1556         l: 80
1557         r: 20
1558       showlegend: True
1559       legend:
1560         orientation: "h"
1561         font:
1562           size: 16
1563       width: 700
1564       height: 800
1565       paper_bgcolor: "#fff"
1566       plot_bgcolor: "#fff"
1567       hoverlabel:
1568         namelength: -1
1569
1570     plot-throughput:
1571       titlefont:
1572         size: 18
1573       xaxis:
1574         title: "<b>Test Cases [Index]</b>"
1575         titlefont:
1576           size: 16
1577         autorange: True
1578         fixedrange: False
1579         gridcolor: "rgb(230, 230, 230)"
1580         linecolor: "rgb(220, 220, 220)"
1581         linewidth: 1
1582         showgrid: True
1583         showline: True
1584         showticklabels: True
1585         tickcolor: "rgb(220, 220, 220)"
1586         tickmode: "linear"
1587         tickfont:
1588           size: 16
1589         zeroline: False
1590       yaxis:
1591         title: "<b>Packet Throughput [Mpps]</b>"
1592         titlefont:
1593           size: 16
1594         gridcolor: "rgb(230, 230, 230)"
1595         hoverformat: ".4r"
1596         tickformat: ".3r"
1597         linecolor: "rgb(220, 220, 220)"
1598         linewidth: 1
1599         showgrid: True
1600         showline: True
1601         showticklabels: True
1602         tickcolor: "rgb(220, 220, 220)"
1603         tickfont:
1604           size: 16
1605         zeroline: False
1606         range: [0,50]
1607       autosize: False
1608       margin:
1609         t: 50
1610         b: 0
1611         l: 80
1612         r: 20
1613       showlegend: True
1614       legend:
1615         orientation: "h"
1616         font:
1617           size: 16
1618       width: 700
1619       height: 900
1620       paper_bgcolor: "#fff"
1621       plot_bgcolor: "#fff"
1622       hoverlabel:
1623         namelength: -1
1624
1625     plot-throughput-speedup-analysis:
1626       titlefont:
1627         size: 18
1628       xaxis:
1629         title: "<b>Number of Cores [Qty]</b>"
1630         titlefont:
1631           size: 16
1632         autorange: True
1633         fixedrange: False
1634         gridcolor: "rgb(230, 230, 230)"
1635         linecolor: "rgb(220, 220, 220)"
1636         linewidth: 1
1637         showgrid: True
1638         showline: True
1639         showticklabels: True
1640         tickcolor: "rgb(238, 238, 238)"
1641         tickmode: "linear"
1642         tickfont:
1643           size: 16
1644         zeroline: False
1645       yaxis:
1646         title: "<b>Packet Throughput [Mpps]</b>"
1647         titlefont:
1648           size: 16
1649         type: "linear"
1650         gridcolor: "rgb(230, 230, 230)"
1651         hoverformat: ".4s"
1652         linecolor: "rgb(220, 220, 220)"
1653         linewidth: 1
1654         showgrid: True
1655         showline: True
1656         showticklabels: True
1657         tickcolor: "rgb(220, 220, 220)"
1658         tickformat: ".4s"
1659         tickfont:
1660           size: 16
1661         zeroline: True
1662         rangemode: "tozero"
1663         range: [0,100]
1664       legend:
1665         orientation: "h"
1666         font:
1667           size: 16
1668         xanchor: "left"
1669         yanchor: "top"
1670         x: 0
1671         y: -0.2
1672         bgcolor: "rgba(255, 255, 255, 0)"
1673         bordercolor: "rgba(255, 255, 255, 0)"
1674         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1675       autosize: False
1676       margin:
1677           't': 50
1678           'b': 150
1679           'l': 85
1680           'r': 10
1681       showlegend: True
1682       width: 700
1683       height: 700
1684       paper_bgcolor: "#fff"
1685       plot_bgcolor: "#fff"
1686       hoverlabel:
1687         namelength: -1
1688       annotations: [
1689         {
1690           text: "_ _          __          ...",
1691           align: "left",
1692           showarrow: False,
1693           xref: "paper",
1694           yref: "paper",
1695           xanchor: "left",
1696           yanchor: "top",
1697           x: 0,
1698           y: -0.13,
1699           font: {
1700             family: "Consolas, Courier New",
1701             size: 15
1702           },
1703         },
1704         {
1705           text: "    Perfect     Measured     Limit",
1706           align: "left",
1707           showarrow: False,
1708           xref: "paper",
1709           yref: "paper",
1710           xanchor: "left",
1711           yanchor: "top",
1712           x: 0,
1713           y: -0.15,
1714           font: {
1715             family: "Consolas, Courier New",
1716             size: 15
1717           },
1718         },
1719       ]
1720
1721     plot-latency:
1722       titlefont:
1723         size: 18
1724       xaxis:
1725         title: "<b>Direction</b>"
1726         titlefont:
1727           size: 16
1728         autorange: True
1729         fixedrange: False
1730         gridcolor: "rgb(230, 230, 230)"
1731         linecolor: "rgb(220, 220, 220)"
1732         linewidth: 1
1733         showgrid: True
1734         showline: True
1735         showticklabels: False
1736         tickcolor: "rgb(220, 220, 220)"
1737         tickmode: "linear"
1738         tickfont:
1739           size: 16
1740         zeroline: False
1741       yaxis:
1742         title: "<b>Packet Latency [uSec]</b>"
1743         titlefont:
1744           size: 16
1745         type: "linear"
1746         gridcolor: "rgb(230, 230, 230)"
1747         hoverformat: ".4s"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickformat: ".4s"
1755         tickfont:
1756           size: 16
1757         zeroline: True
1758         rangemode: "tozero"
1759       legend:
1760         orientation: "h"
1761         font:
1762           size: 16
1763         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1764       autosize: False
1765       margin:
1766           't': 50
1767           'b': 150
1768           'l': 80
1769           'r': 10
1770       showlegend: True
1771       width: 700
1772       height: 700
1773       paper_bgcolor: "#fff"
1774       plot_bgcolor: "#fff"
1775       hoverlabel:
1776         namelength: -1
1777
1778     plot-hdrh-latency:
1779       title:
1780         text: ""
1781         xanchor: "center"
1782         x: 0.5
1783         font:
1784           size: 16
1785       width: 700
1786       plot_bgcolor: "white"
1787       annotations:
1788         - font:
1789             size: 14
1790           showarrow: False
1791           text: "<b>Packet Latency [uSec]</b>"
1792           x: 1
1793           xanchor: "right"
1794           xref: "paper"
1795           y: -0.045
1796           yanchor: "top"
1797           yref: "paper"
1798         - font:
1799             size: 14
1800           showarrow: False
1801           text: "<b>Probability [%]</b>"
1802           textangle: 270
1803           x: -0.06
1804           xanchor: "center"
1805           xref: "paper"
1806           y: 0.5
1807           yanchor: "middle"
1808           yref: "paper"
1809         - font:
1810             size: 14
1811           showarrow: False
1812           text: "<b>Direction: E-W</b>"
1813           x: 0.24
1814           xanchor: "center"
1815           xref: "paper"
1816           y: 1.05
1817           yanchor: "bottom"
1818           yref: "paper"
1819         - font:
1820             size: 14
1821           showarrow: False
1822           text: "<b>Direction: W-E</b>"
1823           x: 0.74
1824           xanchor: "center"
1825           xref: "paper"
1826           y: 1.05
1827           yanchor: "bottom"
1828           yref: "paper"
1829
1830     plot-hdrh-latency-percentile:
1831       title:
1832         text: ""
1833         xanchor: "center"
1834         x: 0.5
1835         font:
1836           size: 18
1837       xaxis:
1838         type: "log"
1839         title: "<b>Percentile [%]</b>"
1840         titlefont:
1841           size: 16
1842         autorange: True
1843         fixedrange: False
1844         gridcolor: "rgb(230, 230, 230)"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: True
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1852         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1853         tickfont:
1854           size: 16
1855       yaxis:
1856         title: "<b>Packet Latency [uSec]</b>"
1857         titlefont:
1858           size: 16
1859         gridcolor: "rgb(230, 230, 230)"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(220, 220, 220)"
1866         tickfont:
1867           size: 16
1868       autosize: False
1869       showlegend: True
1870       legend:
1871         traceorder: "normal"
1872         orientation: "h"
1873         font:
1874           size: 16
1875         xanchor: "left"
1876         yanchor: "top"
1877         x: 0
1878         y: -0.15
1879         bgcolor: "rgba(255, 255, 255, 0)"
1880         bordercolor: "rgba(255, 255, 255, 0)"
1881       width: 700
1882       height: 700
1883       paper_bgcolor: "white"
1884       plot_bgcolor: "white"
1885
1886     plot-hdrh-latency-by-percentile:
1887       title:
1888         text: "<b>Latency by Percentile Distribution</b>"
1889         xanchor: "center"
1890         x: 0.5
1891         font:
1892           size: 18
1893       showlegend: True
1894       legend:
1895         traceorder: "normal"
1896         orientation: "h"
1897         font:
1898           size: 16
1899         xanchor: "left"
1900         yanchor: "top"
1901         x: 0
1902         y: -0.2
1903         bgcolor: "rgba(255, 255, 255, 0)"
1904         bordercolor: "rgba(255, 255, 255, 0)"
1905       xaxis:
1906         type: "linear"
1907         title: "<b>Percentile [%]</b>"
1908         titlefont:
1909           size: 14
1910         autorange: False
1911         fixedrange: False
1912         range: [0, 100]
1913         gridcolor: "rgb(230, 230, 230)"
1914         linecolor: "rgb(220, 220, 220)"
1915         linewidth: 1
1916         showgrid: True
1917         showline: True
1918         showticklabels: True
1919         tickcolor: "rgb(220, 220, 220)"
1920         tickvals: [0, 25, 50, 75, 100]
1921         ticktext: [0, 25, 50, 75, 100]
1922         tickfont:
1923           size: 14
1924       yaxis:
1925         title: "<b>One-Way Latency per Direction [uSec]</b>"
1926         titlefont:
1927           size: 14
1928         gridcolor: "rgb(230, 230, 230)"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: True
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickfont:
1936           size: 14
1937       width: 700
1938       height: 700
1939       paper_bgcolor: "white"
1940       plot_bgcolor: "white"
1941
1942 - type: "static"
1943   src-path: "{DIR[RST]}"
1944   dst-path: "{DIR[WORKING,SRC]}"
1945
1946 - type: "input"
1947   general:
1948     file-name: "output_info.xml.gz"
1949     file-format: ".gz"
1950     arch-file-format:
1951       - ".gz"
1952       - ".zip"
1953     download-path: "{job}/{build}/archives/{filename}"
1954     extract: "output.xml"
1955
1956     zip-file-name: "robot-plugin.zip"
1957     zip-file-format: ".zip"
1958     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1959     zip-extract: "robot-plugin/output.xml"
1960
1961   builds:
1962
1963     csit-vpp-perf-verify-1904-3n-hsw:
1964       - 9   # MRR sel
1965       - 11  # NDRPDR sel
1966       - 12  # NDRPDR sel
1967       - 20  # NDRPDR sel
1968       - 21  # NDRPDR sel
1969       - 23  # NDRPDR sel
1970       - 24  # NDRPDR sel
1971       - 25  # NDRPDR sel
1972       - 26  # NDRPDR sel
1973       - 29  # NDRPDR sel
1974       - 30  # NDRPDR sel
1975     csit-vpp-perf-verify-1908-3n-hsw:
1976       - 12  # NDRPDR sel
1977       - 13  # NDRPDR sel
1978       - 14  # NDRPDR sel
1979       - 15  # NDRPDR sel
1980       - 16  # NDRPDR sel
1981       - 17  # NDRPDR sel
1982       - 18  # NDRPDR sel
1983       - 19  # NDRPDR sel
1984       - 20  # NDRPDR sel
1985       - 21  # NDRPDR sel
1986       - 48  # NDRPDR sel vhost
1987       - 49  # NDRPDR sel vhost
1988       - 52  # NDRPDR sel vhost
1989       - 53  # NDRPDR sel vhost
1990       - 54  # NDRPDR sel vhost
1991       - 55  # NDRPDR sel vhost
1992       - 56  # NDRPDR sel vhost
1993       - 57  # NDRPDR sel vhost
1994       - 58  # NDRPDR sel vhost
1995       - 59  # NDRPDR sel vhost
1996       - 39  # MRR sel
1997     csit-vpp-perf-verify-2001-3n-hsw:
1998       - 21  # NDRPDR sel
1999       - 22  # NDRPDR sel
2000       - 23  # NDRPDR sel
2001       - 24  # NDRPDR sel
2002       - 25  # NDRPDR sel
2003       - 29  # NDRPDR sel
2004       - 30  # NDRPDR sel
2005       - 31  # NDRPDR sel
2006       - 32  # NDRPDR sel
2007       - 34  # NDRPDR sel
2008       - 17  # MRR sel
2009       - 18  # NDRPDR full
2010       - 20  # NDRPDR full
2011       - 28  # NDRPDR full
2012       - 35  # NDRPDR full
2013       - 42  # NDRPDR full
2014       - 46  # NDRPDR full
2015       - 47  # NDRPDR full
2016       - 48  # NDRPDR full
2017       - 49  # NDRPDR full
2018       - 50  # NDRPDR full
2019       - 51  # NDRPDR full
2020       - 52  # NDRPDR full
2021       - 53  # NDRPDR full
2022       - 54  # NDRPDR full
2023       - 55  # NDRPDR full
2024       - 56  # NDRPDR full
2025       - 57  # NDRPDR full
2026       - 58  # NDRPDR full
2027       - 59  # NDRPDR full
2028       - 61  # NDRPDR full
2029       - 62  # NDRPDR full
2030       - 63  # NDRPDR full
2031       - 64  # NDRPDR full
2032       - 65  # NDRPDR full
2033       - 67  # NDRPDR full
2034
2035 #    csit-vpp-perf-verify-1904-3n-skx:
2036 #      - 7   # MRR sel
2037 #      - 8   # NDRPDR sel
2038 #      - 9   # NDRPDR sel
2039 #      - 10  # NDRPDR sel
2040 #      - 11  # NDRPDR sel
2041 #      - 12  # NDRPDR sel
2042 #      - 14  # NDRPDR sel
2043 #      - 16  # NDRPDR sel
2044 #      - 21  # NDRPDR sel
2045 #      - 23  # NDRPDR sel
2046 #      - 25  # NDRPDR sel
2047 #    csit-vpp-perf-verify-1908-3n-skx:
2048 #      - 14  # NDRPDR sel
2049 #      - 16  # NDRPDR sel
2050 #      - 19  # NDRPDR sel
2051 #      - 20  # NDRPDR sel
2052 #      - 22  # NDRPDR sel
2053 #      - 23  # NDRPDR sel
2054 #      - 24  # NDRPDR sel
2055 #      - 25  # NDRPDR sel
2056 #      - 26  # NDRPDR sel
2057 #      - 29  # NDRPDR sel
2058 #      - 52  # NDRPDR sel vhost
2059 #      - 53  # NDRPDR sel vhost
2060 #      - 55  # NDRPDR sel vhost
2061 #      - 61  # NDRPDR sel vhost
2062 #      - 62  # NDRPDR sel vhost
2063 #      - 63  # NDRPDR sel vhost
2064 #      - 64  # NDRPDR sel vhost
2065 #      - 65  # NDRPDR sel vhost
2066 #      - 66  # NDRPDR sel vhost
2067 #      - 67  # NDRPDR sel vhost
2068 #      - 36  # MRR sel
2069 #    csit-vpp-perf-verify-2001-3n-skx:
2070 #      - 14  # NDRPDR sel
2071 #      - 15  # NDRPDR sel
2072 #      - 16  # NDRPDR sel
2073
2074 #    csit-vpp-perf-verify-1904-2n-skx:
2075 #      - 11  # MRR sel
2076 #      - 12  # NDRPDR sel
2077 #      - 14  # NDRPDR sel
2078 #      - 16  # NDRPDR sel
2079 #      - 17  # NDRPDR sel
2080 #      - 18  # NDRPDR sel
2081 #      - 21  # NDRPDR sel
2082 #      - 27  # NDRPDR sel
2083 #      - 30  # NDRPDR sel
2084 #      - 31  # NDRPDR sel
2085 #      - 32  # NDRPDR sel
2086 #    csit-vpp-perf-verify-1908-2n-skx:
2087 #      - 26  # NDRPDR sel
2088 #      - 27  # NDRPDR sel
2089 #      - 34  # NDRPDR sel
2090 #      - 35  # NDRPDR sel
2091 #      - 36  # NDRPDR sel
2092 #      - 42  # NDRPDR sel
2093 #      - 43  # NDRPDR sel
2094 #      - 44  # NDRPDR sel
2095 #      - 45  # NDRPDR sel
2096 #      - 46  # NDRPDR sel
2097 #      - 88  # NDRPDR sel vhost
2098 #      - 89  # NDRPDR sel vhost
2099 #      - 91  # NDRPDR sel vhost
2100 #      - 92  # NDRPDR sel vhost
2101 #      - 93  # NDRPDR sel vhost
2102 #      - 94  # NDRPDR sel vhost
2103 #      - 95  # NDRPDR sel vhost
2104 #      - 96  # NDRPDR sel vhost
2105 #      - 97  # NDRPDR sel vhost
2106 #      - 98  # NDRPDR sel vhost
2107 #      - 69  # MRR sel
2108 #      - 29  # TCP
2109 #      - 30  # TCP
2110 #      - 58  # TCP
2111 #      - 22  # NFV
2112 #      - 31  # NFV
2113 #      - 32  # NFV
2114 #      - 71  # NFV MRR
2115 #      - 113 # NFV reconf sel
2116 #      - 114 # NFV reconf sel
2117 #      - 115 # NFV reconf sel
2118 #      - 83  # SOAK
2119 #      - 86  # SOAK
2120 #    csit-vpp-perf-verify-2001-2n-skx:
2121 #      - 21  # NDRPDR sel
2122 #      - 22  # NDRPDR sel
2123 #      - 23  # NDRPDR sel
2124 #      - 26  # NDRPDR sel
2125 #      - 27  # NDRPDR sel
2126 #      - 29  # NDRPDR sel
2127 #      - 32  # NDRPDR full
2128 #      - 33  # NDRPDR full
2129 #      - 30  # NFV
2130 #      - 31  # NFV
2131
2132     csit-vpp-perf-verify-2001-2n-clx:
2133       - 28  # NDRPDR sel
2134       - 29  # NDRPDR sel
2135       - 32  # NDRPDR sel
2136       - 34  # NDRPDR full
2137       - 35  # NDRPDR full
2138       - 36  # NDRPDR full
2139       - 38  # NDRPDR full
2140
2141     csit-vpp-perf-verify-1908-3n-tsh:
2142       - 7   # NDRPDR sel
2143       - 8   # NDRPDR sel
2144       - 9   # NDRPDR sel
2145       - 10  # NDRPDR sel
2146       - 11  # NDRPDR sel
2147       - 12  # NDRPDR sel
2148       - 13  # NDRPDR sel
2149       - 14  # NDRPDR sel
2150       - 15  # NDRPDR sel
2151       - 16  # NDRPDR sel
2152       - 17  # MRR sel
2153     csit-vpp-perf-verify-2001-3n-tsh:
2154       - 3   # NDRPDR sel
2155       - 4   # NDRPDR sel
2156       - 7   # NDRPDR sel
2157       - 8   # NDRPDR sel
2158       - 10  # NDRPDR sel
2159       - 12  # NDRPDR sel
2160       - 9   # MRR sel
2161
2162     csit-vpp-perf-verify-1908-3n-dnv:
2163       - 6   # NDRPDR sel
2164       - 7   # NDRPDR sel
2165       - 8   # NDRPDR sel
2166       - 9   # NDRPDR sel
2167       - 10  # NDRPDR sel
2168       - 12  # NDRPDR sel
2169       - 13  # NDRPDR sel
2170       - 14  # NDRPDR sel
2171       - 15  # NDRPDR sel
2172       - 16  # NDRPDR sel
2173       - 17  # MRR sel
2174     csit-vpp-perf-verify-2001-3n-dnv:
2175       - 5   # NDRPDR sel
2176       - 6   # NDRPDR sel
2177       - 7   # NDRPDR sel
2178       - 8   # NDRPDR sel
2179       - 9   # NDRPDR sel
2180       - 10  # NDRPDR sel
2181       - 12  # NDRPDR sel
2182       - 16  # NDRPDR sel
2183       - 17  # NDRPDR sel
2184       - 18  # NDRPDR sel
2185       - 11  # MRR sel
2186       - 19  # NDRPDR full
2187       - 20  # NDRPDR full
2188       - 21  # NDRPDR full
2189       - 22  # NDRPDR full
2190       - 23  # NDRPDR full
2191       - 24  # NDRPDR full
2192       - 25  # NDRPDR full
2193       - 26  # NDRPDR full
2194
2195     csit-vpp-perf-verify-1908-2n-dnv:
2196       - 1   # NDRPDR sel
2197       - 2   # NDRPDR sel
2198       - 3   # NDRPDR sel
2199       - 4   # NDRPDR sel
2200       - 5   # NDRPDR sel
2201       - 6   # NDRPDR sel
2202       - 7   # NDRPDR sel
2203       - 8   # NDRPDR sel
2204       - 9   # NDRPDR sel
2205       - 10  # NDRPDR sel
2206       - 11  # MRR sel
2207     csit-vpp-perf-verify-2001-2n-dnv:
2208       - 4   # NDRPDR sel
2209       - 5   # NDRPDR sel
2210       - 6   # NDRPDR sel
2211       - 7   # NDRPDR sel
2212       - 8   # NDRPDR sel
2213       - 9   # NDRPDR sel
2214       - 10  # NDRPDR sel
2215       - 11  # NDRPDR sel
2216       - 13  # NDRPDR sel
2217       - 16  # NDRPDR sel
2218       - 12  # MRR sel
2219       - 21  # NDRPDR full
2220       - 22  # NDRPDR full
2221       - 25  # NDRPDR full
2222       - 26  # NDRPDR full
2223       - 27  # NDRPDR full
2224       - 28  # NDRPDR full
2225
2226     csit-dpdk-perf-verify-1904-3n-hsw:
2227       - 2   # NDRPDR sel
2228       - 3   # NDRPDR sel
2229       - 5   # NDRPDR sel
2230       - 6   # NDRPDR sel
2231       - 13  # NDRPDR sel
2232       - 14  # NDRPDR sel
2233       - 15  # NDRPDR sel
2234       - 18  # NDRPDR sel
2235       - 19  # NDRPDR sel
2236       - 20  # NDRPDR sel
2237     csit-dpdk-perf-verify-1908-3n-hsw:
2238       - 2   # NDRPDR sel
2239       - 3   # NDRPDR sel
2240       - 4   # NDRPDR sel
2241       - 5   # NDRPDR sel
2242       - 6   # NDRPDR sel
2243       - 7   # NDRPDR sel
2244       - 8   # NDRPDR sel
2245       - 9   # NDRPDR sel
2246       - 10  # NDRPDR sel
2247       - 11  # NDRPDR sel
2248     csit-dpdk-perf-verify-2001-3n-hsw:
2249       - 4   # NDRPDR sel
2250       - 5   # NDRPDR sel
2251       - 6   # NDRPDR sel
2252       - 7   # NDRPDR sel
2253       - 8   # NDRPDR sel
2254       - 9   # NDRPDR sel
2255       - 10  # NDRPDR sel
2256       - 11  # NDRPDR sel
2257       - 12  # NDRPDR sel
2258       - 13  # NDRPDR sel
2259       - 15  # NDRPDR sel
2260       - 16  # NDRPDR sel
2261       - 17  # NDRPDR sel
2262       - 18  # NDRPDR sel
2263       - 19  # NDRPDR sel
2264       - 20  # NDRPDR sel
2265       - 21  # NDRPDR sel
2266       - 22  # NDRPDR sel
2267       - 23  # NDRPDR sel
2268       - 24  # NDRPDR sel
2269       - 25  # NDRPDR full
2270       - 26  # NDRPDR full
2271
2272 #    csit-dpdk-perf-verify-1904-3n-skx:
2273 #      - 2   # NDRPDR sel
2274 #      - 3   # NDRPDR sel
2275 #      - 4   # NDRPDR sel
2276 #      - 5   # NDRPDR sel
2277 #      - 6   # NDRPDR sel
2278 #      - 7   # NDRPDR sel
2279 #      - 11  # NDRPDR sel
2280 #      - 12  # NDRPDR sel
2281 #      - 13  # NDRPDR sel
2282 #      - 14  # NDRPDR sel
2283 #    csit-dpdk-perf-verify-1908-3n-skx:
2284 #      - 3   # NDRPDR sel
2285 #      - 4   # NDRPDR sel
2286 #      - 5   # NDRPDR sel
2287 #      - 6   # NDRPDR sel
2288 #      - 7   # NDRPDR sel
2289 #      - 8   # NDRPDR sel
2290 #      - 9   # NDRPDR sel
2291 #      - 10  # NDRPDR sel
2292 #      - 11  # NDRPDR sel
2293 #      - 12  # NDRPDR sel
2294 #    csit-dpdk-perf-verify-2001-3n-skx:
2295 #      - 1   # NDRPDR sel
2296 #      - 2   # NDRPDR sel
2297 #      - 3   # NDRPDR sel
2298 #      - 4   # NDRPDR sel
2299 #      - 5   # NDRPDR sel
2300 #      - 6   # NDRPDR sel
2301 #      - 7   # NDRPDR sel
2302 #      - 8   # NDRPDR sel
2303 #      - 9   # NDRPDR sel
2304 #      - 10  # NDRPDR sel
2305
2306 #    csit-dpdk-perf-verify-1904-2n-skx:
2307 #      - 2   # NDRPDR sel
2308 #      - 3   # NDRPDR sel
2309 #      - 4   # NDRPDR sel
2310 #      - 5   # NDRPDR sel
2311 #      - 7   # NDRPDR sel
2312 #      - 8   # NDRPDR sel
2313 #      - 9   # NDRPDR sel
2314 #      - 10  # NDRPDR sel
2315 #      - 11  # NDRPDR sel
2316 #      - 12  # NDRPDR sel
2317 #    csit-dpdk-perf-verify-1908-2n-skx:
2318 #      - 2   # NDRPDR sel
2319 #      - 3   # NDRPDR sel
2320 #      - 4   # NDRPDR sel
2321 #      - 5   # NDRPDR sel
2322 #      - 7   # NDRPDR sel
2323 #      - 8   # NDRPDR sel
2324 #      - 9   # NDRPDR sel
2325 #      - 10  # NDRPDR sel
2326 #      - 11  # NDRPDR sel
2327 #      - 12  # NDRPDR sel
2328 #    csit-dpdk-perf-verify-2001-2n-skx:
2329 #      - 1   # NDRPDR sel
2330 #      - 2   # NDRPDR sel
2331 #      - 3   # NDRPDR sel
2332 #      - 4   # NDRPDR sel
2333 #      - 5   # NDRPDR sel
2334 #      - 6   # NDRPDR sel
2335 #      - 7   # NDRPDR sel
2336 #      - 8   # NDRPDR sel
2337 #      - 9   # NDRPDR sel
2338 #      - 10  # NDRPDR sel
2339 #      - 11  # NDRPDR sel
2340 #      - 13  # NDRPDR sel
2341 #      - 26  # NDRPDR sel
2342 #      - 16  # NDRPDR sel
2343 #      - 17  # NDRPDR sel
2344 #      - 18  # NDRPDR sel
2345 #      - 19  # NDRPDR sel
2346 #      - 27  # NDRPDR sel
2347 #      - 21  # NDRPDR sel
2348 #      - 25  # NDRPDR sel
2349
2350     csit-dpdk-perf-verify-2001-2n-clx:
2351       - 14  # NDRPDR sel
2352       - 15  # NDRPDR sel
2353       - 16  # NDRPDR sel
2354       - 17  # NDRPDR sel
2355       - 18  # NDRPDR sel
2356       - 19  # NDRPDR sel
2357       - 20  # NDRPDR sel
2358       - 21  # NDRPDR sel
2359       - 22  # NDRPDR sel
2360       - 23  # NDRPDR sel
2361
2362     csit-dpdk-perf-verify-2001-2n-dnv:
2363       - 9   # NDRPDR sel
2364       - 10  # NDRPDR sel
2365       - 11  # NDRPDR sel
2366       - 12  # NDRPDR sel
2367       - 13  # NDRPDR sel
2368       - 14  # NDRPDR sel
2369       - 15  # NDRPDR sel
2370       - 16  # NDRPDR sel
2371       - 17  # NDRPDR sel
2372       - 18  # NDRPDR sel
2373
2374     csit-dpdk-perf-verify-2001-3n-dnv:
2375       - 12  # NDRPDR sel
2376       - 13  # NDRPDR sel
2377       - 14  # NDRPDR sel
2378       - 15  # NDRPDR sel
2379       - 16  # NDRPDR sel
2380       - 17  # NDRPDR sel
2381       - 18  # NDRPDR sel
2382       - 19  # NDRPDR sel
2383       - 20  # NDRPDR sel
2384       - 22  # NDRPDR sel
2385
2386     csit-dpdk-perf-verify-2001-3n-tsh:
2387       - 3   # NDRPDR sel
2388       - 4   # NDRPDR sel
2389       - 5   # NDRPDR sel
2390       - 9   # NDRPDR sel
2391       - 10  # NDRPDR sel
2392       - 11  # NDRPDR sel
2393       - 12  # NDRPDR sel
2394       - 14  # NDRPDR sel
2395       - 15  # NDRPDR sel
2396       - 18  # NDRPDR sel
2397
2398     csit-vpp-device-2001-ubuntu1804-1n-skx:
2399       - 57
2400
2401 - type: "output"
2402   output: "report"
2403   format:
2404     html:
2405     - full
2406 #    pdf:
2407 #    - minimal
2408
2409 ################################################################################
2410 ###                               T A B L E S                                ###
2411 ################################################################################
2412
2413 ## VPP Soak vs NDR
2414 #- type: "table"
2415 #  title: "VPP Soak vs NDR 2n-skx"
2416 #  algorithm: "table_soak_vs_ndr"
2417 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2418 #  reference:
2419 #    title: "NDR"
2420 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2421 #  compare:
2422 #    title: "Soak"
2423 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2424 #  data: "vpp-soak-vs-ndr-2n-skx"
2425 #  include-tests: "NDR"
2426 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2427 #  parameters:
2428 #    - "throughput"
2429 #    - "name"
2430 #    - "parent"
2431
2432 ################################################################################
2433
2434 ## VPP Compare NICs 3n-skx 2t1c ndr
2435 #- type: "table"
2436 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2437 #  algorithm: "table_nics_comparison"
2438 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2439 #  reference:
2440 #    title: "x710"
2441 #    nic: "NIC_Intel-X710"
2442 #  compare:
2443 #    title: "xxv710"
2444 #    nic: "NIC_Intel-XXV710"
2445 #  data: "vpp-nic-comparison-3n-skx"
2446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2447 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2448 #  parameters:
2449 #  - "name"
2450 #  - "parent"
2451 #  - "throughput"
2452 #  - "tags"
2453 #
2454 ## VPP Compare NICs 3n-skx 4t2c ndr
2455 #- type: "table"
2456 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2457 #  algorithm: "table_nics_comparison"
2458 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2459 #  reference:
2460 #    title: "x710"
2461 #    nic: "NIC_Intel-X710"
2462 #  compare:
2463 #    title: "xxv710"
2464 #    nic: "NIC_Intel-XXV710"
2465 #  data: "vpp-nic-comparison-3n-skx"
2466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2467 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2468 #  parameters:
2469 #  - "name"
2470 #  - "parent"
2471 #  - "throughput"
2472 #  - "tags"
2473 #
2474 ## VPP Compare NICs 3n-skx 2t1c pdr
2475 #- type: "table"
2476 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2477 #  algorithm: "table_nics_comparison"
2478 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2479 #  reference:
2480 #    title: "x710"
2481 #    nic: "NIC_Intel-X710"
2482 #  compare:
2483 #    title: "xxv710"
2484 #    nic: "NIC_Intel-XXV710"
2485 #  data: "vpp-nic-comparison-3n-skx"
2486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2487 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2488 #  parameters:
2489 #  - "name"
2490 #  - "parent"
2491 #  - "throughput"
2492 #  - "tags"
2493 #
2494 # # VPP Compare NICs 3n-skx 4t2c pdr
2495 #- type: "table"
2496 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2497 #  algorithm: "table_nics_comparison"
2498 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2499 #  reference:
2500 #    title: "x710"
2501 #    nic: "NIC_Intel-X710"
2502 #  compare:
2503 #    title: "xxv710"
2504 #    nic: "NIC_Intel-XXV710"
2505 #  data: "vpp-nic-comparison-3n-skx"
2506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2507 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2508 #  parameters:
2509 #  - "name"
2510 #  - "parent"
2511 #  - "throughput"
2512 #  - "tags"
2513 #
2514 ## VPP Compare NICs 3n-skx 2t1c mrr
2515 #- type: "table"
2516 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2517 #  algorithm: "table_nics_comparison"
2518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2519 #  reference:
2520 #    title: "x710"
2521 #    nic: "NIC_Intel-X710"
2522 #  compare:
2523 #    title: "xxv710"
2524 #    nic: "NIC_Intel-XXV710"
2525 #  data: "vpp-nic-comparison-3n-skx-mrr"
2526 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2527 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2528 #  parameters:
2529 #  - "name"
2530 #  - "parent"
2531 #  - "result"
2532 #  - "tags"
2533 #
2534 ## VPP Compare NICs 3n-skx 4t2c mrr
2535 #- type: "table"
2536 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2537 #  algorithm: "table_nics_comparison"
2538 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2539 #  reference:
2540 #    title: "x710"
2541 #    nic: "NIC_Intel-X710"
2542 #  compare:
2543 #    title: "xxv710"
2544 #    nic: "NIC_Intel-XXV710"
2545 #  data: "vpp-nic-comparison-3n-skx-mrr"
2546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2547 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2548 #  parameters:
2549 #  - "name"
2550 #  - "parent"
2551 #  - "result"
2552 #  - "tags"
2553 #
2554 # # VPP Compare NICs 3n-skx 8t4c mrr
2555 #- type: "table"
2556 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2557 #  algorithm: "table_nics_comparison"
2558 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2559 #  reference:
2560 #    title: "x710"
2561 #    nic: "NIC_Intel-X710"
2562 #  compare:
2563 #    title: "xxv710"
2564 #    nic: "NIC_Intel-XXV710"
2565 #  data: "vpp-nic-comparison-3n-skx-mrr"
2566 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2567 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2568 #  parameters:
2569 #  - "name"
2570 #  - "parent"
2571 #  - "result"
2572 #  - "tags"
2573 #
2574 ## VPP Compare NICs 2n-skx 2t1c ndr
2575 #- type: "table"
2576 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2577 #  algorithm: "table_nics_comparison"
2578 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2579 #  reference:
2580 #    title: "x710"
2581 #    nic: "NIC_Intel-X710"
2582 #  compare:
2583 #    title: "xxv710"
2584 #    nic: "NIC_Intel-XXV710"
2585 #  data: "vpp-nic-comparison-2n-skx"
2586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2587 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2588 #  parameters:
2589 #  - "name"
2590 #  - "parent"
2591 #  - "throughput"
2592 #  - "tags"
2593 #
2594 ## VPP Compare NICs 2n-skx 4t2c ndr
2595 #- type: "table"
2596 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2597 #  algorithm: "table_nics_comparison"
2598 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2599 #  reference:
2600 #    title: "x710"
2601 #    nic: "NIC_Intel-X710"
2602 #  compare:
2603 #    title: "xxv710"
2604 #    nic: "NIC_Intel-XXV710"
2605 #  data: "vpp-nic-comparison-2n-skx"
2606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2607 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2608 #  parameters:
2609 #  - "name"
2610 #  - "parent"
2611 #  - "throughput"
2612 #  - "tags"
2613 #
2614 # # VPP Compare NICs 2n-skx 2t1c pdr
2615 #- type: "table"
2616 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2617 #  algorithm: "table_nics_comparison"
2618 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2619 #  reference:
2620 #    title: "x710"
2621 #    nic: "NIC_Intel-X710"
2622 #  compare:
2623 #    title: "xxv710"
2624 #    nic: "NIC_Intel-XXV710"
2625 #  data: "vpp-nic-comparison-2n-skx"
2626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2627 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2628 #  parameters:
2629 #  - "name"
2630 #  - "parent"
2631 #  - "throughput"
2632 #  - "tags"
2633 #
2634 ## VPP Compare NICs 2n-skx 4t2c pdr
2635 #- type: "table"
2636 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2637 #  algorithm: "table_nics_comparison"
2638 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2639 #  reference:
2640 #    title: "x710"
2641 #    nic: "NIC_Intel-X710"
2642 #  compare:
2643 #    title: "xxv710"
2644 #    nic: "NIC_Intel-XXV710"
2645 #  data: "vpp-nic-comparison-2n-skx"
2646 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2647 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2648 #  parameters:
2649 #  - "name"
2650 #  - "parent"
2651 #  - "throughput"
2652 #  - "tags"
2653 #
2654 ## VPP Compare NICs 2n-skx 2t1c mrr
2655 #- type: "table"
2656 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2657 #  algorithm: "table_nics_comparison"
2658 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2659 #  reference:
2660 #    title: "x710"
2661 #    nic: "NIC_Intel-X710"
2662 #  compare:
2663 #    title: "xxv710"
2664 #    nic: "NIC_Intel-XXV710"
2665 #  data: "vpp-nic-comparison-2n-skx-mrr"
2666 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2667 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2668 #  parameters:
2669 #  - "name"
2670 #  - "parent"
2671 #  - "result"
2672 #  - "tags"
2673 #
2674 ## VPP Compare NICs 2n-skx 4t2c mrr
2675 #- type: "table"
2676 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2677 #  algorithm: "table_nics_comparison"
2678 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2679 #  reference:
2680 #    title: "x710"
2681 #    nic: "NIC_Intel-X710"
2682 #  compare:
2683 #    title: "xxv710"
2684 #    nic: "NIC_Intel-XXV710"
2685 #  data: "vpp-nic-comparison-2n-skx-mrr"
2686 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2687 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2688 #  parameters:
2689 #  - "name"
2690 #  - "parent"
2691 #  - "result"
2692 #  - "tags"
2693 #
2694 ## VPP Compare NICs 2n-skx 8t4c mrr
2695 #- type: "table"
2696 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2697 #  algorithm: "table_nics_comparison"
2698 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2699 #  reference:
2700 #    title: "x710"
2701 #    nic: "NIC_Intel-X710"
2702 #  compare:
2703 #    title: "xxv710"
2704 #    nic: "NIC_Intel-XXV710"
2705 #  data: "vpp-nic-comparison-2n-skx-mrr"
2706 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2707 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2708 #  parameters:
2709 #  - "name"
2710 #  - "parent"
2711 #  - "result"
2712 #  - "tags"
2713
2714 ################################################################################
2715 # VPP
2716
2717 # VPP Performance Changes 3n-hsw 1t1c pdr
2718 - type: "table"
2719   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2720   algorithm: "table_perf_comparison"
2721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2722   history:
2723     - title: "rls1904"
2724       data: "vpp-performance-changes-3n-hsw-h1"
2725   reference:
2726     title: "rls1908"
2727     data: "vpp-performance-changes-3n-hsw-ref"
2728     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2729   compare:
2730     title: "rls2001"
2731     data: "vpp-performance-changes-3n-hsw-cmp"
2732   data: "vpp-performance-changes-3n-hsw"
2733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2734   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "throughput"
2739
2740 # VPP Performance Changes 3n-hsw 2t2c pdr
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2743   algorithm: "table_perf_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2745   history:
2746     - title: "rls1904"
2747       data: "vpp-performance-changes-3n-hsw-h1"
2748   reference:
2749     title: "rls1908"
2750     data: "vpp-performance-changes-3n-hsw-ref"
2751     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2752   compare:
2753     title: "rls2001"
2754     data: "vpp-performance-changes-3n-hsw-cmp"
2755   data: "vpp-performance-changes-3n-hsw"
2756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2757   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2758   parameters:
2759   - "name"
2760   - "parent"
2761   - "throughput"
2762
2763 # VPP Performance Changes 3n-hsw 1t1c ndr
2764 - type: "table"
2765   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2766   algorithm: "table_perf_comparison"
2767   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2768   history:
2769     - title: "rls1904"
2770       data: "vpp-performance-changes-3n-hsw-h1"
2771   reference:
2772     title: "rls1908"
2773     data: "vpp-performance-changes-3n-hsw-ref"
2774     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2775   compare:
2776     title: "rls2001"
2777     data: "vpp-performance-changes-3n-hsw-cmp"
2778   data: "vpp-performance-changes-3n-hsw"
2779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2780   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "throughput"
2785
2786 # VPP Performance Changes 3n-hsw 2t2c ndr
2787 - type: "table"
2788   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2789   algorithm: "table_perf_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2791   history:
2792     - title: "rls1904"
2793       data: "vpp-performance-changes-3n-hsw-h1"
2794   reference:
2795     title: "rls1908"
2796     data: "vpp-performance-changes-3n-hsw-ref"
2797     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2798   compare:
2799     title: "rls2001"
2800     data: "vpp-performance-changes-3n-hsw-cmp"
2801   data: "vpp-performance-changes-3n-hsw"
2802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2803   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "throughput"
2808
2809 ## VPP Performance Changes 3n-skx 2t1c pdr
2810 #- type: "table"
2811 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2812 #  algorithm: "table_perf_comparison_nic"
2813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2814 #  history:
2815 #    - title: "rls1904 x710"
2816 #      data: "vpp-performance-changes-3n-skx-h1"
2817 #      nic: "NIC_Intel-X710"
2818 #  reference:
2819 #    title: "rls1908 xxv710"
2820 #    data: "vpp-performance-changes-3n-skx-ref"
2821 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2822 #    nic: "NIC_Intel-XXV710"
2823 #  compare:
2824 #    title: "rls2001 xxv710"
2825 #    data: "vpp-performance-changes-3n-skx-cmp"
2826 #    nic: "NIC_Intel-XXV710"
2827 #  data: "vpp-performance-changes-3n-skx"
2828 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2829 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2830 #  parameters:
2831 #  - "name"
2832 #  - "parent"
2833 #  - "throughput"
2834 #  - "tags"
2835 #
2836 ## VPP Performance Changes 3n-skx 4t2c pdr
2837 #- type: "table"
2838 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2839 #  algorithm: "table_perf_comparison_nic"
2840 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2841 #  history:
2842 #    - title: "rls1904 x710"
2843 #      data: "vpp-performance-changes-3n-skx-h1"
2844 #      nic: "NIC_Intel-X710"
2845 #  reference:
2846 #    title: "rls1908 x710"
2847 #    data: "vpp-performance-changes-3n-skx-ref"
2848 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2849 #    nic: "NIC_Intel-X710"
2850 #  compare:
2851 #    title: "rls2001 xxv710"
2852 #    data: "vpp-performance-changes-3n-skx-cmp"
2853 #    nic: "NIC_Intel-XXV710"
2854 #  data: "vpp-performance-changes-3n-skx"
2855 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2856 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2857 #  parameters:
2858 #  - "name"
2859 #  - "parent"
2860 #  - "throughput"
2861 #  - "tags"
2862 #
2863 ## VPP Performance Changes 3n-skx 2t1c ndr
2864 #- type: "table"
2865 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2866 #  algorithm: "table_perf_comparison_nic"
2867 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2868 #  history:
2869 #    - title: "rls1904 x710"
2870 #      data: "vpp-performance-changes-3n-skx-h1"
2871 #      nic: "NIC_Intel-X710"
2872 #  reference:
2873 #    title: "rls1908 x710"
2874 #    data: "vpp-performance-changes-3n-skx-ref"
2875 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2876 #    nic: "NIC_Intel-X710"
2877 #  compare:
2878 #    title: "rls2001 xxv710"
2879 #    data: "vpp-performance-changes-3n-skx-cmp"
2880 #    nic: "NIC_Intel-XXV710"
2881 #  data: "vpp-performance-changes-3n-skx"
2882 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2883 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2884 #  parameters:
2885 #  - "name"
2886 #  - "parent"
2887 #  - "throughput"
2888 #  - "tags"
2889 #
2890 ## VPP Performance Changes 3n-skx 4t2c ndr
2891 #- type: "table"
2892 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2893 #  algorithm: "table_perf_comparison_nic"
2894 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2895 #  history:
2896 #    - title: "rls1904 x710"
2897 #      data: "vpp-performance-changes-3n-skx-h1"
2898 #      nic: "NIC_Intel-X710"
2899 #  reference:
2900 #    title: "rls1908 x710"
2901 #    data: "vpp-performance-changes-3n-skx-ref"
2902 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2903 #    nic: "NIC_Intel-X710"
2904 #  compare:
2905 #    title: "rls2001 xxv710"
2906 #    data: "vpp-performance-changes-3n-skx-cmp"
2907 #    nic: "NIC_Intel-XXV710"
2908 #  data: "vpp-performance-changes-3n-skx"
2909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2910 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2911 #  parameters:
2912 #  - "name"
2913 #  - "parent"
2914 #  - "throughput"
2915 #  - "tags"
2916 #
2917 ## VPP Performance Changes 2n-skx 2t1c pdr
2918 #- type: "table"
2919 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2920 #  algorithm: "table_perf_comparison_nic"
2921 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2922 #  history:
2923 #    - title: "rls1904 x710"
2924 #      data: "vpp-performance-changes-2n-skx-h1"
2925 #      nic: "NIC_Intel-X710"
2926 #  reference:
2927 #    title: "rls1908 xxv710"
2928 #    data: "vpp-performance-changes-2n-skx-ref"
2929 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2930 #    nic: "NIC_Intel-XXV710"
2931 #  compare:
2932 #    title: "rls2001 xxv710"
2933 #    data: "vpp-performance-changes-2n-skx-cmp"
2934 #    nic: "NIC_Intel-XXV710"
2935 #  data: "vpp-performance-changes-2n-skx"
2936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2937 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2938 #  parameters:
2939 #  - "name"
2940 #  - "parent"
2941 #  - "throughput"
2942 #  - "tags"
2943 #
2944 ## VPP Performance Changes 2n-skx 4t2c pdr
2945 #- type: "table"
2946 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2947 #  algorithm: "table_perf_comparison_nic"
2948 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2949 #  history:
2950 #    - title: "rls1904 x710"
2951 #      data: "vpp-performance-changes-2n-skx-h1"
2952 #      nic: "NIC_Intel-X710"
2953 #  reference:
2954 #    title: "rls1908 xxv710"
2955 #    data: "vpp-performance-changes-2n-skx-ref"
2956 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2957 #    nic: "NIC_Intel-XXV710"
2958 #  compare:
2959 #    title: "rls2001 xxv710"
2960 #    data: "vpp-performance-changes-2n-skx-cmp"
2961 #    nic: "NIC_Intel-XXV710"
2962 #  data: "vpp-performance-changes-2n-skx"
2963 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2964 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2965 #  parameters:
2966 #  - "name"
2967 #  - "parent"
2968 #  - "throughput"
2969 #  - "tags"
2970 #
2971 ## VPP Performance Changes 2n-skx 2t1c ndr
2972 #- type: "table"
2973 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2974 #  algorithm: "table_perf_comparison_nic"
2975 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2976 #  history:
2977 #    - title: "rls1904 x710"
2978 #      data: "vpp-performance-changes-2n-skx-h1"
2979 #      nic: "NIC_Intel-X710"
2980 #  reference:
2981 #    title: "rls1908 xxv710"
2982 #    data: "vpp-performance-changes-2n-skx-ref"
2983 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2984 #    nic: "NIC_Intel-XXV710"
2985 #  compare:
2986 #    title: "rls2001 xxv710"
2987 #    data: "vpp-performance-changes-2n-skx-cmp"
2988 #    nic: "NIC_Intel-XXV710"
2989 #  data: "vpp-performance-changes-2n-skx"
2990 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2991 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2992 #  parameters:
2993 #  - "name"
2994 #  - "parent"
2995 #  - "throughput"
2996 #  - "tags"
2997 #
2998 ## VPP Performance Changes 2n-skx 4t2c ndr
2999 #- type: "table"
3000 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3001 #  algorithm: "table_perf_comparison_nic"
3002 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3003 #  history:
3004 #    - title: "rls1904 x710"
3005 #      data: "vpp-performance-changes-2n-skx-h1"
3006 #      nic: "NIC_Intel-X710"
3007 #  reference:
3008 #    title: "rls1908 xxv710"
3009 #    data: "vpp-performance-changes-2n-skx-ref"
3010 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3011 #    nic: "NIC_Intel-XXV710"
3012 #  compare:
3013 #    title: "rls2001 xxv710"
3014 #    data: "vpp-performance-changes-2n-skx-cmp"
3015 #    nic: "NIC_Intel-XXV710"
3016 #  data: "vpp-performance-changes-2n-skx"
3017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3018 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3019 #  parameters:
3020 #  - "name"
3021 #  - "parent"
3022 #  - "throughput"
3023 #  - "tags"
3024 #
3025 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3026 #- type: "table"
3027 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3028 #  algorithm: "table_perf_comparison"
3029 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3030 #  reference:
3031 #    title: "rls1908"
3032 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3033 #  compare:
3034 #    title: "rls2001"
3035 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3036 #  data: "vpp-performance-changes-nfv-2n-skx"
3037 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3039 #  parameters:
3040 #  - "name"
3041 #  - "parent"
3042 #  - "throughput"
3043 #  - "tags"
3044 #
3045 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3046 #- type: "table"
3047 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3048 #  algorithm: "table_perf_comparison"
3049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3050 #  reference:
3051 #    title: "rls1908"
3052 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3053 #  compare:
3054 #    title: "rls2001"
3055 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3056 #  data: "vpp-performance-changes-nfv-2n-skx"
3057 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3058 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3059 #  parameters:
3060 #  - "name"
3061 #  - "parent"
3062 #  - "throughput"
3063 #  - "tags"
3064 #
3065 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3066 #- type: "table"
3067 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3068 #  algorithm: "table_perf_comparison"
3069 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3070 #  reference:
3071 #    title: "rls1908"
3072 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3073 #  compare:
3074 #    title: "rls2001"
3075 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3076 #  data: "vpp-performance-changes-nfv-2n-skx"
3077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3078 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3079 #  parameters:
3080 #  - "name"
3081 #  - "parent"
3082 #  - "throughput"
3083 #  - "tags"
3084 #
3085 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3086 #- type: "table"
3087 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3088 #  algorithm: "table_perf_comparison"
3089 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3090 #  reference:
3091 #    title: "rls1908"
3092 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3093 #  compare:
3094 #    title: "rls2001"
3095 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3096 #  data: "vpp-performance-changes-nfv-2n-skx"
3097 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3098 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3099 #  parameters:
3100 #  - "name"
3101 #  - "parent"
3102 #  - "throughput"
3103 #  - "tags"
3104
3105 # VPP Performance Changes 2n-dnv 1t1c pdr
3106 - type: "table"
3107   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3108   algorithm: "table_perf_comparison"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3110   reference:
3111     title: "rls1908"
3112     data: "vpp-performance-changes-2n-dnv-ref"
3113   compare:
3114     title: "rls2001"
3115     data: "vpp-performance-changes-2n-dnv-cmp"
3116   data: "vpp-performance-changes-2n-dnv"
3117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'1T1C'"
3119   parameters:
3120   - "name"
3121   - "parent"
3122   - "throughput"
3123   - "tags"
3124
3125 # VPP Performance Changes 2n-dnv 2t2c pdr
3126 - type: "table"
3127   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3128   algorithm: "table_perf_comparison"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3130   reference:
3131     title: "rls1908"
3132     data: "vpp-performance-changes-2n-dnv-ref"
3133   compare:
3134     title: "rls2001"
3135     data: "vpp-performance-changes-2n-dnv-cmp"
3136   data: "vpp-performance-changes-2n-dnv"
3137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3138   filter: "'2T2C'"
3139   parameters:
3140   - "name"
3141   - "parent"
3142   - "throughput"
3143   - "tags"
3144
3145 # VPP Performance Changes 2n-dnv 1t1c ndr
3146 - type: "table"
3147   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3148   algorithm: "table_perf_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3150   reference:
3151     title: "rls1908"
3152     data: "vpp-performance-changes-2n-dnv-ref"
3153   compare:
3154     title: "rls2001"
3155     data: "vpp-performance-changes-2n-dnv-cmp"
3156   data: "vpp-performance-changes-2n-dnv"
3157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3158   filter: "'1T1C'"
3159   parameters:
3160   - "name"
3161   - "parent"
3162   - "throughput"
3163   - "tags"
3164
3165 # VPP Performance Changes 2n-dnv 2t2c ndr
3166 - type: "table"
3167   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3168   algorithm: "table_perf_comparison"
3169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3170   reference:
3171     title: "rls1908 "
3172     data: "vpp-performance-changes-2n-dnv-ref"
3173   compare:
3174     title: "rls2001"
3175     data: "vpp-performance-changes-2n-dnv-cmp"
3176   data: "vpp-performance-changes-2n-dnv"
3177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3178   filter: "'2T2C'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "throughput"
3183   - "tags"
3184
3185 # VPP Performance Changes 3n-dnv 1t1c pdr
3186 - type: "table"
3187   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3188   algorithm: "table_perf_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3190   reference:
3191     title: "rls1908"
3192     data: "vpp-performance-changes-3n-dnv-ref"
3193   compare:
3194     title: "rls2001"
3195     data: "vpp-performance-changes-3n-dnv-cmp"
3196   data: "vpp-performance-changes-3n-dnv"
3197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3198   filter: "'1T1C'"
3199   parameters:
3200   - "name"
3201   - "parent"
3202   - "throughput"
3203   - "tags"
3204
3205 # VPP Performance Changes 3n-dnv 2t2c pdr
3206 - type: "table"
3207   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3208   algorithm: "table_perf_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3210   reference:
3211     title: "rls1908"
3212     data: "vpp-performance-changes-3n-dnv-ref"
3213   compare:
3214     title: "rls2001"
3215     data: "vpp-performance-changes-3n-dnv-cmp"
3216   data: "vpp-performance-changes-3n-dnv"
3217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3218   filter: "'2T2C'"
3219   parameters:
3220   - "name"
3221   - "parent"
3222   - "throughput"
3223   - "tags"
3224
3225 # VPP Performance Changes 3n-dnv 1t1c ndr
3226 - type: "table"
3227   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3228   algorithm: "table_perf_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3230   reference:
3231     title: "rls1908"
3232     data: "vpp-performance-changes-3n-dnv-ref"
3233   compare:
3234     title: "rls2001"
3235     data: "vpp-performance-changes-3n-dnv-cmp"
3236   data: "vpp-performance-changes-3n-dnv"
3237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3238   filter: "'1T1C'"
3239   parameters:
3240   - "name"
3241   - "parent"
3242   - "throughput"
3243   - "tags"
3244
3245 # VPP Performance Changes 3n-dnv 2t2c ndr
3246 - type: "table"
3247   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3248   algorithm: "table_perf_comparison"
3249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3250   reference:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-3n-dnv-ref"
3253   compare:
3254     title: "rls2001"
3255     data: "vpp-performance-changes-3n-dnv-cmp"
3256   data: "vpp-performance-changes-3n-dnv"
3257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'2T2C'"
3259   parameters:
3260   - "name"
3261   - "parent"
3262   - "throughput"
3263   - "tags"
3264
3265 # VPP Performance Changes 3n-tsh 1t1c pdr
3266 - type: "table"
3267   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3268   algorithm: "table_perf_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3270   reference:
3271     title: "rls1908"
3272     data: "vpp-performance-changes-3n-tsh-ref"
3273   compare:
3274     title: "rls2001"
3275     data: "vpp-performance-changes-3n-tsh-cmp"
3276   data: "vpp-performance-changes-3n-tsh"
3277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'1T1C'"
3279   parameters:
3280   - "name"
3281   - "parent"
3282   - "throughput"
3283   - "tags"
3284
3285 # VPP Performance Changes 3n-tsh 2t2c pdr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3288   algorithm: "table_perf_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3290   reference:
3291     title: "rls1908"
3292     data: "vpp-performance-changes-3n-tsh-ref"
3293   compare:
3294     title: "rls2001"
3295     data: "vpp-performance-changes-3n-tsh-cmp"
3296   data: "vpp-performance-changes-3n-tsh"
3297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'2T2C'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "throughput"
3303   - "tags"
3304
3305 # VPP Performance Changes 3n-tsh 1t1c ndr
3306 - type: "table"
3307   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3308   algorithm: "table_perf_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3310   reference:
3311     title: "rls1908"
3312     data: "vpp-performance-changes-3n-tsh-ref"
3313   compare:
3314     title: "rls2001"
3315     data: "vpp-performance-changes-3n-tsh-cmp"
3316   data: "vpp-performance-changes-3n-tsh"
3317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'1T1C'"
3319   parameters:
3320   - "name"
3321   - "parent"
3322   - "throughput"
3323   - "tags"
3324
3325 # VPP Performance Changes 3n-tsh 2t2c ndr
3326 - type: "table"
3327   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3328   algorithm: "table_perf_comparison"
3329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3330   reference:
3331     title: "rls1908"
3332     data: "vpp-performance-changes-3n-tsh-ref"
3333   compare:
3334     title: "rls2001"
3335     data: "vpp-performance-changes-3n-tsh-cmp"
3336   data: "vpp-performance-changes-3n-tsh"
3337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'2T2C'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "throughput"
3343   - "tags"
3344
3345 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3346 #- type: "table"
3347 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3348 #  algorithm: "table_perf_comparison_nic"
3349 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3350 #  reference:
3351 #    title: "3n-hsw xl710"
3352 #    data: "vpp-compare-testbeds-ref"
3353 #    nic: "NIC_Intel-XL710"
3354 #  compare:
3355 #    title: "3n-skx xxv710"
3356 #    data: "vpp-compare-testbeds-cmp"
3357 #    nic: "NIC_Intel-XXV710"
3358 #  data: "vpp-compare-testbeds"
3359 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3360 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3361 #  parameters:
3362 #  - "name"
3363 #  - "parent"
3364 #  - "throughput"
3365 #  - "tags"
3366 #
3367 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3368 #- type: "table"
3369 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3370 #  algorithm: "table_perf_comparison_nic"
3371 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-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 '2C'"
3383 #  parameters:
3384 #  - "name"
3385 #  - "parent"
3386 #  - "throughput"
3387 #  - "tags"
3388 #
3389 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3390 #- type: "table"
3391 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3392 #  algorithm: "table_perf_comparison_nic"
3393 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
3404 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3405 #  parameters:
3406 #  - "name"
3407 #  - "parent"
3408 #  - "throughput"
3409 #  - "tags"
3410 #
3411 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3412 #- type: "table"
3413 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3414 #  algorithm: "table_perf_comparison_nic"
3415 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-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 '2C'"
3427 #  parameters:
3428 #  - "name"
3429 #  - "parent"
3430 #  - "throughput"
3431 #  - "tags"
3432 #
3433 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3434 #- type: "table"
3435 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3436 #  algorithm: "table_perf_comparison"
3437 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3438 #  reference:
3439 #    title: "2n-skx"
3440 #    data: "vpp-compare-testbeds-skx-clx-ref"
3441 #  compare:
3442 #    title: "2n-clx"
3443 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3444 #  data: "vpp-compare-testbeds-skx-clx"
3445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3446 #  filter: "'2T1C'"
3447 #  parameters:
3448 #  - "name"
3449 #  - "parent"
3450 #  - "throughput"
3451 #  - "tags"
3452 #
3453 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3454 #- type: "table"
3455 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3456 #  algorithm: "table_perf_comparison"
3457 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3458 #  reference:
3459 #    title: "2n-skx"
3460 #    data: "vpp-compare-testbeds-skx-clx-ref"
3461 #  compare:
3462 #    title: "2n-clx"
3463 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3464 #  data: "vpp-compare-testbeds-skx-clx"
3465 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3466 #  filter: "'4T2C'"
3467 #  parameters:
3468 #  - "name"
3469 #  - "parent"
3470 #  - "throughput"
3471 #  - "tags"
3472 #
3473 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3474 #- type: "table"
3475 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3476 #  algorithm: "table_perf_comparison"
3477 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3478 #  reference:
3479 #    title: "2n-skx"
3480 #    data: "vpp-compare-testbeds-skx-clx-ref"
3481 #  compare:
3482 #    title: "2n-clx"
3483 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3484 #  data: "vpp-compare-testbeds-skx-clx"
3485 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3486 #  filter: "'2T1C'"
3487 #  parameters:
3488 #  - "name"
3489 #  - "parent"
3490 #  - "throughput"
3491 #  - "tags"
3492 #
3493 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3494 #- type: "table"
3495 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3496 #  algorithm: "table_perf_comparison"
3497 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3498 #  reference:
3499 #    title: "2n-skx"
3500 #    data: "vpp-compare-testbeds-skx-clx-ref"
3501 #  compare:
3502 #    title: "2n-clx"
3503 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3504 #  data: "vpp-compare-testbeds-skx-clx"
3505 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3506 #  filter: "'4T2C'"
3507 #  parameters:
3508 #  - "name"
3509 #  - "parent"
3510 #  - "throughput"
3511 #  - "tags"
3512 #
3513 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3514 #- type: "table"
3515 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3516 #  algorithm: "table_perf_comparison"
3517 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3518 #  reference:
3519 #    title: "3-Node Skx"
3520 #    data: "vpp-compare-topologies-ref"
3521 #  compare:
3522 #    title: "2-Node Skx"
3523 #    data: "vpp-compare-topologies-cmp"
3524 #  data: "vpp-compare-topologies"
3525 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3526 #  filter: "'NDRPDR' and '1C'"
3527 #  parameters:
3528 #  - "name"
3529 #  - "parent"
3530 #  - "throughput"
3531 #
3532 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3533 #- type: "table"
3534 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3535 #  algorithm: "table_perf_comparison"
3536 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3537 #  reference:
3538 #    title: "3-Node Skx"
3539 #    data: "vpp-compare-topologies-ref"
3540 #  compare:
3541 #    title: "2-Node Skx"
3542 #    data: "vpp-compare-topologies-cmp"
3543 #  data: "vpp-compare-topologies"
3544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3545 #  filter: "'NDRPDR' and '2C'"
3546 #  parameters:
3547 #  - "name"
3548 #  - "parent"
3549 #  - "throughput"
3550 #
3551 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3552 #- type: "table"
3553 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3554 #  algorithm: "table_perf_comparison"
3555 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3556 #  reference:
3557 #    title: "3-Node Skx"
3558 #    data: "vpp-compare-topologies-ref"
3559 #  compare:
3560 #    title: "2-Node Skx"
3561 #    data: "vpp-compare-topologies-cmp"
3562 #  data: "vpp-compare-topologies"
3563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3564 #  filter: "'NDRPDR' and '1C'"
3565 #  parameters:
3566 #  - "name"
3567 #  - "parent"
3568 #  - "throughput"
3569 #
3570 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3571 #- type: "table"
3572 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3573 #  algorithm: "table_perf_comparison"
3574 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3575 #  reference:
3576 #    title: "3-Node Skx"
3577 #    data: "vpp-compare-topologies-ref"
3578 #  compare:
3579 #    title: "2-Node Skx"
3580 #    data: "vpp-compare-topologies-cmp"
3581 #  data: "vpp-compare-topologies"
3582 #  include-tests: "PDR"
3583 #  filter: "'NDRPDR' and '2C'"
3584 #  parameters:
3585 #  - "name"
3586 #  - "parent"
3587 #  - "throughput"
3588
3589 # VPP Performance Changes 3n-hsw 1t1c MRR
3590 - type: "table"
3591   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3592   algorithm: "table_perf_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3594   history:
3595     - title: "rls1904"
3596       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3597   reference:
3598     title: "rls1908"
3599     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3600   compare:
3601     title: "rls2001"
3602     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3603   data: "vpp-performance-changes-3n-hsw-mrr"
3604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3605   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3606   parameters:
3607   - "name"
3608   - "parent"
3609   - "result"
3610
3611 # VPP Performance Changes 3n-hsw 2t2c MRR
3612 - type: "table"
3613   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3614   algorithm: "table_perf_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-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: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3628   parameters:
3629   - "name"
3630   - "parent"
3631   - "result"
3632
3633 # VPP Performance Changes 3n-hsw 4t4c MRR
3634 - type: "table"
3635   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3636   algorithm: "table_perf_comparison"
3637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-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: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "result"
3654
3655 ## VPP Performance Changes 3n-skx 2t1c MRR
3656 #- type: "table"
3657 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3658 #  algorithm: "table_perf_comparison"
3659 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3660 #  history:
3661 #    - title: "rls1904"
3662 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3663 #  reference:
3664 #    title: "rls1908"
3665 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3666 #  compare:
3667 #    title: "rls2001"
3668 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3669 #  data: "vpp-performance-changes-3n-skx-mrr"
3670 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3671 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3672 #  parameters:
3673 #  - "name"
3674 #  - "parent"
3675 #  - "result"
3676 #
3677 ## VPP Performance Changes 3n-skx 4t2c MRR
3678 #- type: "table"
3679 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3680 #  algorithm: "table_perf_comparison"
3681 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-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: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3694 #  parameters:
3695 #  - "name"
3696 #  - "parent"
3697 #  - "result"
3698 #
3699 ## VPP Performance Changes 3n-skx 8t4c MRR
3700 #- type: "table"
3701 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3702 #  algorithm: "table_perf_comparison"
3703 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-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: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3716 #  parameters:
3717 #  - "name"
3718 #  - "parent"
3719 #  - "result"
3720 #
3721 ## VPP Performance Changes 2n-skx 2t1c MRR
3722 #- type: "table"
3723 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3724 #  algorithm: "table_perf_comparison"
3725 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3726 #  history:
3727 #    - title: "rls1904"
3728 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3729 #  reference:
3730 #    title: "rls1908"
3731 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3732 #  compare:
3733 #    title: "rls2001"
3734 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3735 #  data: "vpp-performance-changes-2n-skx-mrr"
3736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3737 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3738 #  parameters:
3739 #  - "name"
3740 #  - "parent"
3741 #  - "result"
3742 #
3743 ## VPP Performance Changes 2n-skx 4t2c MRR
3744 #- type: "table"
3745 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3746 #  algorithm: "table_perf_comparison"
3747 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-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: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3760 #  parameters:
3761 #  - "name"
3762 #  - "parent"
3763 #  - "result"
3764 #
3765 ## VPP Performance Changes 2n-skx 8t4c MRR
3766 #- type: "table"
3767 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3768 #  algorithm: "table_perf_comparison"
3769 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-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: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3782 #  parameters:
3783 #  - "name"
3784 #  - "parent"
3785 #  - "result"
3786 #
3787 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3788 #- type: "table"
3789 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3790 #  algorithm: "table_perf_comparison"
3791 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3792 #  reference:
3793 #    title: "rls1908"
3794 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3795 #  compare:
3796 #    title: "rls2001"
3797 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3798 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3800 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3801 #  parameters:
3802 #  - "name"
3803 #  - "parent"
3804 #  - "result"
3805 #
3806 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3807 #- type: "table"
3808 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3809 #  algorithm: "table_perf_comparison"
3810 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3811 #  reference:
3812 #    title: "rls1908"
3813 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3814 #  compare:
3815 #    title: "rls2001"
3816 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3817 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3819 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3820 #  parameters:
3821 #  - "name"
3822 #  - "parent"
3823 #  - "result"
3824 #
3825 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3826 #- type: "table"
3827 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3828 #  algorithm: "table_perf_comparison"
3829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3830 #  reference:
3831 #    title: "rls1908"
3832 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3833 #  compare:
3834 #    title: "rls2001"
3835 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3836 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3837 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3838 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3839 #  parameters:
3840 #  - "name"
3841 #  - "parent"
3842 #  - "result"
3843
3844 # VPP Performance Changes 2n-dnv 1t1c MRR
3845 - type: "table"
3846   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3847   algorithm: "table_perf_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3849   reference:
3850     title: "rls1908"
3851     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3852   compare:
3853     title: "rls2001"
3854     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3855   data: "vpp-performance-changes-2n-dnv-mrr"
3856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3857   filter: "'1T1C' and 'MRR'"
3858   parameters:
3859   - "name"
3860   - "parent"
3861   - "result"
3862
3863 # VPP Performance Changes 2n-dnv 2t2c MRR
3864 - type: "table"
3865   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3866   algorithm: "table_perf_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3868   reference:
3869     title: "rls1908"
3870     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3871   compare:
3872     title: "rls2001"
3873     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3874   data: "vpp-performance-changes-2n-dnv-mrr"
3875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3876   filter: "'2T2C' and 'MRR'"
3877   parameters:
3878   - "name"
3879   - "parent"
3880   - "result"
3881
3882 # VPP Performance Changes 2n-dnv 4t4c MRR
3883 - type: "table"
3884   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3885   algorithm: "table_perf_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3887   reference:
3888     title: "rls1908"
3889     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3890   compare:
3891     title: "rls2001"
3892     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3893   data: "vpp-performance-changes-2n-dnv-mrr"
3894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3895   filter: "'4T4C' and 'MRR'"
3896   parameters:
3897   - "name"
3898   - "parent"
3899   - "result"
3900
3901 # VPP Performance Changes 3n-dnv 1t1c MRR
3902 - type: "table"
3903   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3904   algorithm: "table_perf_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3906   reference:
3907     title: "rls1908"
3908     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3909   compare:
3910     title: "rls2001"
3911     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3912   data: "vpp-performance-changes-3n-dnv-mrr"
3913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3914   filter: "'1T1C' and 'MRR'"
3915   parameters:
3916   - "name"
3917   - "parent"
3918   - "result"
3919
3920 # VPP Performance Changes 3n-dnv 2t2c MRR
3921 - type: "table"
3922   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3923   algorithm: "table_perf_comparison"
3924   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3925   reference:
3926     title: "rls1908"
3927     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3928   compare:
3929     title: "rls2001"
3930     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3931   data: "vpp-performance-changes-3n-dnv-mrr"
3932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3933   filter: "'2T2C' and 'MRR'"
3934   parameters:
3935   - "name"
3936   - "parent"
3937   - "result"
3938
3939 # VPP Performance Changes 3n-dnv 4t4c MRR
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3942   algorithm: "table_perf_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3944   reference:
3945     title: "rls1908"
3946     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3947   compare:
3948     title: "rls2001"
3949     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3950   data: "vpp-performance-changes-3n-dnv-mrr"
3951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3952   filter: "'4T4C' and 'MRR'"
3953   parameters:
3954   - "name"
3955   - "parent"
3956   - "result"
3957
3958 # VPP Performance Changes 3n-tsh 1t1c MRR
3959 - type: "table"
3960   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3961   algorithm: "table_perf_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3963   reference:
3964     title: "rls1908"
3965     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3966   compare:
3967     title: "rls2001"
3968     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3969   data: "vpp-performance-changes-3n-tsh-mrr"
3970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3971   filter: "'1T1C' and 'MRR'"
3972   parameters:
3973   - "name"
3974   - "parent"
3975   - "result"
3976
3977 # VPP Performance Changes 3n-tsh 2t2c MRR
3978 - type: "table"
3979   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3980   algorithm: "table_perf_comparison"
3981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3982   reference:
3983     title: "rls1908"
3984     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3985   compare:
3986     title: "rls2001"
3987     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3988   data: "vpp-performance-changes-3n-tsh-mrr"
3989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3990   filter: "'2T2C' and 'MRR'"
3991   parameters:
3992   - "name"
3993   - "parent"
3994   - "result"
3995
3996 # VPP Performance Changes 3n-tsh 4t4c MRR
3997 - type: "table"
3998   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3999   algorithm: "table_perf_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4001   reference:
4002     title: "rls1908"
4003     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4004   compare:
4005     title: "rls2001"
4006     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4007   data: "vpp-performance-changes-3n-tsh-mrr"
4008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4009   filter: "'4T4C' and 'MRR'"
4010   parameters:
4011   - "name"
4012   - "parent"
4013   - "result"
4014
4015 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4016 #- type: "table"
4017 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4018 #  algorithm: "table_perf_comparison_nic"
4019 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4020 #  reference:
4021 #    title: "3n-hsw xl710"
4022 #    data: "vpp-compare-testbeds-mrr-ref"
4023 #    nic: "NIC_Intel-XL710"
4024 #  compare:
4025 #    title: "3n-skx xxv710"
4026 #    data: "vpp-compare-testbeds-mrr-cmp"
4027 #    nic: "NIC_Intel-XXV710"
4028 #  data: "vpp-compare-testbeds-mrr"
4029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4030 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4031 #  parameters:
4032 #  - "name"
4033 #  - "parent"
4034 #  - "result"
4035 #  - "tags"
4036 #
4037 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4038 #- type: "table"
4039 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4040 #  algorithm: "table_perf_comparison_nic"
4041 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-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 '2C'"
4053 #  parameters:
4054 #  - "name"
4055 #  - "parent"
4056 #  - "result"
4057 #  - "tags"
4058 #
4059 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4060 #- type: "table"
4061 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4062 #  algorithm: "table_perf_comparison_nic"
4063 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-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 '4C'"
4075 #  parameters:
4076 #  - "name"
4077 #  - "parent"
4078 #  - "result"
4079 #  - "tags"
4080 #
4081 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4082 #- type: "table"
4083 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4084 #  algorithm: "table_perf_comparison"
4085 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4086 #  reference:
4087 #    title: "2n-skx"
4088 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4089 #  compare:
4090 #    title: "2n-clx"
4091 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4092 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4093 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4094 #  filter: "'2T1C'"
4095 #  parameters:
4096 #  - "name"
4097 #  - "parent"
4098 #  - "result"
4099 #  - "tags"
4100 #
4101 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4102 #- type: "table"
4103 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4104 #  algorithm: "table_perf_comparison"
4105 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4106 #  reference:
4107 #    title: "2n-skx"
4108 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4109 #  compare:
4110 #    title: "2n-clx"
4111 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4112 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4113 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4114 #  filter: "'4T2C'"
4115 #  parameters:
4116 #  - "name"
4117 #  - "parent"
4118 #  - "result"
4119 #  - "tags"
4120 #
4121 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4122 #- type: "table"
4123 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4124 #  algorithm: "table_perf_comparison"
4125 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4126 #  reference:
4127 #    title: "2n-skx"
4128 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4129 #  compare:
4130 #    title: "2n-clx"
4131 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4132 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134 #  filter: "'8T4C'"
4135 #  parameters:
4136 #  - "name"
4137 #  - "parent"
4138 #  - "result"
4139 #  - "tags"
4140 #
4141 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4142 #- type: "table"
4143 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4144 #  algorithm: "table_perf_comparison"
4145 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4146 #  reference:
4147 #    title: "3-Node Skx"
4148 #    data: "vpp-compare-topologies-mrr-ref"
4149 #  compare:
4150 #    title: "2-Node Skx"
4151 #    data: "vpp-compare-topologies-mrr-cmp"
4152 #  data: "vpp-compare-topologies-mrr"
4153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4154 #  filter: "'MRR' and '1C'"
4155 #  parameters:
4156 #  - "name"
4157 #  - "parent"
4158 #  - "result"
4159 #
4160 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4161 #- type: "table"
4162 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4163 #  algorithm: "table_perf_comparison"
4164 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4165 #  reference:
4166 #    title: "3-Node Skx"
4167 #    data: "vpp-compare-topologies-mrr-ref"
4168 #  compare:
4169 #    title: "2-Node Skx"
4170 #    data: "vpp-compare-topologies-mrr-cmp"
4171 #  data: "vpp-compare-topologies-mrr"
4172 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4173 #  filter: "'MRR' and '2C'"
4174 #  parameters:
4175 #  - "name"
4176 #  - "parent"
4177 #  - "result"
4178 #
4179 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4180 #- type: "table"
4181 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4182 #  algorithm: "table_perf_comparison"
4183 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4184 #  reference:
4185 #    title: "3-Node Skx"
4186 #    data: "vpp-compare-topologies-mrr-ref"
4187 #  compare:
4188 #    title: "2-Node Skx"
4189 #    data: "vpp-compare-topologies-mrr-cmp"
4190 #  data: "vpp-compare-topologies-mrr"
4191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4192 #  filter: "'MRR' and '4C'"
4193 #  parameters:
4194 #  - "name"
4195 #  - "parent"
4196 #  - "result"
4197
4198 # Detailed Test Results - VPP Performance Results 3n-hsw
4199 - type: "table"
4200   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4201   algorithm: "table_merged_details"
4202   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4203   columns:
4204   - title: " |prein| Test Name |preout| "
4205     data: "data name"
4206   - 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| "
4207     data: "data msg"
4208   data: "vpp-perf-results-3n-hsw"
4209   filter: "all"
4210   parameters:
4211   - "name"
4212   - "parent"
4213   - "msg"
4214
4215 ## Detailed Test Results - VPP Performance Results 3n-skx
4216 #- type: "table"
4217 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4218 #  algorithm: "table_merged_details"
4219 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4220 #  columns:
4221 #  - title: " |prein| Test Name |preout| "
4222 #    data: "data name"
4223 #  - 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| "
4224 #    data: "data msg"
4225 #  data: "vpp-perf-results-3n-skx"
4226 #  filter: "all"
4227 #  parameters:
4228 #  - "name"
4229 #  - "parent"
4230 #  - "msg"
4231 #
4232 ## Detailed Test Results - VPP Performance Results 2n-skx
4233 #- type: "table"
4234 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4235 #  algorithm: "table_merged_details"
4236 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4237 #  columns:
4238 #  - title: " |prein| Test Name |preout| "
4239 #    data: "data name"
4240 #  - 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| "
4241 #    data: "data msg"
4242 #  data: "vpp-perf-results-2n-skx"
4243 #  filter: "all"
4244 #  parameters:
4245 #  - "name"
4246 #  - "parent"
4247 #  - "msg"
4248
4249 # Detailed Test Results - VPP Performance Results 2n-clx
4250 - type: "table"
4251   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4252   algorithm: "table_merged_details"
4253   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4254   columns:
4255   - title: " |prein| Test Name |preout| "
4256     data: "data name"
4257   - 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| "
4258     data: "data msg"
4259   data: "vpp-perf-results-2n-clx"
4260   filter: "all"
4261   parameters:
4262   - "name"
4263   - "parent"
4264   - "msg"
4265
4266 # Detailed Test Results - VPP Performance Results 3n-tsh
4267 - type: "table"
4268   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4269   algorithm: "table_merged_details"
4270   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4271   columns:
4272   - title: " |prein| Test Name |preout| "
4273     data: "data name"
4274   - 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| "
4275     data: "data msg"
4276   data: "vpp-perf-results-3n-tsh"
4277   filter: "all"
4278   parameters:
4279   - "name"
4280   - "parent"
4281   - "msg"
4282
4283 # Detailed Test Results - VPP Performance Results 3n-dnv
4284 - type: "table"
4285   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4286   algorithm: "table_merged_details"
4287   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4288   columns:
4289   - title: " |prein| Test Name |preout| "
4290     data: "data name"
4291   - 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| "
4292     data: "data msg"
4293   data: "vpp-perf-results-3n-dnv"
4294   filter: "all"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "msg"
4299
4300 # Detailed Test Results - VPP Performance Results 2n-dnv
4301 - type: "table"
4302   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4303   algorithm: "table_merged_details"
4304   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4305   columns:
4306   - title: " |prein| Test Name |preout| "
4307     data: "data name"
4308   - 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| "
4309     data: "data msg"
4310   data: "vpp-perf-results-2n-dnv"
4311   filter: "all"
4312   parameters:
4313   - "name"
4314   - "parent"
4315   - "msg"
4316
4317 # Test configuration - VPP Performance Test Configs 3n-hsw
4318 - type: "table"
4319   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4320   algorithm: "table_merged_details"
4321   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4322   columns:
4323   - title: " |prein| Test Name |preout| "
4324     data: "data name"
4325   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4326     data: "data conf-history"
4327   data: "vpp-perf-results-3n-hsw"
4328   filter: "all"
4329   parameters:
4330   - "parent"
4331   - "name"
4332   - "conf-history"
4333
4334 ## Test configuration - VPP Performance Test Configs 3n-skx
4335 #- type: "table"
4336 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4337 #  algorithm: "table_merged_details"
4338 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4339 #  columns:
4340 #  - title: " |prein| Test Name |preout| "
4341 #    data: "data name"
4342 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4343 #    data: "data conf-history"
4344 #  data: "vpp-perf-results-3n-skx"
4345 #  filter: "all"
4346 #  parameters:
4347 #  - "parent"
4348 #  - "name"
4349 #  - "conf-history"
4350 #
4351 ## Test configuration - VPP Performance Test Configs 2n-skx
4352 #- type: "table"
4353 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4354 #  algorithm: "table_merged_details"
4355 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4356 #  columns:
4357 #  - title: " |prein| Test Name |preout| "
4358 #    data: "data name"
4359 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4360 #    data: "data conf-history"
4361 #  data: "vpp-perf-results-2n-skx"
4362 #  filter: "all"
4363 #  parameters:
4364 #  - "parent"
4365 #  - "name"
4366 #  - "conf-history"
4367
4368 # Test configuration - VPP Performance Test Configs 2n-clx
4369 - type: "table"
4370   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4371   algorithm: "table_merged_details"
4372   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4373   columns:
4374   - title: " |prein| Test Name |preout| "
4375     data: "data name"
4376   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4377     data: "data conf-history"
4378   data: "vpp-perf-results-2n-clx"
4379   filter: "all"
4380   parameters:
4381   - "parent"
4382   - "name"
4383   - "conf-history"
4384
4385 # Test configuration - VPP Performance Test Configs 3n-tsh
4386 - type: "table"
4387   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4388   algorithm: "table_merged_details"
4389   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4390   columns:
4391   - title: " |prein| Test Name |preout| "
4392     data: "data name"
4393   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4394     data: "data conf-history"
4395   data: "vpp-perf-results-3n-tsh"
4396   filter: "all"
4397   parameters:
4398   - "parent"
4399   - "name"
4400   - "conf-history"
4401
4402 # Test configuration - VPP Performance Test Configs 3n-dnv
4403 - type: "table"
4404   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4405   algorithm: "table_merged_details"
4406   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4407   columns:
4408   - title: " |prein| Test Name |preout| "
4409     data: "data name"
4410   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4411     data: "data conf-history"
4412   data: "vpp-perf-results-3n-dnv"
4413   filter: "all"
4414   parameters:
4415   - "parent"
4416   - "name"
4417   - "conf-history"
4418
4419 # Test configuration - VPP Performance Test Configs 2n-dnv
4420 - type: "table"
4421   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4422   algorithm: "table_merged_details"
4423   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4424   columns:
4425   - title: " |prein| Test Name |preout| "
4426     data: "data name"
4427   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4428     data: "data conf-history"
4429   data: "vpp-perf-results-2n-dnv"
4430   filter: "all"
4431   parameters:
4432   - "parent"
4433   - "name"
4434   - "conf-history"
4435
4436 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4437 - type: "table"
4438   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4439   algorithm: "table_oper_data_html"
4440   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4441   data: "vpp-perf-results-3n-hsw"
4442   filter: "all"
4443
4444 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4445 #- type: "table"
4446 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4447 #  algorithm: "table_oper_data_html"
4448 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4449 #  data: "vpp-perf-results-3n-skx"
4450 #  filter: "all"
4451 #
4452 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4453 #- type: "table"
4454 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4455 #  algorithm: "table_oper_data_html"
4456 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4457 #  data: "vpp-perf-results-2n-skx"
4458 #  filter: "all"
4459
4460 # Test Operational Data - VPP Performance Operational Data 2n-clx
4461 - type: "table"
4462   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4463   algorithm: "table_oper_data_html"
4464   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4465   data: "vpp-perf-results-2n-clx"
4466   filter: "all"
4467
4468 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4469 - type: "table"
4470   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4471   algorithm: "table_oper_data_html"
4472   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4473   data: "vpp-perf-results-3n-tsh"
4474   filter: "all"
4475
4476 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4477 - type: "table"
4478   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4479   algorithm: "table_oper_data_html"
4480   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4481   data: "vpp-perf-results-3n-dnv"
4482   filter: "all"
4483
4484 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4485 - type: "table"
4486   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4487   algorithm: "table_oper_data_html"
4488   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4489   data: "vpp-perf-results-2n-dnv"
4490   filter: "all"
4491
4492 # Detailed Test Results - VPP MRR Results 3n-hsw
4493 - type: "table"
4494   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4495   algorithm: "table_merged_details"
4496   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4497   columns:
4498   - title: " |prein| Test Name |preout| "
4499     data: "data name"
4500   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4501     data: "data msg"
4502   data: "vpp-mrr-results-3n-hsw"
4503   filter: "all"
4504   parameters:
4505   - "name"
4506   - "parent"
4507   - "msg"
4508
4509 ## Detailed Test Results - VPP MRR Results 3n-skx
4510 #- type: "table"
4511 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4512 #  algorithm: "table_merged_details"
4513 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4514 #  columns:
4515 #  - title: " |prein| Test Name |preout| "
4516 #    data: "data name"
4517 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4518 #    data: "data msg"
4519 #  data: "vpp-mrr-results-3n-skx"
4520 #  filter: "all"
4521 #  parameters:
4522 #  - "name"
4523 #  - "parent"
4524 #  - "msg"
4525 #
4526 ## Detailed Test Results - VPP MRR Results 2n-skx
4527 #- type: "table"
4528 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4529 #  algorithm: "table_merged_details"
4530 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4531 #  columns:
4532 #  - title: " |prein| Test Name |preout| "
4533 #    data: "data name"
4534 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4535 #    data: "data msg"
4536 #  data: "vpp-mrr-results-2n-skx"
4537 #  filter: "all"
4538 #  parameters:
4539 #  - "name"
4540 #  - "parent"
4541 #  - "msg"
4542
4543 ## Detailed Test Results - VPP MRR Results 2n-clx
4544 #- type: "table"
4545 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4546 #  algorithm: "table_merged_details"
4547 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4548 #  columns:
4549 #  - title: " |prein| Test Name |preout| "
4550 #    data: "data name"
4551 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4552 #    data: "data msg"
4553 #  data: "vpp-mrr-results-2n-clx"
4554 #  filter: "all"
4555 #  parameters:
4556 #  - "name"
4557 #  - "parent"
4558 #  - "msg"
4559
4560 # Detailed Test Results - VPP MRR Results 3n-tsh
4561 - type: "table"
4562   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4563   algorithm: "table_merged_details"
4564   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4565   columns:
4566   - title: " |prein| Test Name |preout| "
4567     data: "data name"
4568   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4569     data: "data msg"
4570   data: "vpp-mrr-results-3n-tsh"
4571   filter: "all"
4572   parameters:
4573   - "name"
4574   - "parent"
4575   - "msg"
4576
4577 # Detailed Test Results - VPP MRR Results 3n-dnv
4578 - type: "table"
4579   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4580   algorithm: "table_merged_details"
4581   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4582   columns:
4583   - title: " |prein| Test Name |preout| "
4584     data: "data name"
4585   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4586     data: "data msg"
4587   data: "vpp-mrr-results-3n-dnv"
4588   filter: "all"
4589   parameters:
4590   - "name"
4591   - "parent"
4592   - "msg"
4593
4594 # Detailed Test Results - VPP MRR Results 2n-dnv
4595 - type: "table"
4596   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4597   algorithm: "table_merged_details"
4598   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4599   columns:
4600   - title: " |prein| Test Name |preout| "
4601     data: "data name"
4602   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4603     data: "data msg"
4604   data: "vpp-mrr-results-2n-dnv"
4605   filter: "all"
4606   parameters:
4607   - "name"
4608   - "parent"
4609   - "msg"
4610
4611 # Test configuration - VPP MRR Test Configs 3n-hsw
4612 - type: "table"
4613   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4614   algorithm: "table_merged_details"
4615   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4616   columns:
4617   - title: " |prein| Test Name |preout| "
4618     data: "data name"
4619   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4620     data: "data conf-history"
4621   data: "vpp-mrr-results-3n-hsw"
4622   filter: "all"
4623   parameters:
4624   - "parent"
4625   - "name"
4626   - "conf-history"
4627
4628 ## Test configuration - VPP MRR Test Configs 3n-skx
4629 #- type: "table"
4630 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4631 #  algorithm: "table_merged_details"
4632 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4633 #  columns:
4634 #  - title: " |prein| Test Name |preout| "
4635 #    data: "data name"
4636 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4637 #    data: "data conf-history"
4638 #  data: "vpp-mrr-results-3n-skx"
4639 #  filter: "all"
4640 #  parameters:
4641 #  - "parent"
4642 #  - "name"
4643 #  - "conf-history"
4644 #
4645 ## Test configuration - VPP MRR Test Configs 2n-skx
4646 #- type: "table"
4647 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4648 #  algorithm: "table_merged_details"
4649 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4650 #  columns:
4651 #  - title: " |prein| Test Name |preout| "
4652 #    data: "data name"
4653 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4654 #    data: "data conf-history"
4655 #  data: "vpp-mrr-results-2n-skx"
4656 #  filter: "all"
4657 #  parameters:
4658 #  - "parent"
4659 #  - "name"
4660 #  - "conf-history"
4661
4662 ## Test configuration - VPP MRR Test Configs 2n-clx
4663 #- type: "table"
4664 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4665 #  algorithm: "table_merged_details"
4666 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4667 #  columns:
4668 #  - title: " |prein| Test Name |preout| "
4669 #    data: "data name"
4670 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4671 #    data: "data conf-history"
4672 #  data: "vpp-mrr-results-2n-clx"
4673 #  filter: "all"
4674 #  parameters:
4675 #  - "parent"
4676 #  - "name"
4677 #  - "conf-history"
4678
4679 # Test configuration - VPP MRR Test Configs 3n-tsh
4680 - type: "table"
4681   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4682   algorithm: "table_merged_details"
4683   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4684   columns:
4685   - title: " |prein| Test Name |preout| "
4686     data: "data name"
4687   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4688     data: "data conf-history"
4689   data: "vpp-mrr-results-3n-tsh"
4690   filter: "all"
4691   parameters:
4692   - "parent"
4693   - "name"
4694   - "conf-history"
4695
4696 # Test configuration - VPP MRR Test Configs 3n-dnv
4697 - type: "table"
4698   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4699   algorithm: "table_merged_details"
4700   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4701   columns:
4702   - title: " |prein| Test Name |preout| "
4703     data: "data name"
4704   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4705     data: "data conf-history"
4706   data: "vpp-mrr-results-3n-dnv"
4707   filter: "all"
4708   parameters:
4709   - "parent"
4710   - "name"
4711   - "conf-history"
4712
4713 # Test configuration - VPP MRR Test Configs 2n-dnv
4714 - type: "table"
4715   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4716   algorithm: "table_merged_details"
4717   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4718   columns:
4719   - title: " |prein| Test Name |preout| "
4720     data: "data name"
4721   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4722     data: "data conf-history"
4723   data: "vpp-mrr-results-2n-dnv"
4724   filter: "all"
4725   parameters:
4726   - "parent"
4727   - "name"
4728   - "conf-history"
4729
4730 # Detailed Test Results - VPP Device Results - Ubuntu
4731 - type: "table"
4732   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4733   algorithm: "table_merged_details"
4734   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4735   columns:
4736   - title: " |prein| Test Name |preout| "
4737     data: "data name"
4738   - title: " |prein| Status |preout| "
4739     data: "data status"
4740   data: "vpp-device-results-ubuntu"
4741   filter: "all"
4742   parameters:
4743   - "name"
4744   - "parent"
4745   - "doc"
4746   - "status"
4747
4748 # Test configuration - VPP Device Test Configs - Ubuntu
4749 - type: "table"
4750   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4751   algorithm: "table_merged_details"
4752   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4753   columns:
4754   - title: " |prein| Test Name |preout| "
4755     data: "data name"
4756   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4757     data: "data conf-history"
4758   data: "vpp-device-results-ubuntu"
4759   filter: "all"
4760   parameters:
4761   - "parent"
4762   - "name"
4763   - "conf-history"
4764
4765 ################################################################################
4766
4767 # DPDK Performance Changes 3n-hsw 1t1c pdr
4768 - type: "table"
4769   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4770   algorithm: "table_perf_comparison"
4771   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4772   history:
4773     - title: "rls1904"
4774       data: "dpdk-performance-changes-3n-hsw-h1"
4775   reference:
4776     title: "rls1908"
4777     data: "dpdk-performance-changes-3n-hsw-ref"
4778   compare:
4779     title: "rls2001"
4780     data: "dpdk-performance-changes-3n-hsw-cmp"
4781   data: "dpdk-performance-changes-3n-hsw"
4782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4783   filter: "'1T1C'"
4784   parameters:
4785   - "name"
4786   - "parent"
4787   - "throughput"
4788
4789 # DPDK Performance Changes 3n-hsw 2t2c pdr
4790 - type: "table"
4791   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4792   algorithm: "table_perf_comparison"
4793   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-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: "'2T2C'"
4806   parameters:
4807   - "name"
4808   - "parent"
4809   - "throughput"
4810
4811 # DPDK Performance Changes 3n-hsw 1t1c ndr
4812 - type: "table"
4813   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4814   algorithm: "table_perf_comparison"
4815   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
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: "NDR" # "PDR" | "NDR" | "MRR"
4827   filter: "'1T1C'"
4828   parameters:
4829   - "name"
4830   - "parent"
4831   - "throughput"
4832
4833 # DPDK Performance Changes 3n-hsw 2t2c ndr
4834 - type: "table"
4835   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4836   algorithm: "table_perf_comparison"
4837   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-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: "'2T2C'"
4850   parameters:
4851   - "name"
4852   - "parent"
4853   - "throughput"
4854
4855 ## DPDK Performance Changes 3n-skx 2t1c pdr
4856 #- type: "table"
4857 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4858 #  algorithm: "table_perf_comparison"
4859 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4860 #  history:
4861 #    - title: "rls1904"
4862 #      data: "dpdk-performance-changes-3n-skx-h1"
4863 #  reference:
4864 #    title: "rls1908"
4865 #    data: "dpdk-performance-changes-3n-skx-ref"
4866 #  compare:
4867 #    title: "rls2001"
4868 #    data: "dpdk-performance-changes-3n-skx-cmp"
4869 #  data: "dpdk-performance-changes-3n-skx"
4870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4871 #  filter: "'2T1C'"
4872 #  parameters:
4873 #  - "name"
4874 #  - "parent"
4875 #  - "throughput"
4876 #
4877 ## DPDK Performance Changes 3n-skx 4t2c pdr
4878 #- type: "table"
4879 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4880 #  algorithm: "table_perf_comparison"
4881 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-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: "'4T2C'"
4894 #  parameters:
4895 #  - "name"
4896 #  - "parent"
4897 #  - "throughput"
4898 #
4899 ## DPDK Performance Changes 3n-skx 2t1c ndr
4900 #- type: "table"
4901 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4902 #  algorithm: "table_perf_comparison"
4903 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
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: "NDR" # "PDR" | "NDR" | "MRR"
4915 #  filter: "'2T1C'"
4916 #  parameters:
4917 #  - "name"
4918 #  - "parent"
4919 #  - "throughput"
4920 #
4921 ## DPDK Performance Changes 3n-skx 4t2c ndr
4922 #- type: "table"
4923 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4924 #  algorithm: "table_perf_comparison"
4925 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-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: "'4T2C'"
4938 #  parameters:
4939 #  - "name"
4940 #  - "parent"
4941 #  - "throughput"
4942 #
4943 ## DPDK Performance Changes 2n-skx 2t1c pdr
4944 #- type: "table"
4945 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4946 #  algorithm: "table_perf_comparison"
4947 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4948 #  history:
4949 #    - title: "rls1904"
4950 #      data: "dpdk-performance-changes-2n-skx-h1"
4951 #  reference:
4952 #    title: "rls1908"
4953 #    data: "dpdk-performance-changes-2n-skx-ref"
4954 #  compare:
4955 #    title: "rls2001"
4956 #    data: "dpdk-performance-changes-2n-skx-cmp"
4957 #  data: "dpdk-performance-changes-2n-skx"
4958 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4959 #  filter: "'2T1C'"
4960 #  parameters:
4961 #  - "name"
4962 #  - "parent"
4963 #  - "throughput"
4964 #
4965 ## DPDK Performance Changes 2n-skx 4t2c pdr
4966 #- type: "table"
4967 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4968 #  algorithm: "table_perf_comparison"
4969 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-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: "'4T2C'"
4982 #  parameters:
4983 #  - "name"
4984 #  - "parent"
4985 #  - "throughput"
4986 #
4987 ## DPDK Performance Changes 2n-skx 2t1c ndr
4988 #- type: "table"
4989 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4990 #  algorithm: "table_perf_comparison"
4991 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
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: "NDR" # "PDR" | "NDR" | "MRR"
5003 #  filter: "'2T1C'"
5004 #  parameters:
5005 #  - "name"
5006 #  - "parent"
5007 #  - "throughput"
5008 #
5009 ## DPDK Performance Changes 2n-skx 4t2c ndr
5010 #- type: "table"
5011 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5012 #  algorithm: "table_perf_comparison"
5013 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-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: "'4T2C'"
5026 #  parameters:
5027 #  - "name"
5028 #  - "parent"
5029 #  - "throughput"
5030 #
5031 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5032 #- type: "table"
5033 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5034 #  algorithm: "table_perf_comparison"
5035 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5036 #  reference:
5037 #    title: "3-Node Hsw"
5038 #    data: "dpdk-compare-testbeds-ref"
5039 #  compare:
5040 #    title: "3-Node Skx"
5041 #    data: "dpdk-compare-testbeds-cmp"
5042 #  data: "dpdk-compare-testbeds"
5043 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5044 #  filter: "'NIC_Intel-X710'"
5045 #  parameters:
5046 #  - "name"
5047 #  - "parent"
5048 #  - "throughput"
5049 #
5050 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5051 #- type: "table"
5052 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5053 #  algorithm: "table_perf_comparison"
5054 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5055 #  reference:
5056 #    title: "3-Node Hsw"
5057 #    data: "dpdk-compare-testbeds-ref"
5058 #  compare:
5059 #    title: "3-Node Skx"
5060 #    data: "dpdk-compare-testbeds-cmp"
5061 #  data: "dpdk-compare-testbeds"
5062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5063 #  filter: "'NIC_Intel-X710'"
5064 #  parameters:
5065 #  - "name"
5066 #  - "parent"
5067 #  - "throughput"
5068 #
5069 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5070 #- type: "table"
5071 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5072 #  algorithm: "table_perf_comparison"
5073 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5074 #  reference:
5075 #    title: "2-Node Skx"
5076 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5077 #  compare:
5078 #    title: "2-Node Clx"
5079 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5080 #  data: "dpdk-compare-testbeds-skx-clx"
5081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5082 #  filter: "all"
5083 #  parameters:
5084 #  - "name"
5085 #  - "parent"
5086 #  - "throughput"
5087 #
5088 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5089 #- type: "table"
5090 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5091 #  algorithm: "table_perf_comparison"
5092 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5093 #  reference:
5094 #    title: "2-Node Skx"
5095 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5096 #  compare:
5097 #    title: "2-Node Clx"
5098 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5099 #  data: "dpdk-compare-testbeds-skx-clx"
5100 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5101 #  filter: "all"
5102 #  parameters:
5103 #  - "name"
5104 #  - "parent"
5105 #  - "throughput"
5106 #
5107 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5108 #- type: "table"
5109 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5110 #  algorithm: "table_perf_comparison"
5111 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5112 #  reference:
5113 #    title: "3-Node Skx"
5114 #    data: "dpdk-compare-topologies-ref"
5115 #  compare:
5116 #    title: "2-Node Skx"
5117 #    data: "dpdk-compare-topologies-cmp"
5118 #  data: "dpdk-compare-topologies"
5119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5120 #  filter: "all"
5121 #  parameters:
5122 #  - "name"
5123 #  - "parent"
5124 #  - "throughput"
5125 #
5126 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5127 #- type: "table"
5128 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5129 #  algorithm: "table_perf_comparison"
5130 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5131 #  reference:
5132 #    title: "3-Node Skx"
5133 #    data: "dpdk-compare-topologies-ref"
5134 #  compare:
5135 #    title: "2-Node Skx"
5136 #    data: "dpdk-compare-topologies-cmp"
5137 #  data: "dpdk-compare-topologies"
5138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5139 #  filter: "all"
5140 #  parameters:
5141 #  - "name"
5142 #  - "parent"
5143 #  - "throughput"
5144
5145 # Detailed Test Results - DPDK Performance Results 3n-hsw
5146 - type: "table"
5147   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5148   algorithm: "table_merged_details"
5149   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5150   columns:
5151   - title: " |prein| Test Name |preout| "
5152     data: "data name"
5153   - 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| "
5154     data: "data msg"
5155   data: "dpdk-perf-results-3n-hsw"
5156   filter: "all"
5157   parameters:
5158   - "name"
5159   - "parent"
5160   - "msg"
5161
5162 ## Detailed Test Results - DPDK Performance Results 3n-skx
5163 #- type: "table"
5164 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5165 #  algorithm: "table_merged_details"
5166 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5167 #  columns:
5168 #  - title: " |prein| Test Name |preout| "
5169 #    data: "data name"
5170 #  - 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| "
5171 #    data: "data msg"
5172 #  data: "dpdk-perf-results-3n-skx"
5173 #  filter: "all"
5174 #  parameters:
5175 #  - "name"
5176 #  - "parent"
5177 #  - "msg"
5178 #
5179 ## Detailed Test Results - DPDK Performance Results 2n-skx
5180 #- type: "table"
5181 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5182 #  algorithm: "table_merged_details"
5183 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5184 #  columns:
5185 #  - title: " |prein| Test Name |preout| "
5186 #    data: "data name"
5187 #  - 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| "
5188 #    data: "data msg"
5189 #  data: "dpdk-perf-results-2n-skx"
5190 #  filter: "all"
5191 #  parameters:
5192 #  - "name"
5193 #  - "parent"
5194 #  - "msg"
5195
5196 # Detailed Test Results - DPDK Performance Results 2n-clx
5197 - type: "table"
5198   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5201   columns:
5202   - title: " |prein| Test Name |preout| "
5203     data: "data name"
5204   - 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| "
5205     data: "data msg"
5206   data: "dpdk-perf-results-2n-clx"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "msg"
5212
5213 # Detailed Test Results - DPDK Performance Results 2n-dnv
5214 - type: "table"
5215   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5216   algorithm: "table_merged_details"
5217   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5218   columns:
5219   - title: " |prein| Test Name |preout| "
5220     data: "data name"
5221   - 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| "
5222     data: "data msg"
5223   data: "dpdk-perf-results-2n-dnv"
5224   filter: "all"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "msg"
5229
5230 # Detailed Test Results - DPDK Performance Results 3n-dnv
5231 - type: "table"
5232   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5233   algorithm: "table_merged_details"
5234   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5235   columns:
5236   - title: " |prein| Test Name |preout| "
5237     data: "data name"
5238   - 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| "
5239     data: "data msg"
5240   data: "dpdk-perf-results-3n-dnv"
5241   filter: "all"
5242   parameters:
5243   - "name"
5244   - "parent"
5245   - "msg"
5246
5247 # Detailed Test Results - DPDK Performance Results 3n-tsh
5248 - type: "table"
5249   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5250   algorithm: "table_merged_details"
5251   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5252   columns:
5253   - title: " |prein| Test Name |preout| "
5254     data: "data name"
5255   - 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| "
5256     data: "data msg"
5257   data: "dpdk-perf-results-3n-tsh"
5258   filter: "all"
5259   parameters:
5260   - "name"
5261   - "parent"
5262   - "msg"
5263
5264 ################################################################################
5265 ###                                F I L E S                                 ###
5266 ################################################################################
5267
5268 # VPP Performance Results 3n-hsw
5269 - type: "file"
5270   title: "VPP Performance Results 3n-hsw"
5271   algorithm: "file_test_results"
5272   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5273   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5274   data: "vpp-perf-results-3n-hsw"
5275   filter: "all"
5276   data-start-level: 4
5277
5278 ## VPP Performance Results 3n-skx
5279 #- type: "file"
5280 #  title: "VPP Performance Results 3n-skx"
5281 #  algorithm: "file_test_results"
5282 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5283 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5284 #  data: "vpp-perf-results-3n-skx"
5285 #  filter: "all"
5286 #  data-start-level: 4
5287 #
5288 ## VPP Performance Results 2n-skx
5289 #- type: "file"
5290 #  title: "VPP Performance Results 2n-skx"
5291 #  algorithm: "file_test_results"
5292 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5293 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5294 #  data: "vpp-perf-results-2n-skx"
5295 #  filter: "all"
5296 #  data-start-level: 4
5297
5298 # VPP Performance Results 2n-clx
5299 - type: "file"
5300   title: "VPP Performance Results 2n-clx"
5301   algorithm: "file_test_results"
5302   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5303   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5304   data: "vpp-perf-results-2n-clx"
5305   filter: "all"
5306   data-start-level: 4
5307
5308 # VPP Performance Results 3n-tsh
5309 - type: "file"
5310   title: "VPP Performance Results 3n-tsh"
5311   algorithm: "file_test_results"
5312   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5313   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5314   data: "vpp-perf-results-3n-tsh"
5315   filter: "all"
5316   data-start-level: 4
5317
5318 # VPP Performance Results 3n-dnv
5319 - type: "file"
5320   title: "VPP Performance Results 3n-dnv"
5321   algorithm: "file_test_results"
5322   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5323   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5324   data: "vpp-perf-results-3n-dnv"
5325   filter: "all"
5326   data-start-level: 4
5327
5328 # VPP Performance Results 2n-dnv
5329 - type: "file"
5330   title: "VPP Performance Results 2n-dnv"
5331   algorithm: "file_test_results"
5332   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5333   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5334   data: "vpp-perf-results-2n-dnv"
5335   filter: "all"
5336   data-start-level: 4
5337
5338 # VPP Performance Configuration 3n-hsw
5339 - type: "file"
5340   title: "VPP Performance Configuration 3n-hsw"
5341   algorithm: "file_test_results"
5342   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5343   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5344   data: "vpp-perf-results-3n-hsw"
5345   filter: "all"
5346   data-start-level: 4
5347
5348 ## VPP Performance Configuration 3n-skx
5349 #- type: "file"
5350 #  title: "VPP Performance Configuration 3n-skx"
5351 #  algorithm: "file_test_results"
5352 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5353 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5354 #  data: "vpp-perf-results-3n-skx"
5355 #  filter: "all"
5356 #  data-start-level: 4
5357 #
5358 ## VPP Performance Configuration 2n-skx
5359 #- type: "file"
5360 #  title: "VPP Performance Configuration 2n-skx"
5361 #  algorithm: "file_test_results"
5362 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5363 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5364 #  data: "vpp-perf-results-2n-skx"
5365 #  filter: "all"
5366 #  data-start-level: 4
5367
5368 # VPP Performance Configuration 2n-clx
5369 - type: "file"
5370   title: "VPP Performance Configuration 2n-clx"
5371   algorithm: "file_test_results"
5372   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5373   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5374   data: "vpp-perf-results-2n-clx"
5375   filter: "all"
5376   data-start-level: 4
5377
5378 # VPP Performance Configuration 3n-tsh
5379 - type: "file"
5380   title: "VPP Performance Configuration 3n-tsh"
5381   algorithm: "file_test_results"
5382   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5383   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5384   data: "vpp-perf-results-3n-tsh"
5385   filter: "all"
5386   data-start-level: 4
5387
5388 # VPP Performance Configuration 3n-dnv
5389 - type: "file"
5390   title: "VPP Performance Configuration 3n-dnv"
5391   algorithm: "file_test_results"
5392   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5393   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5394   data: "vpp-perf-results-3n-dnv"
5395   filter: "all"
5396   data-start-level: 4
5397
5398 # VPP Performance Configuration 2n-dnv
5399 - type: "file"
5400   title: "VPP Performance Configuration 2n-dnv"
5401   algorithm: "file_test_results"
5402   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5403   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5404   data: "vpp-perf-results-2n-dnv"
5405   filter: "all"
5406   data-start-level: 4
5407
5408 # VPP Performance Operational Data 3n-hsw
5409 - type: "file"
5410   title: "VPP Performance Operational Data 3n-hsw"
5411   algorithm: "file_test_results_html"
5412   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5413   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5414   data: "vpp-perf-results-3n-hsw"
5415   filter: "all"
5416   data-start-level: 4
5417
5418 ## VPP Performance Operational Data 3n-skx
5419 #- type: "file"
5420 #  title: "VPP Performance Operational Data 3n-skx"
5421 #  algorithm: "file_test_results_html"
5422 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5423 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5424 #  data: "vpp-perf-results-3n-skx"
5425 #  filter: "all"
5426 #  data-start-level: 4
5427 #
5428 ## VPP Performance Operational Data 2n-skx
5429 #- type: "file"
5430 #  title: "VPP Performance Operational Data 2n-skx"
5431 #  algorithm: "file_test_results_html"
5432 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5433 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5434 #  data: "vpp-perf-results-2n-skx"
5435 #  filter: "all"
5436 #  data-start-level: 4
5437
5438 # VPP Performance Operational Data 2n-clx
5439 - type: "file"
5440   title: "VPP Performance Operational Data 2n-clx"
5441   algorithm: "file_test_results_html"
5442   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5443   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5444   data: "vpp-perf-results-2n-clx"
5445   filter: "all"
5446   data-start-level: 4
5447
5448 # VPP Performance Operational Data 3n-tsh
5449 - type: "file"
5450   title: "VPP Performance Operational Data 3n-tsh"
5451   algorithm: "file_test_results_html"
5452   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5453   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5454   data: "vpp-perf-results-3n-tsh"
5455   filter: "all"
5456   data-start-level: 4
5457
5458 # VPP Performance Operational Data 3n-dnv
5459 - type: "file"
5460   title: "VPP Performance Operational Data 3n-dnv"
5461   algorithm: "file_test_results_html"
5462   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5463   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5464   data: "vpp-perf-results-3n-dnv"
5465   filter: "all"
5466   data-start-level: 4
5467
5468 # VPP Performance Operational Data 2n-dnv
5469 - type: "file"
5470   title: "VPP Performance Operational Data 2n-dnv"
5471   algorithm: "file_test_results_html"
5472   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5473   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5474   data: "vpp-perf-results-2n-dnv"
5475   filter: "all"
5476   data-start-level: 4
5477
5478 # VPP MRR Results 3n-hsw
5479 - type: "file"
5480   title: "VPP MRR Results 3n-hsw"
5481   algorithm: "file_test_results"
5482   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5483   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5484   data: "vpp-mrr-results-3n-hsw"
5485   filter: "all"
5486   data-start-level: 4
5487
5488 ## VPP MRR Results 3n-skx
5489 #- type: "file"
5490 #  title: "VPP MRR Results 3n-skx"
5491 #  algorithm: "file_test_results"
5492 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5493 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5494 #  data: "vpp-mrr-results-3n-skx"
5495 #  filter: "all"
5496 #  data-start-level: 4
5497 #
5498 ## VPP MRR Results 2n-skx
5499 #- type: "file"
5500 #  title: "VPP MRR Results 2n-skx"
5501 #  algorithm: "file_test_results"
5502 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5503 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5504 #  data: "vpp-mrr-results-2n-skx"
5505 #  filter: "all"
5506 #  data-start-level: 4
5507
5508 ## VPP MRR Results 2n-clx
5509 #- type: "file"
5510 #  title: "VPP MRR Results 2n-clx"
5511 #  algorithm: "file_test_results"
5512 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5513 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5514 #  data: "vpp-mrr-results-2n-clx"
5515 #  filter: "all"
5516 #  data-start-level: 4
5517
5518 # VPP MRR Results 3n-tsh
5519 - type: "file"
5520   title: "VPP MRR Results 3n-tsh"
5521   algorithm: "file_test_results"
5522   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5523   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5524   data: "vpp-mrr-results-3n-tsh"
5525   filter: "all"
5526   data-start-level: 4
5527
5528 # VPP MRR Results 3n-dnv
5529 - type: "file"
5530   title: "VPP MRR Results 3n-dnv"
5531   algorithm: "file_test_results"
5532   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5533   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5534   data: "vpp-mrr-results-3n-dnv"
5535   filter: "all"
5536   data-start-level: 4
5537
5538 # VPP MRR Results 2n-dnv
5539 - type: "file"
5540   title: "VPP MRR Results 2n-dnv"
5541   algorithm: "file_test_results"
5542   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5543   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5544   data: "vpp-mrr-results-2n-dnv"
5545   filter: "all"
5546   data-start-level: 4
5547
5548 # VPP MRR Configuration 3n-hsw
5549 - type: "file"
5550   title: "VPP MRR Configuration 3n-hsw"
5551   algorithm: "file_test_results"
5552   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5553   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5554   data: "vpp-mrr-results-3n-hsw"
5555   filter: "all"
5556   data-start-level: 4
5557
5558 ## VPP MRR Configuration 3n-skx
5559 #- type: "file"
5560 #  title: "VPP MRR Configuration 3n-skx"
5561 #  algorithm: "file_test_results"
5562 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5563 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5564 #  data: "vpp-mrr-results-3n-skx"
5565 #  filter: "all"
5566 #  data-start-level: 4
5567 #
5568 ## VPP MRR Configuration 2n-skx
5569 #- type: "file"
5570 #  title: "VPP MRR Configuration 2n-skx"
5571 #  algorithm: "file_test_results"
5572 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5573 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5574 #  data: "vpp-mrr-results-2n-skx"
5575 #  filter: "all"
5576 #  data-start-level: 4
5577
5578 ## VPP MRR Configuration 2n-clx
5579 #- type: "file"
5580 #  title: "VPP MRR Configuration 2n-clx"
5581 #  algorithm: "file_test_results"
5582 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5583 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5584 #  data: "vpp-mrr-results-2n-clx"
5585 #  filter: "all"
5586 #  data-start-level: 4
5587
5588 # VPP MRR Configuration 3n-tsh
5589 - type: "file"
5590   title: "VPP MRR Configuration 3n-tsh"
5591   algorithm: "file_test_results"
5592   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5593   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5594   data: "vpp-mrr-results-3n-tsh"
5595   filter: "all"
5596   data-start-level: 4
5597
5598 # VPP MRR Configuration 3n-dnv
5599 - type: "file"
5600   title: "VPP MRR Configuration 3n-dnv"
5601   algorithm: "file_test_results"
5602   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5603   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5604   data: "vpp-mrr-results-3n-dnv"
5605   filter: "all"
5606   data-start-level: 4
5607
5608 # VPP MRR Configuration 2n-dnv
5609 - type: "file"
5610   title: "VPP MRR Configuration 2n-dnv"
5611   algorithm: "file_test_results"
5612   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5613   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5614   data: "vpp-mrr-results-2n-dnv"
5615   filter: "all"
5616   data-start-level: 4
5617
5618 # VPP Device Results - Ubuntu
5619 - type: "file"
5620   title: "VPP Device Results - Ubuntu"
5621   algorithm: "file_test_results"
5622   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5623   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5624   data: "vpp-device-results-ubuntu"
5625   filter: "all"
5626   data-start-level: 4
5627
5628 # VPP Device Configuration - Ubuntu
5629 - type: "file"
5630   title: "VPP Device Configuration - Ubuntu"
5631   algorithm: "file_test_results"
5632   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5633   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5634   data: "vpp-device-results-ubuntu"
5635   filter: "all"
5636   data-start-level: 4
5637
5638 # DPDK Performance Results 3n-hsw
5639 - type: "file"
5640   title: "DPDK Performance Results 3n-hsw"
5641   algorithm: "file_test_results"
5642   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5643   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5644   data: "dpdk-perf-results-3n-hsw"
5645   filter: "all"
5646   data-start-level: 4
5647
5648 ## DPDK Performance Results 3n-skx
5649 #- type: "file"
5650 #  title: "DPDK Performance Results 3n-skx"
5651 #  algorithm: "file_test_results"
5652 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5653 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5654 #  data: "dpdk-perf-results-3n-skx"
5655 #  filter: "all"
5656 #  data-start-level: 4
5657 #
5658 ## DPDK Performance Results 2n-skx
5659 #- type: "file"
5660 #  title: "DPDK Performance Results 2n-skx"
5661 #  algorithm: "file_test_results"
5662 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5663 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5664 #  data: "dpdk-perf-results-2n-skx"
5665 #  filter: "all"
5666 #  data-start-level: 4
5667
5668 # DPDK Performance Results 2n-clx
5669 - type: "file"
5670   title: "DPDK Performance Results 2n-clx"
5671   algorithm: "file_test_results"
5672   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5673   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5674   data: "dpdk-perf-results-2n-clx"
5675   filter: "all"
5676   data-start-level: 4
5677
5678 # DPDK Performance Results 2n-dnv
5679 - type: "file"
5680   title: "DPDK Performance Results 2n-dnv"
5681   algorithm: "file_test_results"
5682   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5683   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5684   data: "dpdk-perf-results-2n-dnv"
5685   filter: "all"
5686   data-start-level: 4
5687
5688 # DPDK Performance Results 3n-dnv
5689 - type: "file"
5690   title: "DPDK Performance Results 3n-dnv"
5691   algorithm: "file_test_results"
5692   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5693   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5694   data: "dpdk-perf-results-3n-dnv"
5695   filter: "all"
5696   data-start-level: 4
5697
5698 # DPDK Performance Results 3n-tsh
5699 - type: "file"
5700   title: "DPDK Performance Results 3n-tsh"
5701   algorithm: "file_test_results"
5702   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5703   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5704   data: "dpdk-perf-results-3n-tsh"
5705   filter: "all"
5706   data-start-level: 4
5707
5708 ################################################################################
5709 ###                                P L O T S                                 ###
5710 ################################################################################
5711
5712 ## Plots VPP HTTP Server Performance
5713 #- type: "plot"
5714 #  title: "VPP HTTP Server Performance"
5715 #  algorithm: "plot_http_server_perf_box"
5716 #  output-file-type: ".html"
5717 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5718 #  data:
5719 #    "plot-vpp-http-server-performance"
5720 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5721 #  # each tag is enclosed with ' (apostrophe).
5722 #  filter: "'HTTP' and 'TCP_CPS'"
5723 #  parameters:
5724 #  - "result"
5725 #  - "name"
5726 #  traces:
5727 #    hoverinfo: "y+name"
5728 #    boxpoints: "outliers"
5729 #    whiskerwidth: 0
5730 #  layout:
5731 #    title: "VPP HTTP Server Performance"
5732 #    layout:
5733 #      "plot-cps"
5734 #
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-rps"
5740 #  data:
5741 #    "plot-vpp-http-server-performance"
5742 #  filter: "'HTTP' and 'TCP_RPS'"
5743 #  parameters:
5744 #  - "result"
5745 #  - "name"
5746 #  traces:
5747 #    hoverinfo: "y+name"
5748 #    boxpoints: "outliers"
5749 #    whiskerwidth: 0
5750 #  layout:
5751 #    title: "VPP HTTP Server Performance"
5752 #    layout:
5753 #      "plot-rps"
5754
5755 ################################################################################
5756
5757 ## Soak Test (PLRsearch), boxes
5758 #- type: "plot"
5759 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5760 #  algorithm: "plot_perf_box_name"
5761 #  output-file-type: ".html"
5762 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5763 #  data: "plot-vpp-soak-2n-skx"
5764 #  include:
5765 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5766 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5767 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5768 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5769 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5770 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5771 #  layout:
5772 #    title: "30 Minutes Soak Test (PLRsearch)"
5773 #    layout: "plot-soak-throughput"
5774 #
5775 ## Soak Test (PLRsearch), boxes
5776 #- type: "plot"
5777 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5778 #  algorithm: "plot_perf_box_name"
5779 #  output-file-type: ".html"
5780 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5781 #  data: "plot-vpp-soak-2n-skx"
5782 #  include:
5783 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5784 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5785 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5786 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5787 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5788 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5789 #  layout:
5790 #    title: "30 Minutes Soak Test (PLRsearch)"
5791 #    layout: "plot-soak-throughput"
5792
5793 ###############################################################################
5794
5795 #- type: "plot"
5796 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5797 #  algorithm: "plot_nf_reconf_box_name"
5798 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5799 #  data: "plot-vpp-nfv-reconf-2n-skx"
5800 #  include:
5801 #    - "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"
5802 #    - "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"
5803 #    - "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"
5804 #    - "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"
5805 #    - "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"
5806 #    - "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"
5807 #  layout:
5808 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5809 #    layout: "plot-throughput"
5810 #
5811 #- type: "plot"
5812 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5813 #  algorithm: "plot_nf_reconf_box_name"
5814 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5815 #  data: "plot-vpp-nfv-reconf-2n-skx"
5816 #  include:
5817 #    - "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"
5818 #    - "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"
5819 #    - "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"
5820 #    - "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"
5821 #    - "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"
5822 #    - "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"
5823 #  layout:
5824 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5825 #    layout: "plot-throughput"
5826 #
5827 #- type: "plot"
5828 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5829 #  algorithm: "plot_nf_reconf_box_name"
5830 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5831 #  data: "plot-vpp-nfv-reconf-2n-skx"
5832 #  include:
5833 #    - "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"
5834 #    - "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"
5835 #    - "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"
5836 #    - "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"
5837 #    - "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"
5838 #    - "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"
5839 #  layout:
5840 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5841 #    layout: "plot-throughput"
5842 #
5843 ################################################################################
5844 ## Plots - NF Density - VSC - MRR 64b
5845 #- type: "plot"
5846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5847 #  algorithm: "plot_nf_heatmap"
5848 #  output-file-type: ".html"
5849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5850 #  data: "plot-vpp-nfv-2n-skx-mrr"
5851 #  filter: "'NIC_Intel-XXV710' and
5852 #           'NF_DENSITY' and
5853 #           'VHOST' and
5854 #           not 'VXLAN' and
5855 #           'CHAIN' and
5856 #           'NF_VPPIP4' and
5857 #           '64B' and
5858 #           '2T1C' and
5859 #           'MRR'"
5860 #  parameters:
5861 #  - "result"
5862 #  - "name"
5863 #  - "tags"
5864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5865 #  x-axis: "X = VNFs per Service Chain"
5866 #  y-axis: "Y = Number of Service Chains"
5867 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5868 #  layout:
5869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5870 #    layout: "plot-service-density"
5871 #
5872 #- type: "plot"
5873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5874 #  algorithm: "plot_nf_heatmap"
5875 #  output-file-type: ".html"
5876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5877 #  data: "plot-vpp-nfv-2n-skx-mrr"
5878 #  filter: "'NIC_Intel-XXV710' and
5879 #           'NF_DENSITY' and
5880 #           'VHOST' and
5881 #           not 'VXLAN' and
5882 #           'CHAIN' and
5883 #           'NF_VPPIP4' and
5884 #           '64B' and
5885 #           '4T2C' and
5886 #           'MRR'"
5887 #  parameters:
5888 #  - "result"
5889 #  - "name"
5890 #  - "tags"
5891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5892 #  x-axis: "X = VNFs per Service Chain"
5893 #  y-axis: "Y = Number of Service Chains"
5894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5895 #  layout:
5896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5897 #    layout: "plot-service-density"
5898 #
5899 #- type: "plot"
5900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5901 #  algorithm: "plot_nf_heatmap"
5902 #  output-file-type: ".html"
5903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5904 #  data: "plot-vpp-nfv-2n-skx-mrr"
5905 #  filter: "'NIC_Intel-XXV710' and
5906 #           'NF_DENSITY' and
5907 #           'VHOST' and
5908 #           not 'VXLAN' and
5909 #           'CHAIN' and
5910 #           'NF_VPPIP4' and
5911 #           '64B' and
5912 #           '8T4C' and
5913 #           'MRR'"
5914 #  parameters:
5915 #  - "result"
5916 #  - "name"
5917 #  - "tags"
5918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5919 #  x-axis: "X = VNFs per Service Chain"
5920 #  y-axis: "Y = Number of Service Chains"
5921 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5922 #  layout:
5923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5924 #    layout: "plot-service-density"
5925 #
5926 ## Plots - NF Density - VSC - MRR IMIX
5927 #- type: "plot"
5928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5929 #  algorithm: "plot_nf_heatmap"
5930 #  output-file-type: ".html"
5931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5932 #  data: "plot-vpp-nfv-2n-skx-mrr"
5933 #  filter: "'NIC_Intel-XXV710' and
5934 #           'NF_DENSITY' and
5935 #           'VHOST' and
5936 #           not 'VXLAN' and
5937 #           'CHAIN' and
5938 #           'NF_VPPIP4' and
5939 #           'IMIX' and
5940 #           '2T1C' and
5941 #           'MRR'"
5942 #  parameters:
5943 #  - "result"
5944 #  - "name"
5945 #  - "tags"
5946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5947 #  x-axis: "X = VNFs per Service Chain"
5948 #  y-axis: "Y = Number of Service Chains"
5949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5950 #  layout:
5951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5952 #    layout: "plot-service-density"
5953 #
5954 #- type: "plot"
5955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5956 #  algorithm: "plot_nf_heatmap"
5957 #  output-file-type: ".html"
5958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5959 #  data: "plot-vpp-nfv-2n-skx-mrr"
5960 #  filter: "'NIC_Intel-XXV710' and
5961 #           'NF_DENSITY' and
5962 #           'VHOST' and
5963 #           not 'VXLAN' and
5964 #           'CHAIN' and
5965 #           'NF_VPPIP4' and
5966 #           'IMIX' and
5967 #           '4T2C' and
5968 #           'MRR'"
5969 #  parameters:
5970 #  - "result"
5971 #  - "name"
5972 #  - "tags"
5973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5974 #  x-axis: "X = VNFs per Service Chain"
5975 #  y-axis: "Y = Number of Service Chains"
5976 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5977 #  layout:
5978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5979 #    layout: "plot-service-density"
5980 #
5981 #- type: "plot"
5982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5983 #  algorithm: "plot_nf_heatmap"
5984 #  output-file-type: ".html"
5985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5986 #  data: "plot-vpp-nfv-2n-skx-mrr"
5987 #  filter: "'NIC_Intel-XXV710' and
5988 #           'NF_DENSITY' and
5989 #           'VHOST' and
5990 #           not 'VXLAN' and
5991 #           'CHAIN' and
5992 #           'NF_VPPIP4' and
5993 #           'IMIX' and
5994 #           '8T4C' and
5995 #           'MRR'"
5996 #  parameters:
5997 #  - "result"
5998 #  - "name"
5999 #  - "tags"
6000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6001 #  x-axis: "X = VNFs per Service Chain"
6002 #  y-axis: "Y = Number of Service Chains"
6003 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6004 #  layout:
6005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6006 #    layout: "plot-service-density"
6007 #
6008 ## Plots - NF Density - VSC - NDR 64b
6009 #- type: "plot"
6010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6011 #  algorithm: "plot_nf_heatmap"
6012 #  output-file-type: ".html"
6013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6014 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6015 #  filter: "'NIC_Intel-XXV710' and
6016 #           'NF_DENSITY' and
6017 #           'VHOST' and
6018 #           not 'VXLAN' and
6019 #           'CHAIN' and
6020 #           'NF_VPPIP4' and
6021 #           '64B' and
6022 #           '2T1C' and
6023 #           'NDRPDR'"
6024 #  parameters:
6025 #  - "throughput"
6026 #  - "name"
6027 #  - "tags"
6028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029 #  x-axis: "X = VNFs per Service Chain"
6030 #  y-axis: "Y = Number of Service Chains"
6031 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6032 #  layout:
6033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6034 #    layout: "plot-service-density"
6035 #
6036 #- type: "plot"
6037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6038 #  algorithm: "plot_nf_heatmap"
6039 #  output-file-type: ".html"
6040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6041 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6042 #  filter: "'NIC_Intel-XXV710' and
6043 #           'NF_DENSITY' and
6044 #           'VHOST' and
6045 #           not 'VXLAN' and
6046 #           'CHAIN' and
6047 #           'NF_VPPIP4' and
6048 #           '64B' and
6049 #           '4T2C' and
6050 #           'NDRPDR'"
6051 #  parameters:
6052 #  - "throughput"
6053 #  - "name"
6054 #  - "tags"
6055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6056 #  x-axis: "X = VNFs per Service Chain"
6057 #  y-axis: "Y = Number of Service Chains"
6058 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6059 #  layout:
6060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6061 #    layout: "plot-service-density"
6062 #
6063 #- type: "plot"
6064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6065 #  algorithm: "plot_nf_heatmap"
6066 #  output-file-type: ".html"
6067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6069 #  filter: "'NIC_Intel-XXV710' and
6070 #           'NF_DENSITY' and
6071 #           'VHOST' and
6072 #           not 'VXLAN' and
6073 #           'CHAIN' and
6074 #           'NF_VPPIP4' and
6075 #           '64B' and
6076 #           '8T4C' and
6077 #           'NDRPDR'"
6078 #  parameters:
6079 #  - "throughput"
6080 #  - "name"
6081 #  - "tags"
6082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083 #  x-axis: "X = VNFs per Service Chain"
6084 #  y-axis: "Y = Number of Service Chains"
6085 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6086 #  layout:
6087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6088 #    layout: "plot-service-density"
6089 #
6090 ## Plots - NF Density - VSC - NDR IMIX
6091 #- type: "plot"
6092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6093 #  algorithm: "plot_nf_heatmap"
6094 #  output-file-type: ".html"
6095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6097 #  filter: "'NIC_Intel-XXV710' and
6098 #           'NF_DENSITY' and
6099 #           'VHOST' and
6100 #           not 'VXLAN' and
6101 #           'CHAIN' and
6102 #           'NF_VPPIP4' and
6103 #           'IMIX' and
6104 #           '2T1C' and
6105 #           'NDRPDR'"
6106 #  parameters:
6107 #  - "throughput"
6108 #  - "name"
6109 #  - "tags"
6110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6111 #  x-axis: "X = VNFs per Service Chain"
6112 #  y-axis: "Y = Number of Service Chains"
6113 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6114 #  layout:
6115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6116 #    layout: "plot-service-density"
6117 #
6118 #- type: "plot"
6119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6120 #  algorithm: "plot_nf_heatmap"
6121 #  output-file-type: ".html"
6122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6123 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6124 #  filter: "'NIC_Intel-XXV710' and
6125 #           'NF_DENSITY' and
6126 #           'VHOST' and
6127 #           not 'VXLAN' and
6128 #           'CHAIN' and
6129 #           'NF_VPPIP4' and
6130 #           'IMIX' and
6131 #           '4T2C' and
6132 #           'NDRPDR'"
6133 #  parameters:
6134 #  - "throughput"
6135 #  - "name"
6136 #  - "tags"
6137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6138 #  x-axis: "X = VNFs per Service Chain"
6139 #  y-axis: "Y = Number of Service Chains"
6140 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6141 #  layout:
6142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6143 #    layout: "plot-service-density"
6144 #
6145 #- type: "plot"
6146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6147 #  algorithm: "plot_nf_heatmap"
6148 #  output-file-type: ".html"
6149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6150 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6151 #  filter: "'NIC_Intel-XXV710' and
6152 #           'NF_DENSITY' and
6153 #           'VHOST' and
6154 #           not 'VXLAN' and
6155 #           'CHAIN' and
6156 #           'NF_VPPIP4' and
6157 #           'IMIX' and
6158 #           '8T4C' and
6159 #           'NDRPDR'"
6160 #  parameters:
6161 #  - "throughput"
6162 #  - "name"
6163 #  - "tags"
6164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165 #  x-axis: "X = VNFs per Service Chain"
6166 #  y-axis: "Y = Number of Service Chains"
6167 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6168 #  layout:
6169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6170 #    layout: "plot-service-density"
6171 #
6172 ## Plots - NF Density - VSC - PDR 64b
6173 #- type: "plot"
6174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6175 #  algorithm: "plot_nf_heatmap"
6176 #  output-file-type: ".html"
6177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6178 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6179 #  filter: "'NIC_Intel-XXV710' and
6180 #           'NF_DENSITY' and
6181 #           'VHOST' and
6182 #           not 'VXLAN' and
6183 #           'CHAIN' and
6184 #           'NF_VPPIP4' and
6185 #           '64B' and
6186 #           '2T1C' and
6187 #           'NDRPDR'"
6188 #  parameters:
6189 #  - "throughput"
6190 #  - "name"
6191 #  - "tags"
6192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6193 #  x-axis: "X = VNFs per Service Chain"
6194 #  y-axis: "Y = Number of Service Chains"
6195 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6196 #  layout:
6197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6198 #    layout: "plot-service-density"
6199 #
6200 #- type: "plot"
6201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6202 #  algorithm: "plot_nf_heatmap"
6203 #  output-file-type: ".html"
6204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6205 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6206 #  filter: "'NIC_Intel-XXV710' and
6207 #           'NF_DENSITY' and
6208 #           'VHOST' and
6209 #           not 'VXLAN' and
6210 #           'CHAIN' and
6211 #           'NF_VPPIP4' and
6212 #           '64B' and
6213 #           '4T2C' and
6214 #           'NDRPDR'"
6215 #  parameters:
6216 #  - "throughput"
6217 #  - "name"
6218 #  - "tags"
6219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6220 #  x-axis: "X = VNFs per Service Chain"
6221 #  y-axis: "Y = Number of Service Chains"
6222 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6223 #  layout:
6224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6225 #    layout: "plot-service-density"
6226 #
6227 #- type: "plot"
6228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6229 #  algorithm: "plot_nf_heatmap"
6230 #  output-file-type: ".html"
6231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6232 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6233 #  filter: "'NIC_Intel-XXV710' and
6234 #           'NF_DENSITY' and
6235 #           'VHOST' and
6236 #           not 'VXLAN' and
6237 #           'CHAIN' and
6238 #           'NF_VPPIP4' and
6239 #           '64B' and
6240 #           '8T4C' and
6241 #           'NDRPDR'"
6242 #  parameters:
6243 #  - "throughput"
6244 #  - "name"
6245 #  - "tags"
6246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6247 #  x-axis: "X = VNFs per Service Chain"
6248 #  y-axis: "Y = Number of Service Chains"
6249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6250 #  layout:
6251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6252 #    layout: "plot-service-density"
6253 #
6254 ## Plots - NF Density - VSC - PDR IMIX
6255 #- type: "plot"
6256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6257 #  algorithm: "plot_nf_heatmap"
6258 #  output-file-type: ".html"
6259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6261 #  filter: "'NIC_Intel-XXV710' and
6262 #           'NF_DENSITY' and
6263 #           'VHOST' and
6264 #           not 'VXLAN' and
6265 #           'CHAIN' and
6266 #           'NF_VPPIP4' and
6267 #           'IMIX' and
6268 #           '2T1C' and
6269 #           'NDRPDR'"
6270 #  parameters:
6271 #  - "throughput"
6272 #  - "name"
6273 #  - "tags"
6274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6275 #  x-axis: "X = VNFs per Service Chain"
6276 #  y-axis: "Y = Number of Service Chains"
6277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6278 #  layout:
6279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6280 #    layout: "plot-service-density"
6281 #
6282 #- type: "plot"
6283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6284 #  algorithm: "plot_nf_heatmap"
6285 #  output-file-type: ".html"
6286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6288 #  filter: "'NIC_Intel-XXV710' and
6289 #           'NF_DENSITY' and
6290 #           'VHOST' and
6291 #           not 'VXLAN' and
6292 #           'CHAIN' and
6293 #           'NF_VPPIP4' and
6294 #           'IMIX' and
6295 #           '4T2C' and
6296 #           'NDRPDR'"
6297 #  parameters:
6298 #  - "throughput"
6299 #  - "name"
6300 #  - "tags"
6301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6302 #  x-axis: "X = VNFs per Service Chain"
6303 #  y-axis: "Y = Number of Service Chains"
6304 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6305 #  layout:
6306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6307 #    layout: "plot-service-density"
6308 #
6309 #- type: "plot"
6310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6311 #  algorithm: "plot_nf_heatmap"
6312 #  output-file-type: ".html"
6313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6314 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6315 #  filter: "'NIC_Intel-XXV710' and
6316 #           'NF_DENSITY' and
6317 #           'VHOST' and
6318 #           not 'VXLAN' and
6319 #           'CHAIN' and
6320 #           'NF_VPPIP4' and
6321 #           'IMIX' and
6322 #           '8T4C' and
6323 #           'NDRPDR'"
6324 #  parameters:
6325 #  - "throughput"
6326 #  - "name"
6327 #  - "tags"
6328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6329 #  x-axis: "X = VNFs per Service Chain"
6330 #  y-axis: "Y = Number of Service Chains"
6331 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6332 #  layout:
6333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6334 #    layout: "plot-service-density"
6335 #
6336 ################################################################################
6337 ## Plots - NF Density - VSC - MRR 64b
6338 #- type: "plot"
6339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6340 #  algorithm: "plot_nf_heatmap"
6341 #  output-file-type: ".html"
6342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6343 #  data: "plot-vpp-nfv-2n-skx-mrr"
6344 #  filter: "'NIC_Intel-XXV710' and
6345 #           'NF_DENSITY' and
6346 #           'VHOST' and
6347 #           'VXLAN' and
6348 #           'CHAIN' and
6349 #           '118' and
6350 #           '2T1C' and
6351 #           'MRR'"
6352 #  parameters:
6353 #  - "result"
6354 #  - "name"
6355 #  - "tags"
6356 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6357 #  x-axis: "X = VNFs per Service Chain"
6358 #  y-axis: "Y = Number of Service Chains"
6359 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6360 #  layout:
6361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6362 #    layout: "plot-service-density"
6363 #
6364 #- type: "plot"
6365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6366 #  algorithm: "plot_nf_heatmap"
6367 #  output-file-type: ".html"
6368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6369 #  data: "plot-vpp-nfv-2n-skx-mrr"
6370 #  filter: "'NIC_Intel-XXV710' and
6371 #           'NF_DENSITY' and
6372 #           'VHOST' and
6373 #           'VXLAN' and
6374 #           'CHAIN' and
6375 #           '118' and
6376 #           '4T2C' and
6377 #           'MRR'"
6378 #  parameters:
6379 #  - "result"
6380 #  - "name"
6381 #  - "tags"
6382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6383 #  x-axis: "X = VNFs per Service Chain"
6384 #  y-axis: "Y = Number of Service Chains"
6385 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6386 #  layout:
6387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6388 #    layout: "plot-service-density"
6389 #
6390 #- type: "plot"
6391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6392 #  algorithm: "plot_nf_heatmap"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6395 #  data: "plot-vpp-nfv-2n-skx-mrr"
6396 #  filter: "'NIC_Intel-XXV710' and
6397 #           'NF_DENSITY' and
6398 #           'VHOST' and
6399 #           'VXLAN' and
6400 #           'CHAIN' and
6401 #           '118' and
6402 #           '8T4C' and
6403 #           'MRR'"
6404 #  parameters:
6405 #  - "result"
6406 #  - "name"
6407 #  - "tags"
6408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6409 #  x-axis: "X = VNFs per Service Chain"
6410 #  y-axis: "Y = Number of Service Chains"
6411 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6412 #  layout:
6413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6414 #    layout: "plot-service-density"
6415 #
6416 ## Plots - NF Density - VSC - MRR IMIX
6417 #- type: "plot"
6418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6419 #  algorithm: "plot_nf_heatmap"
6420 #  output-file-type: ".html"
6421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6422 #  data: "plot-vpp-nfv-2n-skx-mrr"
6423 #  filter: "'NIC_Intel-XXV710' and
6424 #           'NF_DENSITY' and
6425 #           'VHOST' and
6426 #           'VXLAN' and
6427 #           'CHAIN' and
6428 #           'IMIX' and
6429 #           '2T1C' and
6430 #           'MRR'"
6431 #  parameters:
6432 #  - "result"
6433 #  - "name"
6434 #  - "tags"
6435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6436 #  x-axis: "X = VNFs per Service Chain"
6437 #  y-axis: "Y = Number of Service Chains"
6438 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6439 #  layout:
6440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6441 #    layout: "plot-service-density"
6442 #
6443 #- type: "plot"
6444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6445 #  algorithm: "plot_nf_heatmap"
6446 #  output-file-type: ".html"
6447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6448 #  data: "plot-vpp-nfv-2n-skx-mrr"
6449 #  filter: "'NIC_Intel-XXV710' and
6450 #           'NF_DENSITY' and
6451 #           'VHOST' and
6452 #           'VXLAN' and
6453 #           'CHAIN' and
6454 #           'IMIX' and
6455 #           '4T2C' and
6456 #           'MRR'"
6457 #  parameters:
6458 #  - "result"
6459 #  - "name"
6460 #  - "tags"
6461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6462 #  x-axis: "X = VNFs per Service Chain"
6463 #  y-axis: "Y = Number of Service Chains"
6464 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6465 #  layout:
6466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6467 #    layout: "plot-service-density"
6468 #
6469 #- type: "plot"
6470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6471 #  algorithm: "plot_nf_heatmap"
6472 #  output-file-type: ".html"
6473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6474 #  data: "plot-vpp-nfv-2n-skx-mrr"
6475 #  filter: "'NIC_Intel-XXV710' and
6476 #           'NF_DENSITY' and
6477 #           'VHOST' and
6478 #           'VXLAN' and
6479 #           'CHAIN' and
6480 #           'IMIX' and
6481 #           '8T4C' and
6482 #           'MRR'"
6483 #  parameters:
6484 #  - "result"
6485 #  - "name"
6486 #  - "tags"
6487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6488 #  x-axis: "X = VNFs per Service Chain"
6489 #  y-axis: "Y = Number of Service Chains"
6490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6491 #  layout:
6492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6493 #    layout: "plot-service-density"
6494 #
6495 ## Plots - NF Density - VSC - NDR 64b
6496 #- type: "plot"
6497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6498 #  algorithm: "plot_nf_heatmap"
6499 #  output-file-type: ".html"
6500 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6501 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6502 #  filter: "'NIC_Intel-XXV710' and
6503 #           'NF_DENSITY' and
6504 #           'VHOST' and
6505 #           'VXLAN' and
6506 #           'CHAIN' and
6507 #           '118' and
6508 #           '2T1C' and
6509 #           'NDRPDR'"
6510 #  parameters:
6511 #  - "throughput"
6512 #  - "name"
6513 #  - "tags"
6514 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6515 #  x-axis: "X = VNFs per Service Chain"
6516 #  y-axis: "Y = Number of Service Chains"
6517 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6518 #  layout:
6519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6520 #    layout: "plot-service-density"
6521 #
6522 #- type: "plot"
6523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6524 #  algorithm: "plot_nf_heatmap"
6525 #  output-file-type: ".html"
6526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6527 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6528 #  filter: "'NIC_Intel-XXV710' and
6529 #           'NF_DENSITY' and
6530 #           'VHOST' and
6531 #           'VXLAN' and
6532 #           'CHAIN' and
6533 #           '118' and
6534 #           '4T2C' and
6535 #           'NDRPDR'"
6536 #  parameters:
6537 #  - "throughput"
6538 #  - "name"
6539 #  - "tags"
6540 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6541 #  x-axis: "X = VNFs per Service Chain"
6542 #  y-axis: "Y = Number of Service Chains"
6543 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6544 #  layout:
6545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6546 #    layout: "plot-service-density"
6547 #
6548 #- type: "plot"
6549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6550 #  algorithm: "plot_nf_heatmap"
6551 #  output-file-type: ".html"
6552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6553 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6554 #  filter: "'NIC_Intel-XXV710' and
6555 #           'NF_DENSITY' and
6556 #           'VHOST' and
6557 #           'VXLAN' and
6558 #           'CHAIN' and
6559 #           '118' and
6560 #           '8T4C' and
6561 #           'NDRPDR'"
6562 #  parameters:
6563 #  - "throughput"
6564 #  - "name"
6565 #  - "tags"
6566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6567 #  x-axis: "X = VNFs per Service Chain"
6568 #  y-axis: "Y = Number of Service Chains"
6569 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6570 #  layout:
6571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6572 #    layout: "plot-service-density"
6573 #
6574 ## Plots - NF Density - VSC - NDR IMIX
6575 #- type: "plot"
6576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6577 #  algorithm: "plot_nf_heatmap"
6578 #  output-file-type: ".html"
6579 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6580 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6581 #  filter: "'NIC_Intel-XXV710' and
6582 #           'NF_DENSITY' and
6583 #           'VHOST' and
6584 #           'VXLAN' and
6585 #           'CHAIN' and
6586 #           'IMIX' and
6587 #           '2T1C' and
6588 #           'NDRPDR'"
6589 #  parameters:
6590 #  - "throughput"
6591 #  - "name"
6592 #  - "tags"
6593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6594 #  x-axis: "X = VNFs per Service Chain"
6595 #  y-axis: "Y = Number of Service Chains"
6596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6597 #  layout:
6598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6599 #    layout: "plot-service-density"
6600 #
6601 #- type: "plot"
6602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6603 #  algorithm: "plot_nf_heatmap"
6604 #  output-file-type: ".html"
6605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6606 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6607 #  filter: "'NIC_Intel-XXV710' and
6608 #           'NF_DENSITY' and
6609 #           'VHOST' and
6610 #           'VXLAN' and
6611 #           'CHAIN' and
6612 #           'IMIX' and
6613 #           '4T2C' and
6614 #           'NDRPDR'"
6615 #  parameters:
6616 #  - "throughput"
6617 #  - "name"
6618 #  - "tags"
6619 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6620 #  x-axis: "X = VNFs per Service Chain"
6621 #  y-axis: "Y = Number of Service Chains"
6622 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6623 #  layout:
6624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6625 #    layout: "plot-service-density"
6626 #
6627 #- type: "plot"
6628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6629 #  algorithm: "plot_nf_heatmap"
6630 #  output-file-type: ".html"
6631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6633 #  filter: "'NIC_Intel-XXV710' and
6634 #           'NF_DENSITY' and
6635 #           'VHOST' and
6636 #           'VXLAN' and
6637 #           'CHAIN' and
6638 #           'IMIX' and
6639 #           '8T4C' and
6640 #           'NDRPDR'"
6641 #  parameters:
6642 #  - "throughput"
6643 #  - "name"
6644 #  - "tags"
6645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6646 #  x-axis: "X = VNFs per Service Chain"
6647 #  y-axis: "Y = Number of Service Chains"
6648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6649 #  layout:
6650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6651 #    layout: "plot-service-density"
6652 #
6653 ## Plots - NF Density - VSC - PDR 64b
6654 #- type: "plot"
6655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6656 #  algorithm: "plot_nf_heatmap"
6657 #  output-file-type: ".html"
6658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6660 #  filter: "'NIC_Intel-XXV710' and
6661 #           'NF_DENSITY' and
6662 #           'VHOST' and
6663 #           'VXLAN' and
6664 #           'CHAIN' and
6665 #           '118' and
6666 #           '2T1C' and
6667 #           'NDRPDR'"
6668 #  parameters:
6669 #  - "throughput"
6670 #  - "name"
6671 #  - "tags"
6672 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6673 #  x-axis: "X = VNFs per Service Chain"
6674 #  y-axis: "Y = Number of Service Chains"
6675 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6676 #  layout:
6677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6678 #    layout: "plot-service-density"
6679 #
6680 #- type: "plot"
6681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6682 #  algorithm: "plot_nf_heatmap"
6683 #  output-file-type: ".html"
6684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6685 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6686 #  filter: "'NIC_Intel-XXV710' and
6687 #           'NF_DENSITY' and
6688 #           'VHOST' and
6689 #           'VXLAN' and
6690 #           'CHAIN' and
6691 #           '118' and
6692 #           '4T2C' and
6693 #           'NDRPDR'"
6694 #  parameters:
6695 #  - "throughput"
6696 #  - "name"
6697 #  - "tags"
6698 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6699 #  x-axis: "X = VNFs per Service Chain"
6700 #  y-axis: "Y = Number of Service Chains"
6701 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6702 #  layout:
6703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6704 #    layout: "plot-service-density"
6705 #
6706 #- type: "plot"
6707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6708 #  algorithm: "plot_nf_heatmap"
6709 #  output-file-type: ".html"
6710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6711 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6712 #  filter: "'NIC_Intel-XXV710' and
6713 #           'NF_DENSITY' and
6714 #           'VHOST' and
6715 #           'VXLAN' and
6716 #           'CHAIN' and
6717 #           '118' and
6718 #           '8T4C' and
6719 #           'NDRPDR'"
6720 #  parameters:
6721 #  - "throughput"
6722 #  - "name"
6723 #  - "tags"
6724 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6725 #  x-axis: "X = VNFs per Service Chain"
6726 #  y-axis: "Y = Number of Service Chains"
6727 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6728 #  layout:
6729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6730 #    layout: "plot-service-density"
6731 #
6732 ## Plots - NF Density - VSC - PDR IMIX
6733 #- type: "plot"
6734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6735 #  algorithm: "plot_nf_heatmap"
6736 #  output-file-type: ".html"
6737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6738 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6739 #  filter: "'NIC_Intel-XXV710' and
6740 #           'NF_DENSITY' and
6741 #           'VHOST' and
6742 #           'VXLAN' and
6743 #           'CHAIN' and
6744 #           'IMIX' and
6745 #           '2T1C' and
6746 #           'NDRPDR'"
6747 #  parameters:
6748 #  - "throughput"
6749 #  - "name"
6750 #  - "tags"
6751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6752 #  x-axis: "X = VNFs per Service Chain"
6753 #  y-axis: "Y = Number of Service Chains"
6754 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6755 #  layout:
6756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6757 #    layout: "plot-service-density"
6758 #
6759 #- type: "plot"
6760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6761 #  algorithm: "plot_nf_heatmap"
6762 #  output-file-type: ".html"
6763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6764 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6765 #  filter: "'NIC_Intel-XXV710' and
6766 #           'NF_DENSITY' and
6767 #           'VHOST' and
6768 #           'VXLAN' and
6769 #           'CHAIN' and
6770 #           'IMIX' and
6771 #           '4T2C' and
6772 #           'NDRPDR'"
6773 #  parameters:
6774 #  - "throughput"
6775 #  - "name"
6776 #  - "tags"
6777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6778 #  x-axis: "X = VNFs per Service Chain"
6779 #  y-axis: "Y = Number of Service Chains"
6780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6781 #  layout:
6782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6783 #    layout: "plot-service-density"
6784 #
6785 #- type: "plot"
6786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6787 #  algorithm: "plot_nf_heatmap"
6788 #  output-file-type: ".html"
6789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6790 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6791 #  filter: "'NIC_Intel-XXV710' and
6792 #           'NF_DENSITY' and
6793 #           'VHOST' and
6794 #           'VXLAN' and
6795 #           'CHAIN' and
6796 #           'IMIX' and
6797 #           '8T4C' and
6798 #           'NDRPDR'"
6799 #  parameters:
6800 #  - "throughput"
6801 #  - "name"
6802 #  - "tags"
6803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6804 #  x-axis: "X = VNFs per Service Chain"
6805 #  y-axis: "Y = Number of Service Chains"
6806 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6807 #  layout:
6808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6809 #    layout: "plot-service-density"
6810 #
6811 ################################################################################
6812 ## Plots - NF Density - CSC - MRR 64b
6813 #- type: "plot"
6814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6815 #  algorithm: "plot_nf_heatmap"
6816 #  output-file-type: ".html"
6817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6818 #  data: "plot-vpp-nfv-2n-skx-mrr"
6819 #  filter: "'NIC_Intel-XXV710' and
6820 #           'NF_DENSITY' and
6821 #           'DOCKER' and
6822 #           'CHAIN' and
6823 #           'NF_VPPIP4' and
6824 #           '64B' and
6825 #           '2T1C' and
6826 #           'MRR'"
6827 #  parameters:
6828 #  - "result"
6829 #  - "name"
6830 #  - "tags"
6831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6832 #  x-axis: "X = CNFs per Service Chain"
6833 #  y-axis: "Y = Number of Service Chains"
6834 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6835 #  layout:
6836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6837 #    layout: "plot-service-density"
6838 #
6839 #- type: "plot"
6840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6841 #  algorithm: "plot_nf_heatmap"
6842 #  output-file-type: ".html"
6843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6844 #  data: "plot-vpp-nfv-2n-skx-mrr"
6845 #  filter: "'NIC_Intel-XXV710' and
6846 #           'NF_DENSITY' and
6847 #           'DOCKER' and
6848 #           'CHAIN' and
6849 #           'NF_VPPIP4' and
6850 #           '64B' and
6851 #           '4T2C' and
6852 #           'MRR'"
6853 #  parameters:
6854 #  - "result"
6855 #  - "name"
6856 #  - "tags"
6857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6858 #  x-axis: "X = CNFs per Service Chain"
6859 #  y-axis: "Y = Number of Service Chains"
6860 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6861 #  layout:
6862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6863 #    layout: "plot-service-density"
6864 #
6865 #- type: "plot"
6866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6867 #  algorithm: "plot_nf_heatmap"
6868 #  output-file-type: ".html"
6869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6870 #  data: "plot-vpp-nfv-2n-skx-mrr"
6871 #  filter: "'NIC_Intel-XXV710' and
6872 #           'NF_DENSITY' and
6873 #           'DOCKER' and
6874 #           'CHAIN' and
6875 #           'NF_VPPIP4' and
6876 #           '64B' and
6877 #           '8T4C' and
6878 #           'MRR'"
6879 #  parameters:
6880 #  - "result"
6881 #  - "name"
6882 #  - "tags"
6883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6884 #  x-axis: "X = CNFs per Service Chain"
6885 #  y-axis: "Y = Number of Service Chains"
6886 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6887 #  layout:
6888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6889 #    layout: "plot-service-density"
6890 #
6891 ## Plots - NF Density - CSC - MRR IMIX
6892 #- type: "plot"
6893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6894 #  algorithm: "plot_nf_heatmap"
6895 #  output-file-type: ".html"
6896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6897 #  data: "plot-vpp-nfv-2n-skx-mrr"
6898 #  filter: "'NIC_Intel-XXV710' and
6899 #           'NF_DENSITY' and
6900 #           'DOCKER' and
6901 #           'CHAIN' and
6902 #           'NF_VPPIP4' and
6903 #           'IMIX' and
6904 #           '2T1C' and
6905 #           'MRR'"
6906 #  parameters:
6907 #  - "result"
6908 #  - "name"
6909 #  - "tags"
6910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6911 #  x-axis: "X = CNFs per Service Chain"
6912 #  y-axis: "Y = Number of Service Chains"
6913 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6914 #  layout:
6915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6916 #    layout: "plot-service-density"
6917 #
6918 #- type: "plot"
6919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6920 #  algorithm: "plot_nf_heatmap"
6921 #  output-file-type: ".html"
6922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6923 #  data: "plot-vpp-nfv-2n-skx-mrr"
6924 #  filter: "'NIC_Intel-XXV710' and
6925 #           'NF_DENSITY' and
6926 #           'DOCKER' and
6927 #           'CHAIN' and
6928 #           'NF_VPPIP4' and
6929 #           'IMIX' and
6930 #           '4T2C' and
6931 #           'MRR'"
6932 #  parameters:
6933 #  - "result"
6934 #  - "name"
6935 #  - "tags"
6936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6937 #  x-axis: "X = CNFs per Service Chain"
6938 #  y-axis: "Y = Number of Service Chains"
6939 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6940 #  layout:
6941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6942 #    layout: "plot-service-density"
6943 #
6944 #- type: "plot"
6945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6946 #  algorithm: "plot_nf_heatmap"
6947 #  output-file-type: ".html"
6948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6949 #  data: "plot-vpp-nfv-2n-skx-mrr"
6950 #  filter: "'NIC_Intel-XXV710' and
6951 #           'NF_DENSITY' and
6952 #           'DOCKER' and
6953 #           'CHAIN' and
6954 #           'NF_VPPIP4' and
6955 #           'IMIX' and
6956 #           '8T4C' and
6957 #           'MRR'"
6958 #  parameters:
6959 #  - "result"
6960 #  - "name"
6961 #  - "tags"
6962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6963 #  x-axis: "X = CNFs per Service Chain"
6964 #  y-axis: "Y = Number of Service Chains"
6965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6966 #  layout:
6967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6968 #    layout: "plot-service-density"
6969 #
6970 ## Plots - NF Density - CSC - NDR 64b
6971 #- type: "plot"
6972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6973 #  algorithm: "plot_nf_heatmap"
6974 #  output-file-type: ".html"
6975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6976 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6977 #  filter: "'NIC_Intel-XXV710' and
6978 #           'NF_DENSITY' and
6979 #           'DOCKER' and
6980 #           'CHAIN' and
6981 #           'NF_VPPIP4' and
6982 #           '64B' and
6983 #           '2T1C' and
6984 #           'NDRPDR'"
6985 #  parameters:
6986 #  - "throughput"
6987 #  - "name"
6988 #  - "tags"
6989 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6990 #  x-axis: "X = CNFs per Service Chain"
6991 #  y-axis: "Y = Number of Service Chains"
6992 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6993 #  layout:
6994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6995 #    layout: "plot-service-density"
6996 #
6997 #- type: "plot"
6998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6999 #  algorithm: "plot_nf_heatmap"
7000 #  output-file-type: ".html"
7001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7002 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7003 #  filter: "'NIC_Intel-XXV710' and
7004 #           'NF_DENSITY' and
7005 #           'DOCKER' and
7006 #           'CHAIN' and
7007 #           'NF_VPPIP4' and
7008 #           '64B' and
7009 #           '4T2C' and
7010 #           'NDRPDR'"
7011 #  parameters:
7012 #  - "throughput"
7013 #  - "name"
7014 #  - "tags"
7015 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7016 #  x-axis: "X = CNFs per Service Chain"
7017 #  y-axis: "Y = Number of Service Chains"
7018 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7019 #  layout:
7020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7021 #    layout: "plot-service-density"
7022 #
7023 #- type: "plot"
7024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7025 #  algorithm: "plot_nf_heatmap"
7026 #  output-file-type: ".html"
7027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7028 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7029 #  filter: "'NIC_Intel-XXV710' and
7030 #           'NF_DENSITY' and
7031 #           'DOCKER' and
7032 #           'CHAIN' and
7033 #           'NF_VPPIP4' and
7034 #           '64B' and
7035 #           '8T4C' and
7036 #           'NDRPDR'"
7037 #  parameters:
7038 #  - "throughput"
7039 #  - "name"
7040 #  - "tags"
7041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7042 #  x-axis: "X = CNFs per Service Chain"
7043 #  y-axis: "Y = Number of Service Chains"
7044 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7045 #  layout:
7046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7047 #    layout: "plot-service-density"
7048 #
7049 ## Plots - NF Density - CSC - NDR IMIX
7050 #- type: "plot"
7051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7052 #  algorithm: "plot_nf_heatmap"
7053 #  output-file-type: ".html"
7054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7056 #  filter: "'NIC_Intel-XXV710' and
7057 #           'NF_DENSITY' and
7058 #           'DOCKER' and
7059 #           'CHAIN' and
7060 #           'NF_VPPIP4' and
7061 #           'IMIX' and
7062 #           '2T1C' and
7063 #           'NDRPDR'"
7064 #  parameters:
7065 #  - "throughput"
7066 #  - "name"
7067 #  - "tags"
7068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7069 #  x-axis: "X = CNFs per Service Chain"
7070 #  y-axis: "Y = Number of Service Chains"
7071 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7072 #  layout:
7073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7074 #    layout: "plot-service-density"
7075 #
7076 #- type: "plot"
7077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7078 #  algorithm: "plot_nf_heatmap"
7079 #  output-file-type: ".html"
7080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7082 #  filter: "'NIC_Intel-XXV710' and
7083 #           'NF_DENSITY' and
7084 #           'DOCKER' and
7085 #           'CHAIN' and
7086 #           'NF_VPPIP4' and
7087 #           'IMIX' and
7088 #           '4T2C' and
7089 #           'NDRPDR'"
7090 #  parameters:
7091 #  - "throughput"
7092 #  - "name"
7093 #  - "tags"
7094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7095 #  x-axis: "X = CNFs per Service Chain"
7096 #  y-axis: "Y = Number of Service Chains"
7097 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7098 #  layout:
7099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7100 #    layout: "plot-service-density"
7101 #
7102 #- type: "plot"
7103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7104 #  algorithm: "plot_nf_heatmap"
7105 #  output-file-type: ".html"
7106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7108 #  filter: "'NIC_Intel-XXV710' and
7109 #           'NF_DENSITY' and
7110 #           'DOCKER' and
7111 #           'CHAIN' and
7112 #           'NF_VPPIP4' and
7113 #           'IMIX' and
7114 #           '8T4C' and
7115 #           'NDRPDR'"
7116 #  parameters:
7117 #  - "throughput"
7118 #  - "name"
7119 #  - "tags"
7120 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7121 #  x-axis: "X = CNFs per Service Chain"
7122 #  y-axis: "Y = Number of Service Chains"
7123 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7124 #  layout:
7125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7126 #    layout: "plot-service-density"
7127 #
7128 ## Plots - NF Density - CSC - PDR 64b
7129 #- type: "plot"
7130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7131 #  algorithm: "plot_nf_heatmap"
7132 #  output-file-type: ".html"
7133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7134 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7135 #  filter: "'NIC_Intel-XXV710' and
7136 #           'NF_DENSITY' and
7137 #           'DOCKER' and
7138 #           'CHAIN' and
7139 #           'NF_VPPIP4' and
7140 #           '64B' and
7141 #           '2T1C' and
7142 #           'NDRPDR'"
7143 #  parameters:
7144 #  - "throughput"
7145 #  - "name"
7146 #  - "tags"
7147 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7148 #  x-axis: "X = CNFs per Service Chain"
7149 #  y-axis: "Y = Number of Service Chains"
7150 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7151 #  layout:
7152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7153 #    layout: "plot-service-density"
7154 #
7155 #- type: "plot"
7156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7157 #  algorithm: "plot_nf_heatmap"
7158 #  output-file-type: ".html"
7159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7161 #  filter: "'NIC_Intel-XXV710' and
7162 #           'NF_DENSITY' and
7163 #           'DOCKER' and
7164 #           'CHAIN' and
7165 #           'NF_VPPIP4' and
7166 #           '64B' and
7167 #           '4T2C' and
7168 #           'NDRPDR'"
7169 #  parameters:
7170 #  - "throughput"
7171 #  - "name"
7172 #  - "tags"
7173 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7174 #  x-axis: "X = CNFs per Service Chain"
7175 #  y-axis: "Y = Number of Service Chains"
7176 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7177 #  layout:
7178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7179 #    layout: "plot-service-density"
7180 #
7181 #- type: "plot"
7182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7183 #  algorithm: "plot_nf_heatmap"
7184 #  output-file-type: ".html"
7185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7187 #  filter: "'NIC_Intel-XXV710' and
7188 #           'NF_DENSITY' and
7189 #           'DOCKER' and
7190 #           'CHAIN' and
7191 #           'NF_VPPIP4' and
7192 #           '64B' and
7193 #           '8T4C' and
7194 #           'NDRPDR'"
7195 #  parameters:
7196 #  - "throughput"
7197 #  - "name"
7198 #  - "tags"
7199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7200 #  x-axis: "X = CNFs per Service Chain"
7201 #  y-axis: "Y = Number of Service Chains"
7202 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7203 #  layout:
7204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7205 #    layout: "plot-service-density"
7206 #
7207 ## Plots - NF Density - CSC - PDR IMIX
7208 #- type: "plot"
7209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7210 #  algorithm: "plot_nf_heatmap"
7211 #  output-file-type: ".html"
7212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7213 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7214 #  filter: "'NIC_Intel-XXV710' and
7215 #           'NF_DENSITY' and
7216 #           'DOCKER' and
7217 #           'CHAIN' and
7218 #           'NF_VPPIP4' and
7219 #           'IMIX' and
7220 #           '2T1C' and
7221 #           'NDRPDR'"
7222 #  parameters:
7223 #  - "throughput"
7224 #  - "name"
7225 #  - "tags"
7226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7227 #  x-axis: "X = CNFs per Service Chain"
7228 #  y-axis: "Y = Number of Service Chains"
7229 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7230 #  layout:
7231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7232 #    layout: "plot-service-density"
7233 #
7234 #- type: "plot"
7235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7236 #  algorithm: "plot_nf_heatmap"
7237 #  output-file-type: ".html"
7238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7239 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7240 #  filter: "'NIC_Intel-XXV710' and
7241 #           'NF_DENSITY' and
7242 #           'DOCKER' and
7243 #           'CHAIN' and
7244 #           'NF_VPPIP4' and
7245 #           'IMIX' and
7246 #           '4T2C' and
7247 #           'NDRPDR'"
7248 #  parameters:
7249 #  - "throughput"
7250 #  - "name"
7251 #  - "tags"
7252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7253 #  x-axis: "X = CNFs per Service Chain"
7254 #  y-axis: "Y = Number of Service Chains"
7255 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7256 #  layout:
7257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7258 #    layout: "plot-service-density"
7259 #
7260 #- type: "plot"
7261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7262 #  algorithm: "plot_nf_heatmap"
7263 #  output-file-type: ".html"
7264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7265 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7266 #  filter: "'NIC_Intel-XXV710' and
7267 #           'NF_DENSITY' and
7268 #           'DOCKER' and
7269 #           'CHAIN' and
7270 #           'NF_VPPIP4' and
7271 #           'IMIX' and
7272 #           '8T4C' and
7273 #           'NDRPDR'"
7274 #  parameters:
7275 #  - "throughput"
7276 #  - "name"
7277 #  - "tags"
7278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7279 #  x-axis: "X = CNFs per Service Chain"
7280 #  y-axis: "Y = Number of Service Chains"
7281 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7282 #  layout:
7283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7284 #    layout: "plot-service-density"
7285 #
7286 ################################################################################
7287 #
7288 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7289 #- type: "plot"
7290 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7291 #  algorithm: "plot_nf_heatmap"
7292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7293 #  data: "plot-vpp-nfv-3n-skx-mrr"
7294 #  filter: "'NIC_Intel-XXV710' and
7295 #           'NF_DENSITY' and
7296 #           'DOCKER' and
7297 #           'CHAIN' and
7298 #           'NF_VPPIP4' and
7299 #           'IPSEC' and
7300 #           'TNL_4' and
7301 #           'IMIX' and
7302 #           '2T1C' and
7303 #           'MRR'"
7304 #  parameters:
7305 #  - "result"
7306 #  - "name"
7307 #  - "tags"
7308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7309 #  x-axis: "X = CNFs per Service Chain"
7310 #  y-axis: "Y = Number of Service Chains"
7311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7312 #  layout:
7313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7314 #    layout: "plot-service-density"
7315 #
7316 #- type: "plot"
7317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7318 #  algorithm: "plot_nf_heatmap"
7319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7320 #  data: "plot-vpp-nfv-3n-skx-mrr"
7321 #  filter: "'NIC_Intel-XXV710' and
7322 #           'NF_DENSITY' and
7323 #           'DOCKER' and
7324 #           'CHAIN' and
7325 #           'NF_VPPIP4' and
7326 #           'IPSEC' and
7327 #           'TNL_4' and
7328 #           'IMIX' and
7329 #           '4T2C' and
7330 #           'MRR'"
7331 #  parameters:
7332 #  - "result"
7333 #  - "name"
7334 #  - "tags"
7335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7336 #  x-axis: "X = CNFs per Service Chain"
7337 #  y-axis: "Y = Number of Service Chains"
7338 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7339 #  layout:
7340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7341 #    layout: "plot-service-density"
7342 #
7343 #- type: "plot"
7344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7345 #  algorithm: "plot_nf_heatmap"
7346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7347 #  data: "plot-vpp-nfv-3n-skx-mrr"
7348 #  filter: "'NIC_Intel-XXV710' and
7349 #           'NF_DENSITY' and
7350 #           'DOCKER' and
7351 #           'CHAIN' and
7352 #           'NF_VPPIP4' and
7353 #           'IPSEC' and
7354 #           'TNL_4' and
7355 #           'IMIX' and
7356 #           '8T4C' and
7357 #           'MRR'"
7358 #  parameters:
7359 #  - "result"
7360 #  - "name"
7361 #  - "tags"
7362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7363 #  x-axis: "X = CNFs per Service Chain"
7364 #  y-axis: "Y = Number of Service Chains"
7365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7366 #  layout:
7367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7368 #    layout: "plot-service-density"
7369 #
7370 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7371 #- type: "plot"
7372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7373 #  algorithm: "plot_nf_heatmap"
7374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7375 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7376 #  filter: "'NIC_Intel-XXV710' and
7377 #           'NF_DENSITY' and
7378 #           'DOCKER' and
7379 #           'CHAIN' and
7380 #           'NF_VPPIP4' and
7381 #           'IPSEC' and
7382 #           'TNL_4' and
7383 #           'IMIX' and
7384 #           '2T1C' and
7385 #           'NDRPDR'"
7386 #  parameters:
7387 #  - "throughput"
7388 #  - "name"
7389 #  - "tags"
7390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7391 #  x-axis: "X = CNFs per Service Chain"
7392 #  y-axis: "Y = Number of Service Chains"
7393 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7394 #  layout:
7395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7396 #    layout: "plot-service-density"
7397 #
7398 #- type: "plot"
7399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7400 #  algorithm: "plot_nf_heatmap"
7401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7402 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7403 #  filter: "'NIC_Intel-XXV710' and
7404 #           'NF_DENSITY' and
7405 #           'DOCKER' and
7406 #           'CHAIN' and
7407 #           'NF_VPPIP4' and
7408 #           'IPSEC' and
7409 #           'TNL_4' and
7410 #           'IMIX' and
7411 #           '4T2C' and
7412 #           'NDRPDR'"
7413 #  parameters:
7414 #  - "throughput"
7415 #  - "name"
7416 #  - "tags"
7417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7418 #  x-axis: "X = CNFs per Service Chain"
7419 #  y-axis: "Y = Number of Service Chains"
7420 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7421 #  layout:
7422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7423 #    layout: "plot-service-density"
7424 #
7425 #- type: "plot"
7426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7427 #  algorithm: "plot_nf_heatmap"
7428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7429 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7430 #  filter: "'NIC_Intel-XXV710' and
7431 #           'NF_DENSITY' and
7432 #           'DOCKER' and
7433 #           'CHAIN' and
7434 #           'NF_VPPIP4' and
7435 #           'IPSEC' and
7436 #           'TNL_4' and
7437 #           'IMIX' and
7438 #           '8T4C' and
7439 #           'NDRPDR'"
7440 #  parameters:
7441 #  - "throughput"
7442 #  - "name"
7443 #  - "tags"
7444 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7445 #  x-axis: "X = CNFs per Service Chain"
7446 #  y-axis: "Y = Number of Service Chains"
7447 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7448 #  layout:
7449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7450 #    layout: "plot-service-density"
7451 #
7452 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7453 #- type: "plot"
7454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7455 #  algorithm: "plot_nf_heatmap"
7456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7457 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7458 #  filter: "'NIC_Intel-XXV710' and
7459 #           'NF_DENSITY' and
7460 #           'DOCKER' and
7461 #           'CHAIN' and
7462 #           'NF_VPPIP4' and
7463 #           'IPSEC' and
7464 #           'TNL_4' and
7465 #           'IMIX' and
7466 #           '2T1C' and
7467 #           'NDRPDR'"
7468 #  parameters:
7469 #  - "throughput"
7470 #  - "name"
7471 #  - "tags"
7472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7473 #  x-axis: "X = CNFs per Service Chain"
7474 #  y-axis: "Y = Number of Service Chains"
7475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7476 #  layout:
7477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7478 #    layout: "plot-service-density"
7479 #
7480 #- type: "plot"
7481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7482 #  algorithm: "plot_nf_heatmap"
7483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7484 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7485 #  filter: "'NIC_Intel-XXV710' and
7486 #           'NF_DENSITY' and
7487 #           'DOCKER' and
7488 #           'CHAIN' and
7489 #           'NF_VPPIP4' and
7490 #           'IPSEC' and
7491 #           'TNL_4' and
7492 #           'IMIX' and
7493 #           '4T2C' and
7494 #           'NDRPDR'"
7495 #  parameters:
7496 #  - "throughput"
7497 #  - "name"
7498 #  - "tags"
7499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7500 #  x-axis: "X = CNFs per Service Chain"
7501 #  y-axis: "Y = Number of Service Chains"
7502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7503 #  layout:
7504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7505 #    layout: "plot-service-density"
7506 #
7507 #- type: "plot"
7508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7509 #  algorithm: "plot_nf_heatmap"
7510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7511 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7512 #  filter: "'NIC_Intel-XXV710' and
7513 #           'NF_DENSITY' and
7514 #           'DOCKER' and
7515 #           'CHAIN' and
7516 #           'NF_VPPIP4' and
7517 #           'IPSEC' and
7518 #           'TNL_4' and
7519 #           'IMIX' and
7520 #           '8T4C' and
7521 #           'NDRPDR'"
7522 #  parameters:
7523 #  - "throughput"
7524 #  - "name"
7525 #  - "tags"
7526 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7527 #  x-axis: "X = CNFs per Service Chain"
7528 #  y-axis: "Y = Number of Service Chains"
7529 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7530 #  layout:
7531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7532 #    layout: "plot-service-density"
7533
7534 ###############################################################################
7535
7536 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7537 - type: "plot"
7538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7539   algorithm: "plot_nf_heatmap"
7540   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7541   data: "plot-vpp-nfv-3n-hsw-mrr"
7542   filter: "'NIC_Intel-XL710' and
7543            'NF_DENSITY' and
7544            'DOCKER' and
7545            'CHAIN' and
7546            'NF_VPPIP4' and
7547            'IMIX' and
7548            'TNL_4' and
7549            '1T1C' and
7550            'MRR'"
7551   parameters:
7552   - "result"
7553   - "name"
7554   - "tags"
7555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7556   x-axis: "X = CNFs per Service Chain"
7557   y-axis: "Y = Number of Service Chains"
7558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7559   layout:
7560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7561     layout: "plot-service-density"
7562
7563 - type: "plot"
7564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7565   algorithm: "plot_nf_heatmap"
7566   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7567   data: "plot-vpp-nfv-3n-hsw-mrr"
7568   filter: "'NIC_Intel-XL710' and
7569            'NF_DENSITY' and
7570            'DOCKER' and
7571            'CHAIN' and
7572            'NF_VPPIP4' and
7573            'IPSEC' and
7574            'TNL_4' and
7575            'IMIX' and
7576            '2T2C' and
7577            'MRR'"
7578   parameters:
7579   - "result"
7580   - "name"
7581   - "tags"
7582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7583   x-axis: "X = CNFs per Service Chain"
7584   y-axis: "Y = Number of Service Chains"
7585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7586   layout:
7587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7588     layout: "plot-service-density"
7589
7590 - type: "plot"
7591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7592   algorithm: "plot_nf_heatmap"
7593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7594   data: "plot-vpp-nfv-3n-hsw-mrr"
7595   filter: "'NIC_Intel-XL710' and
7596            'NF_DENSITY' and
7597            'DOCKER' and
7598            'CHAIN' and
7599            'NF_VPPIP4' and
7600            'IPSEC' and
7601            'TNL_4' and
7602            'IMIX' and
7603            '4T4C' and
7604            'MRR'"
7605   parameters:
7606   - "result"
7607   - "name"
7608   - "tags"
7609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7610   x-axis: "X = CNFs per Service Chain"
7611   y-axis: "Y = Number of Service Chains"
7612   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7613   layout:
7614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7615     layout: "plot-service-density"
7616
7617 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7618 - type: "plot"
7619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7620   algorithm: "plot_nf_heatmap"
7621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7622   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7623   filter: "'NIC_Intel-XL710' and
7624            'NF_DENSITY' and
7625            'DOCKER' and
7626            'CHAIN' and
7627            'NF_VPPIP4' and
7628            'IPSEC' and
7629            'TNL_4' and
7630            'IMIX' and
7631            '1T1C' and
7632            'NDRPDR'"
7633   parameters:
7634   - "throughput"
7635   - "name"
7636   - "tags"
7637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7638   x-axis: "X = CNFs per Service Chain"
7639   y-axis: "Y = Number of Service Chains"
7640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7641   layout:
7642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7643     layout: "plot-service-density"
7644
7645 - type: "plot"
7646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7647   algorithm: "plot_nf_heatmap"
7648   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7649   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7650   filter: "'NIC_Intel-XL710' and
7651            'NF_DENSITY' and
7652            'DOCKER' and
7653            'CHAIN' and
7654            'NF_VPPIP4' and
7655            'IPSEC' and
7656            'TNL_4' and
7657            'IMIX' and
7658            '2T2C' and
7659            'NDRPDR'"
7660   parameters:
7661   - "throughput"
7662   - "name"
7663   - "tags"
7664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7665   x-axis: "X = CNFs per Service Chain"
7666   y-axis: "Y = Number of Service Chains"
7667   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7668   layout:
7669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7670     layout: "plot-service-density"
7671
7672 - type: "plot"
7673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7674   algorithm: "plot_nf_heatmap"
7675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7676   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7677   filter: "'NIC_Intel-XL710' and
7678            'NF_DENSITY' and
7679            'DOCKER' and
7680            'CHAIN' and
7681            'NF_VPPIP4' and
7682            'IPSEC' and
7683            'TNL_4' and
7684            'IMIX' and
7685            '4T4C' and
7686            'NDRPDR'"
7687   parameters:
7688   - "throughput"
7689   - "name"
7690   - "tags"
7691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7692   x-axis: "X = CNFs per Service Chain"
7693   y-axis: "Y = Number of Service Chains"
7694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7695   layout:
7696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7697     layout: "plot-service-density"
7698
7699 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7700 - type: "plot"
7701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7702   algorithm: "plot_nf_heatmap"
7703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7704   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7705   filter: "'NIC_Intel-XL710' and
7706            'NF_DENSITY' and
7707            'DOCKER' and
7708            'CHAIN' and
7709            'NF_VPPIP4' and
7710            'IPSEC' and
7711            'TNL_4' and
7712            'IMIX' and
7713            '1T1C' and
7714            'NDRPDR'"
7715   parameters:
7716   - "throughput"
7717   - "name"
7718   - "tags"
7719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7720   x-axis: "X = CNFs per Service Chain"
7721   y-axis: "Y = Number of Service Chains"
7722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7723   layout:
7724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7725     layout: "plot-service-density"
7726
7727 - type: "plot"
7728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7729   algorithm: "plot_nf_heatmap"
7730   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7731   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7732   filter: "'NIC_Intel-XL710' and
7733            'NF_DENSITY' and
7734            'DOCKER' and
7735            'CHAIN' and
7736            'NF_VPPIP4' and
7737            'IPSEC' and
7738            'TNL_4' and
7739            'IMIX' and
7740            '2T2C' and
7741            'NDRPDR'"
7742   parameters:
7743   - "throughput"
7744   - "name"
7745   - "tags"
7746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7747   x-axis: "X = CNFs per Service Chain"
7748   y-axis: "Y = Number of Service Chains"
7749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7750   layout:
7751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7752     layout: "plot-service-density"
7753
7754 - type: "plot"
7755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7756   algorithm: "plot_nf_heatmap"
7757   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7758   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7759   filter: "'NIC_Intel-XL710' and
7760            'NF_DENSITY' and
7761            'DOCKER' and
7762            'CHAIN' and
7763            'NF_VPPIP4' and
7764            'IPSEC' and
7765            'TNL_4' and
7766            'IMIX' and
7767            '4T4C' and
7768            'NDRPDR'"
7769   parameters:
7770   - "throughput"
7771   - "name"
7772   - "tags"
7773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7774   x-axis: "X = CNFs per Service Chain"
7775   y-axis: "Y = Number of Service Chains"
7776   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7777   layout:
7778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7779     layout: "plot-service-density"
7780
7781 ###############################################################################
7782
7783 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7784 #- type: "plot"
7785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7786 #  algorithm: "plot_nf_heatmap"
7787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7788 #  data: "plot-vpp-nfv-3n-skx-mrr"
7789 #  filter: "'NIC_Intel-XXV710' and
7790 #           'NF_DENSITY' and
7791 #           'DOCKER' and
7792 #           'CHAIN' and
7793 #           'NF_VPPIP4' and
7794 #           'IPSEC' and
7795 #           'TNL_1000' and
7796 #           'IMIX' and
7797 #           '2T1C' and
7798 #           'MRR'"
7799 #  parameters:
7800 #  - "result"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = CNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7809 #    layout: "plot-service-density"
7810 #
7811 #- type: "plot"
7812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7813 #  algorithm: "plot_nf_heatmap"
7814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7815 #  data: "plot-vpp-nfv-3n-skx-mrr"
7816 #  filter: "'NIC_Intel-XXV710' and
7817 #           'NF_DENSITY' and
7818 #           'DOCKER' and
7819 #           'CHAIN' and
7820 #           'NF_VPPIP4' and
7821 #           'IPSEC' and
7822 #           'TNL_1000' and
7823 #           'IMIX' and
7824 #           '4T2C' and
7825 #           'MRR'"
7826 #  parameters:
7827 #  - "result"
7828 #  - "name"
7829 #  - "tags"
7830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7831 #  x-axis: "X = CNFs per Service Chain"
7832 #  y-axis: "Y = Number of Service Chains"
7833 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7834 #  layout:
7835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7836 #    layout: "plot-service-density"
7837 #
7838 #- type: "plot"
7839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7840 #  algorithm: "plot_nf_heatmap"
7841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7842 #  data: "plot-vpp-nfv-3n-skx-mrr"
7843 #  filter: "'NIC_Intel-XXV710' and
7844 #           'NF_DENSITY' and
7845 #           'DOCKER' and
7846 #           'CHAIN' and
7847 #           'NF_VPPIP4' and
7848 #           'IPSEC' and
7849 #           'TNL_1000' and
7850 #           'IMIX' and
7851 #           '8T4C' and
7852 #           'MRR'"
7853 #  parameters:
7854 #  - "result"
7855 #  - "name"
7856 #  - "tags"
7857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7858 #  x-axis: "X = CNFs per Service Chain"
7859 #  y-axis: "Y = Number of Service Chains"
7860 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7861 #  layout:
7862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7863 #    layout: "plot-service-density"
7864 #
7865 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7870 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7871 #  filter: "'NIC_Intel-XXV710' and
7872 #           'NF_DENSITY' and
7873 #           'DOCKER' and
7874 #           'CHAIN' and
7875 #           'NF_VPPIP4' and
7876 #           'IPSEC' and
7877 #           'TNL_1000' and
7878 #           'IMIX' and
7879 #           '2T1C' and
7880 #           'NDRPDR'"
7881 #  parameters:
7882 #  - "throughput"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = CNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7891 #    layout: "plot-service-density"
7892 #
7893 #- type: "plot"
7894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7895 #  algorithm: "plot_nf_heatmap"
7896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7897 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7898 #  filter: "'NIC_Intel-XXV710' and
7899 #           'NF_DENSITY' and
7900 #           'DOCKER' and
7901 #           'CHAIN' and
7902 #           'NF_VPPIP4' and
7903 #           'IPSEC' and
7904 #           'TNL_1000' and
7905 #           'IMIX' and
7906 #           '4T2C' and
7907 #           'NDRPDR'"
7908 #  parameters:
7909 #  - "throughput"
7910 #  - "name"
7911 #  - "tags"
7912 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7913 #  x-axis: "X = CNFs per Service Chain"
7914 #  y-axis: "Y = Number of Service Chains"
7915 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7916 #  layout:
7917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7918 #    layout: "plot-service-density"
7919 #
7920 #- type: "plot"
7921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7922 #  algorithm: "plot_nf_heatmap"
7923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7924 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7925 #  filter: "'NIC_Intel-XXV710' and
7926 #           'NF_DENSITY' and
7927 #           'DOCKER' and
7928 #           'CHAIN' and
7929 #           'NF_VPPIP4' and
7930 #           'IPSEC' and
7931 #           'TNL_1000' and
7932 #           'IMIX' and
7933 #           '8T4C' and
7934 #           'NDRPDR'"
7935 #  parameters:
7936 #  - "throughput"
7937 #  - "name"
7938 #  - "tags"
7939 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7940 #  x-axis: "X = CNFs per Service Chain"
7941 #  y-axis: "Y = Number of Service Chains"
7942 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7943 #  layout:
7944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7945 #    layout: "plot-service-density"
7946 #
7947 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7948 #- type: "plot"
7949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7950 #  algorithm: "plot_nf_heatmap"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7952 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7953 #  filter: "'NIC_Intel-XXV710' and
7954 #           'NF_DENSITY' and
7955 #           'DOCKER' and
7956 #           'CHAIN' and
7957 #           'NF_VPPIP4' and
7958 #           'IPSEC' and
7959 #           'TNL_1000' and
7960 #           'IMIX' and
7961 #           '2T1C' and
7962 #           'NDRPDR'"
7963 #  parameters:
7964 #  - "throughput"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = CNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7973 #    layout: "plot-service-density"
7974 #
7975 #- type: "plot"
7976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7977 #  algorithm: "plot_nf_heatmap"
7978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
7979 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7980 #  filter: "'NIC_Intel-XXV710' and
7981 #           'NF_DENSITY' and
7982 #           'DOCKER' and
7983 #           'CHAIN' and
7984 #           'NF_VPPIP4' and
7985 #           'IPSEC' and
7986 #           'TNL_1000' and
7987 #           'IMIX' and
7988 #           '4T2C' and
7989 #           'NDRPDR'"
7990 #  parameters:
7991 #  - "throughput"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = CNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8000 #    layout: "plot-service-density"
8001 #
8002 #- type: "plot"
8003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8004 #  algorithm: "plot_nf_heatmap"
8005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8006 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8007 #  filter: "'NIC_Intel-XXV710' and
8008 #           'NF_DENSITY' and
8009 #           'DOCKER' and
8010 #           'CHAIN' and
8011 #           'NF_VPPIP4' and
8012 #           'IPSEC' and
8013 #           'TNL_1000' and
8014 #           'IMIX' and
8015 #           '8T4C' and
8016 #           'NDRPDR'"
8017 #  parameters:
8018 #  - "throughput"
8019 #  - "name"
8020 #  - "tags"
8021 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8022 #  x-axis: "X = CNFs per Service Chain"
8023 #  y-axis: "Y = Number of Service Chains"
8024 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8025 #  layout:
8026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8027 #    layout: "plot-service-density"
8028
8029 ###############################################################################
8030
8031 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8032 - type: "plot"
8033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8034   algorithm: "plot_nf_heatmap"
8035   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8036   data: "plot-vpp-nfv-3n-hsw-mrr"
8037   filter: "'NIC_Intel-XL710' and
8038            'NF_DENSITY' and
8039            'DOCKER' and
8040            'CHAIN' and
8041            'NF_VPPIP4' and
8042            'IMIX' and
8043            'TNL_1000' and
8044            '1T1C' and
8045            'MRR'"
8046   parameters:
8047   - "result"
8048   - "name"
8049   - "tags"
8050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051   x-axis: "X = CNFs per Service Chain"
8052   y-axis: "Y = Number of Service Chains"
8053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054   layout:
8055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8056     layout: "plot-service-density"
8057
8058 - type: "plot"
8059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8060   algorithm: "plot_nf_heatmap"
8061   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8062   data: "plot-vpp-nfv-3n-hsw-mrr"
8063   filter: "'NIC_Intel-XL710' and
8064            'NF_DENSITY' and
8065            'DOCKER' and
8066            'CHAIN' and
8067            'NF_VPPIP4' and
8068            'IPSEC' and
8069            'TNL_1000' and
8070            'IMIX' and
8071            '2T2C' and
8072            'MRR'"
8073   parameters:
8074   - "result"
8075   - "name"
8076   - "tags"
8077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8078   x-axis: "X = CNFs per Service Chain"
8079   y-axis: "Y = Number of Service Chains"
8080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8081   layout:
8082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8083     layout: "plot-service-density"
8084
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8089   data: "plot-vpp-nfv-3n-hsw-mrr"
8090   filter: "'NIC_Intel-XL710' and
8091            'NF_DENSITY' and
8092            'DOCKER' and
8093            'CHAIN' and
8094            'NF_VPPIP4' and
8095            'IPSEC' and
8096            'TNL_1000' and
8097            'IMIX' and
8098            '4T4C' and
8099            'MRR'"
8100   parameters:
8101   - "result"
8102   - "name"
8103   - "tags"
8104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = CNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8110     layout: "plot-service-density"
8111
8112 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8113 - type: "plot"
8114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8115   algorithm: "plot_nf_heatmap"
8116   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8117   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8118   filter: "'NIC_Intel-XL710' and
8119            'NF_DENSITY' and
8120            'DOCKER' and
8121            'CHAIN' and
8122            'NF_VPPIP4' and
8123            'IPSEC' and
8124            'TNL_1000' and
8125            'IMIX' and
8126            '1T1C' and
8127            'NDRPDR'"
8128   parameters:
8129   - "throughput"
8130   - "name"
8131   - "tags"
8132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133   x-axis: "X = CNFs per Service Chain"
8134   y-axis: "Y = Number of Service Chains"
8135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8136   layout:
8137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8138     layout: "plot-service-density"
8139
8140 - type: "plot"
8141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8142   algorithm: "plot_nf_heatmap"
8143   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8144   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8145   filter: "'NIC_Intel-XL710' and
8146            'NF_DENSITY' and
8147            'DOCKER' and
8148            'CHAIN' and
8149            'NF_VPPIP4' and
8150            'IPSEC' and
8151            'TNL_1000' and
8152            'IMIX' and
8153            '2T2C' and
8154            'NDRPDR'"
8155   parameters:
8156   - "throughput"
8157   - "name"
8158   - "tags"
8159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8160   x-axis: "X = CNFs per Service Chain"
8161   y-axis: "Y = Number of Service Chains"
8162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8163   layout:
8164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8165     layout: "plot-service-density"
8166
8167 - type: "plot"
8168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8169   algorithm: "plot_nf_heatmap"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8171   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8172   filter: "'NIC_Intel-XL710' and
8173            'NF_DENSITY' and
8174            'DOCKER' and
8175            'CHAIN' and
8176            'NF_VPPIP4' and
8177            'IPSEC' and
8178            'TNL_1000' and
8179            'IMIX' and
8180            '4T4C' and
8181            'NDRPDR'"
8182   parameters:
8183   - "throughput"
8184   - "name"
8185   - "tags"
8186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8187   x-axis: "X = CNFs per Service Chain"
8188   y-axis: "Y = Number of Service Chains"
8189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8190   layout:
8191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8192     layout: "plot-service-density"
8193
8194 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8195 - type: "plot"
8196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8197   algorithm: "plot_nf_heatmap"
8198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8199   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8200   filter: "'NIC_Intel-XL710' and
8201            'NF_DENSITY' and
8202            'DOCKER' and
8203            'CHAIN' and
8204            'NF_VPPIP4' and
8205            'IPSEC' and
8206            'TNL_1000' and
8207            'IMIX' and
8208            '1T1C' and
8209            'NDRPDR'"
8210   parameters:
8211   - "throughput"
8212   - "name"
8213   - "tags"
8214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215   x-axis: "X = CNFs per Service Chain"
8216   y-axis: "Y = Number of Service Chains"
8217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8218   layout:
8219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8220     layout: "plot-service-density"
8221
8222 - type: "plot"
8223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8224   algorithm: "plot_nf_heatmap"
8225   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8226   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8227   filter: "'NIC_Intel-XL710' and
8228            'NF_DENSITY' and
8229            'DOCKER' and
8230            'CHAIN' and
8231            'NF_VPPIP4' and
8232            'IPSEC' and
8233            'TNL_1000' and
8234            'IMIX' and
8235            '2T2C' and
8236            'NDRPDR'"
8237   parameters:
8238   - "throughput"
8239   - "name"
8240   - "tags"
8241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8242   x-axis: "X = CNFs per Service Chain"
8243   y-axis: "Y = Number of Service Chains"
8244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8245   layout:
8246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8247     layout: "plot-service-density"
8248
8249 - type: "plot"
8250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8251   algorithm: "plot_nf_heatmap"
8252   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8253   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8254   filter: "'NIC_Intel-XL710' and
8255            'NF_DENSITY' and
8256            'DOCKER' and
8257            'CHAIN' and
8258            'NF_VPPIP4' and
8259            'IPSEC' and
8260            'TNL_1000' and
8261            'IMIX' and
8262            '4T4C' and
8263            'NDRPDR'"
8264   parameters:
8265   - "throughput"
8266   - "name"
8267   - "tags"
8268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8269   x-axis: "X = CNFs per Service Chain"
8270   y-axis: "Y = Number of Service Chains"
8271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8272   layout:
8273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8274     layout: "plot-service-density"
8275
8276 ###############################################################################
8277
8278 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8279 #- type: "plot"
8280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8281 #  algorithm: "plot_nf_heatmap"
8282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8283 #  data: "plot-vpp-nfv-3n-skx-mrr"
8284 #  filter: "'NIC_Intel-XXV710' and
8285 #           'NF_DENSITY' and
8286 #           'DOCKER' and
8287 #           'CHAIN' and
8288 #           'NF_VPPIP4' and
8289 #           'IPSEC' and
8290 #           'TNL_10000' and
8291 #           'IMIX' and
8292 #           '2T1C' and
8293 #           'MRR'"
8294 #  parameters:
8295 #  - "result"
8296 #  - "name"
8297 #  - "tags"
8298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8299 #  x-axis: "X = CNFs per Service Chain"
8300 #  y-axis: "Y = Number of Service Chains"
8301 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8302 #  layout:
8303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8304 #    layout: "plot-service-density"
8305 #
8306 #- type: "plot"
8307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8308 #  algorithm: "plot_nf_heatmap"
8309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8310 #  data: "plot-vpp-nfv-3n-skx-mrr"
8311 #  filter: "'NIC_Intel-XXV710' and
8312 #           'NF_DENSITY' and
8313 #           'DOCKER' and
8314 #           'CHAIN' and
8315 #           'NF_VPPIP4' and
8316 #           'IPSEC' and
8317 #           'TNL_10000' and
8318 #           'IMIX' and
8319 #           '4T2C' and
8320 #           'MRR'"
8321 #  parameters:
8322 #  - "result"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8331 #    layout: "plot-service-density"
8332 #
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8337 #  data: "plot-vpp-nfv-3n-skx-mrr"
8338 #  filter: "'NIC_Intel-XXV710' and
8339 #           'NF_DENSITY' and
8340 #           'DOCKER' and
8341 #           'CHAIN' and
8342 #           'NF_VPPIP4' and
8343 #           'IPSEC' and
8344 #           'TNL_10000' and
8345 #           'IMIX' and
8346 #           '8T4C' and
8347 #           'MRR'"
8348 #  parameters:
8349 #  - "result"
8350 #  - "name"
8351 #  - "tags"
8352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8353 #  x-axis: "X = CNFs per Service Chain"
8354 #  y-axis: "Y = Number of Service Chains"
8355 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8356 #  layout:
8357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8358 #    layout: "plot-service-density"
8359 #
8360 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8365 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8366 #  filter: "'NIC_Intel-XXV710' and
8367 #           'NF_DENSITY' and
8368 #           'DOCKER' and
8369 #           'CHAIN' and
8370 #           'NF_VPPIP4' and
8371 #           'IPSEC' and
8372 #           'TNL_10000' and
8373 #           'IMIX' and
8374 #           '2T1C' and
8375 #           'NDRPDR'"
8376 #  parameters:
8377 #  - "throughput"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8386 #    layout: "plot-service-density"
8387 #
8388 #- type: "plot"
8389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8390 #  algorithm: "plot_nf_heatmap"
8391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8392 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8393 #  filter: "'NIC_Intel-XXV710' and
8394 #           'NF_DENSITY' and
8395 #           'DOCKER' and
8396 #           'CHAIN' and
8397 #           'NF_VPPIP4' and
8398 #           'IPSEC' and
8399 #           'TNL_10000' and
8400 #           'IMIX' and
8401 #           '4T2C' and
8402 #           'NDRPDR'"
8403 #  parameters:
8404 #  - "throughput"
8405 #  - "name"
8406 #  - "tags"
8407 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8408 #  x-axis: "X = CNFs per Service Chain"
8409 #  y-axis: "Y = Number of Service Chains"
8410 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8411 #  layout:
8412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8413 #    layout: "plot-service-density"
8414 #
8415 #- type: "plot"
8416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8417 #  algorithm: "plot_nf_heatmap"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8419 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8420 #  filter: "'NIC_Intel-XXV710' and
8421 #           'NF_DENSITY' and
8422 #           'DOCKER' and
8423 #           'CHAIN' and
8424 #           'NF_VPPIP4' and
8425 #           'IPSEC' and
8426 #           'TNL_10000' and
8427 #           'IMIX' and
8428 #           '8T4C' and
8429 #           'NDRPDR'"
8430 #  parameters:
8431 #  - "throughput"
8432 #  - "name"
8433 #  - "tags"
8434 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8435 #  x-axis: "X = CNFs per Service Chain"
8436 #  y-axis: "Y = Number of Service Chains"
8437 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8438 #  layout:
8439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8440 #    layout: "plot-service-density"
8441 #
8442 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8443 #- type: "plot"
8444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8445 #  algorithm: "plot_nf_heatmap"
8446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8447 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8448 #  filter: "'NIC_Intel-XXV710' and
8449 #           'NF_DENSITY' and
8450 #           'DOCKER' and
8451 #           'CHAIN' and
8452 #           'NF_VPPIP4' and
8453 #           'IPSEC' and
8454 #           'TNL_10000' and
8455 #           'IMIX' and
8456 #           '2T1C' and
8457 #           'NDRPDR'"
8458 #  parameters:
8459 #  - "throughput"
8460 #  - "name"
8461 #  - "tags"
8462 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8463 #  x-axis: "X = CNFs per Service Chain"
8464 #  y-axis: "Y = Number of Service Chains"
8465 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8466 #  layout:
8467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8468 #    layout: "plot-service-density"
8469 #
8470 #- type: "plot"
8471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8472 #  algorithm: "plot_nf_heatmap"
8473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8474 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8475 #  filter: "'NIC_Intel-XXV710' and
8476 #           'NF_DENSITY' and
8477 #           'DOCKER' and
8478 #           'CHAIN' and
8479 #           'NF_VPPIP4' and
8480 #           'IPSEC' and
8481 #           'TNL_10000' and
8482 #           'IMIX' and
8483 #           '4T2C' and
8484 #           'NDRPDR'"
8485 #  parameters:
8486 #  - "throughput"
8487 #  - "name"
8488 #  - "tags"
8489 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8490 #  x-axis: "X = CNFs per Service Chain"
8491 #  y-axis: "Y = Number of Service Chains"
8492 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8493 #  layout:
8494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8495 #    layout: "plot-service-density"
8496 #
8497 #- type: "plot"
8498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8499 #  algorithm: "plot_nf_heatmap"
8500 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8501 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8502 #  filter: "'NIC_Intel-XXV710' and
8503 #           'NF_DENSITY' and
8504 #           'DOCKER' and
8505 #           'CHAIN' and
8506 #           'NF_VPPIP4' and
8507 #           'IPSEC' and
8508 #           'TNL_10000' and
8509 #           'IMIX' and
8510 #           '8T4C' and
8511 #           'NDRPDR'"
8512 #  parameters:
8513 #  - "throughput"
8514 #  - "name"
8515 #  - "tags"
8516 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8517 #  x-axis: "X = CNFs per Service Chain"
8518 #  y-axis: "Y = Number of Service Chains"
8519 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8520 #  layout:
8521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8522 #    layout: "plot-service-density"
8523
8524 ###############################################################################
8525
8526 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8527 - type: "plot"
8528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8529   algorithm: "plot_nf_heatmap"
8530   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8531   data: "plot-vpp-nfv-3n-hsw-mrr"
8532   filter: "'NIC_Intel-XL710' and
8533            'NF_DENSITY' and
8534            'DOCKER' and
8535            'CHAIN' and
8536            'NF_VPPIP4' and
8537            'IMIX' and
8538            'TNL_10000' and
8539            '1T1C' and
8540            'MRR'"
8541   parameters:
8542   - "result"
8543   - "name"
8544   - "tags"
8545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8546   x-axis: "X = CNFs per Service Chain"
8547   y-axis: "Y = Number of Service Chains"
8548   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8549   layout:
8550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8551     layout: "plot-service-density"
8552
8553 - type: "plot"
8554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8555   algorithm: "plot_nf_heatmap"
8556   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8557   data: "plot-vpp-nfv-3n-hsw-mrr"
8558   filter: "'NIC_Intel-XL710' and
8559            'NF_DENSITY' and
8560            'DOCKER' and
8561            'CHAIN' and
8562            'NF_VPPIP4' and
8563            'IPSEC' and
8564            'TNL_10000' and
8565            'IMIX' and
8566            '2T2C' and
8567            'MRR'"
8568   parameters:
8569   - "result"
8570   - "name"
8571   - "tags"
8572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8573   x-axis: "X = CNFs per Service Chain"
8574   y-axis: "Y = Number of Service Chains"
8575   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8576   layout:
8577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8578     layout: "plot-service-density"
8579
8580 - type: "plot"
8581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8582   algorithm: "plot_nf_heatmap"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8584   data: "plot-vpp-nfv-3n-hsw-mrr"
8585   filter: "'NIC_Intel-XL710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IPSEC' and
8591            'TNL_10000' and
8592            'IMIX' and
8593            '4T4C' and
8594            'MRR'"
8595   parameters:
8596   - "result"
8597   - "name"
8598   - "tags"
8599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = CNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8605     layout: "plot-service-density"
8606
8607 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8608 - type: "plot"
8609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8610   algorithm: "plot_nf_heatmap"
8611   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8612   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8613   filter: "'NIC_Intel-XL710' and
8614            'NF_DENSITY' and
8615            'DOCKER' and
8616            'CHAIN' and
8617            'NF_VPPIP4' and
8618            'IPSEC' and
8619            'TNL_10000' and
8620            'IMIX' and
8621            '1T1C' and
8622            'NDRPDR'"
8623   parameters:
8624   - "throughput"
8625   - "name"
8626   - "tags"
8627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8628   x-axis: "X = CNFs per Service Chain"
8629   y-axis: "Y = Number of Service Chains"
8630   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8631   layout:
8632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8633     layout: "plot-service-density"
8634
8635 - type: "plot"
8636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8637   algorithm: "plot_nf_heatmap"
8638   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8639   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8640   filter: "'NIC_Intel-XL710' and
8641            'NF_DENSITY' and
8642            'DOCKER' and
8643            'CHAIN' and
8644            'NF_VPPIP4' and
8645            'IPSEC' and
8646            'TNL_10000' and
8647            'IMIX' and
8648            '2T2C' and
8649            'NDRPDR'"
8650   parameters:
8651   - "throughput"
8652   - "name"
8653   - "tags"
8654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8655   x-axis: "X = CNFs per Service Chain"
8656   y-axis: "Y = Number of Service Chains"
8657   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8658   layout:
8659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8660     layout: "plot-service-density"
8661
8662 - type: "plot"
8663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8664   algorithm: "plot_nf_heatmap"
8665   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8666   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8667   filter: "'NIC_Intel-XL710' and
8668            'NF_DENSITY' and
8669            'DOCKER' and
8670            'CHAIN' and
8671            'NF_VPPIP4' and
8672            'IPSEC' and
8673            'TNL_10000' and
8674            'IMIX' and
8675            '4T4C' and
8676            'NDRPDR'"
8677   parameters:
8678   - "throughput"
8679   - "name"
8680   - "tags"
8681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8682   x-axis: "X = CNFs per Service Chain"
8683   y-axis: "Y = Number of Service Chains"
8684   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8685   layout:
8686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8687     layout: "plot-service-density"
8688
8689 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8690 - type: "plot"
8691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8692   algorithm: "plot_nf_heatmap"
8693   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8694   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8695   filter: "'NIC_Intel-XL710' and
8696            'NF_DENSITY' and
8697            'DOCKER' and
8698            'CHAIN' and
8699            'NF_VPPIP4' and
8700            'IPSEC' and
8701            'TNL_10000' and
8702            'IMIX' and
8703            '1T1C' and
8704            'NDRPDR'"
8705   parameters:
8706   - "throughput"
8707   - "name"
8708   - "tags"
8709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8710   x-axis: "X = CNFs per Service Chain"
8711   y-axis: "Y = Number of Service Chains"
8712   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8713   layout:
8714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8715     layout: "plot-service-density"
8716
8717 - type: "plot"
8718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8719   algorithm: "plot_nf_heatmap"
8720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8721   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8722   filter: "'NIC_Intel-XL710' and
8723            'NF_DENSITY' and
8724            'DOCKER' and
8725            'CHAIN' and
8726            'NF_VPPIP4' and
8727            'IPSEC' and
8728            'TNL_10000' and
8729            'IMIX' and
8730            '2T2C' and
8731            'NDRPDR'"
8732   parameters:
8733   - "throughput"
8734   - "name"
8735   - "tags"
8736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8737   x-axis: "X = CNFs per Service Chain"
8738   y-axis: "Y = Number of Service Chains"
8739   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8740   layout:
8741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8742     layout: "plot-service-density"
8743
8744 - type: "plot"
8745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8746   algorithm: "plot_nf_heatmap"
8747   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8748   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8749   filter: "'NIC_Intel-XL710' and
8750            'NF_DENSITY' and
8751            'DOCKER' and
8752            'CHAIN' and
8753            'NF_VPPIP4' and
8754            'IPSEC' and
8755            'TNL_10000' and
8756            'IMIX' and
8757            '4T4C' and
8758            'NDRPDR'"
8759   parameters:
8760   - "throughput"
8761   - "name"
8762   - "tags"
8763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8764   x-axis: "X = CNFs per Service Chain"
8765   y-axis: "Y = Number of Service Chains"
8766   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8767   layout:
8768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8769     layout: "plot-service-density"
8770
8771 ###############################################################################
8772
8773 # Plots - NF Density - CSP - MRR 64b
8774
8775 #- type: "plot"
8776 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8777 #  algorithm: "plot_nf_heatmap"
8778 #  output-file-type: ".html"
8779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8780 #  data: "plot-vpp-nfv-2n-skx-mrr"
8781 #  filter: "'NIC_Intel-XXV710' and
8782 #           'NF_DENSITY' and
8783 #           'DOCKER' and
8784 #           'PIPELINE' and
8785 #           'NF_VPPIP4' and
8786 #           '64B' and
8787 #           '2T1C' and
8788 #           'MRR'"
8789 #  parameters:
8790 #  - "result"
8791 #  - "name"
8792 #  - "tags"
8793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8794 #  x-axis: "X = CNFs per Service Pipeline"
8795 #  y-axis: "Y = Number of Service Pipelines"
8796 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8797 #  layout:
8798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8799 #    layout: "plot-service-density"
8800 #
8801 #- type: "plot"
8802 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8803 #  algorithm: "plot_nf_heatmap"
8804 #  output-file-type: ".html"
8805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8806 #  data: "plot-vpp-nfv-2n-skx-mrr"
8807 #  filter: "'NIC_Intel-XXV710' and
8808 #           'NF_DENSITY' and
8809 #           'DOCKER' and
8810 #           'PIPELINE' and
8811 #           'NF_VPPIP4' and
8812 #           '64B' and
8813 #           '4T2C' and
8814 #           'MRR'"
8815 #  parameters:
8816 #  - "result"
8817 #  - "name"
8818 #  - "tags"
8819 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8820 #  x-axis: "X = CNFs per Service Pipeline"
8821 #  y-axis: "Y = Number of Service Pipelines"
8822 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8823 #  layout:
8824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8825 #    layout: "plot-service-density"
8826 #
8827 #- type: "plot"
8828 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8829 #  algorithm: "plot_nf_heatmap"
8830 #  output-file-type: ".html"
8831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8832 #  data: "plot-vpp-nfv-2n-skx-mrr"
8833 #  filter: "'NIC_Intel-XXV710' and
8834 #           'NF_DENSITY' and
8835 #           'DOCKER' and
8836 #           'PIPELINE' and
8837 #           'NF_VPPIP4' and
8838 #           '64B' and
8839 #           '8T4C' and
8840 #           'MRR'"
8841 #  parameters:
8842 #  - "result"
8843 #  - "name"
8844 #  - "tags"
8845 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8846 #  x-axis: "X = CNFs per Service Pipeline"
8847 #  y-axis: "Y = Number of Service Pipelines"
8848 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8849 #  layout:
8850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8851 #    layout: "plot-service-density"
8852 #
8853 ## Plots - NF Density - CSP - MRR IMIX
8854 #- type: "plot"
8855 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8856 #  algorithm: "plot_nf_heatmap"
8857 #  output-file-type: ".html"
8858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8859 #  data: "plot-vpp-nfv-2n-skx-mrr"
8860 #  filter: "'NIC_Intel-XXV710' and
8861 #           'NF_DENSITY' and
8862 #           'DOCKER' and
8863 #           'PIPELINE' and
8864 #           'NF_VPPIP4' and
8865 #           'IMIX' and
8866 #           '2T1C' and
8867 #           'MRR'"
8868 #  parameters:
8869 #  - "result"
8870 #  - "name"
8871 #  - "tags"
8872 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8873 #  x-axis: "X = CNFs per Service Pipeline"
8874 #  y-axis: "Y = Number of Service Pipelines"
8875 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8876 #  layout:
8877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8878 #    layout: "plot-service-density"
8879 #
8880 #- type: "plot"
8881 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8882 #  algorithm: "plot_nf_heatmap"
8883 #  output-file-type: ".html"
8884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8885 #  data: "plot-vpp-nfv-2n-skx-mrr"
8886 #  filter: "'NIC_Intel-XXV710' and
8887 #           'NF_DENSITY' and
8888 #           'DOCKER' and
8889 #           'PIPELINE' and
8890 #           'NF_VPPIP4' and
8891 #           'IMIX' and
8892 #           '4T2C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Pipeline"
8900 #  y-axis: "Y = Number of Service Pipelines"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file-type: ".html"
8910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8911 #  data: "plot-vpp-nfv-2n-skx-mrr"
8912 #  filter: "'NIC_Intel-XXV710' and
8913 #           'NF_DENSITY' and
8914 #           'DOCKER' and
8915 #           'PIPELINE' and
8916 #           'NF_VPPIP4' and
8917 #           'IMIX' and
8918 #           '8T4C' and
8919 #           'MRR'"
8920 #  parameters:
8921 #  - "result"
8922 #  - "name"
8923 #  - "tags"
8924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8925 #  x-axis: "X = CNFs per Service Pipeline"
8926 #  y-axis: "Y = Number of Service Pipelines"
8927 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8928 #  layout:
8929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8930 #    layout: "plot-service-density"
8931 #
8932 ## Plots - NF Density - CSP - NDR 64b
8933 #- type: "plot"
8934 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8935 #  algorithm: "plot_nf_heatmap"
8936 #  output-file-type: ".html"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8938 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8939 #  filter: "'NIC_Intel-XXV710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'PIPELINE' and
8943 #           'NF_VPPIP4' and
8944 #           '64B' and
8945 #           '2T1C' and
8946 #           'NDRPDR'"
8947 #  parameters:
8948 #  - "throughput"
8949 #  - "name"
8950 #  - "tags"
8951 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8952 #  x-axis: "X = CNFs per Service Pipeline"
8953 #  y-axis: "Y = Number of Service Pipelines"
8954 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8955 #  layout:
8956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8957 #    layout: "plot-service-density"
8958 #
8959 #- type: "plot"
8960 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8961 #  algorithm: "plot_nf_heatmap"
8962 #  output-file-type: ".html"
8963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
8964 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8965 #  filter: "'NIC_Intel-XXV710' and
8966 #           'NF_DENSITY' and
8967 #           'DOCKER' and
8968 #           'PIPELINE' and
8969 #           'NF_VPPIP4' and
8970 #           '64B' and
8971 #           '4T2C' and
8972 #           'NDRPDR'"
8973 #  parameters:
8974 #  - "throughput"
8975 #  - "name"
8976 #  - "tags"
8977 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8978 #  x-axis: "X = CNFs per Service Pipeline"
8979 #  y-axis: "Y = Number of Service Pipelines"
8980 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8981 #  layout:
8982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8983 #    layout: "plot-service-density"
8984 #
8985 #- type: "plot"
8986 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8987 #  algorithm: "plot_nf_heatmap"
8988 #  output-file-type: ".html"
8989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
8990 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8991 #  filter: "'NIC_Intel-XXV710' and
8992 #           'NF_DENSITY' and
8993 #           'DOCKER' and
8994 #           'PIPELINE' and
8995 #           'NF_VPPIP4' and
8996 #           '64B' and
8997 #           '8T4C' and
8998 #           'NDRPDR'"
8999 #  parameters:
9000 #  - "throughput"
9001 #  - "name"
9002 #  - "tags"
9003 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9004 #  x-axis: "X = CNFs per Service Pipeline"
9005 #  y-axis: "Y = Number of Service Pipelines"
9006 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9007 #  layout:
9008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9009 #    layout: "plot-service-density"
9010 #
9011 ## Plots - NF Density - CSP - NDR IMIX
9012 #- type: "plot"
9013 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9014 #  algorithm: "plot_nf_heatmap"
9015 #  output-file-type: ".html"
9016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9017 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9018 #  filter: "'NIC_Intel-XXV710' and
9019 #           'NF_DENSITY' and
9020 #           'DOCKER' and
9021 #           'PIPELINE' and
9022 #           'NF_VPPIP4' and
9023 #           'IMIX' and
9024 #           '2T1C' and
9025 #           'NDRPDR'"
9026 #  parameters:
9027 #  - "throughput"
9028 #  - "name"
9029 #  - "tags"
9030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9031 #  x-axis: "X = CNFs per Service Pipeline"
9032 #  y-axis: "Y = Number of Service Pipelines"
9033 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9034 #  layout:
9035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9036 #    layout: "plot-service-density"
9037 #
9038 #- type: "plot"
9039 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9040 #  algorithm: "plot_nf_heatmap"
9041 #  output-file-type: ".html"
9042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9043 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9044 #  filter: "'NIC_Intel-XXV710' and
9045 #           'NF_DENSITY' and
9046 #           'DOCKER' and
9047 #           'PIPELINE' and
9048 #           'NF_VPPIP4' and
9049 #           'IMIX' and
9050 #           '4T2C' and
9051 #           'NDRPDR'"
9052 #  parameters:
9053 #  - "throughput"
9054 #  - "name"
9055 #  - "tags"
9056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9057 #  x-axis: "X = CNFs per Service Pipeline"
9058 #  y-axis: "Y = Number of Service Pipelines"
9059 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9060 #  layout:
9061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9062 #    layout: "plot-service-density"
9063 #
9064 #- type: "plot"
9065 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9066 #  algorithm: "plot_nf_heatmap"
9067 #  output-file-type: ".html"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9069 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9070 #  filter: "'NIC_Intel-XXV710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'PIPELINE' and
9074 #           'NF_VPPIP4' and
9075 #           'IMIX' and
9076 #           '8T4C' and
9077 #           'NDRPDR'"
9078 #  parameters:
9079 #  - "throughput"
9080 #  - "name"
9081 #  - "tags"
9082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9083 #  x-axis: "X = CNFs per Service Pipeline"
9084 #  y-axis: "Y = Number of Service Pipelines"
9085 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9086 #  layout:
9087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9088 #    layout: "plot-service-density"
9089 #
9090 ## Plots - NF Density - CSP - PDR 64b
9091 #- type: "plot"
9092 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9093 #  algorithm: "plot_nf_heatmap"
9094 #  output-file-type: ".html"
9095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9097 #  filter: "'NIC_Intel-XXV710' and
9098 #           'NF_DENSITY' and
9099 #           'DOCKER' and
9100 #           'PIPELINE' and
9101 #           'NF_VPPIP4' and
9102 #           '64B' and
9103 #           '2T1C' and
9104 #           'NDRPDR'"
9105 #  parameters:
9106 #  - "throughput"
9107 #  - "name"
9108 #  - "tags"
9109 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9110 #  x-axis: "X = CNFs per Service Pipeline"
9111 #  y-axis: "Y = Number of Service Pipelines"
9112 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9113 #  layout:
9114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9115 #    layout: "plot-service-density"
9116 #
9117 #- type: "plot"
9118 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9119 #  algorithm: "plot_nf_heatmap"
9120 #  output-file-type: ".html"
9121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9123 #  filter: "'NIC_Intel-XXV710' and
9124 #           'NF_DENSITY' and
9125 #           'DOCKER' and
9126 #           'PIPELINE' and
9127 #           'NF_VPPIP4' and
9128 #           '64B' and
9129 #           '4T2C' and
9130 #           'NDRPDR'"
9131 #  parameters:
9132 #  - "throughput"
9133 #  - "name"
9134 #  - "tags"
9135 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9136 #  x-axis: "X = CNFs per Service Pipeline"
9137 #  y-axis: "Y = Number of Service Pipelines"
9138 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9139 #  layout:
9140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9141 #    layout: "plot-service-density"
9142 #
9143 #- type: "plot"
9144 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9145 #  algorithm: "plot_nf_heatmap"
9146 #  output-file-type: ".html"
9147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9148 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9149 #  filter: "'NIC_Intel-XXV710' and
9150 #           'NF_DENSITY' and
9151 #           'DOCKER' and
9152 #           'PIPELINE' and
9153 #           'NF_VPPIP4' and
9154 #           '64B' and
9155 #           '8T4C' and
9156 #           'NDRPDR'"
9157 #  parameters:
9158 #  - "throughput"
9159 #  - "name"
9160 #  - "tags"
9161 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9162 #  x-axis: "X = CNFs per Service Pipeline"
9163 #  y-axis: "Y = Number of Service Pipelines"
9164 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9165 #  layout:
9166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9167 #    layout: "plot-service-density"
9168 #
9169 ## Plots - NF Density - CSP - PDR IMIX
9170 #- type: "plot"
9171 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9172 #  algorithm: "plot_nf_heatmap"
9173 #  output-file-type: ".html"
9174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9176 #  filter: "'NIC_Intel-XXV710' and
9177 #           'NF_DENSITY' and
9178 #           'DOCKER' and
9179 #           'PIPELINE' and
9180 #           'NF_VPPIP4' and
9181 #           'IMIX' and
9182 #           '2T1C' and
9183 #           'NDRPDR'"
9184 #  parameters:
9185 #  - "throughput"
9186 #  - "name"
9187 #  - "tags"
9188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9189 #  x-axis: "X = CNFs per Service Pipeline"
9190 #  y-axis: "Y = Number of Service Pipelines"
9191 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9192 #  layout:
9193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9194 #    layout: "plot-service-density"
9195 #
9196 #- type: "plot"
9197 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9198 #  algorithm: "plot_nf_heatmap"
9199 #  output-file-type: ".html"
9200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9202 #  filter: "'NIC_Intel-XXV710' and
9203 #           'NF_DENSITY' and
9204 #           'DOCKER' and
9205 #           'PIPELINE' and
9206 #           'NF_VPPIP4' and
9207 #           'IMIX' and
9208 #           '4T2C' and
9209 #           'NDRPDR'"
9210 #  parameters:
9211 #  - "throughput"
9212 #  - "name"
9213 #  - "tags"
9214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9215 #  x-axis: "X = CNFs per Service Pipeline"
9216 #  y-axis: "Y = Number of Service Pipelines"
9217 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9218 #  layout:
9219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9220 #    layout: "plot-service-density"
9221 #
9222 #- type: "plot"
9223 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9224 #  algorithm: "plot_nf_heatmap"
9225 #  output-file-type: ".html"
9226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9228 #  filter: "'NIC_Intel-XXV710' and
9229 #           'NF_DENSITY' and
9230 #           'DOCKER' and
9231 #           'PIPELINE' and
9232 #           'NF_VPPIP4' and
9233 #           'IMIX' and
9234 #           '8T4C' and
9235 #           'NDRPDR'"
9236 #  parameters:
9237 #  - "throughput"
9238 #  - "name"
9239 #  - "tags"
9240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9241 #  x-axis: "X = CNFs per Service Pipeline"
9242 #  y-axis: "Y = Number of Service Pipelines"
9243 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9244 #  layout:
9245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9246 #    layout: "plot-service-density"
9247
9248 ###############################################################################
9249 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9250
9251 #- type: "plot"
9252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9253 #  algorithm: "plot_nf_heatmap"
9254 #  output-file-type: ".html"
9255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9256 #  data: "plot-vpp-nfv-2n-clx-mrr"
9257 #  filter: "'NIC_Intel-XXV710' and
9258 #           'NF_DENSITY' and
9259 #           'VHOST' and
9260 #           not 'VXLAN' and
9261 #           'CHAIN' and
9262 #           'NF_VPPIP4' and
9263 #           'IMIX' and
9264 #           '2T1C' and
9265 #           'MRR'"
9266 #  parameters:
9267 #  - "result"
9268 #  - "name"
9269 #  - "tags"
9270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9271 #  x-axis: "X = VNFs per Service Chain"
9272 #  y-axis: "Y = Number of Service Chains"
9273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9274 #  layout:
9275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9276 #    layout: "plot-service-density"
9277 #
9278 #- type: "plot"
9279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9280 #  algorithm: "plot_nf_heatmap"
9281 #  output-file-type: ".html"
9282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9283 #  data: "plot-vpp-nfv-2n-clx-mrr"
9284 #  filter: "'NIC_Intel-XXV710' and
9285 #           'NF_DENSITY' and
9286 #           'VHOST' and
9287 #           not 'VXLAN' and
9288 #           'CHAIN' and
9289 #           'NF_VPPIP4' and
9290 #           'IMIX' and
9291 #           '4T2C' and
9292 #           'MRR'"
9293 #  parameters:
9294 #  - "result"
9295 #  - "name"
9296 #  - "tags"
9297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9298 #  x-axis: "X = VNFs per Service Chain"
9299 #  y-axis: "Y = Number of Service Chains"
9300 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9301 #  layout:
9302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9303 #    layout: "plot-service-density"
9304 #
9305 #- type: "plot"
9306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9307 #  algorithm: "plot_nf_heatmap"
9308 #  output-file-type: ".html"
9309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9310 #  data: "plot-vpp-nfv-2n-clx-mrr"
9311 #  filter: "'NIC_Intel-XXV710' and
9312 #           'NF_DENSITY' and
9313 #           'VHOST' and
9314 #           not 'VXLAN' and
9315 #           'CHAIN' and
9316 #           'NF_VPPIP4' and
9317 #           'IMIX' and
9318 #           '8T4C' and
9319 #           'MRR'"
9320 #  parameters:
9321 #  - "result"
9322 #  - "name"
9323 #  - "tags"
9324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9325 #  x-axis: "X = VNFs per Service Chain"
9326 #  y-axis: "Y = Number of Service Chains"
9327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9328 #  layout:
9329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9330 #    layout: "plot-service-density"
9331
9332 # Plots - NF Density - VSC - NDR IMIX
9333 - type: "plot"
9334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9335   algorithm: "plot_nf_heatmap"
9336   output-file-type: ".html"
9337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9339   filter: "'NIC_Intel-XXV710' and
9340            'NF_DENSITY' and
9341            'VHOST' and
9342            not 'VXLAN' and
9343            'CHAIN' and
9344            'NF_VPPIP4' and
9345            'IMIX' and
9346            '2T1C' and
9347            'NDRPDR'"
9348   parameters:
9349   - "throughput"
9350   - "name"
9351   - "tags"
9352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9353   x-axis: "X = VNFs per Service Chain"
9354   y-axis: "Y = Number of Service Chains"
9355   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9356   layout:
9357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9358     layout: "plot-service-density"
9359
9360 - type: "plot"
9361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9362   algorithm: "plot_nf_heatmap"
9363   output-file-type: ".html"
9364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9366   filter: "'NIC_Intel-XXV710' and
9367            'NF_DENSITY' and
9368            'VHOST' and
9369            not 'VXLAN' and
9370            'CHAIN' and
9371            'NF_VPPIP4' and
9372            'IMIX' and
9373            '4T2C' and
9374            'NDRPDR'"
9375   parameters:
9376   - "throughput"
9377   - "name"
9378   - "tags"
9379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9380   x-axis: "X = VNFs per Service Chain"
9381   y-axis: "Y = Number of Service Chains"
9382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9383   layout:
9384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9385     layout: "plot-service-density"
9386
9387 - type: "plot"
9388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9389   algorithm: "plot_nf_heatmap"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9392   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9393   filter: "'NIC_Intel-XXV710' and
9394            'NF_DENSITY' and
9395            'VHOST' and
9396            not 'VXLAN' and
9397            'CHAIN' and
9398            'NF_VPPIP4' and
9399            'IMIX' and
9400            '8T4C' and
9401            'NDRPDR'"
9402   parameters:
9403   - "throughput"
9404   - "name"
9405   - "tags"
9406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9407   x-axis: "X = VNFs per Service Chain"
9408   y-axis: "Y = Number of Service Chains"
9409   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9410   layout:
9411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9412     layout: "plot-service-density"
9413
9414 # Plots - NF Density - VSC - PDR IMIX
9415 - type: "plot"
9416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9417   algorithm: "plot_nf_heatmap"
9418   output-file-type: ".html"
9419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9420   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9421   filter: "'NIC_Intel-XXV710' and
9422            'NF_DENSITY' and
9423            'VHOST' and
9424            not 'VXLAN' and
9425            'CHAIN' and
9426            'NF_VPPIP4' and
9427            'IMIX' and
9428            '2T1C' and
9429            'NDRPDR'"
9430   parameters:
9431   - "throughput"
9432   - "name"
9433   - "tags"
9434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9435   x-axis: "X = VNFs per Service Chain"
9436   y-axis: "Y = Number of Service Chains"
9437   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9438   layout:
9439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9440     layout: "plot-service-density"
9441
9442 - type: "plot"
9443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9444   algorithm: "plot_nf_heatmap"
9445   output-file-type: ".html"
9446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9447   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9448   filter: "'NIC_Intel-XXV710' and
9449            'NF_DENSITY' and
9450            'VHOST' and
9451            not 'VXLAN' and
9452            'CHAIN' and
9453            'NF_VPPIP4' and
9454            'IMIX' and
9455            '4T2C' and
9456            'NDRPDR'"
9457   parameters:
9458   - "throughput"
9459   - "name"
9460   - "tags"
9461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9462   x-axis: "X = VNFs per Service Chain"
9463   y-axis: "Y = Number of Service Chains"
9464   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9465   layout:
9466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9467     layout: "plot-service-density"
9468
9469 - type: "plot"
9470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9471   algorithm: "plot_nf_heatmap"
9472   output-file-type: ".html"
9473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9474   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9475   filter: "'NIC_Intel-XXV710' and
9476            'NF_DENSITY' and
9477            'VHOST' and
9478            not 'VXLAN' and
9479            'CHAIN' and
9480            'NF_VPPIP4' and
9481            'IMIX' and
9482            '8T4C' and
9483            'NDRPDR'"
9484   parameters:
9485   - "throughput"
9486   - "name"
9487   - "tags"
9488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9489   x-axis: "X = VNFs per Service Chain"
9490   y-axis: "Y = Number of Service Chains"
9491   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9492   layout:
9493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9494     layout: "plot-service-density"
9495
9496 ## Plots - NF Density - VSC - MRR IMIX
9497 #- type: "plot"
9498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9499 #  algorithm: "plot_nf_heatmap"
9500 #  output-file-type: ".html"
9501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9502 #  data: "plot-vpp-nfv-2n-clx-mrr"
9503 #  filter: "'NIC_Intel-XXV710' and
9504 #           'NF_DENSITY' and
9505 #           'VHOST' and
9506 #           'VXLAN' and
9507 #           'CHAIN' and
9508 #           'IMIX' and
9509 #           '2T1C' and
9510 #           'MRR'"
9511 #  parameters:
9512 #  - "result"
9513 #  - "name"
9514 #  - "tags"
9515 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9516 #  x-axis: "X = VNFs per Service Chain"
9517 #  y-axis: "Y = Number of Service Chains"
9518 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9519 #  layout:
9520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9521 #    layout: "plot-service-density"
9522 #
9523 #- type: "plot"
9524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9525 #  algorithm: "plot_nf_heatmap"
9526 #  output-file-type: ".html"
9527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9528 #  data: "plot-vpp-nfv-2n-clx-mrr"
9529 #  filter: "'NIC_Intel-XXV710' and
9530 #           'NF_DENSITY' and
9531 #           'VHOST' and
9532 #           'VXLAN' and
9533 #           'CHAIN' and
9534 #           'IMIX' and
9535 #           '4T2C' and
9536 #           'MRR'"
9537 #  parameters:
9538 #  - "result"
9539 #  - "name"
9540 #  - "tags"
9541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9542 #  x-axis: "X = VNFs per Service Chain"
9543 #  y-axis: "Y = Number of Service Chains"
9544 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9545 #  layout:
9546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9547 #    layout: "plot-service-density"
9548 #
9549 #- type: "plot"
9550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9551 #  algorithm: "plot_nf_heatmap"
9552 #  output-file-type: ".html"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9554 #  data: "plot-vpp-nfv-2n-clx-mrr"
9555 #  filter: "'NIC_Intel-XXV710' and
9556 #           'NF_DENSITY' and
9557 #           'VHOST' and
9558 #           'VXLAN' and
9559 #           'CHAIN' and
9560 #           'IMIX' and
9561 #           '8T4C' and
9562 #           'MRR'"
9563 #  parameters:
9564 #  - "result"
9565 #  - "name"
9566 #  - "tags"
9567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9568 #  x-axis: "X = VNFs per Service Chain"
9569 #  y-axis: "Y = Number of Service Chains"
9570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9571 #  layout:
9572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9573 #    layout: "plot-service-density"
9574
9575 # Plots - NF Density - VSC - NDR IMIX
9576 - type: "plot"
9577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9578   algorithm: "plot_nf_heatmap"
9579   output-file-type: ".html"
9580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9581   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9582   filter: "'NIC_Intel-XXV710' and
9583            'NF_DENSITY' and
9584            'VHOST' and
9585            'VXLAN' and
9586            'CHAIN' a
9587            'IMIX' and
9588            '2T1C' and
9589            'NDRPDR'"
9590   parameters:
9591   - "throughput"
9592   - "name"
9593   - "tags"
9594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9595   x-axis: "X = VNFs per Service Chain"
9596   y-axis: "Y = Number of Service Chains"
9597   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9598   layout:
9599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9600     layout: "plot-service-density"
9601
9602 - type: "plot"
9603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9604   algorithm: "plot_nf_heatmap"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9607   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9608   filter: "'NIC_Intel-XXV710' and
9609            'NF_DENSITY' and
9610            'VHOST' and
9611            'VXLAN' and
9612            'CHAIN' and
9613            'IMIX' and
9614            '4T2C' and
9615            'NDRPDR'"
9616   parameters:
9617   - "throughput"
9618   - "name"
9619   - "tags"
9620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9621   x-axis: "X = VNFs per Service Chain"
9622   y-axis: "Y = Number of Service Chains"
9623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9624   layout:
9625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9626     layout: "plot-service-density"
9627
9628 - type: "plot"
9629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9630   algorithm: "plot_nf_heatmap"
9631   output-file-type: ".html"
9632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9633   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9634   filter: "'NIC_Intel-XXV710' and
9635            'NF_DENSITY' and
9636            'VHOST' and
9637            'VXLAN' and
9638            'CHAIN' and
9639            'IMIX' and
9640            '8T4C' and
9641            'NDRPDR'"
9642   parameters:
9643   - "throughput"
9644   - "name"
9645   - "tags"
9646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9647   x-axis: "X = VNFs per Service Chain"
9648   y-axis: "Y = Number of Service Chains"
9649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9650   layout:
9651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9652     layout: "plot-service-density"
9653
9654 # Plots - NF Density - VSC - PDR IMIX
9655 - type: "plot"
9656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9657   algorithm: "plot_nf_heatmap"
9658   output-file-type: ".html"
9659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9660   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9661   filter: "'NIC_Intel-XXV710' and
9662            'NF_DENSITY' and
9663            'VHOST' and
9664            'VXLAN' and
9665            'CHAIN' and
9666            'IMIX' and
9667            '2T1C' and
9668            'NDRPDR'"
9669   parameters:
9670   - "throughput"
9671   - "name"
9672   - "tags"
9673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9674   x-axis: "X = VNFs per Service Chain"
9675   y-axis: "Y = Number of Service Chains"
9676   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9677   layout:
9678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9679     layout: "plot-service-density"
9680
9681 - type: "plot"
9682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9683   algorithm: "plot_nf_heatmap"
9684   output-file-type: ".html"
9685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9686   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9687   filter: "'NIC_Intel-XXV710' and
9688            'NF_DENSITY' and
9689            'VHOST' and
9690            'VXLAN' and
9691            'CHAIN' and
9692            'IMIX' and
9693            '4T2C' and
9694            'NDRPDR'"
9695   parameters:
9696   - "throughput"
9697   - "name"
9698   - "tags"
9699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9700   x-axis: "X = VNFs per Service Chain"
9701   y-axis: "Y = Number of Service Chains"
9702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9703   layout:
9704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9705     layout: "plot-service-density"
9706
9707 - type: "plot"
9708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9709   algorithm: "plot_nf_heatmap"
9710   output-file-type: ".html"
9711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9713   filter: "'NIC_Intel-XXV710' and
9714            'NF_DENSITY' and
9715            'VHOST' and
9716            'VXLAN' and
9717            'CHAIN' and
9718            'IMIX' and
9719            '8T4C' and
9720            'NDRPDR'"
9721   parameters:
9722   - "throughput"
9723   - "name"
9724   - "tags"
9725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9726   x-axis: "X = VNFs per Service Chain"
9727   y-axis: "Y = Number of Service Chains"
9728   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9729   layout:
9730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9731     layout: "plot-service-density"
9732
9733 ## Plots - NF Density - CSC - MRR IMIX
9734 #- type: "plot"
9735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9736 #  algorithm: "plot_nf_heatmap"
9737 #  output-file-type: ".html"
9738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9739 #  data: "plot-vpp-nfv-2n-clx-mrr"
9740 #  filter: "'NIC_Intel-XXV710' and
9741 #           'NF_DENSITY' and
9742 #           'DOCKER' and
9743 #           'CHAIN' and
9744 #           'NF_VPPIP4' and
9745 #           'IMIX' and
9746 #           '2T1C' and
9747 #           'MRR'"
9748 #  parameters:
9749 #  - "result"
9750 #  - "name"
9751 #  - "tags"
9752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9753 #  x-axis: "X = CNFs per Service Chain"
9754 #  y-axis: "Y = Number of Service Chains"
9755 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9756 #  layout:
9757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9758 #    layout: "plot-service-density"
9759 #
9760 #- type: "plot"
9761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9762 #  algorithm: "plot_nf_heatmap"
9763 #  output-file-type: ".html"
9764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9765 #  data: "plot-vpp-nfv-2n-clx-mrr"
9766 #  filter: "'NIC_Intel-XXV710' and
9767 #           'NF_DENSITY' and
9768 #           'DOCKER' and
9769 #           'CHAIN' and
9770 #           'NF_VPPIP4' and
9771 #           'IMIX' and
9772 #           '4T2C' and
9773 #           'MRR'"
9774 #  parameters:
9775 #  - "result"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Chain"
9780 #  y-axis: "Y = Number of Service Chains"
9781 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9784 #    layout: "plot-service-density"
9785 #
9786 #- type: "plot"
9787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9788 #  algorithm: "plot_nf_heatmap"
9789 #  output-file-type: ".html"
9790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9791 #  data: "plot-vpp-nfv-2n-clx-mrr"
9792 #  filter: "'NIC_Intel-XXV710' and
9793 #           'NF_DENSITY' and
9794 #           'DOCKER' and
9795 #           'CHAIN' and
9796 #           'NF_VPPIP4' and
9797 #           'IMIX' and
9798 #           '8T4C' and
9799 #           'MRR'"
9800 #  parameters:
9801 #  - "result"
9802 #  - "name"
9803 #  - "tags"
9804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9805 #  x-axis: "X = CNFs per Service Chain"
9806 #  y-axis: "Y = Number of Service Chains"
9807 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9808 #  layout:
9809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9810 #    layout: "plot-service-density"
9811
9812 # Plots - NF Density - CSC - NDR IMIX
9813 - type: "plot"
9814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9815   algorithm: "plot_nf_heatmap"
9816   output-file-type: ".html"
9817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9818   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9819   filter: "'NIC_Intel-XXV710' and
9820            'NF_DENSITY' and
9821            'DOCKER' and
9822            'CHAIN' and
9823            'NF_VPPIP4' and
9824            'IMIX' and
9825            '2T1C' and
9826            'NDRPDR'"
9827   parameters:
9828   - "throughput"
9829   - "name"
9830   - "tags"
9831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9832   x-axis: "X = CNFs per Service Chain"
9833   y-axis: "Y = Number of Service Chains"
9834   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9835   layout:
9836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9837     layout: "plot-service-density"
9838
9839 - type: "plot"
9840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9841   algorithm: "plot_nf_heatmap"
9842   output-file-type: ".html"
9843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9844   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9845   filter: "'NIC_Intel-XXV710' and
9846            'NF_DENSITY' and
9847            'DOCKER' and
9848            'CHAIN' and
9849            'NF_VPPIP4' and
9850            'IMIX' and
9851            '4T2C' and
9852            'NDRPDR'"
9853   parameters:
9854   - "throughput"
9855   - "name"
9856   - "tags"
9857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9858   x-axis: "X = CNFs per Service Chain"
9859   y-axis: "Y = Number of Service Chains"
9860   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9861   layout:
9862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9863     layout: "plot-service-density"
9864
9865 - type: "plot"
9866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9867   algorithm: "plot_nf_heatmap"
9868   output-file-type: ".html"
9869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9870   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9871   filter: "'NIC_Intel-XXV710' and
9872            'NF_DENSITY' and
9873            'DOCKER' and
9874            'CHAIN' and
9875            'NF_VPPIP4' and
9876            'IMIX' and
9877            '8T4C' and
9878            'NDRPDR'"
9879   parameters:
9880   - "throughput"
9881   - "name"
9882   - "tags"
9883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9884   x-axis: "X = CNFs per Service Chain"
9885   y-axis: "Y = Number of Service Chains"
9886   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9887   layout:
9888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9889     layout: "plot-service-density"
9890
9891 # Plots - NF Density - CSC - PDR IMIX
9892 - type: "plot"
9893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9894   algorithm: "plot_nf_heatmap"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9897   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9898   filter: "'NIC_Intel-XXV710' and
9899            'NF_DENSITY' and
9900            'DOCKER' and
9901            'CHAIN' and
9902            'NF_VPPIP4' and
9903            'IMIX' and
9904            '2T1C' and
9905            'NDRPDR'"
9906   parameters:
9907   - "throughput"
9908   - "name"
9909   - "tags"
9910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9911   x-axis: "X = CNFs per Service Chain"
9912   y-axis: "Y = Number of Service Chains"
9913   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9914   layout:
9915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9916     layout: "plot-service-density"
9917
9918 - type: "plot"
9919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9920   algorithm: "plot_nf_heatmap"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9923   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9924   filter: "'NIC_Intel-XXV710' and
9925            'NF_DENSITY' and
9926            'DOCKER' and
9927            'CHAIN' and
9928            'NF_VPPIP4' and
9929            'IMIX' and
9930            '4T2C' and
9931            'NDRPDR'"
9932   parameters:
9933   - "throughput"
9934   - "name"
9935   - "tags"
9936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9937   x-axis: "X = CNFs per Service Chain"
9938   y-axis: "Y = Number of Service Chains"
9939   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9940   layout:
9941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9942     layout: "plot-service-density"
9943
9944 - type: "plot"
9945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9946   algorithm: "plot_nf_heatmap"
9947   output-file-type: ".html"
9948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9949   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9950   filter: "'NIC_Intel-XXV710' and
9951            'NF_DENSITY' and
9952            'DOCKER' and
9953            'CHAIN' and
9954            'NF_VPPIP4' and
9955            'IMIX' and
9956            '8T4C' and
9957            'NDRPDR'"
9958   parameters:
9959   - "throughput"
9960   - "name"
9961   - "tags"
9962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9963   x-axis: "X = CNFs per Service Chain"
9964   y-axis: "Y = Number of Service Chains"
9965   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9966   layout:
9967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9968     layout: "plot-service-density"
9969
9970 ## Plots - NF Density - CSP - MRR IMIX
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file-type: ".html"
9975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
9976 #  data: "plot-vpp-nfv-2n-clx-mrr"
9977 #  filter: "'NIC_Intel-XXV710' and
9978 #           'NF_DENSITY' and
9979 #           'DOCKER' and
9980 #           'PIPELINE' and
9981 #           'NF_VPPIP4' and
9982 #           'IMIX' and
9983 #           '2T1C' and
9984 #           'MRR'"
9985 #  parameters:
9986 #  - "result"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Pipeline"
9991 #  y-axis: "Y = Number of Service Pipelines"
9992 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9995 #    layout: "plot-service-density"
9996 #
9997 #- type: "plot"
9998 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9999 #  algorithm: "plot_nf_heatmap"
10000 #  output-file-type: ".html"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10002 #  data: "plot-vpp-nfv-2n-clx-mrr"
10003 #  filter: "'NIC_Intel-XXV710' and
10004 #           'NF_DENSITY' and
10005 #           'DOCKER' and
10006 #           'PIPELINE' and
10007 #           'NF_VPPIP4' and
10008 #           'IMIX' and
10009 #           '4T2C' and
10010 #           'MRR'"
10011 #  parameters:
10012 #  - "result"
10013 #  - "name"
10014 #  - "tags"
10015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10016 #  x-axis: "X = CNFs per Service Pipeline"
10017 #  y-axis: "Y = Number of Service Pipelines"
10018 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10019 #  layout:
10020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10021 #    layout: "plot-service-density"
10022 #
10023 #- type: "plot"
10024 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10025 #  algorithm: "plot_nf_heatmap"
10026 #  output-file-type: ".html"
10027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10028 #  data: "plot-vpp-nfv-2n-clx-mrr"
10029 #  filter: "'NIC_Intel-XXV710' and
10030 #           'NF_DENSITY' and
10031 #           'DOCKER' and
10032 #           'PIPELINE' and
10033 #           'NF_VPPIP4' and
10034 #           'IMIX' and
10035 #           '8T4C' and
10036 #           'MRR'"
10037 #  parameters:
10038 #  - "result"
10039 #  - "name"
10040 #  - "tags"
10041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10042 #  x-axis: "X = CNFs per Service Pipeline"
10043 #  y-axis: "Y = Number of Service Pipelines"
10044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10045 #  layout:
10046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10047 #    layout: "plot-service-density"
10048
10049 # Plots - NF Density - CSP - NDR IMIX
10050 - type: "plot"
10051   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10052   algorithm: "plot_nf_heatmap"
10053   output-file-type: ".html"
10054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10055   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10056   filter: "'NIC_Intel-XXV710' and
10057            'NF_DENSITY' and
10058            'DOCKER' and
10059            'PIPELINE' and
10060            'NF_VPPIP4' and
10061            'IMIX' and
10062            '2T1C' and
10063            'NDRPDR'"
10064   parameters:
10065   - "throughput"
10066   - "name"
10067   - "tags"
10068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10069   x-axis: "X = CNFs per Service Pipeline"
10070   y-axis: "Y = Number of Service Pipelines"
10071   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10072   layout:
10073     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10074     layout: "plot-service-density"
10075
10076 - type: "plot"
10077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10078   algorithm: "plot_nf_heatmap"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10081   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10082   filter: "'NIC_Intel-XXV710' and
10083            'NF_DENSITY' and
10084            'DOCKER' and
10085            'PIPELINE' and
10086            'NF_VPPIP4' and
10087            'IMIX' and
10088            '4T2C' and
10089            'NDRPDR'"
10090   parameters:
10091   - "throughput"
10092   - "name"
10093   - "tags"
10094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10095   x-axis: "X = CNFs per Service Pipeline"
10096   y-axis: "Y = Number of Service Pipelines"
10097   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10098   layout:
10099     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10100     layout: "plot-service-density"
10101
10102 - type: "plot"
10103   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10104   algorithm: "plot_nf_heatmap"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10107   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10108   filter: "'NIC_Intel-XXV710' and
10109            'NF_DENSITY' and
10110            'DOCKER' and
10111            'PIPELINE' and
10112            'NF_VPPIP4' and
10113            'IMIX' and
10114            '8T4C' and
10115            'NDRPDR'"
10116   parameters:
10117   - "throughput"
10118   - "name"
10119   - "tags"
10120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10121   x-axis: "X = CNFs per Service Pipeline"
10122   y-axis: "Y = Number of Service Pipelines"
10123   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10124   layout:
10125     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10126     layout: "plot-service-density"
10127
10128 # Plots - NF Density - CSP - PDR IMIX
10129 - type: "plot"
10130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10131   algorithm: "plot_nf_heatmap"
10132   output-file-type: ".html"
10133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10134   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10135   filter: "'NIC_Intel-XXV710' and
10136            'NF_DENSITY' and
10137            'DOCKER' and
10138            'PIPELINE' and
10139            'NF_VPPIP4' and
10140            'IMIX' and
10141            '2T1C' and
10142            'NDRPDR'"
10143   parameters:
10144   - "throughput"
10145   - "name"
10146   - "tags"
10147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10148   x-axis: "X = CNFs per Service Pipeline"
10149   y-axis: "Y = Number of Service Pipelines"
10150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10151   layout:
10152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10153     layout: "plot-service-density"
10154
10155 - type: "plot"
10156   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10157   algorithm: "plot_nf_heatmap"
10158   output-file-type: ".html"
10159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10160   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10161   filter: "'NIC_Intel-XXV710' and
10162            'NF_DENSITY' and
10163            'DOCKER' and
10164            'PIPELINE' and
10165            'NF_VPPIP4' and
10166            'IMIX' and
10167            '4T2C' and
10168            'NDRPDR'"
10169   parameters:
10170   - "throughput"
10171   - "name"
10172   - "tags"
10173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10174   x-axis: "X = CNFs per Service Pipeline"
10175   y-axis: "Y = Number of Service Pipelines"
10176   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10177   layout:
10178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10179     layout: "plot-service-density"
10180
10181 - type: "plot"
10182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10183   algorithm: "plot_nf_heatmap"
10184   output-file-type: ".html"
10185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10186   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10187   filter: "'NIC_Intel-XXV710' and
10188            'NF_DENSITY' and
10189            'DOCKER' and
10190            'PIPELINE' and
10191            'NF_VPPIP4' and
10192            'IMIX' and
10193            '8T4C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = CNFs per Service Pipeline"
10201   y-axis: "Y = Number of Service Pipelines"
10202   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10205     layout: "plot-service-density"
10206
10207 ################################################################################
10208
10209 # Packet Throughput
10210
10211 #- type: "plot"
10212 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10213 #  algorithm: "plot_perf_box_name"
10214 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10215 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10216 #  include:
10217 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10218 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10219 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10220 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10221 #  layout:
10222 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10223 #    layout: "plot-throughput"
10224 #
10225 #- type: "plot"
10226 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10227 #  algorithm: "plot_perf_box_name"
10228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10230 #  include:
10231 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10232 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10233 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10234 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10235 #  layout:
10236 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10237 #    layout: "plot-throughput"
10238 #
10239 #- type: "plot"
10240 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10241 #  algorithm: "plot_perf_box_name"
10242 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10243 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10244 #  include:
10245 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10246 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10247 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10248 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10249 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10250 #  layout:
10251 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10252 #    layout: "plot-throughput"
10253 #
10254 #- type: "plot"
10255 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10256 #  algorithm: "plot_perf_box_name"
10257 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10258 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10259 #  include:
10260 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10261 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10262 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10263 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10264 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10265 #  layout:
10266 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10267 #    layout: "plot-throughput"
10268
10269 - type: "plot"
10270   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10271   algorithm: "plot_perf_box_name"
10272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10274   include:
10275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10280   layout:
10281     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10282     layout: "plot-throughput"
10283
10284 - type: "plot"
10285   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10286   algorithm: "plot_perf_box_name"
10287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10289   include:
10290     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10291     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10295   layout:
10296     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10297     layout: "plot-throughput"
10298
10299 #- type: "plot"
10300 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10301 #  algorithm: "plot_perf_box_name"
10302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10304 #  include:
10305 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10306 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10307 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10310 #  layout:
10311 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10312 #    layout: "plot-throughput"
10313 #
10314 #- type: "plot"
10315 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10316 #  algorithm: "plot_perf_box_name"
10317 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10318 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10319 #  include:
10320 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10321 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10322 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10323 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10324 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10325 #  layout:
10326 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10327 #    layout: "plot-throughput"
10328 #
10329 #- type: "plot"
10330 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10331 #  algorithm: "plot_perf_box_name"
10332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10334 #  include:
10335 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10336 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10337 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10338 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10339 #  layout:
10340 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10341 #    layout: "plot-throughput"
10342 #
10343 #- type: "plot"
10344 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10345 #  algorithm: "plot_perf_box_name"
10346 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10347 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10348 #  include:
10349 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10350 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10351 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10352 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10353 #  layout:
10354 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10355 #    layout: "plot-throughput"
10356 #
10357 #- type: "plot"
10358 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10359 #  algorithm: "plot_perf_box_name"
10360 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10361 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10362 #  include:
10363 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10364 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10365 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10366 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10368 #  layout:
10369 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10370 #    layout: "plot-throughput"
10371 #
10372 #- type: "plot"
10373 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10374 #  algorithm: "plot_perf_box_name"
10375 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10376 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10377 #  include:
10378 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10379 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10380 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10381 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10383 #  layout:
10384 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10385 #    layout: "plot-throughput"
10386 #
10387 #- type: "plot"
10388 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10389 #  algorithm: "plot_perf_box_name"
10390 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10391 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10392 #  include:
10393 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10394 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10395 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10398 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10399 #  layout:
10400 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10401 #    layout: "plot-throughput"
10402 #
10403 #- type: "plot"
10404 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10405 #  algorithm: "plot_perf_box_name"
10406 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10407 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10408 #  include:
10409 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10410 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10413 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10414 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10415 #  layout:
10416 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10417 #    layout: "plot-throughput"
10418
10419 - type: "plot"
10420   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10421   algorithm: "plot_perf_box_name"
10422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10424   include:
10425     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10426     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10427     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10428   layout:
10429     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10430     layout: "plot-throughput"
10431
10432 - type: "plot"
10433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10434   algorithm: "plot_perf_box_name"
10435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10437   include:
10438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10441   layout:
10442     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10443     layout: "plot-throughput"
10444
10445 #- type: "plot"
10446 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10447 #  algorithm: "plot_perf_box_name"
10448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10450 #  include:
10451 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10452 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10453 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10454 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10455 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10456 #  layout:
10457 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10458 #    layout: "plot-throughput"
10459 #
10460 #- type: "plot"
10461 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10462 #  algorithm: "plot_perf_box_name"
10463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10465 #  include:
10466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10467 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10468 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10469 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10470 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10471 #  layout:
10472 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10473 #    layout: "plot-throughput"
10474 #
10475 #- type: "plot"
10476 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10477 #  algorithm: "plot_perf_box_name"
10478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10480 #  include:
10481 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10482 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10483 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10484 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10485 #  layout:
10486 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10487 #    layout: "plot-throughput"
10488 #
10489 #- type: "plot"
10490 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10491 #  algorithm: "plot_perf_box_name"
10492 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10493 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10494 #  include:
10495 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10496 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10497 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10499 #  layout:
10500 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10501 #    layout: "plot-throughput"
10502 #
10503 #- type: "plot"
10504 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10505 #  algorithm: "plot_perf_box_name"
10506 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10507 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10508 #  include:
10509 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10510 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10511 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10512 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10514 #  layout:
10515 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10516 #    layout: "plot-throughput"
10517 #
10518 #- type: "plot"
10519 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10520 #  algorithm: "plot_perf_box_name"
10521 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10522 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10523 #  include:
10524 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10525 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10526 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10527 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10529 #  layout:
10530 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10531 #    layout: "plot-throughput"
10532 #
10533 #- type: "plot"
10534 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10535 #  algorithm: "plot_perf_box_name"
10536 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10537 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10538 #  include:
10539 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10540 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10541 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10545 #  layout:
10546 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10547 #    layout: "plot-throughput"
10548 #
10549 #- type: "plot"
10550 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10551 #  algorithm: "plot_perf_box_name"
10552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10554 #  include:
10555 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10556 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10561 #  layout:
10562 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10563 #    layout: "plot-throughput"
10564
10565 - type: "plot"
10566   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10567   algorithm: "plot_perf_box_name"
10568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10570   include:
10571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10576   layout:
10577     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10578     layout: "plot-throughput"
10579
10580 - type: "plot"
10581   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10582   algorithm: "plot_perf_box_name"
10583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10585   include:
10586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10591   layout:
10592     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10593     layout: "plot-throughput"
10594
10595 - type: "plot"
10596   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10597   algorithm: "plot_perf_box_name"
10598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10600   include:
10601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10607   layout:
10608     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10609     layout: "plot-throughput"
10610
10611 - type: "plot"
10612   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10613   algorithm: "plot_perf_box_name"
10614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10616   include:
10617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10623   layout:
10624     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10625     layout: "plot-throughput"
10626
10627 - type: "plot"
10628   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10629   algorithm: "plot_perf_box_name"
10630   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10631   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10632   include:
10633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10638   layout:
10639     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10640     layout: "plot-throughput"
10641
10642 - type: "plot"
10643   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10644   algorithm: "plot_perf_box_name"
10645   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10646   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10647   include:
10648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10653   layout:
10654     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10655     layout: "plot-throughput"
10656
10657 - type: "plot"
10658   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10659   algorithm: "plot_perf_box_name"
10660   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10661   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10662   include:
10663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10669   layout:
10670     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10671     layout: "plot-throughput"
10672
10673 - type: "plot"
10674   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10675   algorithm: "plot_perf_box_name"
10676   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10677   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10678   include:
10679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10685   layout:
10686     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10691   algorithm: "plot_perf_box_name"
10692   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10693   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10694   include:
10695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10700   layout:
10701     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10702     layout: "plot-throughput"
10703
10704 - type: "plot"
10705   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10706   algorithm: "plot_perf_box_name"
10707   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10708   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10709   include:
10710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10715   layout:
10716     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10717     layout: "plot-throughput"
10718
10719 - type: "plot"
10720   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10721   algorithm: "plot_perf_box_name"
10722   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10723   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10724   include:
10725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10731   layout:
10732     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10733     layout: "plot-throughput"
10734
10735 - type: "plot"
10736   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10737   algorithm: "plot_perf_box_name"
10738   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10739   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10740   include:
10741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10747   layout:
10748     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10749     layout: "plot-throughput"
10750
10751 - type: "plot"
10752   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10753   algorithm: "plot_perf_box_name"
10754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10756   include:
10757     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10759   layout:
10760     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10765   algorithm: "plot_perf_box_name"
10766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10768   include:
10769     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10770     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10771   layout:
10772     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10773     layout: "plot-throughput"
10774
10775 #- type: "plot"
10776 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10777 #  algorithm: "plot_perf_box_name"
10778 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10779 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10780 #  include:
10781 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10784 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10785 #  layout:
10786 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10787 #    layout: "plot-throughput"
10788 #
10789 #- type: "plot"
10790 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10791 #  algorithm: "plot_perf_box_name"
10792 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10793 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10794 #  include:
10795 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10799 #  layout:
10800 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10801 #    layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10808   include:
10809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10813   layout:
10814     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10822   include:
10823     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10827   layout:
10828     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10829     layout: "plot-throughput"
10830
10831 - type: "plot"
10832   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10833   algorithm: "plot_perf_box_name"
10834   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10835   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10836   include:
10837     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10841   layout:
10842     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10843     layout: "plot-throughput"
10844
10845 - type: "plot"
10846   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10847   algorithm: "plot_perf_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10850   include:
10851     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10855   layout:
10856     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10857     layout: "plot-throughput"
10858
10859 #- type: "plot"
10860 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10861 #  algorithm: "plot_perf_box_name"
10862 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10863 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10864 #  include:
10865 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10866 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10867 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10868 #  layout:
10869 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10870 #    layout: "plot-throughput"
10871 #
10872 #- type: "plot"
10873 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10874 #  algorithm: "plot_perf_box_name"
10875 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10876 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10877 #  include:
10878 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10879 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10880 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10881 #  layout:
10882 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10883 #    layout: "plot-throughput"
10884 #
10885 #- type: "plot"
10886 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10887 #  algorithm: "plot_perf_box_name"
10888 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10889 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10890 #  include:
10891 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10892 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10893 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10894 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10895 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10896 #  layout:
10897 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10898 #    layout: "plot-throughput"
10899 #
10900 #- type: "plot"
10901 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10902 #  algorithm: "plot_perf_box_name"
10903 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10904 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10905 #  include:
10906 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10907 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10908 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10909 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10910 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10911 #  layout:
10912 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10913 #    layout: "plot-throughput"
10914
10915 - type: "plot"
10916   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10917   algorithm: "plot_perf_box_name"
10918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10920   include:
10921     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10924   layout:
10925     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10933   include:
10934     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10937   layout:
10938     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10939     layout: "plot-throughput"
10940
10941 #- type: "plot"
10942 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10943 #  algorithm: "plot_perf_box_name"
10944 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10945 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10946 #  include:
10947 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10948 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10949 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10950 #  layout:
10951 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10952 #    layout: "plot-throughput"
10953 #
10954 #- type: "plot"
10955 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10956 #  algorithm: "plot_perf_box_name"
10957 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10958 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10959 #  include:
10960 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10961 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10962 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10963 #  layout:
10964 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10965 #    layout: "plot-throughput"
10966 #
10967 #- type: "plot"
10968 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10969 #  algorithm: "plot_perf_box_name"
10970 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10971 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10972 #  include:
10973 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10974 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10975 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10976 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10977 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10978 #  layout:
10979 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10980 #    layout: "plot-throughput"
10981 #
10982 #- type: "plot"
10983 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10984 #  algorithm: "plot_perf_box_name"
10985 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10986 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10987 #  include:
10988 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10989 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10990 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10991 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10992 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10993 #  layout:
10994 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10995 #    layout: "plot-throughput"
10996
10997 - type: "plot"
10998   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10999   algorithm: "plot_perf_box_name"
11000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11002   include:
11003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11008   layout:
11009     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11010     layout: "plot-throughput"
11011
11012 - type: "plot"
11013   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11014   algorithm: "plot_perf_box_name"
11015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11017   include:
11018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11023   layout:
11024     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11031   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11032   include:
11033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11038   layout:
11039     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11047   include:
11048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11053   layout:
11054     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11062   include:
11063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11068   layout:
11069     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11077   include:
11078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11083   layout:
11084     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11085     layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11092   include:
11093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11099   layout:
11100     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11108   include:
11109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11115   layout:
11116     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11121   algorithm: "plot_perf_box_name"
11122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11124   include:
11125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11129   layout:
11130     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11138   include:
11139     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11143   layout:
11144     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11145     layout: "plot-throughput"
11146
11147 #- type: "plot"
11148 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11149 #  algorithm: "plot_perf_box_name"
11150 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11151 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11152 #  include:
11153 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11154 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11155 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11157 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11158 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11159 #  layout:
11160 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11161 #    layout: "plot-throughput"
11162 #
11163 #- type: "plot"
11164 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11165 #  algorithm: "plot_perf_box_name"
11166 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11167 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11168 #  include:
11169 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11170 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11171 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11172 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11173 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11174 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11175 #  layout:
11176 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11177 #    layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11184   include:
11185     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11186 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11188 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11190 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11191   layout:
11192     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11200   include:
11201     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11203     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11204 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11207   layout:
11208     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11216   include:
11217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11223   layout:
11224     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11232   include:
11233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11239   layout:
11240     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11241     layout: "plot-throughput"
11242
11243 #- type: "plot"
11244 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11245 #  algorithm: "plot_perf_box_name"
11246 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11247 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11248 #  include:
11249 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11250 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11251 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11252 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11253 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11254 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11255 #  layout:
11256 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11257 #    layout: "plot-throughput"
11258 #
11259 #- type: "plot"
11260 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11261 #  algorithm: "plot_perf_box_name"
11262 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11263 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11264 #  include:
11265 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11266 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11267 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11268 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11269 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11270 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11271 #  layout:
11272 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11273 #    layout: "plot-throughput"
11274 #
11275 #- type: "plot"
11276 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11277 #  algorithm: "plot_perf_box_name"
11278 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11279 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11280 #  include:
11281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11282 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11283 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11284 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11285 #  layout:
11286 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11287 #    layout: "plot-throughput"
11288 #
11289 #- type: "plot"
11290 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11291 #  algorithm: "plot_perf_box_name"
11292 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11293 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11294 #  include:
11295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11297 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11298 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11299 #  layout:
11300 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11301 #    layout: "plot-throughput"
11302 #
11303 #- type: "plot"
11304 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11305 #  algorithm: "plot_perf_box_name"
11306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11308 #  include:
11309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11311 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11312 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11314 #  layout:
11315 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11316 #    layout: "plot-throughput"
11317 #
11318 #- type: "plot"
11319 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11320 #  algorithm: "plot_perf_box_name"
11321 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11322 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11323 #  include:
11324 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11325 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11326 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11327 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11328 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11329 #  layout:
11330 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11331 #    layout: "plot-throughput"
11332 #
11333 #- type: "plot"
11334 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11335 #  algorithm: "plot_perf_box_name"
11336 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11337 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11338 #  include:
11339 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11340 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11341 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11342 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11343 #  layout:
11344 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11345 #    layout: "plot-throughput"
11346 #
11347 #- type: "plot"
11348 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11349 #  algorithm: "plot_perf_box_name"
11350 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11351 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11352 #  include:
11353 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11354 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11355 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11356 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11357 #  layout:
11358 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11359 #    layout: "plot-throughput"
11360
11361 - type: "plot"
11362   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11363   algorithm: "plot_perf_box_name"
11364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11366   include:
11367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11371     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11372     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11373   layout:
11374     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11382   include:
11383     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11384     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11385     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11386     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11387     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11388     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11389   layout:
11390     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11391     layout: "plot-throughput"
11392
11393 #- type: "plot"
11394 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11395 #  algorithm: "plot_perf_box_name"
11396 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11397 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11398 #  include:
11399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11401 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11402 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11403 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11404 #  layout:
11405 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11406 #    layout: "plot-throughput"
11407 #
11408 #- type: "plot"
11409 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11410 #  algorithm: "plot_perf_box_name"
11411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413 #  include:
11414 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11415 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11416 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11417 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11418 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11419 #  layout:
11420 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11421 #    layout: "plot-throughput"
11422 #
11423 #- type: "plot"
11424 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11425 #  algorithm: "plot_perf_box_name"
11426 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11427 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11428 #  include:
11429 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11430 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11431 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11432 #  layout:
11433 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11434 #    layout: "plot-throughput"
11435 #
11436 #- type: "plot"
11437 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11438 #  algorithm: "plot_perf_box_name"
11439 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11440 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11441 #  include:
11442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11444 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11445 #  layout:
11446 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11447 #    layout: "plot-throughput"
11448 #
11449 #- type: "plot"
11450 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11451 #  algorithm: "plot_perf_box_name"
11452 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11453 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454 #  include:
11455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11459 #  layout:
11460 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11461 #    layout: "plot-throughput"
11462 #
11463 #- type: "plot"
11464 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11465 #  algorithm: "plot_perf_box_name"
11466 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11467 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11468 #  include:
11469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11473 #  layout:
11474 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11475 #    layout: "plot-throughput"
11476 #
11477 #- type: "plot"
11478 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11479 #  algorithm: "plot_perf_box_name"
11480 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11481 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482 #  include:
11483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11487 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11489 #  layout:
11490 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11491 #    layout: "plot-throughput"
11492 #
11493 #- type: "plot"
11494 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11495 #  algorithm: "plot_perf_box_name"
11496 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11497 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11498 #  include:
11499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11505 #  layout:
11506 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11507 #    layout: "plot-throughput"
11508 #
11509 #- type: "plot"
11510 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11511 #  algorithm: "plot_perf_box_name"
11512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11514 #  include:
11515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11519 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11520 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11521 #  layout:
11522 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11523 #    layout: "plot-throughput"
11524 #
11525 #- type: "plot"
11526 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11527 #  algorithm: "plot_perf_box_name"
11528 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11529 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11530 #  include:
11531 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11533 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11536 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11537 #  layout:
11538 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11539 #    layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11546   include:
11547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11551   layout:
11552     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11560   include:
11561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11565   layout:
11566     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11574   include:
11575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11581   layout:
11582     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11590   include:
11591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11597   layout:
11598     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11606   include:
11607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11613   layout:
11614     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11622   include:
11623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11629   layout:
11630     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11638   include:
11639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11643   layout:
11644     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11651   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11652   include:
11653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11657   layout:
11658     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11666   include:
11667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11673   layout:
11674     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11682   include:
11683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11689   layout:
11690     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11698   include:
11699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11703   layout:
11704     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11712   include:
11713     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11714     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11717   layout:
11718     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11725   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11726   include:
11727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11733   layout:
11734     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11742   include:
11743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11749   layout:
11750     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11758   include:
11759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11765   layout:
11766     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11774   include:
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11781   layout:
11782     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11790   include:
11791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11797   layout:
11798     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11806   include:
11807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11813   layout:
11814     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11815     layout: "plot-throughput"
11816
11817 #- type: "plot"
11818 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11819 #  algorithm: "plot_perf_box_name"
11820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11822 #  include:
11823 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11824 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11825 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11826 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11827 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11828 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11829 #  layout:
11830 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11831 #    layout: "plot-throughput"
11832 #
11833 #- type: "plot"
11834 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11835 #  algorithm: "plot_perf_box_name"
11836 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11837 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11838 #  include:
11839 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11840 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11841 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11842 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11843 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11844 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11845 #  layout:
11846 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11847 #    layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11854   include:
11855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11861   layout:
11862     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11870   include:
11871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11873     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11874     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11875     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11876     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11877   layout:
11878     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11879     layout: "plot-throughput"
11880
11881 #- type: "plot"
11882 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11883 #  algorithm: "plot_perf_box_name"
11884 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11885 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11886 #  include:
11887 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11889 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11890 #  layout:
11891 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11892 #    layout: "plot-throughput"
11893 #
11894 #- type: "plot"
11895 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11896 #  algorithm: "plot_perf_box_name"
11897 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11898 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11899 #  include:
11900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11901 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11902 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11903 #  layout:
11904 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11905 #    layout: "plot-throughput"
11906
11907 #- type: "plot"
11908 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11909 #  algorithm: "plot_perf_box_name"
11910 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11911 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11912 #  include:
11913 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11914 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11915 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11916 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11917 #  layout:
11918 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11919 #    layout: "plot-throughput"
11920 #
11921 #- type: "plot"
11922 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11923 #  algorithm: "plot_perf_box_name"
11924 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11925 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926 #  include:
11927 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11929 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11930 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11931 #  layout:
11932 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11933 #    layout: "plot-throughput"
11934 #
11935 #- type: "plot"
11936 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11937 #  algorithm: "plot_perf_box_name"
11938 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11939 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940 #  include:
11941 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11942 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11943 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11944 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11945 #  layout:
11946 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11947 #    layout: "plot-throughput"
11948 #
11949 #- type: "plot"
11950 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11951 #  algorithm: "plot_perf_box_name"
11952 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11953 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11954 #  include:
11955 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11956 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11957 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11958 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11959 #  layout:
11960 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11961 #    layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11968   include:
11969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11973   layout:
11974     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11982   include:
11983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11987   layout:
11988     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11996   include:
11997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12001   layout:
12002     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12010   include:
12011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12015   layout:
12016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12017     layout: "plot-throughput"
12018
12019 #- type: "plot"
12020 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12021 #  algorithm: "plot_perf_box_name"
12022 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12023 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024 #  include:
12025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12026 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12027 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12028 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12029 #  layout:
12030 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12031 #    layout: "plot-throughput"
12032 #
12033 #- type: "plot"
12034 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12035 #  algorithm: "plot_perf_box_name"
12036 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12037 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12038 #  include:
12039 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12040 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12041 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12042 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12043 #  layout:
12044 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12045 #    layout: "plot-throughput"
12046 #
12047 #- type: "plot"
12048 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12049 #  algorithm: "plot_perf_box_name"
12050 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12051 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052 #  include:
12053 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12054 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12055 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12056 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12057 #  layout:
12058 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12059 #    layout: "plot-throughput"
12060 #
12061 #- type: "plot"
12062 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12063 #  algorithm: "plot_perf_box_name"
12064 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12065 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066 #  include:
12067 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12068 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12069 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12070 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12071 #  layout:
12072 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12073 #    layout: "plot-throughput"
12074 #
12075 #- type: "plot"
12076 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12077 #  algorithm: "plot_perf_box_name"
12078 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12079 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12080 #  include:
12081 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12086 #  layout:
12087 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12088 #    layout: "plot-throughput"
12089 #
12090 #- type: "plot"
12091 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12092 #  algorithm: "plot_perf_box_name"
12093 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12094 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095 #  include:
12096 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12101 #  layout:
12102 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12103 #    layout: "plot-throughput"
12104 #
12105 #- type: "plot"
12106 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12107 #  algorithm: "plot_perf_box_name"
12108 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12109 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12110 #  include:
12111 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12116 #  layout:
12117 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12118 #    layout: "plot-throughput"
12119 #
12120 #- type: "plot"
12121 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12122 #  algorithm: "plot_perf_box_name"
12123 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12124 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12125 #  include:
12126 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12131 #  layout:
12132 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12133 #    layout: "plot-throughput"
12134 #
12135 #- type: "plot"
12136 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12137 #  algorithm: "plot_perf_box_name"
12138 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12139 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140 #  include:
12141 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12147 #  layout:
12148 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12149 #    layout: "plot-throughput"
12150 #
12151 #- type: "plot"
12152 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12153 #  algorithm: "plot_perf_box_name"
12154 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12155 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12156 #  include:
12157 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12163 #  layout:
12164 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12165 #    layout: "plot-throughput"
12166 #
12167 #- type: "plot"
12168 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12169 #  algorithm: "plot_perf_box_name"
12170 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12171 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12172 #  include:
12173 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12176 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12177 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12178 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12179 #  layout:
12180 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12181 #    layout: "plot-throughput"
12182 #
12183 #- type: "plot"
12184 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12185 #  algorithm: "plot_perf_box_name"
12186 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12187 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188 #  include:
12189 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12193 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12195 #  layout:
12196 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12197 #    layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12204   include:
12205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12210   layout:
12211     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12219   include:
12220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225   layout:
12226     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12227     layout: "plot-throughput"
12228
12229 #- type: "plot"
12230 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12231 #  algorithm: "plot_perf_box_name"
12232 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12233 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12234 #  include:
12235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12240 #  layout:
12241 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12242 #    layout: "plot-throughput"
12243 #
12244 #- type: "plot"
12245 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12246 #  algorithm: "plot_perf_box_name"
12247 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12248 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12249 #  include:
12250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12255 #  layout:
12256 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12257 #    layout: "plot-throughput"
12258
12259 #- type: "plot"
12260 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12261 #  algorithm: "plot_perf_box_name"
12262 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12263 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12264 #  include:
12265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12271 #  layout:
12272 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12273 #    layout: "plot-throughput"
12274 #
12275 #- type: "plot"
12276 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12277 #  algorithm: "plot_perf_box_name"
12278 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12279 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12280 #  include:
12281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12287 #  layout:
12288 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12289 #    layout: "plot-throughput"
12290
12291 #- type: "plot"
12292 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12293 #  algorithm: "plot_perf_box_name"
12294 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12295 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12296 #  include:
12297 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12298 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12300 #  layout:
12301 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12302 #    layout: "plot-throughput"
12303 #
12304 #- type: "plot"
12305 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12306 #  algorithm: "plot_perf_box_name"
12307 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12308 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12309 #  include:
12310 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12313 #  layout:
12314 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12315 #    layout: "plot-throughput"
12316
12317 ################################################################################
12318
12319 # Packet Speedup
12320
12321 #- type: "plot"
12322 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12323 #  algorithm: "plot_tsa_name"
12324 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12325 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12326 #  include:
12327 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12331 #  layout:
12332 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12333 #    layout: "plot-throughput-speedup-analysis"
12334 #
12335 #- type: "plot"
12336 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12337 #  algorithm: "plot_tsa_name"
12338 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12339 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12340 #  include:
12341 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12345 #  layout:
12346 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12347 #    layout: "plot-throughput-speedup-analysis"
12348 #
12349 #- type: "plot"
12350 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12351 #  algorithm: "plot_tsa_name"
12352 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12353 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12354 #  include:
12355 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12360 #  layout:
12361 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12362 #    layout: "plot-throughput-speedup-analysis"
12363 #
12364 #- type: "plot"
12365 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12366 #  algorithm: "plot_tsa_name"
12367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369 #  include:
12370 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12375 #  layout:
12376 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12377 #    layout: "plot-throughput-speedup-analysis"
12378 #
12379 #- type: "plot"
12380 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12381 #  algorithm: "plot_tsa_name"
12382 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12383 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12384 #  include:
12385 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12390 #  layout:
12391 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12392 #    layout: "plot-throughput-speedup-analysis"
12393 #
12394 #- type: "plot"
12395 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12396 #  algorithm: "plot_tsa_name"
12397 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12398 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12399 #  include:
12400 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12405 #  layout:
12406 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12407 #    layout: "plot-throughput-speedup-analysis"
12408 #
12409 #- type: "plot"
12410 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12411 #  algorithm: "plot_tsa_name"
12412 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12413 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12414 #  include:
12415 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12419 #  layout:
12420 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12421 #    layout: "plot-throughput-speedup-analysis"
12422 #
12423 #- type: "plot"
12424 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12425 #  algorithm: "plot_tsa_name"
12426 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12427 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12428 #  include:
12429 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12430 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12433 #  layout:
12434 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12435 #    layout: "plot-throughput-speedup-analysis"
12436 #
12437 #- type: "plot"
12438 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12439 #  algorithm: "plot_tsa_name"
12440 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12441 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12442 #  include:
12443 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12448 #  layout:
12449 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12450 #    layout: "plot-throughput-speedup-analysis"
12451 #
12452 #- type: "plot"
12453 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12454 #  algorithm: "plot_tsa_name"
12455 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12456 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12457 #  include:
12458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12463 #  layout:
12464 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12465 #    layout: "plot-throughput-speedup-analysis"
12466 #
12467 #- type: "plot"
12468 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12469 #  algorithm: "plot_tsa_name"
12470 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12471 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12472 #  include:
12473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12479 #  layout:
12480 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12481 #    layout: "plot-throughput-speedup-analysis"
12482 #
12483 #- type: "plot"
12484 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12485 #  algorithm: "plot_tsa_name"
12486 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12488 #  include:
12489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12495 #  layout:
12496 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12497 #    layout: "plot-throughput-speedup-analysis"
12498
12499 - type: "plot"
12500   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12501   algorithm: "plot_tsa_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12508   layout:
12509     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12510     layout: "plot-throughput-speedup-analysis"
12511
12512 - type: "plot"
12513   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12514   algorithm: "plot_tsa_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12517   include:
12518     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12521   layout:
12522     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12523     layout: "plot-throughput-speedup-analysis"
12524
12525 #- type: "plot"
12526 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12527 #  algorithm: "plot_tsa_name"
12528 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12529 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530 #  include:
12531 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12532 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12533 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12536 #  layout:
12537 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12538 #    layout: "plot-throughput-speedup-analysis"
12539 #
12540 #- type: "plot"
12541 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12542 #  algorithm: "plot_tsa_name"
12543 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12544 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12545 #  include:
12546 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12548 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12551 #  layout:
12552 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12553 #    layout: "plot-throughput-speedup-analysis"
12554 #
12555 #- type: "plot"
12556 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12557 #  algorithm: "plot_tsa_name"
12558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560 #  include:
12561 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12565 #  layout:
12566 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12567 #    layout: "plot-throughput-speedup-analysis"
12568 #
12569 #- type: "plot"
12570 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12571 #  algorithm: "plot_tsa_name"
12572 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12573 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12574 #  include:
12575 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12576 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12577 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12579 #  layout:
12580 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12581 #    layout: "plot-throughput-speedup-analysis"
12582 #
12583 #- type: "plot"
12584 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12585 #  algorithm: "plot_tsa_name"
12586 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12587 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12588 #  include:
12589 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12590 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12591 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12594 #  layout:
12595 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12596 #    layout: "plot-throughput-speedup-analysis"
12597 #
12598 #- type: "plot"
12599 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12600 #  algorithm: "plot_tsa_name"
12601 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12602 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603 #  include:
12604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12609 #  layout:
12610 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12611 #    layout: "plot-throughput-speedup-analysis"
12612 #
12613 #- type: "plot"
12614 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12615 #  algorithm: "plot_tsa_name"
12616 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12617 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618 #  include:
12619 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12625 #  layout:
12626 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12627 #    layout: "plot-throughput-speedup-analysis"
12628 #
12629 #- type: "plot"
12630 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12631 #  algorithm: "plot_tsa_name"
12632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634 #  include:
12635 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12641 #  layout:
12642 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12643 #    layout: "plot-throughput-speedup-analysis"
12644
12645 - type: "plot"
12646   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12647   algorithm: "plot_tsa_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12650   include:
12651     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12653   layout:
12654     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12655     layout: "plot-throughput-speedup-analysis"
12656
12657 - type: "plot"
12658   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12659   algorithm: "plot_tsa_name"
12660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12662   include:
12663     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12665   layout:
12666     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12667     layout: "plot-throughput-speedup-analysis"
12668
12669 #- type: "plot"
12670 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12671 #  algorithm: "plot_tsa_name"
12672 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12673 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674 #  include:
12675 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12678 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12679 #  layout:
12680 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12681 #    layout: "plot-throughput-speedup-analysis"
12682 #
12683 #- type: "plot"
12684 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12685 #  algorithm: "plot_tsa_name"
12686 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12687 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688 #  include:
12689 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12690 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12693 #  layout:
12694 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12695 #    layout: "plot-throughput-speedup-analysis"
12696 #
12697 #- type: "plot"
12698 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12699 #  algorithm: "plot_tsa_name"
12700 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12701 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702 #  include:
12703 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12706 #  layout:
12707 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12708 #    layout: "plot-throughput-speedup-analysis"
12709 #
12710 #- type: "plot"
12711 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12712 #  algorithm: "plot_tsa_name"
12713 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12714 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715 #  include:
12716 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12719 #  layout:
12720 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12721 #    layout: "plot-throughput-speedup-analysis"
12722 #
12723 #- type: "plot"
12724 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12725 #  algorithm: "plot_tsa_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12727 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12734 #  layout:
12735 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12736 #    layout: "plot-throughput-speedup-analysis"
12737 #
12738 #- type: "plot"
12739 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12740 #  algorithm: "plot_tsa_name"
12741 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12742 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743 #  include:
12744 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12749 #  layout:
12750 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12751 #    layout: "plot-throughput-speedup-analysis"
12752
12753 - type: "plot"
12754   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12755   algorithm: "plot_tsa_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12758   include:
12759     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12764     layout: "plot-throughput-speedup-analysis"
12765
12766 - type: "plot"
12767   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12768   algorithm: "plot_tsa_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12775   layout:
12776     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12777     layout: "plot-throughput-speedup-analysis"
12778
12779 #- type: "plot"
12780 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12781 #  algorithm: "plot_tsa_name"
12782 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12783 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784 #  include:
12785 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12786 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12788 #  layout:
12789 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12790 #    layout: "plot-throughput-speedup-analysis"
12791 #
12792 #- type: "plot"
12793 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12794 #  algorithm: "plot_tsa_name"
12795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797 #  include:
12798 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12799 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12800 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12801 #  layout:
12802 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12803 #    layout: "plot-throughput-speedup-analysis"
12804 #
12805 #- type: "plot"
12806 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12807 #  algorithm: "plot_tsa_name"
12808 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12809 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810 #  include:
12811 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12812 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12813 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12814 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12816 #  layout:
12817 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12818 #    layout: "plot-throughput-speedup-analysis"
12819 #
12820 #- type: "plot"
12821 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12822 #  algorithm: "plot_tsa_name"
12823 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12824 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12825 #  include:
12826 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12827 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12831 #  layout:
12832 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12833 #    layout: "plot-throughput-speedup-analysis"
12834
12835 - type: "plot"
12836   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12837   algorithm: "plot_tsa_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12840   include:
12841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847   layout:
12848     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12849     layout: "plot-throughput-speedup-analysis"
12850
12851 - type: "plot"
12852   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12853   algorithm: "plot_tsa_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12856   include:
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12865     layout: "plot-throughput-speedup-analysis"
12866
12867 - type: "plot"
12868   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12869   algorithm: "plot_tsa_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12872   include:
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877   layout:
12878     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12879     layout: "plot-throughput-speedup-analysis"
12880
12881 - type: "plot"
12882   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12883   algorithm: "plot_tsa_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12886   include:
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891   layout:
12892     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12893     layout: "plot-throughput-speedup-analysis"
12894
12895 #- type: "plot"
12896 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12897 #  algorithm: "plot_tsa_name"
12898 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12899 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12900 #  include:
12901 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12902 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12903 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907 #  layout:
12908 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12909 #    layout: "plot-throughput-speedup-analysis"
12910 #
12911 #- type: "plot"
12912 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12913 #  algorithm: "plot_tsa_name"
12914 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12915 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916 #  include:
12917 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923 #  layout:
12924 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12925 #    layout: "plot-throughput-speedup-analysis"
12926 #
12927 #- type: "plot"
12928 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12929 #  algorithm: "plot_tsa_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12931 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12934 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12936 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12937 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12938 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12939 #  layout:
12940 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12941 #    layout: "plot-throughput-speedup-analysis"
12942 #
12943 #- type: "plot"
12944 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12945 #  algorithm: "plot_tsa_name"
12946 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12947 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12948 #  include:
12949 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12950 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12951 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12954 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12955 #  layout:
12956 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12957 #    layout: "plot-throughput-speedup-analysis"
12958 #
12959 #- type: "plot"
12960 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12961 #  algorithm: "plot_tsa_name"
12962 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12963 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964 #  include:
12965 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12966 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12969 #  layout:
12970 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12971 #    layout: "plot-throughput-speedup-analysis"
12972 #
12973 #- type: "plot"
12974 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12975 #  algorithm: "plot_tsa_name"
12976 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12977 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12978 #  include:
12979 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12980 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12981 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12983 #  layout:
12984 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
12985 #    layout: "plot-throughput-speedup-analysis"
12986 #
12987 #- type: "plot"
12988 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12989 #  algorithm: "plot_tsa_name"
12990 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12991 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12992 #  include:
12993 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12994 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12995 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12998 #  layout:
12999 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13000 #    layout: "plot-throughput-speedup-analysis"
13001 #
13002 #- type: "plot"
13003 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13004 #  algorithm: "plot_tsa_name"
13005 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13006 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007 #  include:
13008 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13009 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13013 #  layout:
13014 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13015 #    layout: "plot-throughput-speedup-analysis"
13016 #
13017 #- type: "plot"
13018 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13019 #  algorithm: "plot_tsa_name"
13020 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13021 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13022 #  include:
13023 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13027 #  layout:
13028 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13029 #    layout: "plot-throughput-speedup-analysis"
13030 #
13031 #- type: "plot"
13032 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13033 #  algorithm: "plot_tsa_name"
13034 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13035 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13036 #  include:
13037 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13038 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13039 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13041 #  layout:
13042 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13043 #    layout: "plot-throughput-speedup-analysis"
13044
13045 - type: "plot"
13046   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13047   algorithm: "plot_tsa_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13050   include:
13051     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13057   layout:
13058     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13059     layout: "plot-throughput-speedup-analysis"
13060
13061 - type: "plot"
13062   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13063   algorithm: "plot_tsa_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13066   include:
13067     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13073   layout:
13074     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13075     layout: "plot-throughput-speedup-analysis"
13076
13077 #- type: "plot"
13078 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13079 #  algorithm: "plot_tsa_name"
13080 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13081 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082 #  include:
13083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13086 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13087 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13088 #  layout:
13089 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13090 #    layout: "plot-throughput-speedup-analysis"
13091 #
13092 #- type: "plot"
13093 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13094 #  algorithm: "plot_tsa_name"
13095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13097 #  include:
13098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13103 #  layout:
13104 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13105 #    layout: "plot-throughput-speedup-analysis"
13106 #
13107 #- type: "plot"
13108 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13109 #  algorithm: "plot_tsa_name"
13110 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13111 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13112 #  include:
13113 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13114 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13115 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13116 #  layout:
13117 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13118 #    layout: "plot-throughput-speedup-analysis"
13119 #
13120 #- type: "plot"
13121 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13122 #  algorithm: "plot_tsa_name"
13123 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13124 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13125 #  include:
13126 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13127 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13128 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13129 #  layout:
13130 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13131 #    layout: "plot-throughput-speedup-analysis"
13132 #
13133 #- type: "plot"
13134 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13135 #  algorithm: "plot_tsa_name"
13136 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13137 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13138 #  include:
13139 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13140 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13141 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13143 #  layout:
13144 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13145 #    layout: "plot-throughput-speedup-analysis"
13146 #
13147 #- type: "plot"
13148 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13149 #  algorithm: "plot_tsa_name"
13150 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13151 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13152 #  include:
13153 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13155 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13156 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13157 #  layout:
13158 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13159 #    layout: "plot-throughput-speedup-analysis"
13160 #
13161 #- type: "plot"
13162 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13163 #  algorithm: "plot_tsa_name"
13164 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13165 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13166 #  include:
13167 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13173 #  layout:
13174 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13175 #    layout: "plot-throughput-speedup-analysis"
13176 #
13177 #- type: "plot"
13178 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13179 #  algorithm: "plot_tsa_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13181 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13189 #  layout:
13190 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13191 #    layout: "plot-throughput-speedup-analysis"
13192 #
13193 #- type: "plot"
13194 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13195 #  algorithm: "plot_tsa_name"
13196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198 #  include:
13199 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13205 #  layout:
13206 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13207 #    layout: "plot-throughput-speedup-analysis"
13208 #
13209 #- type: "plot"
13210 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13211 #  algorithm: "plot_tsa_name"
13212 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13213 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13214 #  include:
13215 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13216 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13221 #  layout:
13222 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13223 #    layout: "plot-throughput-speedup-analysis"
13224
13225 - type: "plot"
13226   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13227   algorithm: "plot_tsa_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13230   include:
13231     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13237   layout:
13238     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 - type: "plot"
13242   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13243   algorithm: "plot_tsa_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13246   include:
13247     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13253   layout:
13254     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13255     layout: "plot-throughput-speedup-analysis"
13256
13257 #- type: "plot"
13258 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13259 #  algorithm: "plot_tsa_name"
13260 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13261 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13262 #  include:
13263 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13264 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13265 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13266 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13267 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13268 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13269 #  layout:
13270 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13271 #    layout: "plot-throughput-speedup-analysis"
13272 #
13273 #- type: "plot"
13274 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13275 #  algorithm: "plot_tsa_name"
13276 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13277 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13278 #  include:
13279 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13284 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13285 #  layout:
13286 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13287 #    layout: "plot-throughput-speedup-analysis"
13288 #
13289 #- type: "plot"
13290 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13291 #  algorithm: "plot_tsa_name"
13292 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13293 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13294 #  include:
13295 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13296 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13299 #  layout:
13300 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13301 #    layout: "plot-throughput-speedup-analysis"
13302 #
13303 #- type: "plot"
13304 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13305 #  algorithm: "plot_tsa_name"
13306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13308 #  include:
13309 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13310 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13311 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13313 #  layout:
13314 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13315 #    layout: "plot-throughput-speedup-analysis"
13316 #
13317 #- type: "plot"
13318 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13319 #  algorithm: "plot_tsa_name"
13320 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13321 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13322 #  include:
13323 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13324 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13325 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13327 #  layout:
13328 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13329 #    layout: "plot-throughput-speedup-analysis"
13330 #
13331 #- type: "plot"
13332 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13333 #  algorithm: "plot_tsa_name"
13334 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13335 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13336 #  include:
13337 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13338 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13341 #  layout:
13342 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13343 #    layout: "plot-throughput-speedup-analysis"
13344
13345 - type: "plot"
13346   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13347   algorithm: "plot_tsa_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13355   layout:
13356     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 - type: "plot"
13360   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13361   algorithm: "plot_tsa_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13364   include:
13365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13369   layout:
13370     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13371     layout: "plot-throughput-speedup-analysis"
13372
13373 - type: "plot"
13374   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13375   algorithm: "plot_tsa_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13378   include:
13379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13383   layout:
13384     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13385     layout: "plot-throughput-speedup-analysis"
13386
13387 - type: "plot"
13388   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13389   algorithm: "plot_tsa_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13392   include:
13393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13397   layout:
13398     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13399     layout: "plot-throughput-speedup-analysis"
13400
13401 #- type: "plot"
13402 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13403 #  algorithm: "plot_tsa_name"
13404 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13405 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406 #  include:
13407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13411 #  layout:
13412 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13413 #    layout: "plot-throughput-speedup-analysis"
13414 #
13415 #- type: "plot"
13416 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13417 #  algorithm: "plot_tsa_name"
13418 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13419 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420 #  include:
13421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13425 #  layout:
13426 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13427 #    layout: "plot-throughput-speedup-analysis"
13428 #
13429 #- type: "plot"
13430 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13431 #  algorithm: "plot_tsa_name"
13432 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13433 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434 #  include:
13435 #    - "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"
13436 #    - "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"
13437 #    - "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"
13438 #    - "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"
13439 #  layout:
13440 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13441 #    layout: "plot-throughput-speedup-analysis"
13442 #
13443 #- type: "plot"
13444 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13445 #  algorithm: "plot_tsa_name"
13446 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13447 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13448 #  include:
13449 #    - "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"
13450 #    - "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"
13451 #    - "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"
13452 #    - "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"
13453 #  layout:
13454 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13455 #    layout: "plot-throughput-speedup-analysis"
13456 #
13457 #- type: "plot"
13458 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13459 #  algorithm: "plot_tsa_name"
13460 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13461 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462 #  include:
13463 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13467 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13468 #  layout:
13469 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13470 #    layout: "plot-throughput-speedup-analysis"
13471 #
13472 #- type: "plot"
13473 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13474 #  algorithm: "plot_tsa_name"
13475 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13476 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13477 #  include:
13478 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13483 #  layout:
13484 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13485 #    layout: "plot-throughput-speedup-analysis"
13486 #
13487 #- type: "plot"
13488 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13489 #  algorithm: "plot_tsa_name"
13490 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13491 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492 #  include:
13493 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13498 #  layout:
13499 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13500 #    layout: "plot-throughput-speedup-analysis"
13501 #
13502 #- type: "plot"
13503 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13504 #  algorithm: "plot_tsa_name"
13505 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13506 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507 #  include:
13508 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13513 #  layout:
13514 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13515 #    layout: "plot-throughput-speedup-analysis"
13516 #
13517 #- type: "plot"
13518 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13519 #  algorithm: "plot_tsa_name"
13520 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13521 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522 #  include:
13523 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529 #  layout:
13530 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13531 #    layout: "plot-throughput-speedup-analysis"
13532 #
13533 #- type: "plot"
13534 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13535 #  algorithm: "plot_tsa_name"
13536 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13537 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538 #  include:
13539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545 #  layout:
13546 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13547 #    layout: "plot-throughput-speedup-analysis"
13548 #
13549 #- type: "plot"
13550 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13551 #  algorithm: "plot_tsa_name"
13552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554 #  include:
13555 #    - "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"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558 #    - "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"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561 #  layout:
13562 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13563 #    layout: "plot-throughput-speedup-analysis"
13564 #
13565 #- type: "plot"
13566 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13567 #  algorithm: "plot_tsa_name"
13568 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13569 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13570 #  include:
13571 #    - "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"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574 #    - "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"
13575 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577 #  layout:
13578 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13579 #    layout: "plot-throughput-speedup-analysis"
13580 #
13581 #- type: "plot"
13582 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13583 #  algorithm: "plot_tsa_name"
13584 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13585 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586 #  include:
13587 #    - "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"
13588 #    - "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"
13589 #    - "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"
13590 #  layout:
13591 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13592 #    layout: "plot-throughput-speedup-analysis"
13593 #
13594 #- type: "plot"
13595 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13596 #  algorithm: "plot_tsa_name"
13597 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13598 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13599 #  include:
13600 #    - "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"
13601 #    - "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"
13602 #    - "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"
13603 #  layout:
13604 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13605 #    layout: "plot-throughput-speedup-analysis"
13606
13607 - type: "plot"
13608   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13609   algorithm: "plot_tsa_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13612   include:
13613     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13614     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13615     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13616     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13617     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13618   layout:
13619     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13620     layout: "plot-throughput-speedup-analysis"
13621
13622 - type: "plot"
13623   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13624   algorithm: "plot_tsa_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13627   include:
13628     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13633   layout:
13634     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 - type: "plot"
13638   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13639   algorithm: "plot_tsa_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13642   include:
13643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13648   layout:
13649     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13650     layout: "plot-throughput-speedup-analysis"
13651
13652 - type: "plot"
13653   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13654   algorithm: "plot_tsa_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13657   include:
13658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13663   layout:
13664     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13665     layout: "plot-throughput-speedup-analysis"
13666
13667 - type: "plot"
13668   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13669   algorithm: "plot_tsa_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13672   include:
13673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13679   layout:
13680     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13681     layout: "plot-throughput-speedup-analysis"
13682
13683 - type: "plot"
13684   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13685   algorithm: "plot_tsa_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13688   include:
13689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13695   layout:
13696     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13697     layout: "plot-throughput-speedup-analysis"
13698
13699 - type: "plot"
13700   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13701   algorithm: "plot_tsa_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13704   include:
13705     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13709   layout:
13710     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13711     layout: "plot-throughput-speedup-analysis"
13712
13713 - type: "plot"
13714   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13715   algorithm: "plot_tsa_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13717   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13718   include:
13719     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13723   layout:
13724     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13725     layout: "plot-throughput-speedup-analysis"
13726
13727 - type: "plot"
13728   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13729   algorithm: "plot_tsa_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13732   include:
13733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13738   layout:
13739     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13747   include:
13748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13753   layout:
13754     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13762   include:
13763     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13764     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13765     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13766     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13767     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13768     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13769   layout:
13770     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 - type: "plot"
13774   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13775   algorithm: "plot_tsa_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13778   include:
13779     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13785   layout:
13786     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13787     layout: "plot-throughput-speedup-analysis"
13788
13789 - type: "plot"
13790   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13791   algorithm: "plot_tsa_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13794   include:
13795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13799   layout:
13800     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13801     layout: "plot-throughput-speedup-analysis"
13802
13803 - type: "plot"
13804   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13805   algorithm: "plot_tsa_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13808   include:
13809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13813   layout:
13814     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13815     layout: "plot-throughput-speedup-analysis"
13816
13817 - type: "plot"
13818   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13819   algorithm: "plot_tsa_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13822   include:
13823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13838   include:
13839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13845   layout:
13846     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13854   include:
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13861   layout:
13862     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13863     layout: "plot-throughput-speedup-analysis"
13864
13865 - type: "plot"
13866   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13867   algorithm: "plot_tsa_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13870   include:
13871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13877   layout:
13878     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13886   include:
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13889     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13890     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13893   layout:
13894     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13902   include:
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13909   layout:
13910     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13911     layout: "plot-throughput-speedup-analysis"
13912
13913 - type: "plot"
13914   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13915   algorithm: "plot_tsa_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13918   include:
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13924   layout:
13925     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13933   include:
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939   layout:
13940     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
13941     layout: "plot-throughput-speedup-analysis"
13942
13943 #- type: "plot"
13944 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13945 #  algorithm: "plot_tsa_name"
13946 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13947 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13948 #  include:
13949 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13954 #  layout:
13955 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13956 #    layout: "plot-throughput-speedup-analysis"
13957 #
13958 #- type: "plot"
13959 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13960 #  algorithm: "plot_tsa_name"
13961 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13962 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963 #  include:
13964 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13969 #  layout:
13970 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13971 #    layout: "plot-throughput-speedup-analysis"
13972
13973 #- type: "plot"
13974 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13975 #  algorithm: "plot_tsa_name"
13976 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13977 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13978 #  include:
13979 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985 #  layout:
13986 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13987 #    layout: "plot-throughput-speedup-analysis"
13988 #
13989 #- type: "plot"
13990 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13991 #  algorithm: "plot_tsa_name"
13992 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13993 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13994 #  include:
13995 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001 #  layout:
14002 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14003 #    layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14016   layout:
14017     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14025   include:
14026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14031   layout:
14032     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14047   layout:
14048     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14056   include:
14057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14063   layout:
14064     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14072   include:
14073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14078   layout:
14079     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14087   include:
14088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14093   layout:
14094     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14102   include:
14103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14107   layout:
14108     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14116   include:
14117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14121   layout:
14122     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14123     layout: "plot-throughput-speedup-analysis"
14124
14125 - type: "plot"
14126   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14127   algorithm: "plot_tsa_name"
14128   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14129   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14130   include:
14131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14137   layout:
14138     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14139     layout: "plot-throughput-speedup-analysis"
14140
14141 - type: "plot"
14142   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14143   algorithm: "plot_tsa_name"
14144   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14145   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14146   include:
14147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14153   layout:
14154     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14162   include:
14163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14168   layout:
14169     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14183   layout:
14184     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14192   include:
14193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14199   layout:
14200     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14208   include:
14209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14215   layout:
14216     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14224   include:
14225     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14229   layout:
14230     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14238   include:
14239     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14243   layout:
14244     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14245     layout: "plot-throughput-speedup-analysis"
14246
14247 - type: "plot"
14248   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14249   algorithm: "plot_tsa_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14251   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14252   include:
14253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14258   layout:
14259     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14260     layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14267   include:
14268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14273   layout:
14274     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 - type: "plot"
14278   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14279   algorithm: "plot_tsa_name"
14280   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14281   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14282   include:
14283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14289   layout:
14290     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14298   include:
14299     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14300     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14301     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14302     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14305   layout:
14306     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14314   include:
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14319   layout:
14320     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14321     layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14328   include:
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14333   layout:
14334     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14335     layout: "plot-throughput-speedup-analysis"
14336
14337 - type: "plot"
14338   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14342   include:
14343     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14349   layout:
14350     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14358   include:
14359     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14365   layout:
14366     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14367     layout: "plot-throughput-speedup-analysis"
14368
14369 - type: "plot"
14370   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14371   algorithm: "plot_tsa_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14373   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14374   include:
14375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14381   layout:
14382     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14383     layout: "plot-throughput-speedup-analysis"
14384
14385 - type: "plot"
14386   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14387   algorithm: "plot_tsa_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14389   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14390   include:
14391     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14397   layout:
14398     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 #- type: "plot"
14402 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14403 #  algorithm: "plot_tsa_name"
14404 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14405 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14406 #  include:
14407 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14410 #  layout:
14411 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14412 #    layout: "plot-throughput-speedup-analysis"
14413 #
14414 #- type: "plot"
14415 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14416 #  algorithm: "plot_tsa_name"
14417 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14418 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14419 #  include:
14420 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14423 #  layout:
14424 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14425 #    layout: "plot-throughput-speedup-analysis"
14426
14427 ################################################################################
14428
14429 # Packet Throughput - DPDK
14430
14431 # 2n-skx-xxv710
14432
14433 #- type: "plot"
14434 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14435 #  algorithm: "plot_perf_box_name"
14436 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14437 #  data: "plot-dpdk-throughput-latency-2n-skx"
14438 #  include:
14439 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14440 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14441 #  layout:
14442 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14443 #    layout: "plot-throughput"
14444 #
14445 #- type: "plot"
14446 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14447 #  algorithm: "plot_perf_box_name"
14448 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14449 #  data: "plot-dpdk-throughput-latency-2n-skx"
14450 #  include:
14451 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14452 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14453 #  layout:
14454 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14455 #    layout: "plot-throughput"
14456 #
14457 #- type: "plot"
14458 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14459 #  algorithm: "plot_perf_box_name"
14460 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14461 #  data: "plot-dpdk-throughput-latency-2n-skx"
14462 #  include:
14463 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14464 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14465 #  layout:
14466 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14467 #    layout: "plot-throughput"
14468 #
14469 #- type: "plot"
14470 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14471 #  algorithm: "plot_perf_box_name"
14472 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14473 #  data: "plot-dpdk-throughput-latency-2n-skx"
14474 #  include:
14475 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14476 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14477 #  layout:
14478 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14479 #    layout: "plot-throughput"
14480 #
14481 ## 2n-skx-x710
14482 #
14483 #- type: "plot"
14484 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14485 #  algorithm: "plot_perf_box_name"
14486 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14487 #  data: "plot-dpdk-throughput-latency-2n-skx"
14488 #  include:
14489 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14490 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14491 #  layout:
14492 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14493 #    layout: "plot-throughput"
14494 #
14495 #- type: "plot"
14496 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14497 #  algorithm: "plot_perf_box_name"
14498 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14499 #  data: "plot-dpdk-throughput-latency-2n-skx"
14500 #  include:
14501 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14502 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14503 #  layout:
14504 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14505 #    layout: "plot-throughput"
14506 #
14507 #- type: "plot"
14508 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14509 #  algorithm: "plot_perf_box_name"
14510 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14511 #  data: "plot-dpdk-throughput-latency-2n-skx"
14512 #  include:
14513 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14514 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14515 #  layout:
14516 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14517 #    layout: "plot-throughput"
14518 #
14519 #- type: "plot"
14520 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14521 #  algorithm: "plot_perf_box_name"
14522 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14523 #  data: "plot-dpdk-throughput-latency-2n-skx"
14524 #  include:
14525 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14526 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14527 #  layout:
14528 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14529 #    layout: "plot-throughput"
14530 #
14531 ## 3n-skx-xxv710
14532 #
14533 #- type: "plot"
14534 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14535 #  algorithm: "plot_perf_box_name"
14536 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14537 #  data: "plot-dpdk-throughput-latency-3n-skx"
14538 #  include:
14539 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14540 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14541 #  layout:
14542 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14543 #    layout: "plot-throughput"
14544 #
14545 #- type: "plot"
14546 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14547 #  algorithm: "plot_perf_box_name"
14548 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14549 #  data: "plot-dpdk-throughput-latency-3n-skx"
14550 #  include:
14551 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14552 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14553 #  layout:
14554 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14555 #    layout: "plot-throughput"
14556 #
14557 #- type: "plot"
14558 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14559 #  algorithm: "plot_perf_box_name"
14560 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14561 #  data: "plot-dpdk-throughput-latency-3n-skx"
14562 #  include:
14563 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14564 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14565 #  layout:
14566 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14567 #    layout: "plot-throughput"
14568 #
14569 #- type: "plot"
14570 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14571 #  algorithm: "plot_perf_box_name"
14572 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14573 #  data: "plot-dpdk-throughput-latency-3n-skx"
14574 #  include:
14575 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14576 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14577 #  layout:
14578 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14579 #    layout: "plot-throughput"
14580 #
14581 ## 3n-skx-x710
14582 #
14583 #- type: "plot"
14584 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14585 #  algorithm: "plot_perf_box_name"
14586 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14587 #  data: "plot-dpdk-throughput-latency-3n-skx"
14588 #  include:
14589 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14590 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14591 #  layout:
14592 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14593 #    layout: "plot-throughput"
14594 #
14595 #- type: "plot"
14596 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14597 #  algorithm: "plot_perf_box_name"
14598 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14599 #  data: "plot-dpdk-throughput-latency-3n-skx"
14600 #  include:
14601 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14602 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14603 #  layout:
14604 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14605 #    layout: "plot-throughput"
14606 #
14607 #- type: "plot"
14608 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14609 #  algorithm: "plot_perf_box_name"
14610 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14611 #  data: "plot-dpdk-throughput-latency-3n-skx"
14612 #  include:
14613 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14614 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14615 #  layout:
14616 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14617 #    layout: "plot-throughput"
14618 #
14619 #- type: "plot"
14620 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14621 #  algorithm: "plot_perf_box_name"
14622 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14623 #  data: "plot-dpdk-throughput-latency-3n-skx"
14624 #  include:
14625 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14626 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14627 #  layout:
14628 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14629 #    layout: "plot-throughput"
14630
14631 # 3n-hsw-xl710
14632
14633 - type: "plot"
14634   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14635   algorithm: "plot_perf_box_name"
14636   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14637   data: "plot-dpdk-throughput-latency-3n-hsw"
14638   include:
14639     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14640     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14641   layout:
14642     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14643     layout: "plot-throughput"
14644
14645 - type: "plot"
14646   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14647   algorithm: "plot_perf_box_name"
14648   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14649   data: "plot-dpdk-throughput-latency-3n-hsw"
14650   include:
14651     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14652     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14653   layout:
14654     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14655     layout: "plot-throughput"
14656
14657 - type: "plot"
14658   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14659   algorithm: "plot_perf_box_name"
14660   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14661   data: "plot-dpdk-throughput-latency-3n-hsw"
14662   include:
14663     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14664     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14665   layout:
14666     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14667     layout: "plot-throughput"
14668
14669 - type: "plot"
14670   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14671   algorithm: "plot_perf_box_name"
14672   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14673   data: "plot-dpdk-throughput-latency-3n-hsw"
14674   include:
14675     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14676     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14677   layout:
14678     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14679     layout: "plot-throughput"
14680
14681 # 3n-hsw-x710
14682
14683 - type: "plot"
14684   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14685   algorithm: "plot_perf_box_name"
14686   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14687   data: "plot-dpdk-throughput-latency-3n-hsw"
14688   include:
14689     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14690     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14691   layout:
14692     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14693     layout: "plot-throughput"
14694
14695 - type: "plot"
14696   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14697   algorithm: "plot_perf_box_name"
14698   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14699   data: "plot-dpdk-throughput-latency-3n-hsw"
14700   include:
14701     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14702     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14703   layout:
14704     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14705     layout: "plot-throughput"
14706
14707 - type: "plot"
14708   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14709   algorithm: "plot_perf_box_name"
14710   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14711   data: "plot-dpdk-throughput-latency-3n-hsw"
14712   include:
14713     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14714     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14715   layout:
14716     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14717     layout: "plot-throughput"
14718
14719 - type: "plot"
14720   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14721   algorithm: "plot_perf_box_name"
14722   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14723   data: "plot-dpdk-throughput-latency-3n-hsw"
14724   include:
14725     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14726     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14727   layout:
14728     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14729     layout: "plot-throughput"
14730
14731 # 2n-dnv-x553
14732
14733 - type: "plot"
14734   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14735   algorithm: "plot_perf_box_name"
14736   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14737   data: "plot-dpdk-throughput-latency-2n-dnv"
14738   include:
14739     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14740     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14741   layout:
14742     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14743     layout: "plot-throughput"
14744
14745 - type: "plot"
14746   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14747   algorithm: "plot_perf_box_name"
14748   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14749   data: "plot-dpdk-throughput-latency-2n-dnv"
14750   include:
14751     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14752     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14753   layout:
14754     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14755     layout: "plot-throughput"
14756
14757 - type: "plot"
14758   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14759   algorithm: "plot_perf_box_name"
14760   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14761   data: "plot-dpdk-throughput-latency-2n-dnv"
14762   include:
14763     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14764     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14765   layout:
14766     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14767     layout: "plot-throughput"
14768
14769 - type: "plot"
14770   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14771   algorithm: "plot_perf_box_name"
14772   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14773   data: "plot-dpdk-throughput-latency-2n-dnv"
14774   include:
14775     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14776     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14777   layout:
14778     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14779     layout: "plot-throughput"
14780
14781 # 3n-dnv-x553
14782
14783 - type: "plot"
14784   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14785   algorithm: "plot_perf_box_name"
14786   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14787   data: "plot-dpdk-throughput-latency-3n-dnv"
14788   include:
14789     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14790     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14791   layout:
14792     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14793     layout: "plot-throughput"
14794
14795 - type: "plot"
14796   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14797   algorithm: "plot_perf_box_name"
14798   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14799   data: "plot-dpdk-throughput-latency-3n-dnv"
14800   include:
14801     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14802     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14803   layout:
14804     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14805     layout: "plot-throughput"
14806
14807 - type: "plot"
14808   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14809   algorithm: "plot_perf_box_name"
14810   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14811   data: "plot-dpdk-throughput-latency-3n-dnv"
14812   include:
14813     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14814     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14815   layout:
14816     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14817     layout: "plot-throughput"
14818
14819 - type: "plot"
14820   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14821   algorithm: "plot_perf_box_name"
14822   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14823   data: "plot-dpdk-throughput-latency-3n-dnv"
14824   include:
14825     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14826     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14827   layout:
14828     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14829     layout: "plot-throughput"
14830
14831 # 3n-tsh-x520
14832
14833 - type: "plot"
14834   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14835   algorithm: "plot_perf_box_name"
14836   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14837   data: "plot-dpdk-throughput-latency-3n-tsh"
14838   include:
14839     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14840     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14841   layout:
14842     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14843     layout: "plot-throughput"
14844
14845 - type: "plot"
14846   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
14847   algorithm: "plot_perf_box_name"
14848   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
14849   data: "plot-dpdk-throughput-latency-3n-tsh"
14850   include:
14851     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14852     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14853   layout:
14854     title: "3n-tsh-x520-64b-2t2c-base-ndr"
14855     layout: "plot-throughput"
14856
14857 - type: "plot"
14858   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
14859   algorithm: "plot_perf_box_name"
14860   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
14861   data: "plot-dpdk-throughput-latency-3n-tsh"
14862   include:
14863     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14864     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14865   layout:
14866     title: "3n-tsh-x520-64b-1t1c-base-pdr"
14867     layout: "plot-throughput"
14868
14869 - type: "plot"
14870   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
14871   algorithm: "plot_perf_box_name"
14872   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
14873   data: "plot-dpdk-throughput-latency-3n-tsh"
14874   include:
14875     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14876     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14877   layout:
14878     title: "3n-tsh-x520-64b-2t2c-base-pdr"
14879     layout: "plot-throughput"
14880
14881 ################################################################################
14882 ###   2n-clx                                                                 ###
14883 ################################################################################
14884
14885 # Packet Throughput
14886
14887 - type: "plot"
14888   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14889   algorithm: "plot_perf_box_name"
14890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14892   include:
14893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14897   layout:
14898     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14899     layout: "plot-throughput"
14900
14901 - type: "plot"
14902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14903   algorithm: "plot_perf_box_name"
14904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14906   include:
14907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14911   layout:
14912     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14913     layout: "plot-throughput"
14914
14915 - type: "plot"
14916   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14917   algorithm: "plot_perf_box_name"
14918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14920   include:
14921     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14922     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14923     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14924     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14925   layout:
14926     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14931   algorithm: "plot_perf_box_name"
14932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14934   include:
14935     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14936     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14937     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14938     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14939   layout:
14940     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14941     layout: "plot-throughput"
14942
14943 - type: "plot"
14944   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14945   algorithm: "plot_perf_box_name"
14946   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14948   include:
14949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14954   layout:
14955     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14956     layout: "plot-throughput"
14957
14958 - type: "plot"
14959   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14960   algorithm: "plot_perf_box_name"
14961   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14963   include:
14964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14969   layout:
14970     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14971     layout: "plot-throughput"
14972
14973 - type: "plot"
14974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14975   algorithm: "plot_perf_box_name"
14976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14978   include:
14979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14983   layout:
14984     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14985     layout: "plot-throughput"
14986
14987 - type: "plot"
14988   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14989   algorithm: "plot_perf_box_name"
14990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14992   include:
14993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14997   layout:
14998     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14999     layout: "plot-throughput"
15000
15001 - type: "plot"
15002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15003   algorithm: "plot_perf_box_name"
15004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15006   include:
15007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15012   layout:
15013     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15014     layout: "plot-throughput"
15015
15016 - type: "plot"
15017   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15018   algorithm: "plot_perf_box_name"
15019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15021   include:
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15027   layout:
15028     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15029     layout: "plot-throughput"
15030
15031 - type: "plot"
15032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15033   algorithm: "plot_perf_box_name"
15034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15036   include:
15037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15043   layout:
15044     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15045     layout: "plot-throughput"
15046
15047 - type: "plot"
15048   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15049   algorithm: "plot_perf_box_name"
15050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15052   include:
15053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15059   layout:
15060     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15061     layout: "plot-throughput"
15062
15063 - type: "plot"
15064   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15065   algorithm: "plot_perf_box_name"
15066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15068   include:
15069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15071   layout:
15072     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15073     layout: "plot-throughput"
15074
15075 - type: "plot"
15076   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15077   algorithm: "plot_perf_box_name"
15078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15080   include:
15081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15083   layout:
15084     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15085     layout: "plot-throughput"
15086
15087 - type: "plot"
15088   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15089   algorithm: "plot_perf_box_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15092   include:
15093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15099   layout:
15100     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15101     layout: "plot-throughput"
15102
15103 - type: "plot"
15104   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15105   algorithm: "plot_perf_box_name"
15106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15108   include:
15109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15115   layout:
15116     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15117     layout: "plot-throughput"
15118
15119 - type: "plot"
15120   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15121   algorithm: "plot_perf_box_name"
15122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15124   include:
15125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15131   layout:
15132     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15133     layout: "plot-throughput"
15134
15135 - type: "plot"
15136   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15137   algorithm: "plot_perf_box_name"
15138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15140   include:
15141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15147   layout:
15148     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15149     layout: "plot-throughput"
15150
15151 - type: "plot"
15152   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15153   algorithm: "plot_perf_box_name"
15154   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15156   include:
15157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15162     layout: "plot-throughput"
15163
15164 - type: "plot"
15165   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15166   algorithm: "plot_perf_box_name"
15167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15169   include:
15170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15173   layout:
15174     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15175     layout: "plot-throughput"
15176
15177 - type: "plot"
15178   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15179   algorithm: "plot_perf_box_name"
15180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15182   include:
15183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15188   layout:
15189     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15190     layout: "plot-throughput"
15191
15192 - type: "plot"
15193   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15194   algorithm: "plot_perf_box_name"
15195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15197   include:
15198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15203   layout:
15204     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15205     layout: "plot-throughput"
15206
15207 - type: "plot"
15208   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15209   algorithm: "plot_perf_box_name"
15210   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15212   include:
15213     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15218   layout:
15219     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15220     layout: "plot-throughput"
15221
15222 - type: "plot"
15223   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15224   algorithm: "plot_perf_box_name"
15225   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15227   include:
15228     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15235     layout: "plot-throughput"
15236
15237 - type: "plot"
15238   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15239   algorithm: "plot_perf_box_name"
15240   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15242   include:
15243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15249   layout:
15250     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15251     layout: "plot-throughput"
15252
15253 - type: "plot"
15254   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15255   algorithm: "plot_perf_box_name"
15256   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15258   include:
15259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15265   layout:
15266     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15267     layout: "plot-throughput"
15268
15269 - type: "plot"
15270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15271   algorithm: "plot_perf_box_name"
15272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15274   include:
15275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15279   layout:
15280     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15281     layout: "plot-throughput"
15282
15283 - type: "plot"
15284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15285   algorithm: "plot_perf_box_name"
15286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15288   include:
15289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15293   layout:
15294     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15295     layout: "plot-throughput"
15296
15297 - type: "plot"
15298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15299   algorithm: "plot_perf_box_name"
15300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15302   include:
15303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15308   layout:
15309     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15310     layout: "plot-throughput"
15311
15312 - type: "plot"
15313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15314   algorithm: "plot_perf_box_name"
15315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15317   include:
15318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15323   layout:
15324     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15325     layout: "plot-throughput"
15326
15327 - type: "plot"
15328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15329   algorithm: "plot_perf_box_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15332   include:
15333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15337   layout:
15338     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15339     layout: "plot-throughput"
15340
15341 - type: "plot"
15342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15343   algorithm: "plot_perf_box_name"
15344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15346   include:
15347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15351   layout:
15352     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15353     layout: "plot-throughput"
15354
15355 - type: "plot"
15356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15357   algorithm: "plot_perf_box_name"
15358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15360   include:
15361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15367   layout:
15368     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15369     layout: "plot-throughput"
15370
15371 - type: "plot"
15372   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15373   algorithm: "plot_perf_box_name"
15374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15376   include:
15377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15383   layout:
15384     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15385     layout: "plot-throughput"
15386
15387 - type: "plot"
15388   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15389   algorithm: "plot_perf_box_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15392   include:
15393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15397   layout:
15398     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15399     layout: "plot-throughput"
15400
15401 - type: "plot"
15402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15403   algorithm: "plot_perf_box_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15406   include:
15407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15411   layout:
15412     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15413     layout: "plot-throughput"
15414
15415 - type: "plot"
15416   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15417   algorithm: "plot_perf_box_name"
15418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15420   include:
15421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15425   layout:
15426     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15427     layout: "plot-throughput"
15428
15429 - type: "plot"
15430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15431   algorithm: "plot_perf_box_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15434   include:
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15439   layout:
15440     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15441     layout: "plot-throughput"
15442
15443 - type: "plot"
15444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15445   algorithm: "plot_perf_box_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15448   include:
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15453   layout:
15454     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15462   include:
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15467   layout:
15468     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15469     layout: "plot-throughput"
15470
15471 - type: "plot"
15472   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15473   algorithm: "plot_perf_box_name"
15474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15476   include:
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15481   layout:
15482     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15483     layout: "plot-throughput"
15484
15485 - type: "plot"
15486   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15487   algorithm: "plot_perf_box_name"
15488   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15490   include:
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15495   layout:
15496     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15497     layout: "plot-throughput"
15498
15499 - type: "plot"
15500   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15501   algorithm: "plot_perf_box_name"
15502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15504   include:
15505     - "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"
15506     - "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"
15507     - "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"
15508     - "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"
15509   layout:
15510     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15511     layout: "plot-throughput"
15512
15513 - type: "plot"
15514   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15515   algorithm: "plot_perf_box_name"
15516   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15518   include:
15519     - "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"
15520     - "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"
15521     - "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"
15522     - "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"
15523   layout:
15524     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15525     layout: "plot-throughput"
15526
15527 ################################################################################
15528
15529 # Packet Speedup
15530
15531 - type: "plot"
15532   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15536   include:
15537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15541   layout:
15542     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15550   include:
15551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15555   layout:
15556     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15564   include:
15565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15566     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15567     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15568     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15569   layout:
15570     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15578   include:
15579     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15580     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15581     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15582     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15583   layout:
15584     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15592   include:
15593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15598   layout:
15599     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15607   include:
15608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15613   layout:
15614     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15622   include:
15623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15627   layout:
15628     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15636   include:
15637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15641   layout:
15642     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15650   include:
15651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15656   layout:
15657     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15665   include:
15666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15671   layout:
15672     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15680   include:
15681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15687   layout:
15688     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15696   include:
15697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15703   layout:
15704     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15712   include:
15713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15715   layout:
15716     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15724   include:
15725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15727   layout:
15728     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15736   include:
15737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15743   layout:
15744     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15752   include:
15753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15759   layout:
15760     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15768   include:
15769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15775   layout:
15776     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15784   include:
15785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15791   layout:
15792     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15800   include:
15801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15804   layout:
15805     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15813   include:
15814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15817   layout:
15818     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15826   include:
15827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15832   layout:
15833     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15841   include:
15842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15847   layout:
15848     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15856   include:
15857     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15862   layout:
15863     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15871   include:
15872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15877   layout:
15878     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15886   include:
15887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15893   layout:
15894     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15902   include:
15903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15909   layout:
15910     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15918   include:
15919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15923   layout:
15924     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15932   include:
15933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15937   layout:
15938     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15939     layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15946   include:
15947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15952   layout:
15953     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15954     layout: "plot-throughput-speedup-analysis"
15955
15956 - type: "plot"
15957   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15958   algorithm: "plot_tsa_name"
15959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15961   include:
15962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15967   layout:
15968     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15976   include:
15977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15981   layout:
15982     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15990   include:
15991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15995   layout:
15996     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16004   include:
16005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16011   layout:
16012     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16020   include:
16021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16027   layout:
16028     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16036   include:
16037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16041   layout:
16042     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16050   include:
16051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16055   layout:
16056     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16064   include:
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16069   layout:
16070     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16078   include:
16079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16083   layout:
16084     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16092   include:
16093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16097   layout:
16098     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16106   include:
16107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16111   layout:
16112     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16120   include:
16121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125   layout:
16126     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16134   include:
16135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16139   layout:
16140     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16148   include:
16149     - "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"
16150     - "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"
16151     - "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"
16152     - "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"
16153   layout:
16154     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16162   include:
16163     - "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"
16164     - "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"
16165     - "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"
16166     - "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"
16167   layout:
16168     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 ################################################################################
16172
16173 # Packet Throughput - DPDK
16174
16175 # 2n-clx-xxv710
16176
16177 - type: "plot"
16178   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16179   algorithm: "plot_perf_box_name"
16180   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16181   data: "plot-dpdk-throughput-latency-2n-clx"
16182   include:
16183     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16185   layout:
16186     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16187     layout: "plot-throughput"
16188
16189 - type: "plot"
16190   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16191   algorithm: "plot_perf_box_name"
16192   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16193   data: "plot-dpdk-throughput-latency-2n-clx"
16194   include:
16195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16197   layout:
16198     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16199     layout: "plot-throughput"
16200
16201 - type: "plot"
16202   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16203   algorithm: "plot_perf_box_name"
16204   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16205   data: "plot-dpdk-throughput-latency-2n-clx"
16206   include:
16207     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16208     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16209   layout:
16210     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16211     layout: "plot-throughput"
16212
16213 - type: "plot"
16214   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16215   algorithm: "plot_perf_box_name"
16216   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16217   data: "plot-dpdk-throughput-latency-2n-clx"
16218   include:
16219     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16220     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16221   layout:
16222     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16223     layout: "plot-throughput"
16224
16225 # 2n-clx-x710
16226
16227 - type: "plot"
16228   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16229   algorithm: "plot_perf_box_name"
16230   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16231   data: "plot-dpdk-throughput-latency-2n-clx"
16232   include:
16233     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16234     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16235   layout:
16236     title: "2n-clx-x710-64b-2t1c-base-ndr"
16237     layout: "plot-throughput"
16238
16239 - type: "plot"
16240   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16241   algorithm: "plot_perf_box_name"
16242   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16243   data: "plot-dpdk-throughput-latency-2n-clx"
16244   include:
16245     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16246     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16247   layout:
16248     title: "2n-clx-x710-64b-4t2c-base-ndr"
16249     layout: "plot-throughput"
16250
16251 - type: "plot"
16252   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16253   algorithm: "plot_perf_box_name"
16254   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16255   data: "plot-dpdk-throughput-latency-2n-clx"
16256   include:
16257     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16258     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16259   layout:
16260     title: "2n-clx-x710-64b-2t1c-base-pdr"
16261     layout: "plot-throughput"
16262
16263 - type: "plot"
16264   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16265   algorithm: "plot_perf_box_name"
16266   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16267   data: "plot-dpdk-throughput-latency-2n-clx"
16268   include:
16269     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16270     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16271   layout:
16272     title: "2n-clx-x710-64b-4t2c-base-pdr"
16273     layout: "plot-throughput"
16274
16275 ################################################################################
16276
16277 #- type: "plot"
16278 #  title: "Latency by percentile: 2n-skx"
16279 #  algorithm: "plot_hdrh_lat_by_percentile"
16280 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16281 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16282 #  target-links: "../../_static/vpp"
16283 #  data: "plot-vpp-hdrh-lat-2n-skx"
16284 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16285 #  layout:
16286 #    layout: "plot-hdrh-latency-by-percentile"
16287
16288 #- type: "plot"
16289 #  title: "Latency by percentile: 3n-skx"
16290 #  algorithm: "plot_hdrh_lat_by_percentile"
16291 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16292 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16293 #  target-links: "../../_static/vpp"
16294 #  data: "plot-vpp-hdrh-lat-3n-skx"
16295 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16296 #  layout:
16297 #    layout: "plot-hdrh-latency-by-percentile"
16298
16299 - type: "plot"
16300   title: "Latency by percentile: 2n-clx"
16301   algorithm: "plot_hdrh_lat_by_percentile"
16302   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16303   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16304   target-links: "../../_static/vpp"
16305   data: "plot-vpp-hdrh-lat-2n-clx"
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-hsw"
16312   algorithm: "plot_hdrh_lat_by_percentile"
16313   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16314   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16315   target-links: "../../_static/vpp"
16316   data: "plot-vpp-hdrh-lat-3n-hsw"
16317   filter: "'1T1C' and 'NIC_Intel-XL710'"
16318   layout:
16319     layout: "plot-hdrh-latency-by-percentile"
16320
16321 - type: "plot"
16322   title: "Latency by percentile: 3n-tsh"
16323   algorithm: "plot_hdrh_lat_by_percentile"
16324   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16325   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16326   target-links: "../../_static/vpp"
16327   data: "plot-vpp-hdrh-lat-3n-tsh"
16328   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16329   layout:
16330     layout: "plot-hdrh-latency-by-percentile"
16331
16332 - type: "plot"
16333   title: "Latency by percentile: DPDK 2n-clx"
16334   algorithm: "plot_hdrh_lat_by_percentile"
16335   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16336   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16337   target-links: "../../_static/dpdk"
16338   data: "plot-dpdk-hdrh-lat-2n-clx"
16339   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16340   layout:
16341     layout: "plot-hdrh-latency-by-percentile"
16342
16343 - type: "plot"
16344   title: "Latency by percentile: DPDK 3n-hsw"
16345   algorithm: "plot_hdrh_lat_by_percentile"
16346   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16347   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16348   target-links: "../../_static/dpdk"
16349   data: "plot-dpdk-hdrh-lat-3n-hsw"
16350   filter: "'1T1C' and 'NIC_Intel-XL710'"
16351   layout:
16352     layout: "plot-hdrh-latency-by-percentile"
16353
16354 - type: "plot"
16355   title: "Latency by percentile: DPDK 3n-tsh"
16356   algorithm: "plot_hdrh_lat_by_percentile"
16357   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16358   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16359   target-links: "../../_static/dpdk"
16360   data: "plot-dpdk-hdrh-lat-3n-tsh"
16361   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16362   layout:
16363     layout: "plot-hdrh-latency-by-percentile"